* src/mimeview.c
[claws.git] / ChangeLog.claws
1 2003-07-25 [luke]       0.9.3claws52
2
3         * src/mimeview.c
4                 o icon toggles set correctly on leaving ctree mimeview
5
6 2003-07-25 [paul]       0.9.3claws51
7
8         * partial sync with 0.9.3cvs21 [src/main.c]
9                 see ChangeLog 2003-07-25
10
11 2003-07-24 [paul]       0.9.3claws50
12
13         * tools/maildir2sylpheed.pl
14                 fix typo
15
16 2003-07-24 [paul]       0.9.3claws49
17
18         * src/mimeview.c
19                 increase the gutter size of paned so that the panes
20                 can be resized
21                 
22         * src/plugins/demo/demo.c
23                 squeeze in another typo fix
24
25 2003-07-24 [paul]       0.9.3claws48
26
27         * src/plugins/demo/demo.c
28           src/prefs_account.c
29                 small changes to the English
30                 
31         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
32           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
33           src/Makefile.am
34           src/stock_pixmap.c
35                 rename the misspelled icon
36
37 2003-07-23 [alfons]     0.9.3claws47
38
39         * src/mimeview.c
40                 make icon list look like a list of toggles
41
42 2003-07-23 [luke]       0.9.3claws46
43
44         * src/pixmaps/mimeview_gpg_expired.xpm
45         * src/pixmaps/mimeview_gpg_failed.xpm
46         * src/pixmaps/mimeview_gpg_passed.xpm
47         * src/pixmaps/mimeview_text_html.xpm
48         * src/pixmaps/mimeview_image.xpm
49                 o all icons the same size
50
51         * src/mimeview.[ch]
52                 o mimeview ctree arranged vertically above the viewer
53                 o icons changed to buttons
54                 o can use keyboard to select an icon (Enter)
55                 o resize icon list to width of icons
56
57         *  src/gtk/gtkvscrollbutton.c
58                 o sensitivity of buttons reacts to position
59
60 2003-07-23 [christoph]  0.9.3claws45
61
62         * sync with 0.9.3cvs14 (incomplete)
63                 see ChangeLog 2003-07-17
64
65 2003-07-23 [alfons]     0.9.3claws44
66
67         * src/folder.c
68         * src/procmsg.h
69                 sync with my local tree to restore some claws-only things
70
71 2003-07-23 [paul]       0.9.3claws43
72
73         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
74           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
75           src/Makefile.am
76           src/mimeview.c
77           src/procmime.h
78           src/rfc2015.c
79           src/stock_pixmap.[ch]
80                 indicate missing keys and expired sigs/keys
81                 in mime view column
82
83 2003-07-23 [paul]       0.9.3claws42
84
85         * src/compose.c
86                 Redirect fixes: enable automatic account selection and
87                 do not append signature to message on changing account
88                 fixes Bug[s] #248
89
90 2003-07-23 [paul]       0.9.3claws41
91
92         * sync with 0.9.3cvs16
93                 see ChangeLog 2003-07-23
94
95 2003-07-23 [alfons]     0.9.3claws40
96
97         * src/inc.c
98                 give progress dialog a main window, and give it the first 
99                 one (presumably the only one). fixes bug #247, "segfault on 
100                 pop-before-smtp" 
101
102 2003-07-22 [alfons]     0.9.3claws39
103
104         * src/summaryview.c
105                 shift-space scrolls up
106
107 2003-07-22 [paul]       0.9.3claws38
108
109         * sync with 0.9.3cvs15
110                 see ChangeLog 2003-07-22
111
112 2003-07-20 [alfons]     0.9.3claws37
113
114         * src/compose.c
115                 put menu inside #ifdef USE_ASPELL..#endif
116
117 2003-07-20 [christoph]  0.9.3claws36
118
119         * src/procmsg.c
120                 fix wrong flags in MsgInfo returned by
121                 procmsg_msginfo_get_full_info()
122
123         (closes Bug 221 Deleting messages from the Message View gives incorrect
124          new/unread message counts in the folder view)
125
126         * src/plugins/spamassassin/spamassassin_gtk.c
127                 add gettext macro for prefs page title
128
129 2003-07-20 [paul]       0.9.3claws35
130
131         * src/mimeview.c
132                 redraw icon list on signature check
133
134 2003-07-20 [christoph]  0.9.3claws34
135
136         * src/Makefile.am
137         * src/account.c
138         * src/folder.[ch]
139         * src/folder_item_prefs.[ch]            ** NEW **
140         * src/folderview.c
141         * src/mainwindow.c
142         * src/mh.c
143         * src/prefs_gtk.c
144         * src/prefs_scoring.c
145         * src/summaryview.c
146         * src/prefs_folder_item.[ch]
147                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
148                   Properties dialog
149                 o use prefswindow for folder properties
150
151         * src/gtk/prefswindow.[ch]
152                 change implementation to use an invisible notebook instead
153                 of unparenting widgets
154
155 2003-07-20 [christoph]  0.9.3claws33
156
157         * src/compose.h
158         * src/folder.c
159         * src/folderview.h
160         * src/headerview.h
161         * src/prefs_filtering.h
162         * src/prefs_folder_item.[ch]
163         * src/procmime.h
164         * src/procmsg.h
165         * src/summaryview.h
166                 clean up header mess
167                 (always use 1. typedefs, 2. #includes, 3. structures)
168
169         * src/common/version.h.in
170                 add casts for constants
171
172         * src/plugins/demo/demo.c
173                 fix typo
174
175         * src/plugins/spamassassin/spamassassin.c
176                 remove unused variable
177
178 2003-07-20 [alfons]     0.9.3claws32
179
180         * src/mimeview.c
181                 o make icon buttons respond on left click
182                 o minor cosmetic change
183
184 2003-07-19 [luke]       0.9.3claws31
185
186         * src/mimeview.[ch]
187         * src/gtk/gtkvscrollbutton.c
188         * src/messageview.c
189                 o improved mimeview behaviour when selecting a new message
190                 o plus code cleanups to remove compile warnings
191
192
193 2003-07-19 [alfons]     0.9.3claws30
194
195         * src/procmsg.c
196         * src/compose.c
197         * src/common/utils.[ch]
198                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
199
200 2003-07-19 [alfons]     0.9.3claws29
201
202         * src/prefs_folder_item.c
203                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
204                 string pointers
205
206 2003-07-19 [luke]       0.9.3claws28
207
208         * src/messageview.c
209         * src/mimeview.[ch]
210         * src/procmime.h
211         * src/rfc2015.c
212         * src/stock_pixmap.[ch]
213         * src/gtk/Makefile.am
214         * src/Makefile.am
215         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
216         * src/pixmaps/mime_*.xpm                ** NEW **
217                 o mimeview rearrangement with a new icon shortcut bar
218         
219 2003-07-19 [alfons]     0.9.3claws27
220
221         * src/folderview.c
222                 o plug leaking nodes_to_recollapse
223                 o add folderview_recollapse_all_nodes() (not used yet)
224
225 2003-07-19 [alfons]     0.9.3claws26
226
227         * src/compose.c
228         * src/common/utils.c
229                 honour #240 "Better SUBJECT handling" by cleaning the prefix
230                 for both forwarding as replying
231
232 2003-07-18 [christoph]  0.9.3claws25
233
234         * configure.ac
235         * src/common/sylpheed.[ch]
236         * src/common/version.h.in
237                 add version in numeric form to allow easy comparison
238
239         * src/plugins/demo/demo.c
240                 add version check
241                 - sylpheed version > plugin version => never allowed, sylpheed
242                   could contain unknown API changes
243                 - sylpheed version < minimum version required => don't load,
244                   API required not available (if linking does not fail)
245
246 2003-07-18 [alfons]     0.9.3claws24
247         
248         * src/common/plugin.[ch]
249                 const correctness
250
251 2003-07-18 [christoph]  0.9.3claws23
252
253         * src/common/hooks.c
254                 fix crash when hooks where unregisted
255
256         * src/plugins/trayicon/trayicon.c
257                 unregister detroy signal before destroying the widget
258                 (still crashes when the plugin is unloaded)
259
260 2003-07-18 [alfons]     0.9.3claws22
261         
262         * src/folderview.c
263                 delay expanding folder tree during drags until timeout triggered
264                 (needs perhaps some tweaking, so testing is welcome)
265
266 2003-07-17 [alfons]     0.9.3claws21
267
268         * src/folderview.c
269                 clean up cruft
270
271 2003-07-17 [christoph]  0.9.3claws20
272
273         * src/common/session.c
274                 fix opening of SSL connections
275
276         * src/plugins/image_viewer/Makefile.am
277                 add OPENSSL_CFLAGS (we should find a better solution to remove
278                 this dependencies if they are not required)
279
280         * src/plugins/spamassassin/spamassassin.c
281                 remove setlocale workaround (fixed in libspamc)
282
283 2003-07-17 [alfons]     0.9.3claws19
284
285         * src/common/hooks.[ch]
286         * src/plugins/clamav/clamav_plugin.c
287         * src/plugins/spamassassin/spamassassin.c
288         * src/plugins/trayicon/trayicon.c
289                 fix signedness muck 
290
291 2003-07-17 [alfons]     0.9.3claws18
292
293         * src/procmime.c
294                 plug memleak
295
296 2003-07-17 [alfons]     0.9.3claws17
297
298         * src/inc.c
299                 plug memleak
300
301 2003-07-17 [paul]       0.9.3claws16
302
303         * src/common/defs.h
304           src/mainwindow.c
305           src/manual.[ch]
306                 add link to the Claws site's FAQ page, after the suggestion
307                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
308                 Move url strings to defs.h
309                 
310         * src/mainwindow.c
311                 fix typo to prevent "unknown menu entry" warnings
312
313 2003-07-17 [alfons]     0.9.3claws15
314
315         * src/folderview.[ch]
316         * src/summaryview.[ch]
317         * src/mimeview.[ch]
318                 plug DnD leaks 
319
320 2003-07-17 [paul]       0.9.3claws14
321
322         * src/inc.c
323                 remove two instances of 'GTK_EVENTS_FLUSH' because
324                 they are unnecessary and probably cause a stack overflow
325
326 2003-07-16 [christoph]  0.9.3claws13
327
328         * src/mimeview.[ch]
329                 use an invisible GTK notebook to switch between viewers
330                 instead of reparenting widgets
331
332 2003-07-16 [christoph]  0.9.3claws12
333
334         * src/folder.c
335                 move folder_item_update_freeze() to correct place in
336                 folder_item_scan_full()
337
338 2003-07-16 [paul]       0.9.3claws11
339
340         * sync with 0.9.3cvs12
341                 see ChangeLog 2003-07-14 and 2003-07-15
342
343 2003-07-16 [christoph]  0.9.3claws10
344
345         * src/imap.[ch]
346         * src/prefs_account.[ch]
347                 sync IMAP CRAM-MD5 authentication with sylpheed-main
348
349 2003-07-15 [alfons]     0.9.3claws9
350
351         * src/main.c
352                 make --config-dir do something useful
353
354 2003-07-15 [alfons]     0.9.3claws8
355
356         * src/procmsg.c
357                 o fix a bug where 'last' didn't really point to the last message
358                   in the top level list of children, but to the last threaded
359                   message. 
360                 
361                 o clean up and make it easier to sync
362
363 2003-07-15 [alfons]     0.9.3claws7
364
365         * src/mainwindow.c
366                 make correct menu items sensitive       
367
368 2003-07-14 [alfons]     0.9.3claws6
369
370         * src/procmsg.c
371                 tune the threader so it will not subject-thread any message
372                 without a subject prefix (this will not thread correctly if 
373                 a parent is delivered after their childs, but it looks 
374                 better right now)
375
376 2003-07-13 [christoph]  0.9.3claws5
377
378         * src/mainwindow.c
379                 group "Add mailbox *..." menu items in submenu
380
381 2003-07-13 [alfons]     0.9.3claws4
382
383         * src/summaryview.c
384                 correct summary_toggle_pressed() signature and make sure
385                 signal is not passed on
386
387 2003-07-13 [alfons]     0.9.3claws3
388
389         * src/summaryview.c
390                 o for now don't pass on keys when they we're handled by 
391                   ctree::key_press_event
392                 o clean up
393
394 2003-07-13 [alfons]     0.9.3claws2
395         
396         * src/main.c
397                 add command line option "--config-dir" to get the current 
398                 configuration dir
399
400 2003-07-12 [alfons]     0.9.3claws1
401
402         * src/matcher.[ch]
403         * src/matcher_parser_parse.y
404         * src/prefs_filtering.c
405         * src/filtering.c
406                 add "Lock" filter action to lock messages;
407
408         * src/filtering.c       
409                 remove debug_print()    
410         * src/prefs_filtering.c
411                 re-organize matcher part 9: 
412                 make action text entries easily extendible;
413                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
414                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
415
416 2003-07-12 [paul]
417
418         * tools/README
419                 update old information and add missing
420                 information
421
422 2003-07-12 [paul]       0.9.3claws
423
424         * 0.9.3claws released
425         
426 2003-07-12 [paul]       0.9.0claws103
427
428         * src/Makefile.am
429                 add addrquery.h
430
431 2003-07-12 [melvin]     0.9.0claws102
432
433         * src/messageview.c
434                 Fixed bug #215: Show MIME tab for single text/html messages. 
435                 
436 2003-07-12 [paul]       0.9.0claws101
437
438         * man/sylpheed.1
439                 updated
440
441 2003-07-12 [paul]       0.9.0claws100
442
443         * po/es.po
444           po/hr.po
445           po/pl.po
446           po/sr.po
447                 update Spanish, Croatian, Polish, Serbian translations.
448                 submitted by Ricardo Mones Lastra, Dragan, Witold
449                 Wladyslaw Wojciech Wilk, Urke MMI
450
451 2003-07-12 [melvin]     0.9.0claws99
452
453         * po/fr.po
454                 Updated French translations.
455
456 2003-07-12 [paul]       0.9.0claws98
457
458         * src/addressbook.c
459                 disable 'Lookup' button as it has no effect
460
461 2003-07-11 [alfons]     0.9.0claws97
462         
463         * src/summaryview.c
464                 summary_searchbar_pressed() should return TRUE to signal that
465                 event was handled. when returning void, the return value passed
466                 to GTK is actually random, but maybe FALSE, in which case the
467                 event is handled by parent
468                 
469 2003-07-10 [paul]       0.9.0claws96
470
471         * ac/missing/gettext.m4
472                 update to version 0.12
473
474 2003-07-10 [paul]       0.9.0claws95
475
476         * src/plugins/clamav/clamav_plugin.c
477                 fix bug where multipart/alternative messages
478                 would slip through without being scanned
479
480 2003-07-10 [christoph]  0.9.0claws94
481
482         * src/folder.c
483                 correct check if folder supports removing when a message is
484                 moved. if not the message is only copied.
485
486         (closes Bug 132 crash on startup in newsgroups folders)
487
488 2003-07-09 [alfons]     0.9.0claws93
489
490         * configure.ac
491         * src/common/defs.h
492                 --with-config-dir (default .sylpheed)
493
494 2003-07-09 [christoph]  0.9.0claws92
495
496         * configure.ac
497                 use PKG_CHECK_MODULES to check for gtkmathview
498                 (version 0.4.2 now required)
499
500 2003-07-08 [melvin]     0.9.0claws91
501
502         * src/action.c
503                 Implemented a progress bar that counts the number of completed
504                 tasks when the action runs more than one command.
505
506 2003-07-08 [alfons]     0.9.0claws90
507
508         * src/procmsg.c
509                 if queued message has an invalid Message-Id, don't try to
510                 find message it refers to (fixes #209 "crash when processing 
511                 in folder")
512
513 2003-07-08 [paul]       0.9.0claws89
514
515         * sync with 0.9.3cvs2
516                 see ChangeLog 2003-07-08
517
518 2003-07-08 [match]      0.9.0claws88
519
520         * src/ldapctrl.c
521                 extend LDAP search for first/last name by parsing search term.
522
523 2003-07-08 [alfons]     0.9.0claws87
524
525         * src/send_message.c
526                 fix bug #208 "Status message stuck when sending on POP3 account"
527
528 2003-07-07 [paul]       0.9.0claws86
529
530         * po/hr.po
531                 new Croatian translation, submitted by
532                 Dragan <drleskov@inet.hr>
533
534 2003-07-07 [paul]       0.9.0claws85
535
536         * sync with 0.9.3cvs1
537                 see ChangeLog 2003-07-07
538
539 2003-07-05 [christoph]  0.9.0claws84
540
541         * src/Makefile.am
542         * src/messageview.c
543         * src/mimeview.[ch]
544         * src/stock_pixmap.[ch]
545         * src/pixmaps/messageview_text.xpm              ** NEW **
546                 move mimeview tabs to the right side and use icons
547                 instead of text to save some space
548
549         (patch by Luke Plant <lukeplant@softhome.net>)
550
551 2003-07-05 [christoph]  0.9.0claws83
552
553         * src/inc.c
554                 add NULL pointer checks
555
556         (patch by Luke Plant <lukeplant@softhome.net>)
557         (closes Bug 204 0.9.0 quits on authentication error?!)
558
559 2003-07-05 [alfons]     0.9.0claws82
560
561         * configure.ac
562                 take the clue in bug #202 "./configure script - 
563                 'if test' comparison failure" reported by John Kristoff. 
564
565 2003-07-04 [christoph]  0.9.0claws81
566
567         * src/plugins/spamassassin/spamassassin.c
568                 set timeout for spam check
569
570 2003-07-04 [christoph]  0.9.0claws80
571
572         * src/main.c
573                 destroy all FolderItems when shutting down to
574                 allow folders to clean up
575
576 2003-07-04 [melvin]     0.9.0claws79
577
578         * src/gtk/gtkaspell.c
579                 Fixed bug #184 "Entering non-ascii character deletes
580                 previous char if spell checking enabled": this makes
581                 the spell checking in multibytes (e.g. UTF-8)locales work.
582                 (Patch by Luke Plant).
583                 
584 2003-07-04 [christoph]  0.9.0claws78
585
586         * sync with 0.9.2cvs1
587                 see ChangeLog 2003-06-10
588
589 2003-07-04 [paul]       0.9.0claws77
590
591         * sync with 0.9.3 release
592                 see ChangeLog 2003-07-04
593
594 2003-07-03 [christoph]  0.9.0claws76
595
596         * src/folder.[ch]
597         * src/imap.c
598         * src/mbox_folder.c
599         * src/mh.c
600         * src/news.c
601                 move folder_item_get_path() stuff into a folder virtual function
602
603         * src/procmsg.c
604                 use folder_item_fetch_msg() to get message and do not contruct
605                 the filename from path and number
606
607 2003-07-03 [paul]       0.9.0claws75
608
609         * sync with 0.9.2cvs12
610                 see ChangeLog 2003-07-03
611
612 2003-07-02 [paul]       0.9.0claws74
613
614         * src/messageview.c
615                 fix text-selection for replying
616
617 2003-07-02 [paul]       0.9.0claws73
618
619         * sync with 0.9.2cvs11
620                 see ChangeLog 2003-07-02
621
622 2003-07-02 [paul]       0.9.0claws72
623
624         * src/procmsg.c
625                 revert last commit because it breaks more
626                 than it fixes
627
628 2003-07-02 [paul]       0.9.0claws71
629
630         * src/procmsg.c
631                 fix thread by subject/sort by date
632
633 2003-07-01 [paul]       0.9.0claws70
634
635         * sync with 0.9.2cvs10
636                 see ChangeLog 2003-07-01
637
638 2003-06-30 [paul]       0.9.0claws69
639
640         * sync with 0.9.2cvs9
641                 see ChangeLog 2003-06-30
642
643 2003-06-28 [match]      0.9.0claws68
644
645         * src/addressbook.c
646                 fix null ptr.
647
648 2003-06-27 [paul]       0.9.0claws67
649
650         * sync with 0.9.2cvs7
651                 see ChangeLog 2003-06-27
652
653 2003-06-26 [christoph]  0.9.0claws66
654
655         * src/folder.c
656                 freeze folder updates while a folder is scanned
657
658         (closes Bug 185 New message counter)
659
660 2003-06-26 [darko]      0.9.0claws65
661
662         * src/ldapserver.c
663                 fix infinite loop when adding a new LDAP server
664
665 2003-06-26 [paul]       0.9.0claws64
666
667         * sync with 0.9.2cvs6
668                 see ChangeLog 2003-06-26
669
670 2003-06-26 [paul]       0.9.0claws63
671
672         * sync with 0.9.2cvs5
673                 see ChangeLog 2003-06-25 and 2003-06-26
674
675 2003-06-25 [match]      0.9.0claws62
676
677         * src/addr_compl.c
678                 Fixed tab/backtab for dropped-down completion list to
679                 move next/previous field. (close bug 147)
680
681 2003-06-25 [christoph]  0.9.0claws61
682
683         * src/addr_compl.[ch]
684         * src/addrindex.[ch]
685         * src/folderview.c
686         * src/inc.c
687         * src/news.c
688         * src/summaryview.c
689         * src/toolbar.c
690                 fix warnings
691
692 2003-06-25 [leandro]    0.9.0claws60
693
694         * src/compose.c
695                 o cleanups
696                 o gray out "Message/Remove references" menu item if not
697                   replying to a message
698
699 2003-06-24 [leandro]    0.9.0claws59
700
701         * src/compose.[ch]
702                 o removed "Message/Create new thread" menu item
703                 o added "Message/Remove references" menu item
704                   (it's off by default and will not check anymore
705                    if the subject changed)
706
707 2003-06-23 [alfons]     0.9.0claws58
708
709         * src/procmsg.c
710                 try better grouping messages threaded by subject based on their age.
711                 still not perfect - because the message tree is not sorted by date.  
712
713 2003-06-23 [thorsten]   0.9.0claws57
714
715         * src/pop.[ch]
716                 added mail_receive_hook to allow modifications
717                 directly after retrieval (e.g. adding headers).
718
719 2003-06-23 [paul]       0.9.0claws56
720
721         * src/sourcewindow.c
722                  enable the use of Ctrl+A to select all text in
723                  the sourcewindow
724                  Patch submitted by Ivan Francolin Martinez
725                  <ivanfm@users.sourceforge.net>
726
727 2003-06-22 [christoph]  0.9.0claws55
728
729         * src/folder.[ch]
730                 o add notification hook for folder tree changes
731                 o invoke hooks after folder tree scanning
732
733         * src/folderview.[ch]
734                 register hook for folder tree changes that
735                 updates the ctree
736
737         (there are more places that should be updated, like add, remove 
738          or move folder)
739
740         (closes Bug 164 Crash on rebuild folder tree)
741         (closes Bug 190 Crash on 'rebuilding folder tree')
742
743 2003-06-21 [leandro]    0.9.0claws54
744
745         * src/compose.[ch]
746                 create a new thread if subject changes
747                 (it's on by default, can be disabled in Message menu)
748
749 2003-06-21 [alfons]     0.9.0claws53
750
751         * src/summaryview.c
752                 quiet little compiler
753
754 2003-06-21 [christoph]  0.9.0claws52
755
756         update gettext stuff to version 0.12
757
758 2003-06-19 [alfons]     0.9.0claws51
759
760         * src/common/log.c
761         * src/common/plugin.c
762                 move defs.h before glib.h to prevent MIN/MAX redefs
763
764 2003-06-19 [alfons]
765
766         * src/addressbook.c
767                 translatable
768
769 2003-06-19 [match]      0.9.0claws50
770
771         * src/addressbook.[ch]
772         * src/addrindex.[ch]
773         * src/addr_compl.[ch]
774         * src/editldap.[ch]
775         * src/editldap_basedn.[ch]
776         * src/addritem.[ch]
777         * src/ldapquery.h
778                 re-implemented dynamic LDAP search. works without
779                 slowdown on display sender with addressbook
780                 option.
781         * src/addrbook.c
782                 documented code.
783
784 2003-06-19 [paul]       0.9.0claws49
785
786         * src/compose.c
787                 fix Bug #136 'Nonprovided quotation marks crash claws'
788                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
789
790 2003-06-19 [alfons]     0.9.0claws48
791
792         * src/prefs_common.[ch]
793         * src/procmsg.c
794                 restrict threading by subject by checking thread for
795                 age (prefs_common.thread_by_subject_max_age)
796
797 2003-06-18 [christoph]  0.9.0claws47
798
799         * src/imap.c
800                 fix memory leak in imap_cmd_fetch()
801
802 2003-06-18 [christoph]  0.9.0claws46
803
804         * src/prefs_gtk.c
805                 fix memory leak in prefs_set_default() when used multiple
806                 times or after prefs have been read
807
808 2003-06-18 [christoph]  0.9.0claws45
809
810         * src/common/plugin.c
811                 fix memory leak in plugin_unload()
812
813 2003-06-18 [christoph]  0.9.0claws44
814
815         * src/imap.c
816                 fix memory leak in imap_cmd_ok()
817
818 2003-06-18 [christoph]  0.9.0claws43
819
820         * src/folder.c
821                 stop messages that are downloaded from POP3 and added to
822                 an IMAP inbox from being filtered twice (first by POP3
823                 and again when IMAP folder is scaned to get the UID of
824                 the APPEND operation when no UIDPLUS is available)
825
826 2003-06-18 [alfons]
827
828         * tools/Makefile.am
829                 phoenix <- firebird     
830
831 2003-06-18 [paul]
832
833         * tools/launch_phoenix          ** REMOVED **
834           tools/launch_firebird         ** NEW **
835                 renamed and edited to reflect the browser's name change from
836                 'phoenix' to 'firebird'
837
838 2003-06-18 [paul]       0.9.0claws42
839
840         * sync with 0.9.2cvs2
841                 see ChangeLog 2003-06-16
842
843 2003-06-17 [alfons]     0.9.0claws41
844
845         * src/procmsg.c
846                 prevent threading problems when a node is an ancestor (parent / great parent),
847                 which mostly happens with circular references (thanks to Phillipe Gramoullé
848                 for finding an sample set of messages)
849
850 2003-06-16 [christoph]  0.9.0claws40
851
852         * src/main.c
853                 don't popup main window on --receive or --receive-all
854
855         * src/mainwindow.[ch]
856         * src/plugins/trayicon/trayicon.c
857                 allow hiding of main window by clicking on the trayicon
858                 (doesn't work correctly in seperate window mode and may
859                  cause unexpected GTK problems I couldn't find yet)
860
861         * src/common/ssl.c
862                 remove incorrect warning
863
864 2003-06-15 [alfons]     0.9.0claws39
865
866         * src/gtk/gtkstext.c
867                 don't output debug text;
868                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
869                 for pointing this out);
870
871 2003-06-14 [alfons]     0.9.0claws38
872         
873         * src/messageview.c
874                 remove printf() and make one if..else comply with coding style
875
876 2003-06-14 [alfons]     0.9.0claws37
877
878         * AUTHORS
879                 add Martin Wicke
880         * src/action.c
881         * src/messageview.[ch]
882         * src/summaryview.c
883                 apply patch #754162 "Quoting messages filtered by actions" submitted
884                 by Martin Wicke, which allows quoting message body changed by an
885                 action (Thanks!).
886
887 2003-06-13 [alfons]     0.9.0claws36
888
889         * src/utils.c
890                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
891                 use case insensitive regexp (suggested by Ivan Martinez)
892
893 2003-06-13 [christoph]  0.9.0claws35
894
895         * configure.ac
896         * src/plugins/trayicon/Makefile.am
897         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
898         * src/plugins/trayicon/trayicon.c
899         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
900         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
901         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
902         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
903         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
904         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
905                 replace my own EggTrayIcon backport with the backport
906                 used by (l|x)mule and gabber.
907
908 2003-06-13 [alfons]     0.9.0claws34
909
910         * AUTHORS
911         * src/common/utils.c
912                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
913
914 2003-06-13 [alfons]     0.9.0claws33
915
916         * src/compose.c
917                 clean up a little bit
918
919 2003-06-12 [alfons]     0.9.0claws32
920
921         * src/compose.c
922                 const correctness fix
923
924         * src/common/sylpheed.[ch]
925                 () -> (void)
926                 prevent redef MIN/MAX
927                 
928         * src/common/utils.[ch]
929                 () -> (void)
930
931 2003-06-12 [melvin]     0.9.0claws31
932
933         * src/compose.c
934                 Updated to take into accounts changes in GtkAspell.
935
936 2003-06-12 [alfons]     0.9.0claws30
937
938         * src/compose.c
939         * src/procmsg.c
940         * src/common/utils.[ch]
941                 handle reply subject prefixes better (initial 
942                 suggestion by Robert Story adapted and enhanced 
943                 using regexps)
944
945 2003-06-12 [melvin]     0.9.0claws29
946
947         * src/compose.c
948                 Use new gtkaspell_checkers_strerror() to get the speller's
949                 error message instead of accessing the (now private)
950                 checkers structure.
951                 Minor code clean up
952
953         * src/main.c
954                 Use #ifdef instead of #if for USE_ASPELL
955                 Use the new spell checkers init/quit functions 
956
957         * src/gtk/gtkaspell.c
958                 Use #ifdef instead of #if for USE_ASPELL
959                 Moved in the majority of GtkAspell structures that were
960                 exported before by gtkaspell.h
961         
962         * src/gtk/gktaspell.h
963                 Made gtkaspell.h contain only the necessary data to be
964                 publicized by moving many structures to gtkaspell.c.
965                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
966                 gtkaspell_checkers_new(): replaced by...
967                 gtkaspell_checkers_init(): new function for initialization
968                 gtkaspell_checkers_delete(): replaced by...
969                 gtkaspell_checkers_quit(): new function
970                 gtkaspell_checkers_strerror(): new function that returns
971                 the checker's last error message.
972                 
973 2003-06-11 [melvin]     0.9.0claws28
974
975         * po/POTFILES.in
976                 Updated to take into account gtkaspell.c migration to
977                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
978
979 2003-06-10 [alfons]     0.9.0claws27
980
981         * src/filtering.[ch]
982         * src/folder.c
983         * src/matcher.c
984         * src/scoring.[ch]
985                 - try fixing bug #18 (any brave testers?)
986                 - add more robustness by refusing previously 
987                   unchecked NULL pointers 
988
989 2003-06-10 [alfons]     0.9.0claws26
990
991         * src/procmsg.c
992                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
993
994 2003-06-09 [alfons]     0.9.0claws25
995
996         * src/prefs_common.c
997                 fix bug #163 "Icon switching doesnt work properly" by 
998                 preventing early freeing of prefs_common.pixmap_theme_path.
999
1000 2003-06-09 [christoph]  0.9.0claws24
1001
1002         * src/gtk/gtkaspell.c
1003                 revert Thorsten's fix and add forgotten g_strdup for
1004                 aspell path (it should not be possible to alter the path a
1005                 GtkASpell uses from outside)
1006
1007 2003-06-09 [thorsten]   0.9.0claws23
1008
1009         * src/gtk/gtkaspell.c
1010                 dont free prefs_common.aspell_path when closing compose
1011
1012 2003-06-08 [colin]      0.9.0claws22
1013
1014         * src/plugins/spamassassin/spamassassin.c
1015                 fix prefs types
1016
1017 2003-06-07 [christoph]  0.9.0claws21
1018
1019         * src/Makefile.am
1020         * src/compose.c
1021         * src/gtkaspell.[ch]            ** REMOVE **
1022         * src/gtk/Makefile.am
1023         * src/gtk/gtkaspell.[ch]        ** NEW **
1024                 o make gtkaspell independent from sylpheed's prefs
1025                 o move gtkaspell.[ch] to gtk directory
1026
1027 2003-06-07 [christoph]  0.9.0claws20
1028
1029         * src/Makefile.am
1030         * src/crash.c
1031         * src/export.c
1032         * src/filesel.[ch]              ** REMOVE **
1033         * src/folder.c
1034         * src/main.[ch]
1035         * src/common/sylpheed.[ch]
1036         * src/gtk/Makefile.am
1037         * src/gtk/filesel.[ch]          ** NEW **
1038         * src/gtk/pluginwindow.c
1039         * src/gtk/sslcertwindow.c
1040                 move filesel.[ch] to gtk directory
1041
1042 2003-06-07 [alfons]     0.9.0claws19
1043
1044         * src/filesel.c
1045                 make (multi) file selection dialog work again (Claws-only)
1046
1047 2003-06-07 [thorsten]   0.9.0claws18
1048
1049         * po/de.po
1050                 fix typos
1051
1052 2003-06-07 [alfons]     0.9.0claws17
1053
1054         * configure.ac
1055         * src/mimeview.c
1056                 detect apache mishap in which case don't include fnmatch.h
1057                 if regex.h is already included
1058
1059 2003-06-06 [christoph]  0.9.0claws16
1060
1061         * configure.ac
1062         * src/mimeview.h
1063                 add check for fnmatch.h and include it when available
1064
1065         * src/mimeview.[ch]
1066                 fix wrong case sensitivity of Content-Types
1067
1068         * src/gtk/Makefile.am
1069                 need the same include paths in gtk directory as in
1070                 common directory because .h files in common can
1071                 include files from these directories, when included
1072                 in gtk's .h or .c files
1073
1074 2003-06-06 [alfons]     0.9.0claws15
1075
1076         * src/mimeview.c
1077         * src/summaryview.c
1078                 make it compile again because of regex.h / fnmatch.h 
1079                 include problems (related to recent mime stuff, can
1080                 someone check this?)
1081
1082 2003-06-06 [thorsten]   0.9.0claws14
1083
1084         * src/folderview.c
1085                 possible use of uninitialized pointer while dragging
1086
1087 2003-06-06 [paul]       0.9.0claws13
1088
1089         * src/compose.c
1090                 fix bug where the insert sig button would be effective
1091                 only when auto_sig was set
1092
1093 2003-06-06 [paul]       0.9.0claws12
1094
1095         * sync with 0.9.2 release
1096
1097 2003-06-02 [paul]       0.9.0claws11
1098
1099         * sync with 0.9.1cvs1
1100                 see ChangeLog 2003-06-02
1101                 
1102         * po/de.po
1103                 update by Jens
1104
1105 2003-06-01 [christoph]  0.9.0claws10
1106
1107         * src/account.c
1108                 don't use substring search to find accounts by email address
1109
1110         (closes Bug 169 Overly loose matching of "From" address)
1111
1112 2003-05-31 [christoph]  0.9.0claws9
1113
1114         * doc-src/rfc2683.txt
1115         * src/imap.c
1116                 limit IMAP command length as recommended in RFC2683
1117                 (message number lists will be split into multiple imap
1118                 sets, the limit of 1000 octets is not a hard limit)
1119
1120         (closes Bug 161 sylpheed-claws exits with segfault when logging
1121          in to certain imap-servers)
1122
1123 2003-05-29 [alfons]     0.9.0claws8
1124
1125         * src/toolbar.[ch]
1126                 add print button (calling summary_print());
1127                 fine tune setting tooltip text;
1128                 (if someone needs other buttons, please take these 
1129                 commits as a guide, instead of bothering us - also
1130                 see 0.8.11claws150) 
1131
1132 2003-05-29 [darko]      0.9.0claws7
1133
1134         * src/compose.c
1135                 fix crash when word wrapping kicks in due to
1136                 changed text by spell checker
1137
1138 2003-05-29 [paul]       0.9.0claws6
1139
1140         * src/compose.c
1141                 fix bug where changing account would insert
1142                 sig even if auto_sig was FALSE
1143                 
1144         * ChangeLog
1145           ChangeLog.jp
1146           INSTALL
1147                 sync with 0.9.1 release
1148
1149 2003-05-28 [christoph]  0.9.0claws5
1150
1151         * src/imap.c
1152                 fix truncation of too long commands
1153
1154         (closes Bug 167 IMAP hangs trying to get envelope
1155          information in imap_get_uncached_messages)
1156
1157 2003-05-27 [paul]       0.9.0claws4
1158
1159         * tools/Makefile.am
1160           tools/maildir2sylpheed.pl     ** NEW FILE **
1161                 add kmail to sylpheed mailbox conversion script
1162
1163 2003-05-27 [paul]       0.9.0claws3
1164
1165         * sync with 0.9.0cvs10
1166                 see ChangeLog 2003-05-26
1167
1168 2003-05-26 [paul]       0.9.0claws2
1169
1170         * sync with 0.9.0cvs9
1171                 see ChangeLog 2003-05-26
1172
1173 2003-05-24 [paul]       0.9.0claws1
1174
1175         * sync with 0.9.0cvs8
1176                 see ChangeLog 2003-05-23
1177
1178 2003-05-24 [paul]       0.9.0claws
1179
1180         * version 0.9.0claws released
1181
1182 2003-05-24 [paul]       0.8.11claws177
1183
1184         * src/plugins/dillo-viewer/Makefile.am
1185           src/plugins/traycon/Makefile.am
1186                 add missing files
1187                 
1188         * po/bg.po
1189           po/en_GB.po
1190           po/es.po
1191           po/it.po
1192           po/pt_BR.po
1193           po/ru.po
1194           po/sr.po
1195                 update Bulgarian, British English, Spanish, Italian, 
1196                 Brazilian Portuguese, Russian, and Serbian translations, 
1197                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1198                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1199                 Ruslan N. Balkin, and Urke MMI
1200
1201 2003-05-23 [melvin]     0.8.11claws176
1202
1203         * po/fr.po
1204                 Updated French translations
1205
1206 2003-05-22 [paul]       0.8.11claws175
1207
1208         * src/Makefile.am
1209           src/addrbook.[ch]
1210           src/addrcache.[ch]
1211           src/addr_compl.[ch]
1212           src/adressbook.[ch]
1213           src/addrindex.[ch]
1214           src/addritem.[ch]
1215           src/editaddress.c
1216           src/editgroup.c
1217           src/editldap_basedn.c
1218           src/editldap.c
1219           src/jpilot.c
1220           src/vcard.c
1221                 revert to get ldap into it previous working state
1222                 
1223         * po/zh_TW.Big5.po
1224                 new Taiwanese translation,
1225                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1226
1227 2003-05-22 [christoph]  0.8.11claws174
1228
1229         * src/plugins/spamassassin/libspamc.[ch]
1230                 sync libspamc with SpamAssaain release 2.55
1231
1232 2003-05-22 [paul]       0.8.11claws173
1233
1234         * sync with 0.9.0cvs7
1235                 see ChangeLog 2003-05-22
1236                 
1237         * src/summaryview.c
1238                 revert change in 0.8.11claws172: follow
1239                 Hiroyuki's decision and that's the end of it.
1240
1241 2003-05-21 [paul]       0.8.11claws172
1242
1243         * src/summaryview.c
1244                 fix discrepency between open_unread_on_enter
1245                 and always_show_msg
1246
1247 2003-05-21 [paul]       0.8.11claws171
1248
1249         * sync with 0.9.0cvs6
1250                 see ChangeLog 2003-05-21
1251
1252 2003-05-21 [paul]       0.8.11claws170
1253
1254         * sync with 0.9.0cvs5
1255                 see ChangeLog 2003-05-21
1256
1257 2003-05-20 [paul]       0.8.11claws169
1258
1259         * sync with 0.9.0cvs4
1260                 see ChangeLog 2003-05-20
1261                 fixes bug #152, 'encoding of IMAP folders names'
1262
1263 2003-05-20 [paul]       0.8.11claws168
1264
1265         * sync with 0.9.0cvs3
1266                 see ChangeLog 2003-05-20
1267                 
1268         * src/tools/convert_mbox.pl
1269                 minor change in the comments, submitted by Fred Marton
1270
1271 2003-05-19 [paul]       0.8.11claws167
1272
1273         * src/plugins/clamav/Makefile.am
1274           configure.ac
1275                 link clamav_lib to the plugin and not to the main program
1276
1277 2003-05-19 [christoph]
1278
1279         * src/Makefile.am
1280                 add -export-dynamic for linking
1281
1282 2003-05-19 [paul]       0.8.11claws166
1283
1284         * sync with 0.9.0cvs1
1285                 see ChangeLog 2003-05-19
1286
1287 2003-05-19 [paul]       0.8.11claws165
1288
1289         * src/inc.c
1290                 fix 'pop before smtp' timeout
1291
1292 2003-05-18 [alfons]     0.8.11claws164
1293
1294         * src/prefs_matcher.c
1295                 put "execute" action command line ("expression") in edit box
1296
1297 2003-05-18 [christoph]  0.8.11claws163
1298
1299         * src/mimeview.[ch]
1300         * src/plugins/dillo_viewer/dillo_viewer.c
1301         * src/plugins/image_viewer/viewer.c
1302         * src/plugins/mathml_viewer/mathml_viewer.c
1303                 let a viewer have a list of Content-Types
1304
1305 2003-05-18 [paul]       0.8.11claws162
1306
1307         * src/prefs_filtering.c
1308                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1309                 and REDIRECT actions
1310
1311 2003-05-17 [christoph]
1312
1313         * README.claws
1314                 o remove dynamic signatures that was syned with main
1315                 o add infos about no longer "build in" image viewer
1316                 o update bugtracker URL
1317
1318 2003-05-17 [christoph]  0.8.11claws161
1319
1320         * src/folder.c
1321         * src/folderview.c
1322         * src/imap.c
1323                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1324                 for every folder after rebuilding the folder tree.
1325
1326         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1327          messages)
1328
1329 2003-05-17 [christoph]  0.8.11claws160
1330
1331         * src/imap.c
1332                 don't use STATUS command on current folder to check for
1333                 content changes. imap_cmd_ok() now tracks changes to
1334                 folder and number of existing messages.
1335
1336 2003-05-17 [paul]       0.8.11claws159
1337
1338         * src/plugins/clamav/clamav_plugin.c
1339                 remove unnecessary debug_print
1340
1341 2003-05-16 [thorsten]   0.8.11claws158
1342
1343         * src/plugins/demo.c
1344                 included missing intl.h
1345
1346 2003-05-16 [paul]       0.8.11claws157
1347
1348         * po/POTFILES.in
1349                 remove non-existant entries
1350         
1351         * src/plugins/clamav/clamav_plugin.c
1352           src/plugins/clamav/clamav_plugin_gtk.c
1353           src/plugins/dillo_viewer/dillo_prefs.c
1354           src/plugins/dillo_viewer/dillo_viewer.c
1355                 gettextise
1356
1357 2003-05-16 [christoph]  0.8.11claws156
1358
1359         * po/POTFILES.in
1360                 include plugin .c files for translation until I
1361                 find a better solution to have plugins have their
1362                 own textdomain
1363         * src/plugins/demo/demo.c
1364         * src/plugins/image_viewer/plugin.c
1365         * src/plugins/mathml_viewer/mathml_viewer.c
1366         * src/plugins/spamassassin/spamassassin.c
1367         * src/plugins/spamassassin/spamassassin_gtk.c
1368         * src/plugins/trayicon/trayicon.c
1369                 add gettext macros for plugin name and description
1370
1371 2003-05-16 [paul]
1372
1373         * sync with 0.9.0
1374
1375 2003-05-16 [paul]       0.8.11claws155
1376
1377         * sync with lastest 0.9.0pre1
1378                 see ChangeLog 2003-05-16
1379
1380 2003-05-15 [paul]       0.8.11claws154
1381
1382         * sync with latest 0.9.0pre1
1383                 see ChangeLog 2003-05-14 and 2003-05-15
1384
1385 2003-05-14 [christoph]  0.8.11claws153
1386
1387         * src/plugins/image_viewer/viewer.c
1388         * src/plugins/image_viewer/viewer.glade         ** NEW **
1389         * src/plugins/image_viewer/viewerprefs.c
1390                 make it possible to disable the autoload function in the
1391                 imageviewer again
1392
1393 2003-05-14 [christoph]  0.8.11claws152
1394
1395         * src/folder.c
1396                 fix folder update after adding a message
1397
1398 2003-05-13 [alfons]     0.8.11claws151
1399
1400         * src/common/session.c
1401                 remove debug traces
1402                 
1403         * src/addrcache.[ch]
1404         * src/filtering.[ch]
1405         * src/folder.[c]
1406         * src/gtkaspell.[ch]
1407         * src/imap.[ch]
1408         * src/mbox_folder.[ch]
1409         * src/mh.[ch]
1410         * src/mimeview.h
1411         * src/msgcache.[ch]
1412         * src/news.[ch]
1413         * src/passphrase.[ch]
1414         * src/prefs_common.[ch]
1415         * src/prefs_gtk.[ch]
1416         * src/procmsg.c
1417         * src/scoring.[ch]
1418                 be pedantic; (in prototypes () implies (int))
1419
1420 2003-05-13 [alfons]     0.8.11claws150
1421
1422         * src/prefs_toolbar.[ch]
1423         * src/summaryview.[ch]
1424         * src/toolbar.[ch]
1425                 change misleading text in toolbar prefs;
1426                 add toolbar action for ignore thread (toggles ignore thread flag);
1427                 clean up a little bit;
1428
1429 2003-05-12 [paul]
1430
1431         * tools/convert_mbox.pl
1432                 bug fixed by Fred Marton
1433
1434 2003-05-12 [paul]
1435
1436         * sync with 0.9.0pre1
1437
1438 2003-05-09 [paul]       0.8.11claws149
1439
1440         * sync with 0.8.11cvs43
1441                 see ChangeLog 2003-05-09
1442
1443 2003-05-08 [christoph]  0.8.11claws148
1444
1445         * src/imap.[ch]
1446                 o use CAPABILIY as first command and check for PREAUTH
1447                   information in the response to it
1448                 o rewrite all imap_cmd_* functions to use an IMAPSession
1449                   instead of a SockInfo as parameter
1450                 o do STARTTLS after fetching and checking the server
1451                   capabilities
1452
1453 2003-05-08 [paul]       0.8.11claws147
1454
1455         * tools/Makefile.am
1456           tools/README
1457           tools/convert_mbox.pl         ** NEW FILE **
1458                 add mbox conversion script. Submitted by 
1459                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1460
1461 2003-05-07 [christoph]
1462
1463         * doc-src/glade.txt
1464         * src/gtk/pluginwindow.glade
1465         * src/plugins/image_viewer/viewerprefs.glade
1466         * src/plugins/spamassassin/spamassassin_gtk.glade
1467                 add glade files for user interfaces and a description how
1468                 to use glade to create the sylpheed code
1469
1470 2003-05-07 [paul]       0.8.11claws146
1471
1472         * sync with 0.8.11cvs41
1473                 see ChangeLog 2003-05-07
1474
1475 2003-05-06 [christoph]  0.8.11claws145
1476
1477         * src/main.c
1478         * src/plugins/image_viewer/viewer.c
1479                 fix usage of imlib in imageviewer plugin
1480
1481         * src/gtk/prefswindow.c
1482                 handle window close event correctly
1483
1484 2003-05-06 [paul]       0.8.11claws144
1485
1486         * src/common/ssl.c
1487                 fix typo introduced in sync
1488
1489 2003-05-06 [paul]       0.8.11claws143
1490
1491         * sync with 0.8.11cvs39
1492                 see ChangeLog 2003-05-06
1493
1494 2003-05-06 [paul]       0.8.11claws142
1495
1496         * AUTHORS
1497           po/cs.po
1498                 updated Czech translation, submitted by 
1499                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1500                 
1501         * src/plugins/clamav/clamav_plugin_gtk.c
1502                 clean up
1503
1504 2003-05-03 [alfons]     0.8.11claws141
1505
1506         * src/compose.[ch]
1507                 make paste as quotation work even when the call to 
1508                 text_inserted() was deferred (fixes bug #140 "Paste 
1509                 as quotation does not work when using "external" 
1510                 clipboard")
1511
1512 2003-05-03 [thorsten]   0.8.11claws140
1513
1514         * src/addrquery.h
1515           src/ldapquery.h
1516           src/mainwindow.c
1517                 removed C++ comments
1518         * src/addr_compl.c
1519                 function with non-int retval/param used before
1520                 implementation/declaration
1521
1522 2003-05-02 [paul]       0.8.11claws139
1523
1524         * src/addr_compl.[ch]
1525           src/addressbook.[ch]
1526           src/addrindex.c
1527           src/summaryview.c
1528                 revert match's changes to (finally) remove the bug where
1529                 opening a folder causes massive slowdown when using the 
1530                 'Display sender using address book' option
1531
1532 2003-05-01 [melvin]     0.8.11claws138
1533
1534         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1535         * src/plugins/dillo_viewer/dillo_viewer.c
1536                 Fixed bug where "Cancel" button from prefs issued
1537                 warnings.
1538                 Comply a little more to coding style
1539
1540 2003-05-01 [paul]       0.8.11claws137
1541
1542         * sync with 0.8.11cvs38
1543                 see ChangeLog 2003-05-01
1544
1545 2003-05-01 [paul]       0.8.11claws136
1546
1547         * po/bg.po
1548                 updated by George Danchev
1549
1550 2003-04-30 [christoph]  0.8.11claws135
1551
1552         * src/plugins/dillo_viewer/dillo_prefs.c
1553         * src/plugins/image_viewer/viewerprefs.c
1554         * src/plugins/spamassassin/spamassassin_gtk.c
1555                 remove gtk_widget_ref() calls for widgets in
1556                 glade code
1557
1558 2003-04-30 [paul]       0.8.11claws134
1559
1560         * src/addrindex.c
1561                 ok, this time a better fix for the bug where opening folder
1562                 has massive slowdown when using the 'Display sender using 
1563                 address book' option
1564
1565 2003-04-30 [paul]       0.8.11claws133
1566
1567         * src/addrindex.c
1568                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1569         
1570 2003-04-30 [melvin]     0.8.11claws132
1571
1572         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1573
1574         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1575                 Preferences for the dillo plugin
1576         * src/plugins/dillo_viewer/dillo_viewer.c
1577                 Support for preferences
1578         * src/plugins/dillo_viewer/Makefile.am
1579                 Added dillo_prefs.[ch]
1580
1581 2003-04-30 [alfons]     0.8.11claws131
1582
1583         * src/common/plugin.[ch]
1584                 see? this ANSI C'fication immediately gives us type
1585                 checking for free.
1586
1587 2003-04-30 [alfons]     0.8.11claws130
1588
1589         * src/common/plugin.[ch]
1590         * src/plugins/clamav/clamav_plugin.[ch]
1591         * src/plugins/clamav/clamav_plugin_gtk.c
1592         * src/plugins/demo/demo.c
1593         * src/plugins/dillo_viewer/dillo_viewer.c
1594         * src/plugins/image_viewer/plugin.c
1595         * src/plugins/image_viewer/viewer.[ch]
1596         * src/plugins/image_viewer/viewerprefs.[ch]
1597         * src/plugins/mathml_viewer/mathml_viewer.c
1598         * src/plugins/spamassassin/spamassassin.[ch]
1599         * src/plugins/spamassassin/spamassassin_gtk.c
1600         * src/plugins/trayicon/trayicon.c
1601                 clean up
1602
1603 2003-04-30 [alfons]     0.8.11claws129
1604
1605         * src/common/utils.c
1606                 make is_ascii_str() fail gracefully when NULL pointer
1607                 is passed
1608
1609 2003-04-30 [paul]       0.8.11claws128
1610
1611         * src/addrindex.c
1612                 fix bug where opening folder has massive slowdown when
1613                 using the 'Display sender using address book' option
1614
1615 2003-04-30 [paul]       0.8.11claws127
1616
1617         * src/plugins/clamav/clamav_plugin.c
1618           src/plugins/clamav/clamav_plugin_gtk.c
1619           src/plugins/demo/demo.c
1620           src/plugins/dillo_viewer/dillo_viewer.c
1621           src/plugins/image_viewer/plugin.c
1622           src/plugins/mathml_viewer/mathml_viewer.c
1623           src/plugins/spamassassin/spamassassin.c
1624           src/plugins/spamassassin/spamassassin_gtk.c
1625           src/plugins/trayicon/trayicon.c
1626                 get rid of eye-hurting function signatures
1627
1628 2003-04-30 [paul]       0.8.11claws126
1629
1630         * src/plugins/trayicon/trayicon.c
1631                 add description
1632                 
1633         * src/mimeview.c
1634                 be more descriptive
1635
1636 2003-04-30 [paul]       0.8.11claws125
1637
1638         * configure.ac
1639                 arrange the plugins in reverse alphabetical order
1640                 
1641         * src/plugins/clamav/clamav_plugin.[ch]
1642           src/plugins/clamav/clamav_plugin_gtk.c
1643                 rename some params
1644                 resize max_size window
1645                 re-arrange the order of some gui elements
1646                 improve descriptions
1647         
1648         * src/plugins/image_viewer/plugin.c
1649           src/plugins/mathml_viewer/mathml_viewer.c
1650                 add descriptions
1651                 
1652         * src/plugins/spamassassin/spamassassin_gtk.c
1653                 resize max_size window
1654                 re-arrange the order of some gui elements
1655                 
1656         * src/messageview.c
1657           src/mimeview.c
1658                 correct typos
1659
1660 2003-04-30 [alfons]     0.8.11claws124
1661
1662         * src/imap.c
1663                 fix a leak found while browsing Martin Kluge's 
1664                 valgrind log (Claws only)
1665
1666 2003-04-29 [darko]      0.8.11claws123
1667
1668         * src/gtk/gtkstext.h
1669                 include wchar.h if it is available, fixes compilation
1670                 on HP-UX systems
1671
1672 2003-04-29 [melvin]     0.8.11claws122
1673
1674         * src/prefs_actions.c
1675                 Improved help text of Actions' syntax
1676
1677 2003-04-28 [paul]       0.8.11claws121
1678
1679         * src/action.c
1680                 a better fix for the crash when performing an action
1681                 on a mime part
1682
1683 2003-04-28 [paul]       0.8.11claws120
1684
1685         * src/action.c
1686                 fix crash when performing an action on a
1687                 mime part
1688
1689 2003-04-28 [paul]       0.8.11claws119
1690
1691         * sync with 0.8.11cvs36
1692                 see ChangeLog 2003-04-28
1693
1694 2003-04-27 [paul]       0.8.11claws118
1695
1696         * more sync with 0.8.11cvs35
1697                 see ChangeLog 2003-04-25
1698
1699 2003-04-26 [christoph]  0.8.11claws117
1700
1701         * src/folder.c
1702                 fix remove virtual check
1703
1704 2003-04-26 [paul]       0.8.11claws116
1705
1706         * src/messageview.c
1707                 fix return-receipt, make it work again
1708
1709 2003-04-26 [paul]       0.8.11claws115
1710
1711         * src/mimeview.c
1712                 restore double-clicking of the [application/pgp-signature 
1713                 (Select "Check signature" to check)] line in the message view,
1714                 broken in recent sync
1715
1716 2003-04-26 [christoph]  0.8.11claws114
1717
1718         * src/folder.c
1719                 check if remove virtual really exists before
1720                 calling the function
1721
1722 2003-04-25 [match]      0.8.11claws113
1723
1724         * src/addrindex.c
1725         * src/addrbook.c
1726         * src/ldapquery.[ch]
1727         * src/ldapctrl.[ch]
1728                 fix memleak.
1729         * src/ldapserver.[ch]
1730                 fix memleak. fix segfault.
1731                 plug a Claws memleak
1732
1733 2003-04-25 [alfons]     0.8.11claws112
1734
1735         * src/folder.c
1736                 plug a Claws memleak
1737
1738 2003-04-25 [alfons]     0.8.11claws111
1739
1740         * src/common/session.c
1741                 plug a memleak
1742
1743 2003-04-25 [paul]       0.8.11claws110
1744
1745         * sync with 0.8.11cvs35
1746                 see ChangeLog 2003-04-24 and 2003-04-25
1747                 
1748         * src/gtk/pluginwindow.c
1749                 correct another strange float value
1750
1751 2003-04-24 [christoph]  0.8.11claws109
1752
1753         * src/folder.c
1754                 freeze folder item updates when unsetting new flags
1755
1756         * src/gtk/pluginwindow.c
1757                 correct strange float value
1758
1759 2003-04-23 [paul]       0.8.11claws108
1760
1761         * sync with 0.8.11cvs33
1762                 see ChangeLog 2003-04-23
1763
1764 2003-04-22 [paul]       0.8.11claws107
1765
1766         * src/Makefile.am
1767           src/messageview.c
1768           src/mimeview.c
1769           src/pgptext.[ch]      ** REMOVED **
1770                 remove pgptext.[ch] as its not used any more
1771
1772 2003-04-22 [paul]       0.8.11claws106
1773
1774         * sync with 0.8.11cvs31
1775                 see ChangeLog 2003-04-21 and 2003-04-22
1776
1777 2003-04-21 [alfons]     0.8.11claws105
1778
1779         * src/main.c
1780                 No access to GTK structures if we're a spawned child
1781                 (and clean up code a little bit...) Should fix #126.
1782
1783 2003-04-21 [melvin]     0.8.11claws104
1784
1785         * src/plugins/dillo_viewer/README
1786                 Improved slightly the text.
1787
1788 2003-04-21 [melvin]     0.8.11claws103
1789
1790         * src/plugins/dillo_viewer/README *** NEW ***
1791                 Added a README file for the Dillo plugin
1792
1793 2003-04-20 [paul]
1794
1795         * tools/README
1796           tools/outlook2sylpheed.pl
1797                 updated and improved by Ricardo Mones Lastra
1798
1799 2003-04-18 [oliver]     0.8.11claws102
1800
1801         * src/inc.c 
1802         * src/prefs_account.h
1803                 remove Pop3SessionType (used by selective download)
1804         * src/prefs_toolbar.c
1805                 enable set Default Toolbar button
1806
1807 2003-04-18 [paul]       0.8.11claws101
1808
1809         * sync with 0.8.11cvs29
1810                 see ChangeLog 2003-04-18
1811
1812 2003-04-17 [paul]       0.8.11claws100
1813
1814         * src/prefs_common.[ch]
1815           src/summaryview.c
1816                 remove 'Open next message on deletion' option,
1817                 as the same effect can now be achieved via the
1818                 'Always open messages in summary when selected'
1819                 option.
1820
1821 2003-04-17 [paul]       0.8.11claws99
1822
1823         * sync with 0.8.11cvs28
1824                 see ChangeLog 2003-04-17
1825
1826 2003-04-17 [christoph]  0.8.11claws98
1827
1828         * ac/spamassassin.m4
1829         * src/plugins/spamassassin/libspamc.[ch]
1830         * src/plugins/spamassassin/utils.[ch]
1831                 sync libspamc with SpamAssassin project
1832
1833 2003-04-17 [christoph]  0.8.11claws97
1834
1835         * src/common/socket.h
1836         * src/gtk/sslcertwindow.h
1837                 rename old USE_SSL to USE_OPENSSL
1838
1839 2003-04-17 [paul]       0.8.11claws96
1840
1841         * src/prefs_common.h
1842                 use gulong for P_COLOR so that it compiles/runs on
1843                 64-bit systems. Patch submitted by James Noyes
1844                 <jnoyes-claws@retrogeeks.com>
1845                 
1846         * po/de.po
1847                 updated by Jens
1848
1849 2003-04-17 [paul]       0.8.11claws95
1850
1851         * sync with 0.8.11cvs27
1852                 see ChangeLog 2003-04-16
1853
1854 2003-04-15 [paul]       0.8.11claws94
1855
1856         * src/prefs_common.[ch]
1857                 rearrange to stop the window getting too long:
1858                         move Receive dialog stuff to Receive tab
1859                         move Send dialog to Send tab
1860                         remove Dialogs frame
1861                 rename 'Open messages in summary with cursor keys' to
1862                 'Always open messages in summary when selected', as its
1863                 more appropriate
1864
1865 2003-04-15 [paul]       0.8.11claws93
1866
1867         * src/prefs_common.[ch]
1868           src/summaryview.c
1869                 add new option '/Interface/Open next message on deletion'
1870
1871 2003-04-15 [paul]       0.8.11claws92
1872
1873         * src/summaryview.[ch]
1874                 add /Mark/Lock and /Mark/Unlock to the pop-up
1875                 menu. Patch submitted by Ivan Francolin Martinez
1876                 <ivanfm@users.sourceforge.net>
1877
1878 2003-04-15 [paul]       0.8.11claws91
1879
1880         * sync with 0.8.11cvs24
1881                 see ChangeLog 2003-04-15
1882
1883 2003-04-14 [jens]       0.8.11claws90
1884
1885         * updated German translation and some corrections from
1886                 Roland Bless <bless@tm.uka.de>
1887
1888 2003-04-14 [paul]       0.8.11claws89
1889
1890         * sync with 0.8.11cvs22
1891                 see ChangeLog 2003-04-14
1892
1893 2003-04-13 [paul]       0.8.11claws88
1894
1895         * src/plugins/clamav/clamav_plugin.c
1896                 fix memory leaks
1897                 clean up
1898
1899 2003-04-12 [paul]       0.8.11claws87
1900
1901         * src/plugins/clamav/clamav_plugin.c
1902                 activate enable/disable archive scanning option
1903                 
1904         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1905
1906 2003-04-12 [paul]       0.8.11claws86
1907
1908         * src/plugins/Makefile.am
1909           src/plugins/clamav/Makefile.am                ** NEW FILE **
1910           src/plugins/clamav/README                     ** NEW FILE ** 
1911           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1912           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1913                 add Clam AntiVirus plugin
1914
1915 2003-04-12 [paul]       0.8.11claws85
1916
1917         * sync with 0.8.11cvs21
1918                 see ChangeLog 2003-04-11
1919
1920 2003-04-11 [paul]       0.8.11claws84
1921
1922         * po/es.po
1923                 update Spanish translation. Submitted by Ricardo
1924                 Mones Lastra.
1925
1926 2003-04-10 [christoph]  0.8.11claws83
1927
1928         * src/mbox.c
1929                 fix typo that did not move unfiltered mails to destination
1930                 folder
1931
1932         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1933          when filtering from spool)
1934
1935 2003-04-10 [christoph]  0.8.11claws82
1936
1937         * src/imap.c
1938                 use BODY.PEEK instead of BODY in in message fetch operation
1939                 to make sure the IMAP server does not set the \Seen flag for
1940                 messages. Sylpheed does that later itself, when the message
1941                 is opened in sylpheed
1942
1943         (closes Bug 111 Claws destroys unread marks)
1944
1945 2003-04-09 [oliver]     0.8.11claws81
1946         
1947         * src/folder.c
1948                 fix crash in folder_destroy
1949         * README.claws
1950                 remove selective download
1951
1952 2003-04-09 [christoph]  0.8.11claws80
1953
1954         * src/imap.c
1955                 fix crash in imap_get_msginfo() when then fetched message
1956                 is not found
1957
1958         (closes Bug 110 Crash during mail composition)
1959
1960 2003-04-08 [christoph]  0.8.11claws79
1961
1962         * src/folder.c
1963         * src/prefs_account.c
1964                 Filter new messages that are found in an INBOX folder
1965                 when 'Filter messages on receiving' is enabled in the
1966                 Folder's AccountPrefs. This allows to use Sylpheed's
1967                 filtering engine for IMAP folders where messages are
1968                 added to the INBOX by a MTA
1969
1970 2003-04-08 [paul]       0.8.11claws78
1971
1972         * src/procmsg.h
1973                 clean up after last commit
1974
1975 2003-04-08 [paul]       0.8.11claws77
1976
1977         * sync with 0.8.11cvs20
1978                 see ChangeLog 2003-04-07 and 2003-04-08
1979
1980 2003-04-07 [christoph]  0.8.11claws76
1981
1982         * src/filtering.[ch]
1983         * src/inc.[ch]
1984         * src/mbox.c
1985         * src/procmsg.[ch]
1986                 add procmsg_msginfo_filter() to execute filtering actions
1987
1988 2003-04-06 [christoph]  0.8.11claws75
1989
1990         * src/imap.c
1991                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1992
1993 2003-04-06 [christoph]  0.8.11claws74
1994
1995         * src/common/utils.[ch]
1996                 add g_int_compare() function for slist sorting
1997
1998         * src/imap.c
1999                 fetch all MsgInfos with one command in imap_get_msginfos()
2000                 using an imap set with a list of ranges
2001
2002         * src/news.c
2003                 use new g_int_compare() function
2004
2005 2003-04-06 [thorsten]   0.8.11claws73
2006
2007         * src/mh.c
2008                 corrected implementation of mh_folder_destroy()
2009
2010 2003-04-05 [christoph]  0.8.11claws72
2011
2012         * src/account.c
2013         * src/folder.[ch]
2014         * src/folderview.c
2015         * src/imap.c
2016         * src/inc.c
2017         * src/main.c
2018         * src/mainwindow.c
2019         * src/mbox_folder.c
2020         * src/mh.c
2021         * src/mimeview.h
2022         * src/msgcache.[ch]
2023         * src/news.c
2024         * src/procmime.h
2025         * src/procmsg.[ch]
2026         * src/setup.c
2027         * src/gtk/gtkutils.c
2028                 o rename structure field names class and new to klass and
2029                   new_msgs, to allow including files in C++
2030                 o add 'extern "C"' block to some header files
2031                 o add MsgInfoList and MsgNumberList as alias for GSList for
2032                   developers to know what type of list is expected
2033
2034         * src/plugins/image_viewer/plugin.c
2035         * src/plugins/image_viewer/viewer.[ch]
2036         * src/plugins/image_viewer/viewerprefs.[ch]
2037                 rename function names to prevent conflicts
2038
2039 2003-04-05 [paul]       0.8.11claws71
2040
2041         * sync with 0.8.11cvs18
2042                 see ChangeLog 2003-04-03 and 2003-04-04
2043
2044 2003-04-02 [christoph]  0.8.11claws70
2045
2046         * src/folder.[ch]
2047         * src/imap.[ch]
2048         * src/mbox_folder.[ch]
2049         * src/mh.[ch]
2050         * src/news.[ch]
2051                 o Make all virtual folder functions private
2052                 o remove unused folder code
2053
2054         * src/common/socket.[ch]
2055         * src/summaryview.c
2056                 fix warnings
2057
2058 2003-03-30 [alfons]     0.8.11claws69
2059
2060         * src/send_message.c
2061                 remove two debug traces and see if people still report
2062                 errors
2063
2064 2003-03-30 [alfons]     0.8.11claws68
2065
2066         * src/send_message.c
2067         * src/commons/session.c
2068                 add more debug traces
2069
2070 2003-03-30 [christoph]  0.8.11claws67
2071
2072         * src/folder.c
2073                 change processing folder name from .processing to processing
2074
2075         * src/common/ssl.c
2076                 disable SSL certificate check because it causes Xlib error
2077                 when the child process want's to open an GTK window
2078
2079 2003-03-30 [christoph]  0.8.11claws66
2080
2081         * src/folder.c
2082                 don't use default folder for processing folder item because
2083                 it can be a non local folder
2084
2085         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2086
2087 2003-03-30 [alfons]     0.8.11claws65
2088
2089         * src/send_message.c
2090                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2091                 to generate bad code for 'send_send_data_progressive': When
2092                 called from 'send_send_data_finished', the 'data' pointer is
2093                 cleared just before the assignment to the dialog pointer
2094
2095 2003-03-29 [christoph]  0.8.11claws64
2096
2097         * src/common/prefs.h
2098         * src/plugins/image_viewer/Makefile.am
2099         * src/plugins/image_viewer/plugin.c
2100         * src/plugins/image_viewer/viewer.[ch]
2101         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2102                 add PrefsPage for ImageViewer
2103
2104 2003-03-28 [thorsten]   0.8.11claws63
2105
2106         * src/common/session.c
2107                 added some comments
2108
2109 2003-03-28 [paul]       0.8.11claws62
2110
2111         * sync with 0.8.11cvs16
2112                 see ChangeLog 2003-03-28
2113
2114 2003-03-28 [paul]       0.8.11claws61
2115
2116         * sync with 0.8.11cvs15
2117                 see ChangeLog 2003-03-28
2118
2119 2003-03-27 [christoph]  0.8.11claws60
2120
2121         * src/folder.c
2122         * src/imap.c
2123         * src/common/socket.[ch]
2124                 set socket state to DISCONNECTED when any operation
2125                 fails to allow reconnecting in IMAP code without
2126                 checking the return code of all calls to the command
2127                 functions
2128
2129         * src/folderview.c
2130         * src/summaryview.c
2131                 remove some more stuff that depends on specific
2132                 folder types
2133
2134 2003-03-27 [paul]       0.8.11claws59
2135
2136         * sync with 0.8.11cvs14
2137                 see ChangeLog 2003-03-27
2138                 
2139         * src/selective_download.[ch]   ** REMOVED **
2140                 really removed
2141
2142 2003-03-27 [christoph]  0.8.11claws58
2143
2144         * src/folder.c
2145                 fix handling of tmp_flags in flag copy function
2146
2147 2003-03-27 [paul]       0.8.11claws57
2148
2149         * sync with 0.8.11cvs13
2150                 see ChangeLog 2003-03-27
2151
2152 2003-03-27 [oliver]     0.8.11claws56
2153
2154         * src/maiwindow.c
2155                 remove sel_download_cb
2156
2157 2003-03-27 [oliver]     0.8.11claws55
2158         
2159         * src/inc.c
2160                 remove POP3_TOP
2161         
2162 2003-03-26 [oliver]     0.8.11claws54
2163
2164         *src/pop.h
2165                 remove POP3_TOP*
2166         * README.claws
2167                 remove selective donwload readme
2168
2169 2003-03-26 [oliver]     0.8.11claws53
2170         * src/matcher.[ch]
2171         * src/matcher_parser_parse.y 
2172         * src/pop.c 
2173         * src/prefs_account.[ch]
2174         * src/prefs_filtering.c
2175                 remove selective donwload
2176
2177 2003-03-26 [oliver]     0.8.11claws52
2178
2179         * src/inc.[ch] 
2180         * src/filtering.c 
2181         * src/mainwindow.c 
2182                 remove selective donwload
2183
2184 2003-03-26 [oliver]     0.8.11claws51
2185         
2186         * src/Makefile.am
2187         * src/selective_download.[ch]   ** REMOVE **    
2188
2189 2003-03-26 [christoph]  0.8.11claws50
2190
2191         * src/news.c
2192                 fix NEWS that got broken by a sync with sylpheed-main
2193
2194 2003-03-26 [christoph]  0.8.11claws49
2195
2196         * src/mimeview.c
2197                 fix mime type guessing when no mime type is found for a file
2198
2199 2003-03-25 [christoph]  0.8.11claws48
2200
2201         * src/mimeview.c
2202         * src/procmime.c
2203                 remove mime type guessing from mime parser and use
2204                 name based mime types in viewer lookup for mime type
2205                 application/octet-stream
2206
2207 2003-03-25 [christoph]  0.8.11claws47
2208
2209         * doc-src/readme.txt
2210         * doc-src/rfc2554.txt
2211                 add RFC about SMTP AUTH
2212
2213         * src/send_message.c
2214         * src/common/smtp.[ch]
2215                 add extra error code for authentication errors and
2216                 clear temporary password when this error occurs
2217
2218         (closes Bug 84 authentication failure while sending should
2219          prompt for password again)
2220
2221 2003-03-25 [christoph]  0.8.11claws46
2222
2223         * configure.ac
2224         * src/Makefile.am
2225         * src/imageview.[ch]                            ** REMOVE **
2226         * src/messageview.[ch]
2227         * src/mimeview.[ch]
2228         * src/prefs_common.[ch]
2229         * src/textview.c
2230         * src/plugins/Makefile.am
2231         * src/plugins/image_viewer/.cvsignore           ** NEW **
2232         * src/plugins/image_viewer/Makefile.am          ** NEW **
2233         * src/plugins/image_viewer/plugin.c             ** NEW **
2234         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2235                 move image viewer into a plugin (building is enabled by default)
2236                 [ToDo: Prefs for resize and autoview]
2237
2238 2003-03-25 [paul]       0.8.11claws45
2239
2240         * sync with 0.8.11cvs12
2241                 see ChangeLog 2003-03-26
2242
2243 2003-03-25 [paul]       0.8.11claws44
2244
2245         * sync with 0.8.11cvs11
2246                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2247                 
2248         Note: Selective Download is broken.
2249                 
2250 2003-03-22 [christoph]  0.8.11claws43
2251
2252         * src/folder.c
2253                 code cleanup for flags copying
2254
2255 2003-03-22 [christoph]  0.8.11claws42
2256
2257         * src/plugins/trayicon/trayicon.c
2258                 fix setting the transparent area when the window size
2259                 is forced by the system tray
2260
2261 2003-03-22 [christoph]  0.8.11claws41
2262
2263         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2264         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2265         * src/plugins/trayicon/newmail.xpm              ** NEW **
2266         * src/plugins/trayicon/nomail.xpm               ** NEW **
2267         * src/plugins/trayicon/trayicon.c
2268         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2269                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2270                 o add icon for unread mails
2271                 o set transparency for window
2272
2273 2003-03-22 [christoph]  0.8.11claws40
2274
2275         * src/news.c
2276                 init news session to prevent crash when session is closed
2277
2278 2003-03-22 [christoph]  0.8.11claws39
2279
2280         * src/imap.c
2281         * src/common/session.[ch]
2282                 Init session data to make sure we don't have invalid pointers
2283                 for read_ch and write_ch when new multi process sessions are
2284                 not used
2285
2286         * src/main.c
2287         * src/common/plugin.c
2288         * src/common/sylpheed.c
2289         * src/plugins/demo/demo.c
2290         * src/plugins/dillo_viewer/dillo_viewer.c
2291         * src/plugins/mathml_viewer/mathml_viewer.c
2292         * src/plugins/spamassassin/spamassassin.c
2293         * src/plugins/spamassassin/spamassassin_gtk.c
2294                 add plugin types to allow loading plugins at different times
2295                 (and maybe for different frontends), because it's not good to
2296                 load GTK-Plugins gefore gtk_init was called
2297
2298         * configure.ac
2299         * src/plugins/Makefile.am
2300         * src/plugins/trayicon/.cvsignore               ** NEW **
2301         * src/plugins/trayicon/Makefile.am              ** NEW **
2302         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2303         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2304         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2305         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2306         * src/plugins/trayicon/trayicon.c               ** NEW **
2307                 New Trayicon plugin that shows an icon in a systray that uses
2308                 XEMBED protocol like Gnome's systray. Icon shows if there
2309                 are new mails and a tooltip shows information about new,
2310                 unread and total messages.
2311
2312 2003-03-22 [paul]       0.8.11claws38
2313
2314         * src/common/smtp.c
2315                 fix ESMTP AUTH CRAM-MD5
2316                 [sync with main (still version 0.8.11cvs6), see
2317                  ChangeLog 2003-03-22]
2318
2319 2003-03-21 [colin]      0.8.11claws37
2320
2321         * src/send_message.c
2322                 Fix USE_SSL => USE_OPENSSL
2323
2324 2003-03-21 [colin]      0.8.11claws36
2325
2326         * src/folderview.c
2327                 Fix counts in drag and dropped subfolders
2328
2329 2003-03-21 [colin]      0.8.11claws35
2330
2331         * src/folder.c 
2332         * src/folderview.c
2333                 speed up a bit folder dnd
2334
2335 2003-03-20 [alfons]     0.8.11claws34
2336
2337         * src/main.c
2338         * src/toolbar.c
2339         * src/procmsg.c
2340                 don't send locked queue messages
2341                 (feature request "[ 705245 ] Locking message in outbox 
2342                  should prevent sending")
2343
2344 2003-03-20 [christoph]  0.8.11claws33
2345
2346         * src/folder.c
2347                 remove NEW and UNREAD flag in special folders when scanning
2348                 
2349         * src/common/smtp.c
2350                 fix ESMTP AUTH CRAM-MD5
2351
2352 2003-03-20 [paul]       0.8.11claws32
2353
2354         * src/prefs_account.c
2355                 Re-write 'Tunnel command to open connection' as
2356                 'Use command to communicate with server', and disable
2357                 it for all except IMAP accounts
2358
2359 2003-03-20 [paul]       0.8.11claws31
2360
2361         * sync with 0.8.11cvs6
2362                 see ChangeLog 2003-03-20
2363
2364 2003-03-19 [match]      0.8.11claws30
2365
2366         * src/addritem.[ch]
2367                 include documentation. minor refactoring.
2368         * src/addr_compl.[ch]
2369         * src/addrindex.[ch]
2370         * src/addresbook.[ch]
2371         * src/summaryview.c
2372                 re-enable address lookup (was disabled in
2373                 0.8.11claws20).
2374
2375 2003-03-19 [christoph]  0.8.11claws29
2376
2377         * src/procmsg.c
2378                 add temp flag handling, will make moving and copying
2379                 messages possible again
2380
2381         * src/folder.c
2382                 correct calulation of folder stats
2383
2384 2003-03-18 [match]      0.8.11claws28
2385
2386         * src/editgroup.h
2387                 remove case sensitive comparison (closes bug 80).
2388
2389 2003-03-18 [christoph]  0.8.11claws27
2390
2391         * src/imap.c
2392                 fix imap using a tunnel command
2393
2394         (closes bug 87)
2395
2396 2003-03-18 [christoph]  0.8.11claws26
2397
2398         * src/folder.[ch]
2399         * src/imap.c
2400         * src/procmsg.[ch]
2401                 rewrite flag handling for folders
2402
2403 2003-03-18 [christoph]  0.8.11claws25
2404
2405         * src/folder.c
2406         * src/procmsg.c
2407         * src/summaryview.c
2408                 unset NEW and UNREAD flags when message is ignored, to make
2409                 sure messages don't show up as unread on other IMAP clients,
2410                 because the IGNORE_THREAD flag can not be syncronized through
2411                 the IMAP folder
2412
2413 2003-03-17 [christoph]  0.8.11claws24
2414
2415         * src/imap.c
2416                 don't use recursion to fetch uids when the number of messages
2417                 does not match. Moved code into subfunction that is used
2418                 again when needed, to prevent an endless loop.
2419
2420 2003-03-17 [thorsten]   0.8.11claws23
2421
2422         * src/imageview.[ch]
2423                 export imageview_get_resized_size() (for plugins)
2424         * src/prefs_common.[ch]
2425                 added prefs_common_get() (for plugins)
2426
2427 2003-03-17 [christoph]  0.8.11claws22
2428
2429         * src/imap.c
2430                 o remove UID guessing from copy code
2431                 o support UIDPLUS extension for APPEND command
2432
2433 2003-03-17 [paul]       0.8.11claws21
2434
2435         * src/gtk/about.c
2436                 remove 'Compiled-plugins' section.
2437                 
2438         * src/plugins/dillo_viewer/dillo_viewer.c
2439                 slight change to description text
2440
2441 2003-03-16 [match]      0.8.11claws20
2442         * src/ldapserver.[ch]           ** NEW **
2443         * src/ldapctrl.[ch]             ** NEW **
2444         * src/ldapquery.[ch]            ** NEW **
2445         * src/ldaputil.[ch]             ** NEW **
2446         * src/addrcindex.[ch]           ** NEW **
2447         * src/addrquery.h               ** NEW **
2448         * src/addritem.[ch]
2449         * src/addrcache.[ch]
2450         * src/addrindex.[ch]
2451         * src/addr_compl.[ch]
2452         * src/addressbook.[ch]
2453         * src/addrbook.[ch]
2454         * src/editgroup.c
2455         * src/editaddress.c
2456         * src/editldap.c
2457         * src/editldap_basedn.c
2458         * src/vcard.c
2459         * src/jpilot.c
2460         * src/Makefile.am
2461                 included dynamic LDAP queries. improved address
2462                 completion.
2463
2464 2003-03-16 [paul]       0.8.11claws19
2465
2466         * tools/multiwebsearch.pl
2467                 fix a fatal typo
2468
2469 2003-03-16 [christoph]  0.8.11claws18
2470
2471         * src/mimeview.c
2472         * src/plugins/dillo_viewer/dillo_viewer.c
2473         * src/plugins/mathml_viewer/mathml_viewer.c
2474                 make unregistering of MimeViewerFactorys possible
2475
2476 2003-03-16 [alfons]     0.8.11claws17
2477
2478         * configure.ac
2479                 correct typo
2480
2481 2003-03-16 [melvin]     0.8.11claws16
2482
2483         * src/plugins/dillo_viewer.c
2484                 Fixed bug where it was not possible to view more than
2485                 one text/html attachment per message (bug discovered
2486                 by Christoph Hohmann).
2487
2488 2003-03-15 [melvin]     0.8.11claws15
2489
2490         * src/prefs_actions.c
2491                 Fixed compilation warnings.
2492
2493 2003-03-15 [melvin]     0.8.11claws14
2494
2495         * src/plugins/Makefile.am
2496         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2497         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2498         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2499                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2500                 newer (http://dillo.auriga.wearlab.de/).
2501
2502 2003-03-15 [christoph]  0.8.11claws13
2503
2504         * src/imap.c
2505                 don't query imap folder for attributes because we already
2506                 for them from imap_status
2507
2508         * src/mimeview.[ch]
2509                 add support for plugable MimeViewers (unloading Viewers
2510                 not yet complete)
2511
2512         * src/plugins/Makefile.am
2513         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2514         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2515         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2516                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2517                 widget from http://helm.cs.unibo.it/mml-widget/
2518
2519 2003-03-14 [christoph]  0.8.11claws12
2520
2521         * src/folder.[ch]
2522                 o error return code's should better be negative
2523                 o replace printf with debug_print
2524
2525         * src/imap.c
2526                 improve IMAP folder scan by checking UID-NEXT
2527
2528         * src/summaryview.c
2529                 remove check that are unnecessary in my opinion
2530
2531 2003-03-13 [christoph]  0.8.11claws11
2532
2533         * src/folder.[ch]
2534         * src/foldersel.c
2535         * src/folderview.c
2536         * src/imap.c
2537         * src/mbox_folder.c
2538         * src/mh.c
2539         * src/news.c
2540         * src/prefs_scoring.c
2541         * src/summaryview.c
2542                 use a common function to get a displayable name
2543                 for a FolderItem
2544
2545 2003-03-13 [paul]       0.8.11claws10
2546
2547         * tools/Makefile.am
2548           tools/README
2549           tools/multiwebsearch.conf     ** NEW FILE **
2550           tools/multiwebsearch.pl       ** NEW FILE **
2551                 add multiwebsearch Actions script
2552
2553 2003-03-13 [colin]      0.8.11claws9
2554
2555         * src/compose.c
2556                 Remove leading emtpy lines from quoted text
2557                 before quoting it
2558
2559 2003-03-13 [melvin]     0.8.11claws8
2560
2561         * src/prefs_actions.c
2562                 Fixed a memory leak
2563                 Code clean ups
2564                 Added Cancel and OK buttons
2565                 Corrected help text
2566
2567 2003-03-13 [christoph]  0.8.11claws7
2568
2569         * src/account.c
2570         * src/folder.[ch]
2571         * src/imap.c
2572         * src/mainwindow.c
2573         * src/mbox_folder.c
2574         * src/mh.c
2575         * src/news.c
2576         * src/setup.c
2577                 replace more folder type stuff with folder class stuff
2578
2579 2003-03-13 [melvin]     0.8.11claws6
2580
2581         * src/prefs_actions.c
2582                 Added new tokens:
2583                 %u: user provided argument
2584                 %h: user provided argument (hidden on input)
2585                 %s: current text selection in the message view 
2586
2587 2003-03-13 [paul]       0.8.11claws5
2588
2589         * sync with 0.8.11cvs5
2590                 see ChangeLog 2003-03-11, 2003-03-12
2591
2592 2003-03-12 [christoph]  0.8.11claws4
2593
2594         * src/folder.c
2595                 use folder class idstr when writing folderlist.xml
2596
2597         * src/folder.h
2598         * src/imap.c
2599         * src/news.c
2600                 replace folder type checks with folder class checks
2601
2602 2003-03-12 [christoph]  0.8.11claws3
2603
2604         * src/folder.[ch]
2605         * src/imap.[ch]
2606         * src/main.c
2607         * src/mbox_folder.[ch]
2608         * src/mh.[ch]
2609         * src/news.[ch]
2610                 o create a list of known folder classes in the folder system
2611                 o use folder class id strings for folder item identifiers
2612
2613 2003-03-12 [christoph]  0.8.11claws2
2614
2615         * src/imap.c
2616                 fix imap uid validity check
2617
2618 2003-03-12 [christoph]  0.8.11claws1
2619
2620         * src/account.c
2621         * src/folder.[ch]
2622         * src/foldersel.c
2623         * src/folderview.c
2624         * src/imap.c
2625         * src/mainwindow.c
2626         * src/mbox_folder.c
2627         * src/mh.c
2628         * src/news.c
2629         * src/prefs_scoring.c
2630         * src/procmsg.c
2631         * src/setup.c
2632         * src/summaryview.c
2633                 initial restructuring of folder system, seperating
2634                 folders and folder classes
2635
2636 2003-03-12 [paul]       0.8.11claws
2637
2638         0.8.11claws release
2639
2640 2003-03-12 [christoph]
2641
2642         * src/gtk/prefswindow.c
2643                 fix translation of "Page Index"
2644
2645 2003-03-12 [paul]       0.8.10claws110
2646
2647         a sync from 0.8.11cvs4 before the release
2648
2649         * src/common/utils.c
2650                 subject_compare_for_sort(): allow null strings (fixes
2651                 summary sorting).
2652
2653 2003-03-11 [paul]       0.8.10claws109
2654
2655         * po/es.po
2656                 update Spanish translation, submitted by
2657                 Ricardo Mones Lastra
2658
2659 2003-03-11 [melvin]     0.8.10claws108
2660
2661         * po/fr.po
2662                 Updated French translations
2663
2664 2003-03-11 [paul]       0.8.10claws107
2665
2666         * manual/en/Makefile.am
2667           manual/en/*.html
2668                 update English manual, add a new page
2669                 updated by Francois Barriere <fbarriere@atmel.fr>
2670                 
2671         * po/bg.po
2672           po/it.po
2673           po/sr.po
2674                 update Bulgarian, Italian, and Serbian translations
2675                 submitted by George Danchev, Alessandro Maestri, and
2676                 Urke MMI
2677
2678 2003-03-10 [paul]       0.8.10claws106
2679
2680         * src/gtk/about.c
2681           src/gtk/prefswindow.c
2682                 make some strings translatable
2683
2684 2003-03-10 [darko]      0.8.10claws105
2685
2686         * src/compose.c
2687                 code cleanup to make Hiro happy
2688
2689 2003-03-10 [paul]       0.8.10claws104
2690
2691         * sync with 0.8.11cvs2
2692                 see ChangeLog 2003-03-10
2693
2694 2003-03-09 [melvin]     0.8.10claws103
2695
2696         * src/textview.c
2697                 textview_set_font(): fix for message display in
2698                 UTF-8 locales (thanks to Sergey Vlasov).
2699                 (was unintentionnaly reverted in 0.8.6claws6)   
2700
2701 2003-03-08 [darko]      0.8.10claws102
2702
2703         * src/compose.c
2704                 fix infinite loop in wrapping as reported
2705                 by happycactus
2706                 obsoletes patch #696482
2707
2708 2003-03-08 [christoph]  0.8.10claws101
2709
2710         * src/imap.c
2711                 add workaround for IMAP servers that do not
2712                 support the "UID SEARCH UID" command
2713
2714 2003-03-07 [christoph]  0.8.10claws100
2715
2716         * src/plugins/spamassassin/spamassassin.[ch]
2717         * src/plugins/spamassassin/spamassassin_gtk.c
2718                 code cleanup
2719
2720 2003-03-07 [paul]       0.8.10claws99
2721
2722         * po/es.po
2723                 updated Spanish translation, submitted by
2724                 Ricardo Mones Lastra
2725
2726 2003-03-07 [christoph]  0.8.10claws98
2727
2728         * src/send.c
2729                 fix in 0.8.10claws94 was wrong
2730                 local delivery does not require escaping, remove escaping
2731                 code to make signatures of mails with "." lines valid
2732                 
2733                 NOTE: requires that sendmail is executed with "-i" option,
2734                       what is the default now, but has to be changed in all
2735                       exsiting accounts)
2736
2737 2003-03-07 [paul]       0.8.10claws97
2738
2739         * sync with 0.8.11 release
2740                 see ChangeLog 2003-03-07
2741
2742 2003-03-06 [paul]       0.8.10claws96
2743
2744         * src/compose.c
2745                 revert commit 0.8.10claws92
2746
2747 2003-03-06 [paul]       0.8.10claws95
2748
2749         * src/folderview.c
2750                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2751
2752         * src/gtkaspell.c
2753                 fix bug 74, 'Crash opening editor window with pseudo-color
2754                 display'
2755                 
2756         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2757
2758 2003-03-06 [christoph]  0.8.10claws94
2759
2760         * src/send.c
2761                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2762                 all lines starting with a period get an extra period
2763                 inserted
2764                 (found by Simon 'corecode' Schubert)
2765
2766 2003-03-06 [paul]       0.8.10claws93
2767
2768         * src/folderview.c
2769                 if configured font can't be loaded fall back to gtk
2770                 default. (with thanks to Christoph)
2771                 
2772                 closes long-standing bug 15 'Crashes on startup'
2773
2774 2003-03-06 [paul]       0.8.10claws92
2775
2776         * src/compose.c
2777                 freeze text before autosave and thaw afterwards
2778                 fixes bug 67 'autosave make re-rediting message crazy'
2779
2780 2003-03-06 [christoph]  0.8.10claws91
2781
2782         * src/compose.c
2783                 ignore address comment in dupe check for Cc-list
2784
2785         (closes reopened bug 47 Replying to message strips name part of
2786          e-mail addresses of Cc: lines)
2787
2788 2003-03-06 [paul]       0.8.10claws90
2789
2790         * src/Makefile.am
2791                 remove reference to gtkxtext.h as its no longer in
2792                 the repository
2793
2794 2003-03-06 [paul]       0.8.10claws89
2795
2796         * sync with 0.8.10cvs25
2797                 see ChangeLog 2003-03-06
2798
2799 2003-03-06 [oliver]     0.8.10claws88
2800         
2801         * src/messageview.c
2802                 remove include
2803
2804 2003-03-06 [oliver]     0.8.10claws87
2805         
2806         * src/folderview.c 
2807                 remove changes introduced inclaws74
2808         * src/messageview.c
2809                 another attempt to sanely delete and update
2810                 messages deleted in separate messageview
2811
2812 2003-03-05 [christoph]  0.8.10claws86
2813
2814         * src/summaryview.c
2815                 check if "From" matches any account's address if
2816                 addressbook completion of addresses is disabled too
2817
2818         (closes Bug 70 "Display recipient in from" doesn't check
2819          folder's default account)
2820
2821 2003-03-05 [christoph]  0.8.10claws85
2822
2823         * src/compose.c
2824         * src/common/utils.[ch]
2825                 don't strip address comments when building Cc lists
2826
2827         (closes Bug 47 Replying to message strips name part of e-mail addresses
2828          of Cc: lines)
2829
2830         * src/folder.c
2831                 fix return value of copy function
2832
2833 2003-03-05 [christoph]  0.8.10claws84
2834
2835         * src/imap.c
2836                 don't ask imap server for non rfc822 headers
2837
2838         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2839
2840         * src/imap.c
2841                 destroy session on socket error to allow reconnecting
2842
2843 2003-03-05 [christoph]  0.8.10claws83
2844
2845         * configure.ac
2846                 fix building with gnome when no prefix is set
2847
2848         (closes bug 66 Gnome directory is set to NONE)
2849
2850 2003-03-05 [paul]       0.8.10claws82
2851
2852         * sync with 0.8.10cvs23
2853                 see ChangeLog 2003-03-05
2854
2855 2003-03-04 [christoph]  0.8.10claws81
2856
2857         * src/folder.c
2858                 o fix moving and copying when folder returns 0 for new
2859                   message number
2860                 o remove some code for single message copy and move
2861                   operations and use functions for multiple messages
2862
2863         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2864
2865         * src/news.c
2866                 remove unused include
2867
2868 2003-03-04 [paul]       0.8.10claws80
2869
2870         * src/gtk/about.c
2871                 list 'Compiled plugins'
2872
2873 2003-03-03 [christoph]  0.8.10claws79
2874
2875         * src/news.[ch]
2876                 have to multiply the percentage of the current fetch with
2877                 the percentage that it has of the total fetch operation
2878                 for correct values
2879
2880 2003-03-03 [christoph]  0.8.10claws78
2881
2882         * src/news.c
2883                 fix calculation of expected lines for progress indicator
2884
2885 2003-03-03 [christoph]  0.8.10claws77
2886
2887         * src/summaryview.c
2888         * src/common/utils.c
2889                 fix segfault when opening the root news folder
2890
2891 2003-03-03 [christoph]  0.8.10claws76
2892
2893         * src/mainwindow.[ch]
2894         * src/common/Makefile.am
2895         * src/common/progressindicator.[ch]
2896                 add UI independent progress indicator handling
2897
2898         * src/news.[ch]
2899                 use new progress indicator for message info fetching
2900
2901         * src/common/hooks.h
2902                 code cleanup
2903
2904 2003-03-03 [oliver]     0.8.10claws75
2905
2906         * src/toolbar.c
2907         * src/compose.c
2908                 removed commented code
2909
2910 2003-03-03 [oliver]     0.8.10claws74
2911
2912         * src/toolbar.[ch]
2913                 cleanups and refactoring
2914         * src/compose.[ch]
2915                 compose_reply_mode reply & forwarding interface for
2916                 toolbar buttons
2917         * src/folderview.c
2918                 act on messages marked for deletion in folderview_selected
2919                 based on prefs_common.immediate_exec since a message might 
2920                 have been deleted by messageview in a folder we are changing 
2921                 to (does anybody understand what I'm on about ?)
2922
2923 2003-03-03 [oliver]     0.8.10claws73
2924         
2925         * src/messageview.[ch]
2926                 new functions
2927                 - messageview_delete: delete message shown in messagview
2928                 - messageview_update_view: update messageview to currently 
2929                   selected summaryview message
2930                 - add separate messageview to msgview_list in order to update 
2931                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2932         * src/summaryview.[ch]
2933                 summary_get_selection returns a list of selected msgs
2934                 in summaryview
2935         * src/mainwindow.c
2936                 toolbar reply refactoring
2937
2938 2003-03-03 [paul]       0.8.10claws72
2939
2940         * sync with 0.8.10cvs21
2941                 see ChangeLog 2003-03-03
2942
2943 2003-03-02 [christoph]  0.8.10claws71
2944
2945         * src/common/passcrypt.c
2946                 use POSIX includes
2947
2948 2003-03-02 [christoph]  0.8.10claws70
2949
2950         * configure.ac
2951         * src/prefs_account.c
2952         * src/prefs_gtk.[ch]
2953         * src/common/.cvsignore
2954         * src/common/Makefile.am
2955         * src/common/passcrypt.c                ** NEW **
2956         * src/common/passcrypt.h.in             ** NEW **
2957                 Implement password encryption in config files
2958                 using unix encrypt and setkey functions. The crypt
2959                 key can be set as a configure parameter. Old
2960                 passwords will be converted if they do not begin
2961                 with '!'
2962
2963 2003-03-02 [paul]       0.8.10claws69
2964
2965         * src/prefs_account.c
2966                 fix compile error
2967
2968 2003-03-01 [thorsten]   0.8.10claws68
2969
2970         * po/el.po
2971           po/hr.po
2972           po/it.po
2973           po/nl.po
2974           po/sr.po
2975           po/sv.po
2976                 corrected format strings
2977         * po/en_GB.po
2978                 corrected headers
2979                 (fix compile errors with GNU gettext-0.11.5)
2980
2981 2003-03-01 [oliver]     0.8.10claws67
2982
2983         * src/summaryview.c
2984                 menu callbacks call toolbar_menu_reply
2985
2986 2003-03-01 [oliver]     0.8.10claws66
2987
2988         * src/mainwindow.c
2989         * src/messageview.c
2990                 menu callbacks call toolbar_menu_reply
2991         * src/toolbar.[ch]
2992                 callbacks from menu handled by toolbar_menu_reply
2993
2994 2003-03-01 [paul]       0.8.10claws65
2995
2996         * src/addressbook.c
2997                 revert commit 0.8.10claws54 - breaks editing of
2998                 addressbook.
2999                 
3000         * po/bg.po
3001                 update Bulgarian translation, submitted by
3002                 George Danchev
3003
3004 2003-02-28 [christoph]  0.8.10claws64
3005
3006         * src/account.c
3007         * src/addressadd.c
3008         * src/compose.c
3009         * src/gtkaspell.c
3010         * src/gtkxtext.h                ** REMOVE **
3011         * src/imap.c
3012         * src/matcher.[ch]
3013         * src/mh.c
3014         * src/news.c
3015         * src/pine.c
3016         * src/prefs_common.c
3017         * src/prefs_matcher.c
3018         * src/procheader.[ch]
3019         * src/procmsg.[ch]
3020         * src/toolbar.c
3021         * src/common/ssl_certificate.c
3022         * src/gtk/colorlabel.c
3023         * src/gtk/menu.c
3024                 o fix warnings
3025                 o remove code obsoleted by new cache and folder system rework
3026
3027 2003-02-28 [oliver]     0.8.10claws63
3028         
3029         * src/toolbar.[ch]
3030                 * fix bug where reply in Messageview replied to 
3031                 Message displayed in summaryview
3032                 (reportedd via ML by chinatinte at gmx dot ch)
3033                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3034                 didn't work in separate MessageView Toolbar
3035                 (wondering if anybody uses this at all ?)
3036         * src/summaryview.[ch]
3037                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3038                 (generalize reply and forward code);
3039         * src/messageview.c 
3040                 remove focus_in event which updated summaryview to messageview
3041
3042 2003-02-28 [paul]       0.8.10claws62
3043
3044         * po/Makefile.in.in
3045                 add the --check option
3046                 Patch submitted by Ricardo Mones Lastra
3047
3048 2003-02-28 [paul]       0.8.10claws61
3049
3050         * src/prefs_account.c
3051                 re-order 'Signature' items
3052
3053 2003-02-28 [paul]       0.8.10claws60
3054
3055         * sync with 0.8.10cvs20
3056                 see ChangeLog 2003-02-28
3057
3058 2003-02-28 [paul]       0.8.10claws59
3059
3060         * po/POTFILES.in
3061                 update to reflect recent movement of files
3062
3063 2003-02-28 [paul]       0.8.10claws58
3064
3065         * sync with 0.8.10cvs19
3066                 see ChangeLog 2003-02-28
3067
3068 2003-02-27 [martin]     0.8.10claws57
3069
3070         * src/prefs_matcher.c 
3071                 fix segfault in prefs_matcher_ok() when the
3072                 last entry is deleted and prevents that the
3073                 message "entry not saved" comes up after deleting
3074                 an entry
3075
3076 2003-02-27 [martin]     0.8.10claws56
3077
3078         * src/prefs_filtering.c 
3079                 fix segfault in prefs_filtering_ok() when the
3080                 last entry is deleted and prevents that the
3081                 message "entry not saved" comes up after deleting
3082                 an entry
3083
3084 2003-02-27 [paul]       0.8.10claws55
3085
3086         * sync with 0.8.10cvs18
3087                 see ChangeLog 2003-02-27
3088
3089 2003-02-27 [paul]       0.8.10claws54
3090
3091         * src/addressbook.c
3092                 fix bug where the address book crashes with 
3093                 multiple lookups.
3094                 Patch [687729] submitted by David Frager 
3095                 <dbfrager@users.sourceforge.net>
3096
3097 2003-02-25 [christoph]  0.8.10claws53
3098
3099         * src/Makefile.am
3100         * src/colorlabel.[ch]           ** REMOVE **
3101         * src/gtk/Makefile.am
3102         * src/gtk/colorlabel.[ch]       ** NEW **
3103                 move colorlabel files to gtk directory
3104
3105         * src/esmtp.[ch]                ** REMOVE **
3106                 has been merged into smtp.[ch] in 0.7.5
3107
3108 2003-02-25 [christoph]  0.8.10claws52
3109
3110         * src/Makefile.am
3111         * src/about.[ch]                ** REMOVE **
3112         * src/gtk/Makefile.am
3113         * src/gtk/about.[ch]            ** NEW **
3114                 move about files to gtk directory
3115
3116 2003-02-25 [christoph]  0.8.10claws51
3117
3118         * src/folder.c
3119                 some code optimization of folder scanning code
3120
3121         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3122
3123 2003-02-25 [christoph]  0.8.10claws50
3124
3125         * src/main.c
3126         * src/common/sylpheed.c
3127                 add command line parameter parsing to common code
3128
3129 2003-02-24 [christoph]
3130
3131         * Makefile.am
3132         * configure.ac
3133                 fix gnome prefix problems, the configure script now removed
3134                 `gnome-config --prefix` from `gnome-config --datadir`
3135                 and adds $(prefix} instead
3136
3137         (closes Bug 24 Makefile does not respect prefix when installing
3138          GNOME data)
3139
3140 2003-02-24 [christoph]  0.8.10claws49
3141
3142         * src/news.c
3143                 check for valid session before trying to authenticate
3144
3145         (closes Bug 60 crash if "authenticate on logon" is activated
3146          and newsserver-hostname is not valid)
3147
3148 2003-02-24 [melvin]     0.8.10claws48
3149
3150         * src/prefs_actions.c
3151                 Make sure all user's input is sent to the action and then
3152                 close the socket..
3153
3154 2003-02-23 [alfons]     0.8.10claws46
3155
3156         * src/summaryview.c
3157                 also wait cursor when deleting files
3158
3159 2003-02-23 [paul]
3160
3161         * tools/freshmeat_search.pl
3162           tools/google_search.pl
3163                 scripts should now work for any browser/browser command line
3164
3165 2003-02-22 [christoph]  0.8.10claws45
3166
3167         * src/procmsg.c
3168                 fix IMAP flag setting, IMAP flag is not handled correctly
3169                 anymore by the folder system and information about the
3170                 folder should not be saved in the MsgInfo (in my opinion)
3171
3172         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3173
3174 2003-02-22 [christoph]  0.8.10claws44
3175
3176         * src/summaryview.c
3177                 fix spelling of "label" ;-)
3178
3179 2003-02-22 [thorsten]   0.8.10claws43
3180
3181         * src/mimeview.c
3182           src/prefs_common.[ch]
3183           src/procmime.[ch]
3184                 do not use description as attachment name
3185
3186 2003-02-22 [alfons]     0.8.10claws42
3187
3188         * src/summaryview.c
3189                 freeze/thaw folder item updates when changing color labels,
3190                 and put a wait cursors on
3191
3192 2003-02-22 [thorsten]   0.8.10claws41
3193
3194         * src/mimeview.c
3195                 save-all fixes: crash if invoked on multipart container,
3196                 mimeinfo access, pathseparators, error dialog
3197
3198 2003-02-21 [alfons]     0.8.10claws40
3199
3200         * src/prefs_gtk.c
3201                 remove unused var
3202
3203 2003-02-21 [colin]      0.8.10claws39
3204
3205         * src/send.c
3206                 Fix smtp logging
3207
3208 2003-02-21 [colin]      0.8.10claws38
3209
3210         * src/summaryview.c
3211                 Freeze/thaw folderItem updates when filtering messages 
3212                 via Tools/Filter messages
3213
3214 2003-02-21 [paul]       0.8.10claws37
3215
3216         * src/compose.c
3217                 revert commit 0.8.10claws26, there are ulterior motives
3218                 for users to set a Reply-To header when posting to
3219                 newsgroups
3220
3221 2003-02-21 [paul]       0.8.10claws36
3222
3223         * sync with 0.8.10cvs17
3224                 see ChangeLog 2003-02-21
3225
3226 2003-02-20 [christoph]  0.8.10claws35
3227
3228         * src/imap.c
3229                 IMAP UID fetch speedup using SEARCH
3230
3231         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3232
3233         * src/imap.c
3234                 fix problem with UIDs in IMAP UID cache that no longer existed
3235
3236 2003-02-20 [christoph]  0.8.10claws34
3237
3238         * src/imap.c
3239         * src/procheader.c
3240         * src/procheader.h
3241                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3242
3243         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3244
3245         * src/imap.c
3246                 Rewrite imap_cmd_gen_recv use sock_getline instead
3247                 of sock_gets to avoid problems with too long reply
3248                 lines
3249     
3250 2003-02-20 [colin]      0.8.10claws33
3251         
3252         * src/prefs_account.c
3253                 Better wording
3254
3255 2003-02-20 [colin]      0.8.10claws32
3256
3257         * src/compose.c
3258                 Remove useless '&& !to_sender' 
3259
3260 2003-02-20 [darko]
3261
3262         * AUTHORS
3263                 change my e-mail address
3264
3265 2003-02-19 [colin]      0.8.10claws31
3266
3267         * src/prefs_common.c
3268                 X11 style colors for every configurable color
3269
3270 2003-02-19 [alfons]     0.8.10claws30
3271
3272         * src/prefs_gtk.[ch]
3273         * src/prefs_common.c
3274                 for color_new accept both plain integers and X11 style color
3275                 names (as found in /usr/lib/X11/rgb.txt)
3276
3277 2003-02-19 [paul]       0.8.10claws29
3278
3279         * src/mainwindow.c
3280                 add tooltips to online/offline button and account selector
3281                 button
3282
3283 2003-02-19 [paul]       0.8.10claws28
3284
3285         * src/folder.c
3286           src/news.c
3287           src/prefs_account.[ch]
3288           src/prefs_common.[ch]
3289                 move 'Maximum number of articles to download' to
3290                 account prefs.
3291                 clean up account prefs gui a little by hiding entries
3292                 rather then greying out entries
3293
3294 2003-02-19 [hiro]       0.8.10claws27
3295
3296         * src/common/utils.c
3297                 fix bug #54 'yesterdays date is displayed in the message 
3298                 summary window'
3299
3300 2003-02-19 [paul]       0.8.10claws26
3301
3302         * src/compose.c
3303                 fix bug reported in Feature Request [688596] 
3304                 'Reply-to header in news'
3305
3306 2003-02-18 [paul]       0.8.10claws25
3307
3308         * src/select-keys.c
3309                 add a 'List all keys' button to key selection dialog
3310
3311 2003-02-18 [colin]      0.8.10claws24
3312         
3313         * src/stock_pixmap.c
3314                 fix compile error
3315
3316 2003-02-18 [colin]      0.8.10claws23
3317
3318         * src/common/smtp.[ch]
3319           src/prefs_account.c
3320                 Try to starttls if it seems to be the only
3321                 way to authenticate a user
3322
3323 2003-02-18 [paul]       0.8.10claws22
3324
3325         * src/Makefile.am
3326           src/folderview.c
3327           src/stock_pixmap.[ch]
3328           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3329           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3330                 as a Drafts folder is a special folder allow it to have
3331                 its own unique icons
3332
3333 2003-02-18 [colin]      0.8.10claws21
3334
3335         * src/imap.c
3336                 Fix port selection when using starttls
3337
3338 2003-02-18 [paul]       0.8.10claws20
3339
3340         * src/mainwindow.c
3341           src/prefs_common.[ch]
3342                 make blue the default new mail colour
3343
3344 2003-02-18 [paul]       0.8.10claws19
3345
3346         * sync with 0.8.10cvs14
3347                 see ChangeLog 2003-02-18
3348
3349 2003-02-17 [jens]       0.8.10claws18
3350
3351         * src/common/md5.c
3352                 fixed a compile problem with gcc 3.3
3353                 works on 2.95.3 too (testet on PPC as it is big endian)
3354
3355 2003-02-17 [paul]       0.8.10claws17
3356
3357         * sync with 0.8.10cvs13
3358                 see ChangeLog 2003-02-17
3359
3360 2003-02-17 [paul]       0.8.10claws16
3361
3362         * sync with 0.8.10cvs12
3363                 see ChangeLog 2003-02-17
3364
3365 2003-02-16 [match]      0.8.10claws15
3366
3367         * src/addressbook.c
3368                 Eliminates reloading of address data when items
3369                 deleted or added. Applied submitted by
3370                 Luke Plant <lukeplant@softhome.net>
3371
3372 2003-02-16 [paul]       0.8.10claws14
3373
3374         * src/news.c
3375                 when a 'protocol error' is encountered disconnect from
3376                 the server. This means that the user can carry on viewing
3377                 other articles and doesn't have to either wait until the
3378                 server timesout or quit sylpheed.
3379                 Fixes bug #53 'Unable to read messages in newsgroups, 
3380                 displayed message doesn't change'
3381
3382 2003-02-15 [christoph]  0.8.10claws13
3383
3384         * src/imap.c
3385                 fix bug that stopped scanning of folders when an
3386                 IMAP folder was empty
3387
3388         (closes bug 46 stop scan messages in folders after empty folder)
3389
3390 2003-02-15 [paul]
3391
3392         * tools/Makefile.am
3393           tools/README
3394           tools/freshmeat_search.pl     ** NEW FILE **
3395           tools/google_search.pl        ** NEW FILE **
3396                 Add 2 Actions scripts which search freshmeat/google
3397                 for the selected text using the browser configured
3398                 in sylpheedrc.
3399                 
3400         Note: These scripts are very dependent on the format of the
3401         browser command and may not work on every occasion. Testing
3402         is welcome. 
3403
3404 2003-02-14 [alfons]     0.8.10claws12
3405
3406         * src/compose.c
3407                 fix breakage because of uninitialized account pointer.
3408                 please verify.
3409
3410 2003-02-14 [paul]       0.8.10claws11
3411
3412         * src/compose.c
3413           src/prefs_account.[ch]
3414           src/prefs_common.[ch]
3415                 move signature settings to Account Prefs
3416
3417 2003-02-14 [paul]       0.8.10claws10
3418
3419         * sync with 0.8.10cvs11
3420                 see ChangeLog 2003-02-14
3421
3422 2003-02-13 [thorsten]   0.8.10claws9
3423
3424         * src/news.c
3425                 revert news progressbar (GUI separation)
3426
3427 2003-02-13 [paul]       0.8.10claws8
3428
3429         * src/compose.c
3430                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3431                 paragraph 1
3432
3433 2003-02-13 [paul]       0.8.10claws7
3434
3435         * src/compose.[ch]
3436           src/summaryview.c
3437                 fix 'Follow-up and Reply-to' so that it creates a reply to
3438                 the newsgroup and the sender. If the message has the keyword
3439                 'poster' in the Followup-To header, all replies go to the
3440                 sender, re: RFC 1036, Section 2.2.3
3441                 rename all instances of 'ignore_replyto' to 'to_sender', both
3442                 were previously used, now we use just one.
3443
3444 2003-02-13 [paul]       0.8.10claws6
3445
3446         * sync with 0.8.10cvs9
3447                 see ChangeLog 2003-02-13
3448
3449 2003-02-13 [paul]       0.8.10claws5
3450
3451         * configure.ac
3452                 show which plugins are configured in the configure
3453                 output.
3454
3455 2003-02-12 [thorsten]   0.8.10claws4
3456
3457         * src/news.c
3458                 show progress while fetching news headers
3459
3460 2003-02-12 [christoph]  0.8.10claws3
3461
3462         * configure.ac
3463         * src/plugins/Makefile.am
3464                 use AM_CONDITIONAL to enable plugins, automake correctly
3465                 manages this when creating distdir
3466
3467 2003-02-12 [christoph]  0.8.10claws2
3468
3469         * ac/spamassassin.m4
3470         * src/plugins/spamassassin/Makefile.am
3471                 fix building SpamAssassin plugin without OpenSSL
3472
3473 2003-02-12 [paul]       0.8.10claws1
3474
3475         * ac/Makefile.am
3476           src/Makefile.am
3477           src/plugins/Makefile.am
3478                 fix failure of 'make release'
3479
3480 2003-02-12 [paul]       0.8.10claws
3481
3482         * 0.8.10claws released
3483
3484 2003-02-12 [paul]       0.8.9claws56
3485
3486         * po/bg.po
3487           po/es.po
3488           po/it.po
3489           po/ru.po
3490           po/sr.po
3491                 updated translations by George Danchev, Ricardo Mones Lastra,
3492                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3493                 
3494         * sylpheed.spec.in
3495                 Allow the building of RPMs by a regular user. Submitted
3496                 by Sergei Astanin
3497
3498 2003-02-11 [alfons]     0.8.9claws55
3499
3500         * src/colorlabel.c
3501                 don't use pixmaps for label color rect but draw rectangles
3502                 so we can respect the color map of palette based visuals
3503                 (fixes the long time crashes on Suns - thanks to Andreas
3504                 Engel and Steve O'Hara-Smith for testing)
3505
3506 2003-02-11 [christoph]  0.8.9claws54
3507
3508         * src/matcher_parser_parse.y
3509                 correct bug where filering rules of not existing folders in
3510                 matcherrc were added to global filtering
3511                 
3512         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3513          main filter-rules after removing directory, http://bugs.debian.org/180253)
3514         
3515 2003-02-11 [paul]       0.8.9claws53
3516
3517         * sync with 0.8.10cvs7
3518                 see ChangeLog 2003-02-09
3519
3520 2003-02-11 [melvin]     0.8.9claws52
3521
3522         * po/fr.po
3523                 Updated French tranlsations
3524
3525 2003-02-10 [paul]       0.8.9claws51
3526
3527         * sylpheed.spec.in
3528                 correct --enable-openssl
3529                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3530
3531 2003-02-09 [martin]     0.8.9claws50
3532
3533         * src/prefs_matcher.c
3534                 fix segfault in prefs_matcher_substitute_cb() when
3535                 no row is selected
3536
3537 2003-02-09 [paul]       0.8.9claws49
3538
3539         * src/folderview.c
3540                 fix bug where a newsgroup folder's processing rules were
3541                 merged with the global filtering rules when the newsgroup
3542                 folder was deleted, causing some seriously bad results,
3543                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3544
3545 2003-02-08 [melvin]     0.8.9claws48
3546
3547         * src/compose.c
3548                 Corrected and modified an alert message.
3549
3550 2003-02-07 [paul]       0.8.9claws47
3551
3552         * src/folderview.c
3553                 fix bug where both an 'Account properties' window and a
3554                 'Folder properties' window were opened when clicking on
3555                 'Properties' in an NNTP or IMAP folder's popup menu.
3556
3557 2003-02-07 [paul]       0.8.9claws46
3558
3559         * sync with 0.8.10cvs6
3560                 see ChangeLog 2003-02-06
3561
3562 2003-02-06 [christoph]  0.8.9claws45
3563
3564         * src/mbox.c
3565                 freeze folder updates while importing mbox files
3566                 (closes bug 43 importing mbox took hours)
3567                 
3568         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3569
3570 2003-02-06 [thorsten]   0.8.9claws44
3571
3572         * po/de.po
3573                 Updated german translations
3574
3575 2003-02-06 [thorsten]   0.8.9claws43
3576
3577         * src/news.h
3578                 use guint for message numbers (fix count in grouplist dialog)
3579
3580 2003-02-05 [paul]       0.8.9claws42
3581
3582         * sync with 0.8.10cvs2
3583                 see ChangeLog 2003-02-05
3584
3585 2003-02-04 [colin]      0.8.9claws41
3586
3587         * src/prefs_common.[ch]
3588           src/procmsg.c
3589           src/summaryview.c
3590                 Add an option to disable threading by subject
3591
3592 2003-02-04 [christoph]  0.8.9claws40
3593
3594         * src/inc.c
3595                 only abort fetching mails from multiple accounts when the
3596                 error is fatal and does not allow to check any more accounts
3597                 (currently only disk full error)
3598
3599         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3600          receive mails for other accouts)
3601
3602 2003-02-04 [christoph]  0.8.9claws39
3603
3604         * src/folder.c
3605                 first add the new message to the cache, then
3606                 send the update notification
3607
3608         (closes bug 39 after sending message folderview doesnt get updated)
3609
3610 2003-02-04 [colin]      0.8.9claws38
3611
3612         * src/inc.c
3613                 _really_ fix this Connecting... status
3614
3615 2003-02-04 [paul]       0.8.9claws37
3616
3617         * sync with 0.8.10
3618                 see ChangeLog 2003-02-04
3619
3620 2003-02-04 [paul]       0.8.9claws36
3621
3622         * sync with 0.8.9cvs6
3623                 see ChangeLog 2003-02-03
3624
3625 2003-02-04 [paul]       0.8.9claws35
3626
3627         * po/pt_BR.po
3628                 updated by André Filipe de Assunção e Brito 
3629                 <bedecko@netsite.com.br>
3630
3631 2003-02-03 [thorsten]   0.8.9claws34
3632
3633         * po/de.po
3634                 Updated german translations
3635
3636 2003-02-02 [paul]       0.8.9claws33
3637
3638         * po/es.po
3639                 updated by Ricardo Mones Lastra
3640
3641 2003-02-02 [thorsten]   0.8.9claws32
3642
3643         * src/mh.c
3644                 Fix mh_get_msginfo() segfault if file is inaccessible
3645
3646 2003-01-31 [colin]      0.8.9claws31
3647
3648         * src/procheader.c
3649                 Fix last commit's bug
3650
3651 2003-01-31 [colin]      0.8.9claws30
3652
3653         * src/procheader.c
3654                 Missing a change for gpg-signed messages
3655
3656 2003-01-31 [paul]       0.8.9claws29
3657
3658         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3659           src/procheader.c
3660           src/stock_pixmap.[ch]
3661           src/summaryview.c
3662                 indicate GnuPG signed messages by displaying an icon
3663                 in the Attachment column.
3664
3665 2003-01-31 [paul]       0.8.9claws28
3666
3667         * sync with 0.8.9cvs4
3668                 see ChangeLog 2003-01-31
3669
3670 2003-01-31 [alfons]     0.8.9claws27
3671
3672         * src/textview.c
3673                 tune URI parser to accept mailto URLs with a '?'
3674                 (patch from Ruslan Balkin)
3675
3676 2003-01-31 [colin]      0.8.9claws26
3677
3678         * src/summaryview.c
3679                 Fix a leak introduced in claws24
3680
3681 2003-01-31 [colin]      0.8.9claws25
3682
3683         * src/summaryview.c
3684                 Freeze/Thaw folder updates when deleting dups
3685
3686 2003-01-31 [colin]      0.8.9claws24
3687         
3688         * src/addr_compl.c
3689           src/summaryview.c
3690           src/msgcache.c
3691                 little speed improvements
3692
3693 2003-01-31 [colin]      0.8.9claws23
3694
3695         * src/summaryview.c
3696                 Fix segfault when forwarding nothing
3697                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3698                 
3699 2003-01-30 [paul]       0.8.9claws22
3700
3701         * sync with 0.8.9cvs3
3702                 see ChangeLog 2003-01-30
3703
3704 2003-01-30 [paul]       0.8.9claws21
3705
3706         * sync with 0.8.9cvs2
3707                 see ChangeLog 2003-01-30
3708
3709 2003-01-29 [paul]       0.8.9claws20
3710
3711         * sync with 0.8.9cvs1
3712                 see ChangeLog 2003-01-29
3713
3714 2003-01-28 [paul]       0.8.9claws19
3715
3716         * po/POTFILES.in
3717                 update to reflect changes. 
3718                 thanks to Ricardo Mones Lastra
3719
3720 2003-01-27 [christoph]  0.8.9claws18
3721
3722         * ac/openssl.m4
3723         * ac/spamassassin.m4
3724         * src/plugins/spamassassin/README
3725         * src/plugins/spamassassin/libspamc.[ch]
3726         * src/plugins/spamassassin/utils.[ch]
3727                 updated to latest libspamc
3728
3729 2003-01-27 [christoph]  0.8.9claws17
3730
3731         * src/folder.c
3732                 fix wrong use of procheader_get_header_fields
3733
3734 2003-01-27 [christoph]  0.8.9claws16
3735
3736         * src/news.c
3737         * src/prefs_account.[ch]
3738         * src/common/nntp.[ch]
3739                 allow to force authentication for NNTP servers
3740
3741         Patch submitted by Florian Mickler <dmk@d-labs.de>
3742
3743 2003-01-26 [paul]       0.8.9claws15
3744
3745         * src/summaryview.c
3746                 speed up of marking messages as read
3747                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3748
3749 2003-01-26 [christoph]  0.8.9claws14
3750
3751         * src/Makefile.am
3752         * src/mgutils.[ch]              ** REMOVE **
3753         * src/xml.[ch]                  ** REMOVE **
3754         * src/xmlprops.[ch]             ** REMOVE **
3755         * src/common/Makefile.am
3756         * src/common/mgutils.[ch]       ** NEW **
3757         * src/common/xml.[ch]           ** NEW **
3758         * src/common/xmlprops.[ch]      ** NEW **
3759                 move xml files to common directory
3760
3761 2003-01-26 [christoph]  0.8.9claws13
3762
3763         * src/plugins/spamassassin/spamassassin_gtk.c
3764                 only set gtk entry text if string is available
3765
3766 2003-01-26 [melvin]     0.8.9claws12
3767
3768         * src/description_window.c
3769                 Allow resizing of the window
3770                 Allow automatic horizontal scroll bar
3771                 Do not vertically expand and fill
3772
3773 2003-01-26 [christoph]  0.8.9claws11
3774
3775         * src/Makefile.am
3776         * src/gtkutils.[ch]             ** REMOVE **
3777         * src/common/sylpheed.c
3778         * src/gtk/Makefile.am
3779         * src/gtk/description_window.c
3780         * src/gtk/gtkutils.[ch]         ** NEW **
3781         * src/gtk/prefswindow.c
3782                 move gtkutils to gtk directory
3783
3784 2003-01-26 [paul]       0.8.9claws10
3785
3786         * src/summaryview.c
3787                 rename summary_unread_clicked() to summary_status_clicked()
3788
3789 2003-01-26 [melvin]     0.8.9claws9
3790
3791         * src/prefs_actions.c
3792                 Cosmetical changes to the help text
3793
3794 2003-01-26 [paul]       0.8.9claws8
3795
3796         * src/folder.[ch]
3797           src/mainwindow.c
3798           src/prefs_common.c
3799           src/prefs_sumamry_column.c
3800           summaryview.[ch]
3801                 rename the 'Unread' column to 'Status'
3802
3803 2003-01-25 [match]      0.8.9claws7
3804
3805         * src/mgutils.[ch]
3806                 removed reference to LDAP constants. removed error2string.
3807                 included functions to support LDAP dynamic queries.
3808         * src/syldap.h
3809                 moved LDAP constants here.
3810         * src/addressbook.c
3811         * src/addrindex.c
3812         * src/importldif.c
3813                 removed references to LDAP constants and references to
3814                 error2string.
3815
3816 2003-01-25 [paul]       0.8.9claws6
3817
3818         * src/summaryview.c
3819                 summary_thread_build(), summary_thread_init(): remove 
3820                 unneeded reference to summaryview->folder_item
3821
3822 2003-01-25 [christoph]  0.8.9claws5
3823
3824         * src/gtk/description_window.c
3825                 o allow description texts to expand over multiple columns
3826                 o translate all columns
3827         * src/prefs_actions.c
3828                 change syntax description to use new multi column feature
3829
3830         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3831
3832 2003-01-25 [match]      0.8.9claws4
3833
3834         * src/vcard.c
3835                 fixed bug with Quoted-Printable
3836
3837 2003-01-25 [paul]       0.8.9claws3
3838
3839         * src/folder.[ch]
3840           src/summaryview.[ch]
3841                 implement per-folder collapsed/expanded threads setting
3842                 
3843         * src/prefs_common.c
3844                 remove global collapsed/expanded threads option
3845
3846 2003-01-25 [christoph]  0.8.9claws2
3847
3848         * po/POTFILES.in
3849                 add pluginwindow and prefswindow
3850         * src/compose.c
3851                 make send respond correctly to messages that could be added
3852                 to the queue folder, but the UID of the message is unknown
3853         * src/folder.c
3854         * src/imap.c
3855                 don't return guessed UIDs in imap_add_msg anymore. We return
3856                 0 to tell the folder system it was appened but the UID is
3857                 unknown. Folder system now get's the UID by scaning the folder
3858                 and searching the cache for the Message-ID
3859                 (closes bug #29 Messages queued, but not sent)
3860
3861 2003-01-25 [paul]       0.8.9claws1
3862
3863         * src/codeconv.c
3864                 conv_encode_header():  fix bug when long headers with 8-bit
3865                 characters are used, so that the encoded words are wrapped.
3866                 If the space in the original text falls on the wrap boundary,
3867                 it can be lost.
3868                 Patch by Sergey Vlasov.
3869                 
3870         * src/folderview.c
3871                  fix bug where a change to the sorting method or thread view
3872                  of a folder's messages is lost if simpify-subject is set and
3873                  toggled on or off.
3874                  Patch by Luke Plant.
3875
3876 2003-01-24 [paul]       0.8.9claws
3877
3878         * sylpheed-0.8.9claws released
3879         
3880         * Makefile.am
3881           sylpheed.spec.in
3882                 remove reference to 'INSTALL.jp'
3883
3884 2003-01-23 [paul]       0.8.8claws128
3885
3886         * po/es.po
3887           po/it.po
3888           po/ru.po
3889           po/sr.po
3890                 updated translations. submitted by Ricardo Mones Lastra,
3891                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3892
3893 2003-01-23 [colin]      0.8.8claws127
3894
3895         * src/compose.c
3896                 Fix drafted and queued news articles re-edition
3897
3898 2003-01-23 [melvin]     0.8.8claws126
3899
3900         * po/fr.po
3901                 Updated French translations
3902
3903 2003-01-23 [colin]      0.8.8claws125
3904
3905         * src/inc.c
3906                 Fix "Connecting to..." status message
3907
3908 2003-01-22 [paul]       0.8.8claws124
3909
3910         * po/bg.po
3911                 updated by George Danchev
3912                 
3913         * src/folder.c
3914                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3915                 and folder deletion
3916
3917 2003-01-21 [paul]       0.8.8claws123
3918
3919         * po/bg.po
3920                 updated by George Danchev
3921                 
3922         * src/about.c
3923                 its now 2003
3924                 
3925         * src/toolbar.c
3926                 don't translate 'Separator'
3927                 
3928         * src/plugins/spamassassin/Makefile.am
3929                 add aspell to CPPFLAGS
3930                 
3931         * src/plugins/spamassassin/spamassassin.c
3932           src/plugins/spamassassin/spamassassin_gtk.c
3933                 set correct default for spamassassin_receive_spam
3934                 slightly re-word descriptions and some
3935                 other minor changes
3936
3937 2003-01-19 [alfons]     0.8.8claws122
3938                 
3939         * src/mimeview.c
3940                 mimeview_save_as(): we might as well show the file name for
3941                 the single case "Save As" too
3942
3943 2003-01-19 [alfons]     0.8.8claws121
3944
3945         * src/crash.c
3946                 change bug tracker URL to bugzilla URL
3947
3948 2003-01-19 [alfons]     0.8.8claws120
3949
3950         * src/mimeview.c
3951                 mimeview_save_all(): display name of file before overwriting;
3952                 continue saving all, even when one overwrite was cancelled
3953
3954 2003-01-19 [christoph]  0.8.8claws119
3955
3956         * src/summaryview.c
3957         * src/procmsg.[ch]
3958                 fix wrong usage of procmsg_find_children in summaryview
3959                 by using procmsg_update_unread_children instead of
3960                 summaryview_update_unread_children
3961
3962 2003-01-19 [christoph]  0.8.8claws118
3963
3964         * src/procmsg.c
3965                 fix infinite loop in procmsg_find_children
3966                  (closes bug #25 sylpheed crashes on delete.)
3967
3968         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3969
3970 2003-01-19 [paul]       0.8.8claws117
3971
3972         * po/pt_BR.po
3973                 updated by Ivan Francolin Martinez
3974
3975 2003-01-18 [melvin]     0.8.8claws116
3976
3977         * src/prefs_actions.c
3978                 Removed syntax limitation of only one '&' at the end of command.
3979                         Now actions that contain '>/dev/null 2>&1' are possible.
3980
3981 2003-01-18 [melvin]     0.8.8claws115
3982
3983         * src/prefs_actions.c
3984                 Actions IO dialog: when the action ends
3985                 the "Close" button now has focus and [Escape] closes the
3986                 window.
3987
3988 2003-01-18 [christoph]  0.8.8claws114
3989
3990         * src/procmsg.c
3991                 o add debug output when MsgInfos are really freed
3992                 o free GSLists in procmsg_find_children and
3993                   procmsg_update_unread_children
3994
3995 2003-01-18 [christoph]  0.8.8claws113
3996
3997         * src/mainwindow.c
3998                 reorder Configuration menu
3999
4000 2003-01-18 [christoph]  0.8.8claws112
4001
4002         * src/compose.c
4003                 fix applying templates to forwarded messages
4004
4005         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4006
4007 2003-01-17 [christoph]  0.8.8claws111
4008
4009         * src/folder.c
4010                 destroy folder items, when a folder item is removed
4011
4012 2003-01-17 [christoph]  0.8.8claws110
4013
4014         * src/folder.c
4015                 fix wrong folder stats update when ignored message is
4016                 deleted
4017
4018 2003-01-17 [colin]      0.8.8claws109
4019         
4020         * src/mainwindow.c
4021         * src/summaryview.c
4022                 Quicksearch bugfixes: 
4023                 - hide help button at startup if not extended
4024                 - switch to extended when looking for replies
4025
4026 2003-01-17 [paul]
4027
4028         * sync with 0.8.9 release
4029
4030 2003-01-17 [paul]       0.8.8claws108
4031
4032         * sync with 0.8.8cvs11
4033                 see ChangeLog 2003-01-17
4034
4035 2003-01-16 [colin]      0.8.8claws107
4036
4037         * src/procmsg.c
4038                 Changed encryption test to re-ask passphrase
4039                 if an encrypted message hasn't been decrypted
4040                 Fixes bug #5
4041
4042 2003-01-16 [christoph]  0.8.8claws106
4043
4044         * src/prefs_gtk.c
4045         * src/prefs_toolbar.c
4046         * src/gtk/prefswindow.h
4047         * src/plugins/spamassassin/spamassassin_gtk.c
4048                 remove page destroy function that is not used anymore
4049
4050 2003-01-16 [paul]       0.8.8claws105
4051
4052         * sync with 0.8.8cvs9
4053                 see ChangeLog 2002-01-16
4054
4055 2003-01-16 [colin]      0.8.8claws104
4056
4057         * src/compose.[ch]
4058                 Fix bug with autosaved drafts for IMAP, when draft
4059                 folder is specified - fixes bugzilla bug #20
4060
4061 2003-01-15 [paul]       0.8.8claws103
4062
4063         * src/compose.[ch]
4064           src/procmsg.c
4065                 store folder and message-id of message forwarding
4066                 in queue header and set forward flag after sending
4067
4068 2003-01-15 [paul]       0.8.8claws102
4069
4070         * sync with 0.8.8cvs8
4071                 see ChangeLog 2002-01-15
4072
4073 2003-01-15 [colin]      0.8.8claws101
4074
4075         * src/Makefile.am
4076                 Fix linking with GNU libiconv
4077
4078 2003-01-15 [darko]      0.8.8claws100
4079
4080         * src/pine.c
4081                 fix crash when importing pine address book
4082                 entry with an empty name (reported by DY
4083                 <dybulk at tri8.net>)
4084
4085 2003-01-14 [paul]       0.8.8claws99
4086
4087         * configure.in  ** REMOVED **
4088           configure.ac  ** NEW FILE **
4089                 rename configure.in to configure.ac, as it is now
4090                 preferred
4091
4092 2003-01-14 [melvin]     0.8.8claws98
4093
4094         * src/folderview.c
4095                 folderview_check_new(): More precise function description
4096
4097 2003-01-14 [melvin]     0.8.8claws97
4098
4099         * src/folderview.c
4100                 folderview_check_new(): return the number of new messages 
4101                         since last check.
4102         * src/inc.c
4103                 inc_account_mail(): Disable counting of new messages for IMAP
4104                         and NNTP until bug [19] and [14] are fixed.
4105
4106 2003-01-14 [paul]       0.8.8claws96
4107
4108         * sync with 0.8.8cvs6
4109                 see ChangeLog 2003-01-14
4110
4111 2003-01-13 [alfons]     0.8.8claws95
4112
4113         * src/textview.c
4114                 tune email address validation (c. 0.8.8claws89): if . is 
4115                 just one char away from @, the address is invalid too 
4116                 (correctly rejects addresses like foo@.com)
4117
4118 2003-01-13 [paul]       0.8.8claws94
4119
4120         * src/messageview.c
4121           src/toolbar.c
4122                 fixes to the Message View toolbar and menu:
4123                 fix non-functioning Forward button
4124                 make Reply button consider default_reply_list
4125                 remove 'Follow-up...' menu entry
4126                 add 'Forward' and 'Redirect' menu entries
4127
4128 2003-01-13 [melvin]     0.8.8claws93
4129
4130         * src/inc.c
4131                 Fixed typo that could make new messages count incorrect.
4132
4133 2003-01-13 [melvin]     0.8.8claws92
4134
4135         * src/folderview.[ch]
4136                 folderview_check_new(): return the number of new messages.
4137         * src/inc.c
4138                 Should fix bug [14] where new mail notification worked 
4139                         incorrectly with IMAP accounts.
4140                 inc_spool_account(): return number of new msgs, or -1 on error
4141                 inc_all_spool(): return number of new msgs
4142                 
4143 2003-01-13 [melvin]     0.8.8claws91
4144
4145         * src/prefs_actions.c
4146                 Justify help text.
4147
4148 2003-01-12 [thorsten]   0.8.8claws90
4149
4150         * src/common/prefs.c
4151                 close file before rename
4152
4153 2003-01-12 [alfons]     0.8.8claws89
4154
4155         * AUTHORS
4156                 add Christian Mertes
4157         * src/common/utils.[ch]
4158                 g_stricase_hash(), g_stricase_equal(): functions for 
4159                 case insensitive hash tables
4160         * src/textview.c
4161                 use top level domain names to validate email address, based
4162                 on a patch by Christian Mertes (thanks!), but changed 
4163                 implementation to use a hash table 
4164
4165 2003-01-12 [paul]       0.8.8claws88
4166
4167         * po/bg.po
4168                 updated by George Danchev
4169
4170 2003-01-12 [alfons]     0.8.8claws87
4171
4172         * src/summaryview.c
4173                 delete / execute performance: use new style folder update
4174
4175 2003-01-12 [paul]       0.8.8claws86
4176
4177         * sync with 0.8.8cvs5
4178                 see ChangeLog 2003-01-13 (!)
4179
4180 2003-01-12 [alfons]     0.8.8claws85
4181
4182         * src/filtering.c
4183         * src/matcher_parser_parse.y
4184                 prepare change_score filtering action
4185         * src/matcher.[ch]
4186                 give up const-correctness on functions that call non-const-correct functions;
4187                 several casts to gpointer in g_free();
4188                 add change_score;
4189
4190 2003-01-12 [christoph]  0.8.8claws84
4191
4192         * src/compose.c
4193                 fix 2 warnings
4194
4195         * src/gtk/prefswindow.[ch]
4196         * src/plugins/spamassassin/spamassassin_gtk.c
4197                 changed the call of the widget create function
4198                 for PrefsPages, because sometimes the widget
4199                 create function needs a widget that already has
4200                 been attached to a window (to create GDK pixmaps
4201                 for exmaple). So we simply pass the GtkWindow as
4202                 the second parameter now.
4203
4204         * src/main.c
4205         * src/mainwindow.c
4206         * src/prefs_toolbar.[ch]
4207                 rewrite Toolbar Preferences using the new
4208                 prefs window
4209
4210 2003-01-11 [alfons]     0.8.8claws83
4211
4212         * src/addressadd.c
4213                 fix crash when adding sender to addressbook because status bar
4214                 isn't there (the status bar doesn't seem to be used though,
4215                 but I'll let Match decide what to do with it)
4216
4217 2003-01-11 [colin]      0.8.8claws82
4218
4219         * src/main.c
4220           src/toolbar.c
4221                 Two useless changes reversed
4222
4223 2003-01-11 [colin]      0.8.8claws81
4224
4225         * src/mainwindow.c
4226           src/mainwindow.h
4227                 Add mainwindow_get_mainwindow()
4228         * src/alertpanel.c
4229           src/alertpanel.h
4230                 Add alertpanel_error_log() 
4231         * src/compose.c
4232           src/inc.c
4233           src/messageview.c
4234           src/toolbar.c
4235           src/main.c
4236           src/procmsg.c
4237                 Network errors get a View Log button
4238
4239 2003-01-10 [alfons]     0.8.8claws80
4240
4241         * src/prefs_toolbar.c
4242         * src/toolbar.c
4243                 use the translatable string for "Separator" as file name for
4244                 separator toolbar items (probably make this uppercase?)
4245
4246 2003-01-10 [alfons]     0.8.8claws79
4247
4248         * src/prefs_toolbar.c
4249                 put right A_SEPARATOR description string in "displayed
4250                 toolbar items list" so manually added separators are
4251                 saved correctly (bug #10, "Adding a separator to the main 
4252                 toolbar fails, entry in xml file is wrong")
4253
4254 2003-01-10 [christoph]  0.8.8claws78
4255
4256         * src/imap.c
4257                 o fix warnings
4258                 o use CAPABILITY to check if NAMESPACE is available
4259
4260 2003-01-10 [christoph]  0.8.8claws77
4261
4262         * src/imap.[ch]
4263                 apply UIDPLUS IMAP extension support patch
4264
4265         Patch submitted by Simon 'corecode' Schubert
4266
4267 2003-01-10 [paul]       0.8.8claws76
4268
4269         * src/folderview.c
4270                 a sync from main which fixes the news account folders'
4271                 Properties bug
4272
4273 2003-01-10 [christoph]  0.8.8claws75
4274
4275         * src/folder.c
4276                 don't accept 0 as a valid uid returned by copy and move
4277                 functions. 0 means the message was copied or moved but the
4278                 new uid could not be fetched. It is not an error condition
4279                 for the copy or move operation.
4280
4281 2003-01-10 [paul]       0.8.8claws74
4282
4283         * src/prefs_filtering.c
4284                 change English used in Alert when entry is not
4285                 saved.
4286                 
4287         * sync with 0.8.8cvs4
4288                 see ChangeLog 2003-01-10
4289
4290 2003-01-10 [darko]      0.8.8claws73
4291
4292         * src/pine.c
4293                 fix crash when importing address book entry
4294                 without a valid address
4295
4296 2003-01-09 [alfons]     0.8.8claws72
4297
4298         * src/inc.c
4299                 filtering performance: use new style folder update
4300
4301 2003-01-09 [christoph]  0.8.8claws71
4302
4303         * src/compose.c
4304         * src/gtk/menu.[ch]
4305                 fix wrong selecting of mime encoding type, when
4306                 opening property dialog of attachments in the
4307                 compose window. 7bit was always selected and that
4308                 destoryed files with 8bit data.
4309                 (closes bug #9 Sylpheed-claws destroys attachments when
4310                  changing MIME-types)
4311
4312 2003-01-09 [paul]       0.8.8claws70
4313
4314         * sync with 0.8.8cvs3
4315                 see ChangeLog 2003-01-09
4316
4317 2003-01-08 [alfons]     0.8.8claws69
4318         
4319         * src/addressadd.c
4320                 apply patch by Kim Schulz to fix build breakage
4321                 because of missing variable
4322
4323 2003-01-08 [paul]       0.8.8claws68
4324
4325         * sync with 0.8.8cvs2
4326                 see ChangeLog 2002-01-08
4327
4328 2003-01-08 [paul]       0.8.8claws67
4329
4330         * po/it.po
4331                 updated by Alessandro Maestri
4332                 
4333         * src/addressadd.c
4334                 when using 'Add sender to addressbook' allow
4335                 name to be edited and remarks to be entered
4336                 Patch submitted by Luke Plant
4337
4338 2003-01-08 [darko]      0.8.8claws66
4339
4340         * README.claws, src/summaryview.c
4341                 fix description for marked messages
4342
4343 2003-01-08 [paul]
4344
4345         * tools/Makefile.am
4346           tools/launch_phoenix  ** NEW FILE **
4347                 add script that enables using Phoenix as the default
4348                 web browser. 
4349                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4350                 
4351         * tools/OOo2sylpheed.pl
4352                 remove full path to sylpheed executable, just 'sylpheed'
4353                 will do
4354                 
4355         * tools/README
4356                 add launch_phoenix informtion and re-arrange and compress
4357                 the data a little
4358
4359 2003-01-07 [christoph]  0.8.8claws65
4360
4361         * src/folder.c
4362                 fix update for source folder when moving messages
4363         * src/procmsg.[ch]
4364         * src/summaryview.c
4365                 use function to set to_folder for message infos and
4366                 automatically update the op_count for old and new
4367                 folder
4368
4369 2003-01-07 [melvin]     0.8.8claws64
4370
4371         * src/prefs_actions.c
4372                 Fixed bug where an '%p' Action on a displayed image crashed 
4373                         Sylpheed
4374                 Code clean up (get rid of duplicated code and removed unnecessary 
4375                                 structure member)
4376
4377 2003-01-07 [christoph]  0.8.8claws63
4378
4379         * src/compose.c
4380         * src/folder.[ch]
4381         * src/folderview.c
4382         * src/import.c
4383         * src/inc.c
4384         * src/main.c
4385         * src/mainwindow.c
4386         * src/messageview.c
4387         * src/prefs_folder_item.c
4388         * src/procmsg.c
4389         * src/summaryview.c
4390         * src/toolbar.c
4391                 o remove all folder update triggering from the UI code. The folder
4392                   system should know much better when a folder needs an update.
4393                 o to prevent multiple updates in a row the folder updates can be
4394                   frozen for some time.
4395
4396                 Note: - Please verify that no updates are missing
4397                       - Check where freeze/thaws should be added
4398
4399 2003-01-07 [christoph]  0.8.8claws62
4400
4401         * src/prefs_actions.c
4402                 don't translate empty strings
4403
4404         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4405
4406 2003-01-06 [christoph]  0.8.8claws61
4407
4408         * src/prefs_actions.c
4409                 mark strings for gettext
4410         * src/prefs_matcher.c
4411                 use new description window for Execute action and
4412                 match condition in Filtering
4413
4414         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4415
4416 2003-01-06 [alfons]     0.8.8claws60
4417
4418         keep myself inspired to re-organize matcher part 8; 
4419         yes, more to come (I need to move out the descriptive
4420         text for actions to matcher.c, or at least make it not
4421         depend on the wicked ordering)
4422
4423         * src/prefs_matcher.c
4424                 add documentation so others may comprehend the
4425                 UI part of the conditions
4426                 
4427 2003-01-06 [christoph]  0.8.8claws59
4428
4429         * src/prefs_actions.c
4430                 use new description window for syntax help
4431         * src/gtk/description_window.c
4432                 fix display of descriptions with column count != 2
4433
4434         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4435
4436 2003-01-06 [christoph]  0.8.8claws58
4437
4438         * src/quote_fmt.c
4439         * src/summaryview.[ch]
4440         * src/gtk/Makefile.am
4441         * src/gtk/description_window.[ch]       ** NEW **
4442                 use a generic window to display syntax descriptions
4443                 currently used in quote_fmt and summaryview (new description
4444                 for extended quick search)
4445
4446         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4447
4448 2003-01-06 [paul]       0.8.8claws57
4449
4450         * sync with 0.8.8cvs1
4451                 see ChangeLog 2003-01-06
4452
4453 2003-01-06 [christoph]  0.8.8claws56
4454
4455         * src/mainwindow.c
4456         * src/prefs_gtk.[ch]
4457         * src/gtk/prefswindow.[ch]
4458         * src/plugins/spamassassin/spamassassin_gtk.c
4459                 o remove page management from prefswindow, pages
4460                   will be an argument to prefswindow_open
4461                 o prefswindow_open gets a datapointer that is
4462                   passed to the widget_create function to allow
4463                   creation of prefswindow for specific items
4464
4465 2003-01-06 [colin]      0.8.8claws55
4466         
4467         * src/summaryview.c
4468                 We don't want regexp in the reply-finder, 
4469                 because MIDs can contain !,$,. and so on
4470
4471 2003-01-06 [jens]       0.8.8claws54
4472
4473         * src/jpilot.c
4474                 fixed a wrong free in jpilot_read_db_files
4475
4476 2003-01-06 [alfons]     0.8.8claws53
4477
4478         re-organize matcher part 8; more to come
4479        
4480         * src/matcher.c
4481                 matcherprop_to_string(): put g_free()s before the
4482                 switch-case break to fix memleaks                
4483
4484 2003-01-06 [colin]      0.8.8claws52
4485
4486         * src/summaryview.c
4487                 cleanup & reply-finder now displays the first 
4488                 matching message
4489
4490 2003-01-05 [alfons]     0.8.8claws51
4491
4492         re-organize matcher part 7; more to come
4493
4494         * src/matcher.[ch]
4495                 fixes for constant correctness;
4496                 more documentation;
4497
4498 2003-01-05 [alfons]     0.8.8claws50
4499
4500         re-organize matcher part 6; more to come
4501         
4502         * src/matcher.[ch]
4503                 fixes for constant correctness;
4504                 more documentation;
4505         * src/filtering.c
4506                 fix for constant correctness
4507
4508 2003-01-05 [colin]      0.8.8claws49
4509
4510         * src/account.[ch]
4511                 Add account_get_reply_account function
4512         * src/compose.c
4513                 Use account_get_reply_account function 
4514         * src/summaryview.c
4515                 Basic reply-finder - click on the replied
4516                 icon gets you to the outbox using quick-search
4517
4518 2003-01-05 [paul]       0.8.8claws48
4519
4520         * src/prefs_common.c
4521                 small change to English
4522                 
4523         * src/prefs_filtering.c
4524                 prefs_filtering_action_select(): improve logic and uniformity
4525                 of gui
4526
4527 2003-01-05 [alfons]     0.8.8claws47
4528
4529         fine tune solution to focus problems (bug #7)
4530
4531         * src/mainwindow.c
4532                 mainwindow_focus_in_event(): remove grab event check
4533         * src/summaryview.c
4534                 summary_button_pressed(): move selection on right-click
4535                 too. we can't possibly move the selection back after
4536                 canceling a dialog, because gtk's incomplete focus 
4537                 management. whether this is a good solution, only time
4538                 will tell.
4539
4540 2003-01-05 [christoph]  0.8.8claws46
4541
4542         * src/imap.c
4543                 fix crash when no imap connection could be established
4544
4545 2003-01-05 [paul]       0.8.8claws45
4546
4547         * src/mainwindow.c
4548           src/sumamryview.c
4549           src/gtk/menu.[ch]
4550                 fix bug 605957 'shortcuts in popup-menu'
4551                 make user-defined shortcuts work
4552                 show shortcuts that are already defined
4553                 in the main menu
4554                 Patch submitted by Luke Plant
4555
4556 2003-01-05 [alfons]     0.8.8claws44
4557
4558         * src/mainwindow.c
4559                 focus_in_event handler should not select summary view row 
4560                 when another window (menu, dialog) grabbed for events 
4561                 (bug #7, "[0.8.8claws42] Message summary focus") 
4562
4563 2003-01-04 [christoph]  0.8.8claws43
4564
4565         * src/procmsg.c
4566                 update save folder after adding the sent message
4567                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4568
4569 2003-01-02 [christoph]  0.8.8claws42
4570
4571         * src/common/plugin.c
4572                 fix unloading of all plugins and unload
4573                 plugins in reverse order
4574                 
4575         * src/gtk/pluginwindow.c
4576                 implement function of load and unload button
4577
4578         * src/gtk/prefswindow.c
4579         * src/gtk/prefswindow.h
4580                 rename register function and add new unregister
4581                 function
4582
4583         * src/plugins/spamassassin/spamassassin_gtk.c
4584                 unregister prefs page and update for changes in
4585                 src/gtk/prefswindow.c
4586
4587 2003-01-02 [paul]       0.8.8claws41
4588
4589         * po/es.po
4590                 updated by Ricardo Mones Lastra
4591
4592 2003-01-02 [paul]
4593
4594         * tools/tb2sylpheed
4595                 fixes and improvements by Urke MMI
4596
4597 2003-01-02 [thorsten]   0.8.8claws40
4598
4599         * src/procmsg.c
4600                 fixed wrong return value
4601
4602 2003-01-02 [thorsten]   0.8.8claws39
4603
4604         * src/prefs.c
4605                 fixed printing wrong variable
4606
4607 2003-01-02 [thorsten]   0.8.8claws38
4608
4609         * src/prefs.c
4610                 fixed acessing members of freed pfile struct
4611
4612 2003-01-02 [thorsten]   0.8.8claws37
4613
4614         * src/procmsg.c
4615                 detect loops across several messages
4616                 as suggested by Christoph Hohmann
4617
4618 2003-01-01 [match]      0.8.8claws36
4619
4620         * src/addrindex.c
4621                 fixed another memory leak.
4622
4623 2003-01-01 [match]      0.8.8claws35
4624
4625         * src/jpilot.[ch]
4626                 fixed memory leaks. applied Doxygen comments.
4627
4628 2003-01-01 [thorsten]   0.8.8claws34
4629
4630         * src/procmsg.c
4631                 inhibit endless loop if msg references itself
4632                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4633
4634 2003-01-01 [christoph]  0.8.8claws33
4635
4636         * src/mainwindow.c
4637         * src/gtk/Makefile.am
4638         * src/gtk/pluginwindow.c                ** NEW **
4639         * src/gtk/pluginwindow.h                ** NEW **
4640                 add plugin window
4641
4642         * src/plugins/demo/demo.c
4643         * src/plugins/spamassassin/spamassassin.c
4644         * src/plugins/spamassassin/spamassassin_gtk.c
4645                 write better plugin descriptions
4646
4647 2002-12-31 [christoph]  0.8.8claws32
4648
4649         * src/gtk/prefswindow.c
4650         * src/plugins/spamassassin/spamassassin_gtk.c
4651                 some small improvements to GTK code
4652
4653 2002-12-31 [christoph]  0.8.8claws31
4654
4655         * src/plugins/spamassassin/spamassassin_gtk.c
4656                 enable folder select button
4657
4658 2002-12-31 [christoph]  0.8.8claws30
4659
4660         * src/mainwindow.c
4661         * src/gtk/Makefile.am
4662         * src/gtk/prefswindow.c                         ** NEW **
4663         * src/gtk/prefswindow.h                         ** NEW **
4664                 add new prefs window
4665
4666         * src/common/plugin.c
4667                 don't try to load empty config lines
4668         
4669         * src/plugins/spamassassin/Makefile.am
4670         * src/plugins/spamassassin/spamassassin.c
4671         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4672         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4673                 GTK config for SpamAssassin Plugin using
4674                 the new prefs window
4675
4676 2002-12-31 [paul]       0.8.8claws29
4677
4678         * po/POTFILES.in
4679                 remove obsolete entry 'src/menu.c'
4680
4681 2002-12-31 [alfons]     0.8.8claws28
4682
4683         * src/matcher.[ch]
4684         * src/matcher_parser_parse.y
4685         * src/prefs_matcher.c
4686                 add "ignore_thread" and "~ignore_thread" condition so it's
4687                 possible to make the actions / scoring operate on the ignore
4688                 thread flag
4689
4690 2002-12-31 [christoph]  0.8.8claws27
4691
4692         * src/addrbook.c
4693         * src/addrindex.c
4694         * src/folder.c
4695         * src/matcher.c
4696         * src/prefs_account.c
4697         * src/prefs_actions.c
4698         * src/prefs_customheader.c
4699         * src/prefs_display_header.c
4700         * src/prefs_gtk.c
4701         * src/procmime.c
4702         * src/toolbar.c
4703         * src/xmlprops.c
4704         * src/common/prefs.[ch]
4705                 extend prefs file handling for reading and automatic handling
4706                 of blocks. When reading prefs_set_block_label will automatically
4707                 move on to the block. When writing it will copy all other blocks
4708                 automatically
4709
4710         * src/common/plugin.c
4711                 Now loading plugin filenames from [Plugins] block in
4712                 sylpheed rc file
4713
4714 2002-12-30 [christoph]  0.8.8claws26
4715
4716         * src/common/hooks.[ch]
4717                 return abort status to caller of hooks_invoke
4718                 
4719         * src/inc.[ch]
4720                 invoke message filtering hook and stop
4721                 default handling when filter returns abort
4722
4723         * src/common/plugin.[ch]
4724         * src/plugins/demo/demo.c
4725                 modify plugin loader, because resolving symbols for strings
4726                 does not work correctly
4727         
4728         * configure.in
4729         * ac/spamassassin.m4                            ** NEW **
4730         * src/plugins/spamassassin/.cvsignore           ** NEW **
4731         * src/plugins/spamassassin/Makefile.am          ** NEW **
4732         * src/plugins/spamassassin/README               ** NEW **
4733         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4734         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4735         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4736                 add spamassassin plugin, see src/plugins/spamassassin/README
4737                 for details
4738
4739 2002-12-29 [alfons]     0.8.8claws25
4740
4741         * src/mainwindow.c
4742                 when moving focus from a message view to the main 
4743                 window, don't forget to select the summary node
4744                 of the displayed message. should fix "[ 659103 ] 
4745                 focus-follows-mouse confuses sylpheed"
4746
4747 2002-12-29 [christoph]  0.8.8claws24
4748
4749         * src/Makefile.am
4750         * src/stringtable.[ch]          ** REMOVE **
4751         * src/common/Makefile.am
4752         * src/common/stringtable.[ch]   ** NEW **
4753                 move stringtable files to common directory
4754
4755 2002-12-29 [christoph]  0.8.8claws23
4756
4757         * src/Makefile.am
4758         * src/menu.[ch]                 ** REMOVE **
4759         * src/gtk/Makefile.am
4760         * src/gtk/menu.[ch]             ** NEW **
4761                 move menu files to gtk directory
4762
4763 2002-12-29 [match]      0.8.8claws22
4764
4765         * src/addressbook.c
4766         * src/syldap.c
4767                 moved UI specific code out of LDAP code into addressbook
4768                 UI code. fixed memory leak.
4769
4770 2002-12-29 [christoph]  0.8.8claws21
4771
4772         * src/folder.c
4773                 only check for IGNORED parent message when message is
4774                 not IGNORED itself
4775
4776 2002-12-29 [alfons]     0.8.8claws20
4777
4778         * src/summaryview.c
4779                 set gtksctree's anchor correct (immediate execute
4780                 changes the tree's layout, and anchor points at 
4781                 the incorrect row). fixes "[ 657233 ] multiple msg 
4782                 delete sometimes off by 1".
4783                 we probably have to look for more tree layout /
4784                 anchor glitches.
4785
4786 2002-12-29 [paul]       0.8.8claws19
4787
4788         * src/summaryview.c
4789                 fix bug [ 659054 ] incorrect sorting of 'From' column
4790                 when using 'display sender using address book'
4791                 thanks to Alfons and Luke Plant
4792
4793 2002-12-29 [christoph]  0.8.8claws18
4794
4795         * src/folder.c
4796         * src/procmsg.[ch]
4797                 check parent messages for IGNORE THREAD flag, when adding,
4798                 moving or copying messages to a folder
4799
4800 2002-12-27 [alfons]     0.8.8claws17
4801
4802         re-organize matcher part 5; more to come
4803
4804         * src/matcher.c
4805                 hash keywords in matchparser_tab 
4806
4807 2002-12-27 [alfons]     0.8.8claws16
4808
4809         re-organize matcher part 4; more to come
4810
4811         * src/matcher_parser.h
4812         * src/matcher_parser_lex.l
4813         * src/matcher_parser_parse.y
4814                 cleanup
4815
4816 2002-12-27 [alfons]     0.8.8claws15
4817
4818         re-organize matcher part 3; more to come
4819
4820         * src/matcher.[ch]
4821                 cleanup
4822
4823 2002-12-27 [alfons]     0.8.8claws14
4824
4825         re-organize matcher part 2; more to come but this should
4826         work. cc me if there are any regressions.
4827
4828         * src/matcher.h
4829                 add prototype for get_matchparser_tab_id()
4830         * src/matcher_parser_lex.l
4831                 look up keywords using matchparser_tab_id();
4832
4833 2002-12-27 [alfons]     0.8.8claws12
4834
4835         re-organize matcher part 1
4836
4837         * src/matcher.h
4838                 map yacc generated constants to sylpheed matcher constants
4839         * src/matcher.c
4840                 add function to find a matcher constant from a string
4841
4842 2002-12-27 [christoph]  0.8.8claws11
4843
4844         * src/compose.c
4845                 MENUITEM_ADD casts the 4th argument from integer to pointer
4846                 so it probably should not be a pointer, this means we
4847                 should use account id for it and not the account's pointer
4848
4849 2002-12-27 [paul]       0.8.8claws10
4850
4851         * src/mainwindow.c
4852                 remove unneeded 'GtkWidget *vbox'
4853                 
4854         * src/summaryview.c
4855                 further sync with 0.8.8 - make sort
4856                 by recipient work as expected
4857                 
4858         * NEWS
4859                 sync with 0.8.8
4860
4861 2002-12-27 [paul]       0.8.8claws9
4862
4863         * po/pt_BR.po
4864                 updated by Ivan F. Martinez
4865                 
4866 2002-12-27 [darko]      0.8.8claws8
4867
4868         * src/common/utils.c
4869                 added locked pattern to extended search
4870
4871 2002-12-27 [alfons]     0.8.8claws7
4872
4873         * src/prefs_matcher.[ch]
4874                 clean up
4875
4876 2002-12-26 [alfons]     0.8.8claws6
4877
4878         * src/matcher.[ch]
4879         * src/matcher_parser_lex.l
4880         * src/matcher_parser_parse.y
4881         * src/prefs_matcher.c
4882                 allow color label as a condition in the matcher
4883
4884 2002-12-26 [oliver]     0.8.8claws5
4885         
4886         * src/toolbar.c 
4887                 enable Addressbook for Main and Messageview
4888         * src/prefs_actions.c
4889                 enable actions in Messageview
4890
4891 2002-12-26 [christoph]  0.8.8claws4
4892
4893         * src/common/plugin.c
4894                 add a little debug output
4895         * configure.in
4896         * src/plugins/demo/Makefile.am
4897                 better use of automake
4898
4899 2002-12-26 [christoph]  0.8.8claws3
4900
4901         * src/Makefile.am
4902         * src/common/Makefile.am
4903                 fix "make distdir"
4904
4905 2002-12-26 [christoph]  0.8.8claws2
4906
4907         * configure.in
4908                 sort configure checks into common / gtk / plugins
4909         * po/POTFILES.in
4910                 add src/prefs_gtk.c
4911         * src/Makefile.am
4912                 add plugins SUBDIR
4913         * src/main.c
4914         * src/common/sylpheed.[ch]
4915                 added now sylpheed_done function for shutdown
4916         * src/common/Makefile.am
4917         * src/common/plugin.[ch]                ** NEW **
4918                 plugin loader and unloader
4919         * src/plugins/.cvsignore                ** NEW **
4920         * src/plugins/Makefile.am               ** NEW **
4921                 build plugins
4922         * src/plugins/demo/.cvsignore           ** NEW **
4923         * src/plugins/demo/Makefile.am          ** NEW **
4924         * src/plugins/demo/demo.c               ** NEW **
4925                 small demo plugin that installs a logtext hook and
4926                 outputs the log text to stdout
4927
4928 2002-12-26 [paul]       0.8.8claws1
4929
4930         * po/es.po
4931                 updated by Ricardo Mones Lastra
4932
4933 2002-12-26 [paul]       0.8.8claws
4934
4935         * 0.8.8claws released
4936
4937 2002-12-26 [paul]       0.8.7claws12
4938
4939         * po/bg.po
4940                 updated by George Danchev
4941
4942 2002-12-26 [paul]       0.8.7claws11
4943
4944         * po/POTFILES.in
4945                 remove unneeded 'src/prefs.c' entry 
4946
4947 2002-12-26 [paul]       0.8.7claws10
4948
4949         * src/codeconv.c
4950           src/mainwindow.c
4951                 sync with 0.8.8 release
4952         
4953         * src/folder.[ch]
4954           src/mh.c
4955           src/summaryview.c
4956                 partial sync with 0.8.8 release
4957         
4958
4959 2002-12-25 [alfons]     0.8.7claws9
4960
4961         * src/matcher.[ch]
4962         * src/matcher_parser_lex.l
4963         * src/matcher_parser_parse.y
4964         * src/prefs_matcher.c
4965                 add locked flag to possible filtering / matcher 
4966                 conditions (also a good example what should be
4967                 done to add a simple boolean condition)
4968
4969 2002-12-25 [christoph]  0.8.7claws8
4970
4971         * src/Makefile.am
4972         * src/account.[ch]
4973         * src/addrbook.c
4974         * src/addressbook.c
4975         * src/addrindex.c
4976         * src/filtering.c
4977         * src/folder.c
4978         * src/matcher.c
4979         * src/prefs.[ch]                ** REMOVE **
4980         * src/prefs_account.c
4981         * src/prefs_actions.c
4982         * src/prefs_common.c
4983         * src/prefs_customheader.c
4984         * src/prefs_display_header.c
4985         * src/prefs_filtering.c
4986         * src/prefs_folder_item.c
4987         * src/prefs_gtk.[ch]            ** NEW **
4988         * src/prefs_matcher.c
4989         * src/prefs_scoring.c
4990         * src/prefs_summary_column.c
4991         * src/procmime.c
4992         * src/selective_download.c
4993         * src/toolbar.c
4994         * src/common/Makefile.am
4995         * src/common/prefs.[ch]         ** NEW **
4996                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4997
4998 2002-12-24 [alfons]     0.8.7claws7
4999
5000         * src/summaryview.c
5001                 summary_thread_build(): fix real cause of the crash mentioned in
5002                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5003                 this way we get meaningful ctree nodes 
5004
5005 2002-12-24 [oliver]     0.8.7claws6
5006
5007         * src/mainwindow.[ch]
5008         * src/messageview.[ch]
5009         * src/compose.[ch]
5010         * src/inc.c
5011         * src/summaryview.c
5012                 changes to use updated toolbar handling
5013                 
5014 2002-12-24 [oliver]     0.8.7claws5
5015
5016         * src/toolbar.[ch]
5017                 generic toolbar handling
5018                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5019         * src/prefs_toolbar.[ch]
5020                 adjust to handling
5021         
5022 2002-12-24 [oliver]     0.8.7claws4
5023         
5024         * src/stock_pixmap.[ch]
5025                 move SYLPHEED_LOGO to end of list in order 
5026                 to remove it from Custom Toolbar`s Icon View
5027
5028 2002-12-24 [alfons]     0.8.7claws3
5029
5030         * src/summaryview.c
5031                 summary_thread_build(): fix crash because of focus != selection 
5032                 after threading. when deleting the selection, gtk tries but fails 
5033                 to find the correct focusable element. we now force the selection
5034                 to be focused. this should solve the infamous bug reported by 
5035                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5036                 a test case is available. 
5037
5038 2002-12-24 [darko]      0.8.7claws2
5039
5040         * src/summaryview.c
5041                 don't crash when unmarking message with unread children
5042
5043 2002-12-23 [christoph]  0.8.7claws1
5044
5045         * src/Makefile.am
5046         * src/common/Makefile.am
5047                 update Makefiles for moved intl.h, version.h and defs.h
5048         * src/imap.c
5049                 rewrite imap_session_get to avoid duplicate code
5050
5051 2002-12-23 [paul]       0.8.7claws
5052
5053         * Santa-Claws released
5054         
5055         * po/hu.po
5056           po/ru.po
5057                 squeeze in updated Hungarian and Russian translations.
5058                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5059
5060 2002-12-23 [paul]       0.8.6claws129
5061
5062         * po/pl.po
5063                 updated by Witold Wladyslaw Wojciech Wilk
5064
5065 2002-12-23 [paul]       0.8.6claws128
5066
5067         * src/quote_fmt_parse.y
5068                 fix typo and add licence header
5069
5070 2002-12-23 [paul]       0.8.6claws127
5071
5072         * po/en_GB.po
5073                 updated
5074
5075 2002-12-23 [paul]       0.8.6claws126
5076
5077         * po/it.po
5078                 updated translation, submitted by Alessandro Maestri
5079                 
5080 2002-12-23 [paul]       0.8.6claws125
5081
5082         * src/quote_fmt_parse.y
5083                 fix signature-stripping on replies bug. match
5084                 '-- \n' and not '-- '.
5085
5086 2002-12-22 [paul]       0.8.6claws124
5087
5088         * po/bg.po
5089           po/es.po
5090           po/sr.po
5091                 updated translations. submitted by George Danchev,
5092                 Ricardo Mones Lastra, and Urke MMI respectively
5093
5094 2002-12-21 [paul]       0.8.6claws123
5095
5096         * src/addrbook.c
5097                 fix coding style
5098
5099 2002-12-21 [paul]       0.8.6claws122
5100
5101         * src/addrbook.c
5102                 fix bug [643638] where if a person is in one or more
5103                 addressbook groups editing that person's email 
5104                 address results in removal from those groups.
5105                 Patch submitted by Luke Plant.
5106
5107 2002-12-20 [christoph]  0.8.6claws121
5108
5109         * src/common/utils.c
5110         * src/summaryview.c
5111                 reimplement expand_search_string using GString to
5112                 prevent crashs caused by miscalculated string
5113                 lengths reported by Paul
5114
5115 2002-12-20 [christoph]  0.8.6claws120
5116
5117         * src/summaryview.c
5118                 don't use "changed" to check if op_count has to be changed as it
5119                 is also set when the message has unread children
5120                 (closes bug [ 653221 ] crash while deleting duplicates)
5121
5122 2002-12-20 [paul]       0.8.6claws119
5123
5124         * sync with 0.8.6cvs27
5125                 see ChangeLog 2002-12-20
5126
5127 2002-12-20 [paul]       0.8.6claws118
5128
5129         * sync with 0.8.6cvs26
5130                 see ChangeLog 2002-12-19 and 2002-12-20
5131
5132 2002-12-19 [alfons]     0.8.6claws117
5133
5134         * src/textview.c
5135                 fix incorrect parsing of email addresses, submitted by 
5136                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5137                 name display if it contains @".
5138
5139 2002-12-18 [paul]       0.8.6claws116
5140
5141         * sync with 0.8.6cvs23
5142                 see ChangeLog 2002-12-18
5143
5144 2002-12-18 [paul]       0.8.6claws115
5145
5146         * src/Makefile.am
5147         * src/account.c
5148         * src/codeconv.c
5149         * src/gtkutils.[ch]
5150         * src/imap.c
5151                 sync with 0.8.6cvs22.
5152                 see ChangeLog 2002-12-17 and 2002-12-18
5153
5154 2002-12-17 [christoph]  0.8.6claws114
5155
5156         * src/imap.c
5157                 o don't create a session if imap greeting fails
5158                 o don't close socket when authentication fails
5159                   this is done by imap_session_destroy
5160
5161 2002-12-17 [thorsten]   0.8.6claws113
5162
5163         * tools/Makefile.am
5164           tools/README
5165           tools/google_msgid.pl ** NEW FILE **
5166                 Added "search for message-id" script and doc
5167
5168 2002-12-17 [thorsten]   0.8.6claws112
5169
5170         * po/hu.po
5171                 Updated hungarian translation
5172                 (updated by Gal Zoltan)
5173
5174 2002-12-16 [christoph]  0.8.6claws111
5175
5176         * src/addr_compl.c
5177                 remove stupid addressbook dump to debug output
5178         * src/mh.c
5179                 fix memory leak found by Hiro
5180
5181 2002-12-14 [paul]       0.8.6claws110
5182
5183         * src/compose.c
5184                 fix menubar sensitivity on send
5185                 
5186         * src/prefs_filtering.c
5187         * src/prefs_matcher.c
5188         * src/prefs_scoring.c
5189                 Fix english ;)
5190                 
5191         * src/common/quoted-printable.h
5192                 sync: fix typo
5193         
5194 2002-12-13 [christoph]  0.8.6claws109
5195
5196         * src/Makefile.am
5197         * src/manage_window.[ch]        ** REMOVE **
5198         * src/gtk/Makefile.am
5199         * src/gtk/manage_window.[ch]    ** NEW **
5200                 move manage_window files to gtk directory
5201
5202 2002-12-13 [christoph]  0.8.6claws108
5203
5204         * src/Makefile.am
5205         * src/gtkshruler.[ch]           ** REMOVE **
5206         * src/gtk/Makefile.am
5207         * src/gtk/gtkshruler.[ch]       ** NEW **
5208                 move gtkshruler files to gtk directory
5209
5210 2002-12-13 [christoph]  0.8.6claws107
5211
5212         * src/Makefile.am
5213         * src/compose.c
5214         * src/gtkstext.[ch]             ** REMOVE **
5215         * src/gtkutils.[ch]
5216         * src/textview.c
5217         * src/gtk/gtkstext.[ch]         ** NEW **
5218         * src/gtk/Makefile.am
5219                 o move stext functions to gtkstext.c to remove
5220                   dependency of gtkutils
5221                 o move gtkstext files to gtk directory
5222
5223         * src/gtk/Makefile.am
5224         * src/gtk/sslcertwindow.[ch]
5225                 UI stuff can always depend on common code so
5226                 it's ok to add ../common to include path
5227
5228 2002-12-13 [colin]      0.8.6claws106
5229
5230         * src/summaryview.c
5231                 Disconnect sighandlers for mainwindow when
5232                 quicksearch has the focus
5233                 Fix bug #653231
5234         * src/mainwindow.[ch]
5235                 Make key_pressed callback public, to be able
5236                 to disconnect it
5237
5238 2002-12-13 [christoph]  0.8.6claws105
5239
5240         * src/mh.c
5241                 create .mh_sequences file in new MH folders
5242                 (closes feature request [ 523162 ] MH folders should
5243                  get a .mh_sequences)
5244
5245 2002-12-13 [colin]      0.8.6claws104
5246
5247         * src/summaryview.c
5248                 Better handling of quicksearch show/hide
5249                 (basically the button stays under the mouse 
5250                  when toggled)
5251
5252 2002-12-13 [paul]       0.8.6claws103
5253
5254         * sync with 0.8.6cvs17
5255                 see ChangeLog 2002-12-13
5256
5257 2002-12-13 [paul]       0.8.6claws102
5258
5259         * po/es.po
5260                 updated by Ricardo Mones Lastra
5261
5262 2002-12-11 [colin]       0.8.6claws101
5263
5264         * src/folder.c
5265                 remove statusbar stuff
5266           src/folderview.c
5267                 set statusbar verbosity when moving folders
5268
5269 2002-12-11 [colin]       0.8.6claws100
5270         * src/prefs_filtering.c
5271         * src/prefs_matcher.c
5272         * src/prefs_scoring.c
5273                 Fix english ;)
5274
5275 2002-12-11 [colin]       0.8.6claws99
5276
5277         * src/prefs_common.[ch]
5278                 Add summary_quicksearch_type
5279         * src/summaryview.c
5280                 Save last used quicksearch type
5281
5282 2002-12-11 [jens]       0.8.6claws98
5283         * src/prefs_filtering.c
5284         * src/prefs_matcher.c
5285         * src/prefs_scoring.c
5286                 added dialog for incomplete rules in scoring, filtering and
5287                 matcher to ask wheather really close
5288
5289 2002-12-11 [colin]      0.8.6claws97
5290
5291         * src/folder.c
5292                 Fix folder dnd statusbar logging
5293
5294 2002-12-10 [christoph]  0.8.6claws96
5295
5296         * src/compose.c
5297         * src/folder.c
5298         * src/imap.c
5299         * src/inc.c
5300         * src/main.c
5301         * src/mainwindow.c
5302         * src/news.c
5303         * src/send.c
5304         * src/statusbar.[ch]
5305         * src/common/hooks.c
5306         * src/common/log.[ch]
5307                 o handle verbose logging in statusbar directly in statusbar code
5308                   and common code does not need any knowledge about a statusbar
5309                 o remove direct calls to statusbar_(puts|pop)_all functions
5310
5311 2002-12-10 [jens]       0.8.6claws95
5312
5313         * src/*.c
5314                 removed gettext from g_warnings
5315         * po/POTFILES.in
5316                 cleaned and updated
5317         * po/de.po
5318                 updated
5319
5320 2002-12-10 [colin]      0.8.6claws94
5321
5322         * src/main.c
5323                 finish crash dialog fix
5324
5325 2002-12-10 [colin]      0.8.6claws93
5326
5327         * src/main.c
5328                 "Fix" "sylpheed already running" instead of
5329                 crash dialog appearing after a crash
5330
5331 2002-12-10 [colin]      0.8.6claws92
5332
5333         * po/POTFILES.in
5334                 add src/gtk/sslcertwindow.c
5335
5336 2002-12-10 [paul]       0.8.6claws91
5337
5338         * po/POTFILES.in
5339                 updated to reflect recent changes
5340                 submitted by Alessandro Maestri
5341
5342 2002-12-09 [christoph]  0.8.6claws90
5343
5344         * src/Makefile.am
5345         * src/smtp.[ch]                 ** REMOVE **
5346         * src/common/Makefile.am
5347         * src/common/smtp.[ch]          ** NEW **
5348                 move smtp files to common directory
5349
5350 2002-12-09 [christoph]  0.8.6claws89
5351
5352         * src/Makefile.am
5353         * src/session.[ch]              ** REMOVE **
5354         * src/common/Makefile.am
5355         * src/common/session.[ch]       ** NEW **
5356                 move session files to common directory
5357
5358 2002-12-09 [paul]       0.8.6claws88
5359
5360         * src/account.c
5361                 fix bug [649746] edit accounts: move account reverted
5362                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5363
5364 2002-12-09 [colin]      0.8.6claws87
5365
5366         * src/ssl_certificate.c
5367                 cleanup
5368
5369 2002-12-09 [colin]      0.8.6claws86
5370
5371         * src/ssl.c
5372                 Try to open the cert.pem database and 
5373                 issue a warning if it isn't there
5374
5375 2002-12-09 [colin]      0.8.6claws85
5376
5377         * src/common/ssl_certificate.c
5378         * src/gtk/sslcertwindow.c
5379                 Warning fixes
5380
5381 2002-12-09 [colin]      0.8.6claws84
5382
5383         * src/ssl_certificate.[ch] ** REMOVED **
5384         * src/common/ssl_certificate.[ch] ** NEW **
5385         * src/Makefile.am
5386         * src/common/Makefile.am
5387                 Moved ssl_certificate.[ch] to common
5388         * src/common/ssl.c 
5389                 Put back needed include
5390         * src/gtk/sslcertwindow.[ch]
5391                 Changed ssl_certificate.h include
5392         
5393 2002-12-09 [colin]      0.8.6claws83
5394
5395         * src/gtk/sslcertwindow.[ch]
5396                 Implement hook for certificate acception
5397         * src/ssl_certificate.[ch]
5398                 Implement hook for certificate acception
5399         * src/common/ssl.c
5400                 Reenable certificate acception check
5401         * src/mainwindow.c
5402                 Register sslcertwindow's hook
5403         
5404 2002-12-08 [christoph]  0.8.6claws82
5405
5406         * src/about.c
5407         * src/addr_compl.c
5408         * src/codeconv.c
5409         * src/manual.c
5410         * src/undo.c
5411         * src/common/utils.c
5412                 o add missing includes
5413                 o fix warnings
5414         * src/.cvsignore
5415         * src/common/.cvsignore
5416         * src/common/version.h          ** REMOVE **
5417                 remove autogenerated file
5418
5419 2002-12-08 [paul]       0.8.6claws81
5420
5421         * src/stringtable.c
5422                 put back needed include
5423
5424 2002-12-08 [colin]      0.8.6claws80
5425         
5426         * src/gtk/sslcertwindow.c
5427                 Cleaner popups when asking
5428         * src/ssl_certificate.c
5429         * src/prefs_common.[ch]
5430                 remove ssl certificate pref
5431                 put back needed include
5432         * src/undo.c
5433                 put back needed include
5434
5435 2002-12-08 [christoph]  0.8.6claws79
5436
5437         * src/folderview.c
5438         * src/logwindow.c
5439         * src/statusbar.c
5440         * src/summaryview.c
5441                 only abort hook invokation if required data is missing not
5442                 if our own data pointer is NULL, update hookfunction for
5443                 log window
5444
5445 2002-12-08 [paul]       0.8.6claws78
5446
5447         * src/about.c
5448         * src/addrcache.c
5449         * src/addrclip.c
5450         * src/addr_compl.c
5451         * src/addrselect.c
5452         * src/codeconv.c
5453         * src/colorlabel.c
5454         * src/enriched.c
5455         * src/esmtp.c
5456         * src/exporthtml.c
5457         * src/headerview.c
5458         * src/imageview.c
5459         * src/manual.c
5460         * src/noticeview.c
5461         * src/pgptext.c
5462         * src/scoring.c
5463         * src/sourcewindow.c
5464         * src/stringtable.c
5465         * src/undo.c
5466                 clean up: remove unneccesary includes
5467
5468 2002-12-08 [christoph]  0.8.6claws77
5469
5470         * src/folderview.c
5471         * src/statusbar.c
5472         * src/summaryview.c
5473         * src/common/hooks.[ch]
5474                 hook functions now have a gboolean return value, if a hook
5475                 returns TRUE it will stop executing of any more hooks in
5476                 the same hooklist for this invokation
5477
5478 2002-12-08 [colin]      0.8.6claws76
5479         
5480         * src/main.c
5481                 put back argv0 for CRASH_DIALOG
5482
5483 2002-12-08 [christoph]  0.8.6claws75
5484
5485         * src/Makefile.am
5486         * src/about.c
5487         * src/account.c
5488         * src/crash.c
5489         * src/esmtp.h
5490         * src/imap.[ch]
5491         * src/inc.c
5492         * src/main.c
5493         * src/mainwindow.c
5494         * src/news.c
5495         * src/pop.[ch]
5496         * src/prefs_account.[ch]
5497         * src/prefs_common.[ch]
5498         * src/send.[ch]
5499         * src/smtp.[ch]
5500         * src/ssl_certificate.[ch]
5501         * src/ssl_manager.[ch]
5502         * src/common/Makefile.am
5503         * src/common/log.c
5504         * src/common/nntp.[ch]
5505         * src/common/socket.[ch]
5506         * src/common/ssl.[ch]
5507         * src/gtk/sslcertwindow.[ch]
5508         * ac/openssl.m4
5509                 use new autoconf script to detect OpenSSL with extra parameters
5510                 to specify the location of libs and includes, also remove USE_SSL
5511                 to USE_OPENSSL
5512
5513         * src/common/sylpheed.[ch]
5514         * src/common/version.h.in
5515                 start seperation of common code initialization seperated from gui
5516
5517         * src/summaryview.c
5518                 The function that is called when a color label changes
5519                 should not change the color lable again
5520
5521 2002-12-08 [colin]      0.8.6claws74
5522
5523         * src/gtk/sslcertwindow.c
5524                 warning fixes
5525
5526 2002-12-08 [colin]      0.8.6claws73
5527
5528         * src/statusbar.c
5529           src/common/log.h
5530                 Register a hook for statusbar_puts_all
5531         * src/common/log.c
5532                 invoke statusbar_puts_all's hook
5533         
5534 2002-12-08 [colin]      0.8.6claws72
5535
5536         * src/ssl_certificate.c
5537                 Put back a badly-removed include
5538
5539 2002-12-08 [colin]      0.8.6claws71
5540
5541         * src/gtk/sslcertwindow.[ch]    ** NEW **
5542                 new certificate presentation
5543         * src/gtk/Makefile.am
5544                 add new files
5545         * src/ssl_certificate.[ch]
5546                 gtk cleanup, made utility functions public
5547         * src/ssl_manager.c
5548                 use new cert presentation
5549
5550 2002-12-07 [christoph]  0.8.6claws70
5551
5552         * src/Makefile.am
5553         * src/nntp.[ch]                 ** REMOVE **
5554         * src/common/Makefile.am
5555         * src/common/nntp.[ch]          ** NEW **
5556                 move nntp files to common directory
5557
5558 2002-12-07 [christoph]  0.8.6claws69
5559
5560         * src/procmsg.[ch]
5561         * src/summaryview.c
5562                 implement msginfo update callback using sylpheed's new
5563                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5564
5565 2002-12-06 [christoph]  0.8.6claws68
5566
5567         * src/editgroup.c
5568                 This patch changes the 'Edit Group Details' dialog to
5569                 allow extended selections in either pane, so that
5570                 addresses can be added or removed from a group more
5571                 quickly and easily. (it actually is a net decrease in
5572                 file size, as some unnecessary functions have been
5573                 removed). 
5574                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5575
5576 2002-12-06 [christoph]  0.8.6claws67
5577
5578         * src/Makefile.am
5579         * src/template.[ch]             ** REMOVE **
5580         * src/common/Makefile.am
5581         * src/common/template.[ch]      ** NEW **
5582                 move template files to common directory
5583
5584         * src/nntp.c
5585                 add missing log.h include
5586
5587 2002-12-06 [melvin]     0.8.6claws66
5588
5589         * src/prefs_actions.c
5590                 Added the trailing ">" syntax to insert command's output
5591                 without replacing old text (in contrast to trailing "|").
5592
5593 2002-12-05 [colin]      0.8.6claws65
5594         
5595         * src/common/utils.c
5596                 Don't modify original search_string or it'll change
5597                 the next iterations in the for()
5598
5599 2002-12-05 [darko]      0.8.6claws64
5600
5601         * src/common/utils.c
5602                 proper check for filtering commands, found by Colin
5603
5604 2002-12-05 [darko]      0.8.6claws63
5605
5606         * src/common/utils.c
5607                 check proper string for NULL pointer, found by Colin
5608
5609 2002-12-05 [darko]      0.8.6claws62
5610
5611         * src/common/utils.[ch]
5612                 expand_search_string(): new function
5613                 converts Mutt-like patterns to Sylpheed's
5614                 filtering engine
5615         * src/summaryview.c
5616                 use expand_search_string() to allow Mutt-like
5617                 patterns in extended search
5618         * README.claws
5619                 document extended option in quick search
5620
5621 2002-12-05 [paul]       0.8.6claws61
5622
5623         * sync with 0.8.6cvs16
5624                 see ChangeLog 2002-12-05
5625                 
5626         * po/POTFILES.in
5627                 clean up
5628
5629 2002-12-04 [christoph]  0.8.6claws60
5630
5631         * src/imap.[ch]
5632                 put imap authentication code into a new function and
5633                 remove it from imap_session_new that will allow to
5634                 send other commands before authentication
5635
5636 2002-12-04 [christoph]  0.8.6claws59
5637
5638         * src/imap.[ch]
5639                 use already existing method to prevent unneeded IMAP
5640                 folder selects. Set imap_select parameters to NULL
5641                 in some functions if the values are not required.
5642
5643         * src/xml.h
5644                 remove no longer required include
5645
5646 2002-12-04 [paul]       0.8.6claws58
5647
5648         * po/es.po
5649                 updated by Ricardo Mones Lastra
5650                 
5651         * configure.in
5652           po/hu.po      ** NEW FILE **
5653                 initial Hungarian translation, submitted
5654                 by Gál Zoltán <galzoli@hu.inter.net>
5655
5656 2002-12-03 [christoph]  0.8.6claws57
5657
5658         * src/Makefile.am
5659         * src/gtksctree.[ch]            ** REMOVE **
5660         * src/gtk/Makefile.am
5661         * src/gtk/gtksctree.[ch]        ** NEW **
5662                 move gtksctree files to gtk directory
5663
5664 2002-12-03 [christoph]  0.8.6claws56
5665
5666         * src/Makefile.am
5667         * src/md5.[ch]                  ** REMOVE **
5668         * srm/common/Makefile.am
5669         * src/common/md5.[ch]           ** NEW **
5670                 move md5 files to common directory
5671
5672         * src/gtkstext.c
5673                 remove not required #include
5674
5675 2002-12-03 [sergey]     0.8.6claws55
5676
5677         * src/gtkutils.c
5678         * src/gtkutils.h
5679                 gtkut_window_popup(): new function.
5680         * src/mainwindow.c
5681                 main_window_popup(): use gtkut_window_popup() to raise
5682                 window without changing its position.
5683                 (see sylpheed-main ML message [sylpheed:17247])
5684
5685 2002-12-03 [sergey]     0.8.6claws54
5686
5687         * src/send.c
5688                 send_message_local(): removed first-dot escaping
5689                 (SMTP-only, not needed for sending through pipe)
5690
5691 2002-12-03 [paul]       0.8.6claws53
5692
5693         * po/POTFILES.in
5694                 update to reflect recent changes (thanks
5695                 to Ricardo Mones Lastra)
5696                 
5697         * tools/filter_conv.pl
5698                  fix problem with quoted strings. Patch submitted
5699                  by Luke Plant <lukeplant@softhome.net>
5700
5701 2002-12-03 [paul]       0.8.6claws52
5702
5703         * sync with 0.8.6cvs15
5704                 see ChangeLog 2002-12-03
5705
5706 2002-12-02 [christoph]  0.8.6claws51
5707
5708         * src/logwindow.[ch]
5709         * src/common/log.[ch]
5710                 implement logging using a hook function
5711
5712         * src/folderview.c
5713         * src/folder.[ch]
5714                 define hooklist name in header file to avoid
5715                 errors caused by wrong spelling of hooklist names
5716
5717         * src/toolbar.c
5718                 fix warnings
5719
5720 2002-12-02 [christoph]  0.8.6claws50
5721
5722         * src/common/Makefile.am
5723                 add src/common/hooks.[ch]
5724
5725         * src/common/hooks.[ch]
5726                 implement a simple hook system using glib's hook functions
5727
5728         * src/folder.[ch]
5729         * src/folderview.c
5730                 use new hook system for folder item updates
5731
5732 2002-12-02 [christoph]  0.8.6claws49
5733
5734         * doc-src/ui_seperation.txt     ** NEW **
5735                 information for ui seperation
5736
5737         * src/Makefile.am
5738                 remove files that were moved to common
5739                 include common directory by default for the header files
5740
5741         * src/inc.c
5742         * src/common/socket.c
5743         * src/automaton.[ch]
5744                 implement automaton using g_io_*-functions instead of
5745                 gdk_input_add to make it ui independent
5746
5747         * src/codeconv.c
5748         * src/compose.c
5749         * src/ldif.c
5750         * src/pgptext.c
5751         * src/procmime.c
5752         * src/rfc2015.c
5753         * src/smtp.c
5754         * src/unmime.c
5755                 remove common/ prefix because directory is now in
5756                 include path
5757
5758         * src/compose.c
5759         * src/folder.c
5760         * src/folderview.c
5761         * src/mainwindow.c
5762         * src/messageview.c
5763         * src/prefs_common.c
5764         * src/procmsg.c
5765         * src/rfc2015.c
5766                 fix warnings
5767
5768         * src/imap.c
5769         * src/inc.c
5770         * src/news.c
5771         * src/pop.c
5772         * src/send.c
5773         * src/smtp.c
5774         * src/ssl_certificate.c
5775                 add log.h header file for logging functions
5776
5777         * src/main.c
5778         * src/common/utils.c
5779         * src/summaryview.c
5780         * src/xml.c
5781                 o move debug_mode to common/utils.c
5782                 o add functions to set and get debug_mode
5783
5784         * src/defs.h                    ** REMOVE **
5785         * src/intl.h                    ** REMOVE **
5786         * src/socket.[ch]               ** REMOVE **
5787         * src/ssl.[ch]                  ** REMOVE **
5788         * src/utils.[ch]                ** REMOVE **
5789                 replaced by new files in src/common/
5790         
5791         * src/common/Makefile.am
5792                 add new files in src/common/
5793
5794         * src/common/defs.h             ** NEW **
5795         * src/common/intl.h             ** NEW **
5796         * src/common/log.[ch]           ** NEW **
5797         * src/common/socket.[ch]        ** NEW **
5798         * src/common/ssl.[ch]           ** NEW **
5799         * src/common/utils.[ch]         ** NEW **
5800                 replacement for files in src/
5801
5802 2002-12-02 [colin]      0.8.6claws48
5803
5804         * src/folderview.c
5805                 Scroll folderview if necessary during dnd
5806
5807 2002-12-02 [colin]      0.8.6claws47
5808
5809         * src/folder.[ch]
5810                 Add check to verify a move is within a single mailbox
5811         * src/folderview.c
5812                 Add specific error string for this check
5813
5814 2002-12-02 [colin]      0.8.6claws46
5815
5816         * src/folder.c
5817                 Add a test to folder moving, remove a statusbar_print
5818         * src/folderview.c
5819                 Add Move folder... context-menu item
5820                 Factorize folder moving code
5821                 Enable folder DND for mbox
5822
5823 2002-12-01 [christoph]  0.8.6claws45
5824
5825         * ac/aspell.m4
5826                 remove conf.aspelltest if the version check fails
5827
5828 2002-11-30 [christoph]  0.8.6claws44
5829
5830         * autogen.sh
5831                 run libtoolize --force in autogen to create missing
5832                 libtool scripts
5833
5834 2002-11-30 [christoph]  0.8.6claws43
5835
5836         * src/Makefile.am
5837         * src/pgptext.c
5838         * src/procmime.c
5839         * src/rfc2015.c
5840         * src/uuencode.[ch]             ** REMOVED **
5841         * src/common/Makefile.am
5842         * src/common/uuencode.[ch]      ** NEW **
5843                 move uuen/decoder to common directory
5844
5845 2002-11-30 [christoph]  0.8.6claws42
5846
5847         * src/Makefile.am
5848         * src/base64.[ch]               ** REMOVED **
5849         * src/codeconv.c
5850         * src/compose.c
5851         * src/ldif.c
5852         * src/pgptext.c
5853         * src/procmime.c
5854         * src/rfc2015.c
5855         * src/smtp.c
5856         * src/unmime.c
5857         * src/common/Makefile.am
5858         * src/common/base64.[ch]        ** NEW **
5859                 move base64 en/decoder to common directory
5860
5861 2002-11-30 [christoph]  0.8.6claws41
5862
5863         * src/common                    ** NEW **
5864                 new directory for UI independent code
5865         * src/gtk                       ** NEW **
5866                 new directory for GTK frontend
5867         * src/common/.cvsignore         ** NEW **
5868         * src/gtk/.cvsignore            ** NEW **
5869                 ignore build files
5870         * src/common/Makefile.am        ** NEW **
5871         * src/gtk/Makefile.am           ** NEW **
5872                 automake files to build new seperated stuff
5873         * src/Makefile.am
5874                 the binary will currently still be build with the
5875                 files in src, so we include the code from the
5876                 subdirs for now after building the libs there
5877
5878 2002-11-30 [paul]       0.8.6claws40
5879
5880         * src/compose.c
5881                 fix bug [642731] 'Wrong selected account with drafted mail'
5882
5883 2002-11-29 [oliver]     0.8.6claws39
5884         
5885         * src/messageview.c
5886                 o update summaryview when switching between different
5887                   messageviews          
5888         * src/toolbar.c  
5889                 o check if messageview holds already removed msg
5890                   from summaryview
5891                 
5892
5893 2002-11-29 [oliver]     0.8.6claws38
5894
5895         * src/toolbar.c 
5896                 remove not needed variables and includes
5897                 make messageview stay opened and move to next when msgs are deleted 
5898
5899 2002-11-29 [oliver]     0.8.6claws37
5900         
5901         * src/toolbar.c 
5902                 disable compose button (messageview toolbar) by default
5903                 deleted msgs are moved to trash
5904         
5905 2002-11-29 [melvin]     0.8.6claws36
5906
5907         * configure.in
5908                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5909                 and to detect signatures expirations (gpgme 0.3.6)
5910
5911         * src/main.c
5912                 Use non obsolescent function for Gpgme engine checking.
5913
5914         * src/rfc2015.c
5915                 Inform about expired signatures or signatures which key
5916                 has expired. Expiration date is displayed.
5917
5918         * src/sigstatus.c
5919                 Inform about expired signatures or signatures which key
5920                 has expired.
5921
5922 2002-11-28 [paul]       0.8.6claws35
5923
5924         * src/folderview.c
5925                 re-instate 'Check for new messages' in Newsgroup
5926                 folders right-click menu, after a suggestion from
5927                 Tim Mann <timmann@users.sourceforge.net>
5928
5929         * src/main.c
5930                 after a crash check only local folders for new
5931                 messages
5932
5933 2002-11-28 [paul]       0.8.6claws34
5934
5935         * configure.in
5936                 apply patch that fixes the checking of GTK with XIM 
5937                 support on different OSs, such as FreeBSD. Patch 
5938                 submitted by Topia <topia@users.sourceforge.net>
5939                 
5940 2002-11-28 [paul]       0.8.6claws33
5941
5942         * src/mainwindow.c
5943           src/prefs_common.c
5944           src/prefs_toolbar.c
5945                 more changes to the English
5946
5947 2002-11-28 [paul]       0.8.6claws32
5948
5949         * sync with 0.8.6cvs13
5950                 see ChangeLog 2002-11-28 (no sync needed
5951                 for src/compose.c)
5952
5953 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5954         
5955         * src/mainwindow.[ch]
5956                 add patch by Ivan F. Martinez introducing messageview Toolbar
5957                 some changes and committed by oliver    
5958
5959 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5960
5961         * src/messageview.[ch]
5962                 add patch by Ivan F. Martinez introducing messageview Toolbar
5963                 some changes and committed by oliver    
5964
5965 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5966
5967         * src/compose.[ch]
5968                 add patch by Ivan F. Martinez introducing messageview Toolbar
5969                 some changes and committed by oliver    
5970
5971 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5972         
5973         * src/toolbar.[ch]
5974                 add patch by Ivan F. Martinez introducing messageview Toolbar
5975                 some changes and committed by oliver
5976
5977 2002-11-28 [oliver]     0.8.6claws27
5978         
5979         * src/prefs_toolbar.[ch]
5980                 getting ready for messageview toolbar
5981                 free mem allocated by gettext
5982                 change prefs_toolbar to prefs_toolbar_open
5983  
5984 2002-11-28 [thorsten]   0.8.6claws26
5985
5986         * src/imageview.[ch]
5987                 cleaned up conflicting declarations of
5988                 imageview_show_image()
5989
5990 2002-11-28 [paul]       0.8.6claws25
5991
5992         * src/grouplistdialog.c
5993           src/prefs_common.c
5994           src/prefs_summary_column.c
5995                 a few more improvements to the English
5996
5997 2002-11-28 [colin]      0.8.6claws24
5998
5999         * man/sylpheed.1
6000                 A few updates to command-line parameters
6001
6002 2002-11-28 [colin]      0.8.6claws23
6003
6004         * src/prefs_filtering.c
6005                 Fix problems with prefs_filtering_delete_path:
6006                 a) if the first rule is removed, original pointers
6007                    weren't updated (leading to segfaults)
6008                 b) it was always global_processing updated in case
6009                    of removed path was parent of rule path
6010
6011 2002-11-27 [paul]       0.8.6claws22
6012
6013         * src/mainwindow.c
6014           src/prefs_account.c
6015           src/prefs_actions.c
6016           src/prefs_common.c
6017           src/prefs_customheader.c
6018           src/prefs_display_header.c
6019           src/prefs_filtering.c
6020           src/prefs_folder_item.c
6021           src/prefs_matcher.c
6022           src/prefs_scoring.c
6023           src/prefs_summary_column.c
6024           src/prefs_template.c
6025           src/prefs_toolbar.c
6026                  improve the English in the GUI
6027
6028 2002-11-27 [colin]      0.8.6claws21
6029
6030         * src/folder.c
6031                 Fix processing renaming problems happening after
6032                 last commit
6033
6034 2002-11-27 [colin]      0.8.6claws20
6035
6036         * src/folder.c
6037                 recursive move now deletes src each subfolder after 
6038                 having moved it
6039         * src/folderview.c
6040                 Use identifier instead of path during dnd (enables
6041                 IMAP folder dnd)
6042
6043 2002-11-27 [paul]       0.8.6claws19
6044
6045         * src/main.c
6046                 apply patch that does command-line processing 
6047                 BEFORE gtk_init, allowing claws to run from 
6048                 shell-scripts in non-X environment (e.g. crontab 
6049                 or ip-up, ip-down scripts). Patch submitted by
6050                 Ruslan N. Balkin <baron@dartel.ru>
6051                 
6052         * po/it.po
6053                 updated by Alessandro Maestri
6054
6055 2002-11-27 [paul]       0.8.6claws18
6056
6057         * sync with 0.8.6cvs12
6058           src/prefs_common.c
6059                 Differences are that main uses a 'Receive dialog'
6060                 frame on the Interface tab, whereas claws groups all 
6061                 the dialogs together in a 'Dialogs' frame.
6062
6063 2002-11-27 [colin]      0.8.6claws17
6064
6065         * src/prefs_matcher.c
6066                 Fix Execute criteria's NOT flag
6067
6068
6069 2002-11-26 [christoph]  0.8.6claws16
6070
6071         * src/ssl.c
6072                 rewrite the ssl code a little bit, only use one
6073                 SSL context, set default certificates' file/path
6074
6075 2002-11-26 [thorsten]   0.8.6claws15
6076
6077         * src/compose.c
6078                 default-reply-to didn't work for ml-reply
6079
6080 2002-11-26 [melvin]     0.8.6claws14
6081
6082         * src/prefs_actions.c
6083                 Made pipe-actions ignore short headers in message view
6084                 Made trailing-pipe-actions write in the message view with
6085                 the same font as the original message
6086
6087 2002-11-26 [paul]       0.8.6claws13
6088
6089         * src/compose.c
6090                 this time commit the correct file
6091
6092 2002-11-26 [paul]       0.8.6claws12
6093
6094         * sync with 0.8.6cvs11
6095           src/quote_fmt_parse.y  
6096                 no sync needed
6097           src/account.[ch]       
6098                 not sync'ed
6099           src/compose.c
6100                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6101                 on draft mode.
6102                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6103                 header
6104                 
6105         see ChangeLog 2002-11-25 and 2002-11-26
6106
6107 2002-11-26 [colin]      0.8.6claws11
6108
6109         * src/folderview.c
6110                 Fix collapsed folder not auto-expanding during
6111                 mail dnd, if it was the source folder.
6112
6113 2002-11-25 [colin]      0.8.6claws10
6114
6115         * src/folderview.[ch]
6116                 Variable renaming and cleaning (slist of nodes 
6117                 to be re-collapsed is stored in FolderView)
6118
6119 2002-11-25 [paul]       0.8.6claws9
6120
6121         * src/prefs_common.[ch]
6122                 fix breakage caused by last commit
6123
6124 2002-11-25 [paul]       0.8.6claws8
6125
6126         * sync with 0.8.6cvs4
6127                 see ChangeLog 2002-11-21
6128
6129 2002-11-25 [paul]       0.8.6claws7
6130
6131         * sync with 0.8.6cvs4
6132                 see ChangeLog 2002-11-20
6133
6134 2002-11-25 [paul]       0.8.6claws6
6135
6136         * sync with 0.8.6cvs3
6137                 see ChangeLog 2002-11-18
6138
6139 2002-11-25 [colin]      0.8.6claws5
6140
6141         * src/gtkutils.[ch]
6142                 Add gtkut_ctree_node_is_parent()
6143         * src/folderview.c
6144                 Spring-loaded folders
6145
6146 2002-11-25 [colin]      0.8.6claws4
6147
6148         * src/utils.[ch]
6149                 Add slist_concat_unique(), function to merge
6150                 two GSList filtering dups
6151         * src/folder.[ch]
6152         * src/summaryview.[ch]
6153         * src/folderview.c
6154         * src/main.c
6155                 Add detection/update/display of unread answers
6156                 to marked mails
6157         * src/procmsg.[ch]
6158                 Add procmsg_find_children()
6159                 Add procmsg_msg_has_marked_parent()
6160
6161 2002-11-25 [colin]      0.8.6claws3
6162
6163         * src/ssl_certificate.[ch]
6164                 Allow checking a certificate without a DNS
6165                 lookup
6166                 Allow to forget a cert (by deleting it)
6167                 Make ssl_certificate_destroy_public
6168         * src/ssl_manager.[ch] ** NEW FILES **
6169                 Gui to manage (display/remove) certificates
6170         * src/prefs_common.[ch]
6171                 Add a pref to allow silent acceptation of
6172                 trusted certificates or not (based on the
6173                 "I want to know what's going on" principle)
6174         * src/mainwindow.c
6175                 Add SSL manager in Tools menu
6176         * src/Makefile.am
6177                 Add the new files to the build
6178         * po/POTFILES.in
6179                 Add ssl_manager.c to translations
6180
6181 2002-11-25 [colin]      0.8.6claws2
6182
6183         * src/summaryview.[ch]
6184                 Add S_SEARCH_EXTENDED to the quick search, which 
6185                 allows to search using filtering syntax.
6186
6187 2002-11-25 [colin]      0.8.6claws1
6188
6189         * src/summaryview.c
6190                 Deletion of duplicates now prefer deleting
6191                 the unread dup (fixes feature-request 638989).
6192
6193 2002-11-24 [paul]       0.8.6claws
6194
6195         * po/es.po
6196           po/pl.po
6197           po/ru.po
6198           po/sr.po
6199                 updated by Ricardo Mones Lastra,
6200                 Witold Wladyslaw Wojciech Wilk,
6201                 Ruslan N. Balkin, and  Urke MMI 
6202                 respectively
6203
6204 2002-11-24 [paul]       0.8.5claws182
6205
6206         * po/bg.po
6207                 updated by George Danchev
6208
6209 2002-11-23 [alfons]     0.8.5claws181
6210
6211         * src/imap.c
6212                 tiny memory leak found by browsing Dimitar's 
6213                 valgrind report
6214
6215 2002-11-23 [paul]       0.8.5claws180
6216
6217         * po/it.po
6218                 updated by Alessandro Maestri
6219
6220 2002-11-22 [christoph]  0.8.5claws179
6221
6222         * src/compose.c
6223         * src/inc.c
6224         * src/prefs_filtering.c
6225         * src/summaryview.c
6226                 more warning fixes
6227
6228 2002-11-22 [alfons]     0.8.5claws178
6229
6230         * src/summaryview.c
6231                 summary_execute_delete_func(): if message is deleted, make 
6232                 sure to also remove its entry in the subject hash table. 
6233                 fixes a corner case bug.
6234
6235 2002-11-22 [paul]       0.8.5claws177
6236
6237         * .cvsignore
6238                 add 'autom4te.cache'
6239                 
6240         * ltconfig      ** REMOVED **
6241                 not needed
6242
6243 2002-11-22 [paul]       0.8.5claws176
6244
6245         * src/textview.c
6246                 textview_set_font(): fix for message display in
6247                 UTF-8 locales (thanks to Sergey Vlasov).
6248                 
6249         * AUTHORS
6250                 add new team members and contributors
6251
6252
6253 2002-11-21 [colin]      0.8.5claws175
6254
6255         * src/procmsg.[ch]
6256                 Add procmsg_remove_special_headers()
6257         * src/mh.c
6258                 Use procmsg_remove_special_headers() for 
6259                 previous fix
6260
6261 2002-11-21 [colin]      0.8.5claws174
6262
6263         * src/mh.c
6264                 Fix moving/copying from queue/draft folders
6265                 for MH folders
6266
6267 2002-11-21 [christoph]  0.8.5claws173
6268
6269         * src/crash.c
6270         * src/filtering.c
6271         * src/logwindow.c
6272         * src/main.c
6273         * src/matcher_parser_lex.[hl]
6274         * src/mbox.c
6275         * src/mbox_folder.[ch]
6276         * src/prefs_filtering.c
6277         * src/procheader.c
6278         * src/quote_fmt_lex.l
6279         * src/ssl.c
6280                 fix all warnings except the warnings in lex and yacc files
6281
6282 2002-11-20 [christoph]  0.8.5claws172
6283
6284         * src/imap.c
6285                 fix MsgInfo retrieval for IMAP draft and queue folders
6286                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6287
6288 2002-11-19 [christoph]  0.8.5claws171
6289
6290         * src/compose.c
6291                 fix segfault, when draft saving does not get
6292                 the MsgInfo of the new message
6293                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6294
6295 2002-11-19 [christoph]  0.8.5claws170
6296
6297         * src/procmsg.c
6298                 add parameter check for flag setting function
6299                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6300
6301 2002-11-18 [paul]       0.8.5claws169
6302
6303         * src/compose.c
6304                 more sensitivity fixes to redirect mode:
6305                 * disable toolbar draft button
6306                 * allow only Address book in the Tools menu
6307                 * disable editing of message by the spell
6308                   checker
6309
6310 2002-11-18 [paul]       0.8.5claws168
6311
6312         * src/compose.c
6313                 fix sensitivity of menu items in compose_redirect():
6314                 allow only the necessary items 
6315
6316 2002-11-18 [paul]       0.8.5claws167
6317
6318         * src/compose.c
6319                 fix bug [ 603259 ] 'attachment got lost on bounce'
6320
6321 2002-11-18 [paul]       0.8.5claws166
6322
6323         * po/ru.po
6324                 updated by Ruslan N. Balkin <baron@dartel.ru>
6325
6326 2002-11-18 [colin]      0.8.5claws165
6327
6328         * src/main.c
6329           src/defs.h
6330                 Remove old filtering stuff
6331
6332
6333 2002-11-17 [oliver]     0.8.5claws164
6334
6335         * src/toolbar.h
6336                 remove not needed typedef 
6337
6338 2002-11-17 [oliver]     0.8.5claws163
6339
6340         * src/toolbar.c
6341                 make toolbar's on click events translatable
6342
6343 2002-11-15 [colin]      0.8.5claws162
6344
6345         * src/summaryview.c
6346                 Revert too-soon integration of a feature
6347
6348 2002-11-15 [christoph]  0.8.5claws161
6349
6350         * src/imap.c
6351                 use main's implementation of imap_get_msginfo
6352
6353 2002-11-15 [christoph]  0.8.5claws160
6354
6355         * src/compose.c
6356         * src/folder.[ch]
6357         * src/imap.c
6358         * src/mbox_folder.c
6359         * src/mh.c
6360         * src/news.c
6361         * src/procmsg.c
6362         * src/summaryview.c
6363                 replace claws' fetch_msginfo with main's get_msginfo
6364                 (use main's implementation where possible)
6365
6366 2002-11-15 [colin]      0.8.5claws159
6367
6368         * src/ssl_certificate.c
6369                 Missed a check
6370
6371 2002-11-16 [melvin]     0.8.5claws158
6372
6373         * po/fr.po
6374                 Updated French translations.
6375
6376 2002-11-16 [colin]      0.8.5claws157
6377
6378         * src/ssl_certificate.c
6379                 Check for missing parts in the certificates
6380
6381 2002-11-15 [colin]      0.8.5claws156
6382
6383         * src/folderview.c
6384                 Preventive fix (missing check) found by
6385                 Alfons
6386
6387 2002-11-15 [paul]
6388
6389         * NEWS
6390                 sync with 0.8.6 release
6391
6392 2002-11-15 [colin]      0.8.5claws155
6393
6394         * src/folder.[ch]
6395           src/folderview.c
6396                 Fix error handling of folder_item_move_to()
6397                 (thanks to Alfons!)
6398
6399 2002-11-15 [colin]      0.8.5claws154
6400
6401         * src/folder.[ch]
6402           src/folderview.c
6403                 folder_item_move_to() sets an error message instead
6404                 of having GUI stuff in folder.c
6405
6406 2002-11-15 [colin]      0.8.5claws153
6407
6408         * src/procmsg.[ch]
6409                 Implemented a callback for MsgInfo updates, 
6410                 heavily copy/pasted from Christoph's folder 
6411                 callback system
6412         * src/summaryview.[ch]
6413                 Register summary_update_msg as callback
6414
6415 2002-11-14 [colin]      0.8.5claws152
6416         
6417         * src/procmsg.c
6418                 Update the FolderItem after sending (fixes 617593)
6419
6420 2002-11-14 [christoph]  0.8.5claws151
6421
6422         * src/folder.c
6423                 fix wrong position of NULL pointer check found
6424                 by Sergey
6425
6426 2002-11-14 [christoph]  0.8.5claws150
6427
6428         * src/folder.c
6429                 fix segfault when deleting messages from IMAP folders
6430                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6431
6432 2002-11-14 [colin]      0.8.5claws149
6433
6434         * src/compose.c
6435                 Forwarding was also ignoring the folder's default account.
6436
6437 2002-11-14 [colin]      0.8.5claws148
6438
6439         * src/compose.c
6440                 Fix sent folder not set to folder properties when 
6441                 forwarding.
6442
6443 2002-11-14 [thorsten]   0.8.5claws147
6444
6445         * src/inc.c
6446                 inc_start(): Files were not moved from .processing to inbox,
6447                 if no global processing rule existed
6448
6449 2002-11-14 [colin]      0.8.5claws146
6450
6451         * src/ssl_certificate
6452                 Fix file operations
6453
6454 2002-11-14 [paul]       0.8.5claws145
6455
6456         * po/it.po
6457                 updated by Alessandro Maestri
6458
6459 2002-11-13 [alfons]     0.8.5claws144
6460
6461         * src/folder.c
6462                 folder_item_close(): only mark messages unread
6463                 when a folder has new messages 
6464
6465 2002-11-13 [keith]      0.8.5claws143
6466
6467         * src/imap.c
6468                 Fix problem moving or copying between
6469                 IMAP folders
6470
6471 2002-11-13 [colin]      0.8.5claws142
6472
6473         * src/matcher_parser_parse.y
6474                 Fix rule problem when " don't match
6475
6476 2002-11-13 [christoph]  0.8.5claws141
6477
6478         * src/folder.c
6479         * src/folderview.c
6480                 moved cache saving to folder_item_close
6481                 the folderview should not have to deal with
6482                 this things
6483
6484 2002-11-13 [christoph]  0.8.5claws140
6485
6486         * src/summaryview.c
6487                 moved setting of important score to
6488                 summary_set_prefs_from_folderitem
6489
6490 2002-11-13 [colin]      0.8.5claws139
6491
6492         * src/matcher_parser_parse.y
6493                 Fix a segfault in the parser (happening when
6494                 a good expression had been tested and a bad 
6495                 one arrives)
6496
6497 2002-11-13 [paul]       0.8.5claws138
6498
6499         * sync with 0.8.5cvs24
6500                 see ChangeLog 2002-11-13
6501                 
6502         * po/pt_BR.po
6503                 updated by Fabio Jr. Beneditto
6504
6505 2002-11-13 [colin]      0.8.5claws137
6506         
6507         * src/msgcache.c
6508           src/defs.h
6509           src/procmsg.[ch]
6510                 Revert last commit, problem
6511
6512 2002-11-13 [colin]      0.8.5claws136
6513
6514         * src/msgcache.c
6515                 Remove duplicated code
6516         * src/defs.h
6517                 Bumped CACHE_VERSION and MARK_VERSION
6518         * src/procmsg.[ch]
6519                 Network endian for cache and mark files
6520
6521 2002-11-12 [colin]      0.8.5claws135
6522
6523         * src/inc.c
6524                 Fix the "socket error" dialog which disappeared
6525
6526 2002-11-12 [colin]      0.8.5claws134
6527
6528         * src/msgcache.c
6529                 Reverse last commit which had performance 
6530                 problems, but still reverse the list
6531
6532 2002-11-12 [colin]      0.8.5claws133
6533
6534         * src/msgcache.c
6535                 Reverse list order
6536
6537 2002-11-12 [melvin]     0.8.5claws132
6538
6539         * src/compose.c
6540                 Added a check for a NULL prefs_common.dictionary
6541
6542 2002-11-12 [colin]      0.8.5claws131
6543
6544         * src/ssl_certificate.[ch]
6545                 Use FQDN hostname
6546
6547 2002-11-12 [colin]      0.8.5claws130
6548
6549         * src/ssl_certificate.[ch]
6550                 Take connection port into account for 
6551                 checking certificates (a single hostname
6552                 could have multiple servers with multiple
6553                 certificates)
6554         * src/ssl.c
6555                 Pass the port to ssl_certificate_check
6556
6557 2002-11-12 [paul]       0.8.5claws129
6558
6559         * src/folder.c
6560                 fix a typo in last commit
6561
6562 2002-11-12 [paul]       0.8.5claws128
6563
6564         * sync with 0.8.5cvs23
6565                 see ChangeLog entry 2002-11-12
6566
6567 2002-11-11 [colin]      0.8.5claws127
6568
6569         * src/ssl_certificate.c
6570                 Cleaner messages
6571                 Don't popup, instead log error, if the 
6572                 corresponding pref is checked
6573         * src/ssl_certificate.h
6574                 include <openssl/objects/h>
6575
6576 2002-11-11 [colin]      0.8.5claws126
6577
6578         * src/ssl_certificate.h
6579                 _Really_ clean it
6580
6581 2002-11-11 [colin]      0.8.5claws125
6582         
6583         * src/ssl_certificate.c
6584                 Fixed leak
6585
6586 2002-11-11 [colin]      0.8.5claws124
6587
6588         * src/ssl.c
6589                 Cleaned a bit
6590         * src/ssl_certificate.[ch]
6591                 Cleaned a bit (better use of SSL API)
6592                 (This will cause non-recognition of saved 
6593                  certificates of claws12[23]...)
6594
6595 2002-11-11 [paul]       0.8.5claws123
6596         
6597         * po/es.po
6598                 updated by Ricardo Mones Lastra
6599
6600 2002-11-11 [colin]      0.8.5claws122
6601
6602         * src/ssl.c
6603                 Fix a typo
6604
6605 2002-11-11 [colin]      0.8.5claws121
6606
6607         * src/ssl_certificate.[ch] ** NEW FILES **
6608         * src/ssl.[ch]
6609                 Check SSL certificates presented to us
6610         * src/Makefile.am
6611                 Add ssl_certificate.[ch]
6612         * po/POTFILES.in
6613                 Add ssl_certificate.c
6614
6615 2002-11-11 [paul]       0.8.5claws120
6616
6617         * sync with 0.8.5cvs22
6618                 see ChangeLog 2002-11-11
6619
6620 2002-11-11 [paul]       0.8.5claws119
6621
6622         * sync with 0.8.5cvs21
6623                 see ChangeLog 2002-11-11
6624
6625 2002-11-10 [jens]       0.8.5claws118
6626
6627         * src/folder.c
6628         * src/folderview.c
6629                 corrected some typing
6630         * po/de.po
6631                 updated german translation
6632         * sylpheed.spec.in
6633                 cleaned up specfile and adjusted it for claws
6634
6635 2002-11-10 [colin]      0.8.5claws117
6636
6637         * src/summaryview.c
6638                 a STATUSBAR_PUSH/POP fix
6639
6640 2002-11-10 [colin]      0.8.5claws116
6641
6642         * src/prefs_folder_item.c
6643                 Fix hanging after opening folder properties
6644
6645 2002-11-10 [hoa]        0.8.5claws115
6646
6647         * src/matcher_parser_lex.l
6648         * src/matcher_parser_parse.y
6649                 config file for scoring and filtering is no more trashed
6650                 when there is a syntax error in a filtering rule when
6651                 editing it in a dialog.
6652
6653 2002-11-09 [colin]      0.8.5claws114
6654
6655         * src/mbox_folder.c
6656                 Added missing initialisation of folder->destroy()
6657
6658 2002-11-09 [colin]      0.8.5claws113
6659
6660         * src/folder.c
6661           src/folderview.c
6662                 Fix the status bar messages
6663
6664 2002-11-09 [colin]      0.8.5claws112
6665
6666         * src/folderview.c
6667                 Fix hangs after folder dnd, happening after 
6668                 claws109.
6669
6670 2002-11-09 [christoph]  0.8.5claws111
6671
6672         * src/folderview.c
6673                 just changed order of calls (reverse order of
6674                 associated calls)
6675         * src/inc.c
6676                 lock inc when checking only one account, otherwise
6677                 inc all could be executed at the same time
6678
6679 2002-11-09 [christoph]  0.8.5claws110
6680
6681         * src/folderview.c
6682                 better unlock the mouse cursor before calling
6683                 summary_show because it changes the cursor too
6684
6685 2002-11-09 [christoph]  0.8.5claws109
6686
6687         * src/folder.[ch]
6688         * src/folderview.c
6689                 add functions to open and close a folder
6690                 o opending will execute scanning for remote folders
6691                   and processing
6692                 o closing will unset new flag for messages
6693
6694 2002-11-09 [colin]      0.8.5claws108
6695
6696         * src/folder.c
6697                 Add a call to prefs_matcher_write_config to 
6698                 avoid non-leaf folders filtering settings to be
6699                 lost
6700
6701 2002-11-09 [paul]       0.8.5claws107
6702
6703         * src/prefs_account.c
6704                 re-word a label
6705
6706 2002-11-09 [colin]      0.8.5claws106
6707
6708         * src/folderview.c
6709                 Minor esthetic fix
6710
6711 2002-11-09 [colin]      0.8.5claws105
6712
6713         * src/folderview.c
6714                 Fix prefs_filtering deletion for MH folders (same
6715                 reason as below)
6716         * src/prefs_filtering.c
6717                 Fix prefs_filtering renaming and deletion for 
6718                 folder-based processing rules.  
6719
6720 2002-11-09 [christoph]  0.8.5claws104
6721
6722         * src/compose.c
6723         * src/folder.[ch]
6724         * src/folderview.[ch]
6725         * src/import.c
6726         * src/inc.c
6727         * src/main.c
6728         * src/mainwindow.c
6729         * src/messageview.c
6730         * src/prefs_folder_item.c
6731         * src/procmsg.c
6732         * src/summaryview.c
6733                 implement a callback system for folder item updates
6734
6735 2002-11-09 [colin]      0.8.5claws103
6736
6737         * src/folderview.c
6738                 Fix prefs_filtering renaming for MH folders (we
6739                 shouldn't rename by path as another folder could
6740                 have the same hierarchy).
6741
6742 2002-11-09 [colin]      0.8.5claws102
6743
6744         * src/folder.c
6745                 Fix a leak found by Christoph, use better variable
6746                 names
6747
6748 2002-11-09 [colin]      0.8.5claws101
6749
6750         * src/folder.c
6751                 One more fix for processing rules
6752
6753 2002-11-08 [colin]      0.8.5claws100
6754         
6755         * src/matcher.c
6756                 Don't copy the compiled regexp (will be reevaluated)
6757         * src/folderview.c
6758                 Lock folderview while moving
6759         * src/folder.c
6760                 Provide info on what's happening to the user
6761
6762 2002-11-08 [colin]      0.8.5claws99
6763
6764         * src/folderview.c
6765                 Fix folder reordering after a move if parent is 
6766                 root
6767         * src/scoring.[ch]
6768                 Add function to copy a ScoringProp
6769         * src/prefs_folder_item.c
6770                 Copy scoring rules when copying a folder prefs
6771
6772 2002-11-08 [colin]      0.8.5claws98
6773
6774         * src/folderview.c
6775                 Fixes in case of failure
6776         * src/filtering.[ch]    
6777                 Add function to duplicate a FilteringProp
6778         * src/matcher.[ch]
6779                 Add function to duplicate a MatcherProp
6780         * src/prefs_folder_item.c
6781                 Save folder's processing rules when copying 
6782                 its prefs
6783
6784 2002-11-08 [colin]      0.8.5claws97
6785         
6786         * src/folderview.c
6787                 Sort after move
6788         * src/folder.c 
6789                 Change a printf to debug_print
6790
6791 2002-11-08 [colin]      0.8.5claws96
6792
6793         * src/folder.c
6794           src/folderview.c
6795                 Fix segfaults, call me stupido
6796         
6797
6798 2002-11-08 [colin]      0.8.5claws95
6799
6800         *src/folder.c
6801                 Added forgotten prefs to save when moving folders
6802
6803 2002-11-08 [colin]      0.8.5claws94
6804
6805         * src/folder.c
6806                 Fixes to folder DND (prefs copy)
6807         * src/folderview.c
6808                 Optimization for folder DND (don't rescan whole tree)
6809                 Added folderview_create_folder_node() for this 
6810                 optimization, so de-duped a bit the code
6811         * src/prefs_folder_item.[ch]
6812                 Added prefs_folder_item_copy_prefs()    
6813           
6814 2002-11-08 [paul]       0.8.5claws93
6815
6816         * src/prefs_account.c
6817           tools/README
6818           tools/kmail2sylpheed_v2.pl
6819                 correct some typos
6820
6821 2002-11-08 [paul]       0.8.5claws92
6822
6823         * src/compose.c
6824           src/prefs_account.[ch]
6825                 remove account options 'clearsign' and 'ascii_armored',
6826                 replace with 'default_gnupg_mode' to prevent mixed-mode
6827                 Privacy settings
6828
6829 2002-11-08 [paul]       0.8.5claws91
6830
6831         * src/compose.[ch]
6832                 re-implement GnuPG 'on-the-fly' mode selection,
6833                 disallow mixed-mode
6834
6835 2002-11-08 [colin]      0.8.5claws90
6836
6837         * src/folderview.c
6838           src/prefs_folder_item.c
6839                 Change "Property" to "Properties"
6840
6841 2002-11-07 [colin]      0.8.5claws89
6842
6843         * src/folderview.c
6844           src/folder.c
6845                 Allow folder dropping to a root folder
6846
6847 2002-11-07 [paul]       0.8.5claws88
6848
6849         * src/compose.c
6850                 revert last commit
6851
6852 2002-11-07 [paul]       0.8.5claws87
6853
6854         * src/compose.c
6855                 fix reply-to-list bug. closes bug report
6856                 "[633382] reply-to-list broken in recent cvs"
6857
6858 2002-11-07 [paul]       0.8.5claws86
6859
6860         * src/compose.c
6861                 add a forgotten '#if USE_GPGME ... #endif'
6862
6863 2002-11-07 [paul]       0.8.5claws85
6864
6865         * sync with 0.8.5cvs20
6866                 see ChangeLog 2002-11-07
6867
6868 2002-11-07 [colin]      0.8.5claws84
6869
6870         * src/folder.[ch]
6871                 Change folder_item_move_to to return the newly 
6872                 created folderitem.
6873         * src/folderview.c
6874                 Select the new folderitem after moving.
6875
6876 2002-11-07 [colin]      0.8.5claws83
6877
6878         * src/prefs_filtering.c
6879                 Fix rule rewriting when moving a leaf folder to a 
6880                 shorter path
6881
6882 2002-11-07 [colin]      0.8.5claws82
6883
6884         * src/prefs_filtering.c
6885                 fix a leak
6886
6887 2002-11-07 [colin]      0.8.5claws81
6888
6889         * src/folder.[ch]
6890                 Add folder_item_move_to() function to move a 
6891                 folderitem into another one (updates matcher etc)
6892         * src/folderview.c
6893                 Add folder drag'n drop (context menu to come)
6894                 [Should be dataloss free, but Please backup before 
6895                  trying !]
6896
6897 2002-11-06 [colin]      0.8.5claws80
6898
6899         * src/mh.c
6900                 mh_create_folder() returns NULL if can't create
6901                 directory hierarchy
6902
6903 2002-11-06 [paul]       0.8.5claws79
6904
6905         * src/compose.[ch]
6906                 allow 'on-the-fly' changing of the type of encryption 
6907                 and/or signing used (mime/ascii) via the compose window
6908
6909 2002-11-06 [paul]       0.8.5claws78
6910
6911         * sync with 0.8.5cvs19
6912                 see ChangeLog 2002-11-06 for src/account.c: 
6913                 account_get_special_folder()
6914                 
6915 2002-11-05 [alfons]     0.8.5claws77
6916
6917         * src/crash.c
6918                 very minor cleanups: nothing to see here, move on. :-)
6919
6920 2002-11-05 [colin]      0.8.5claws76
6921
6922         * src/main.c
6923                 Changes choices if compose windows are opened to
6924                 Discard, Draft, Don't quit
6925
6926 2002-11-05 [thorsten]   0.8.5claws75
6927
6928         * src/compose.c
6929                 reenabled default_reply_to folder option
6930
6931 2002-11-05 [colin]      0.8.5claws74
6932
6933         * src/compose.[ch] 
6934                 add compose_draft()
6935         * src/crash.c
6936                 add SIGTERM handler
6937         * src/main.[ch]
6938                 add clean_quit() for the SIGTERM handler
6939
6940 2002-11-05 [paul]       0.8.5claws73
6941         
6942         * po/es.po
6943                 updated by Ricardo Mones Lastra
6944
6945 2002-11-05 [melvin]     0.8.5claws72
6946
6947         * src/logwindow.c
6948                 Fixed log-clipping bug #616795.
6949                 To stop logging in the log window use 0 length.
6950         * src/prefs_common.c
6951                 Added a label to inform about the 0 log length behaviour.
6952
6953 2002-11-05 [paul]       0.8.5claws71
6954
6955         * sync with 0.8.5cvs17
6956                 see ChangeLog 2002-11-05
6957
6958 2002-11-04 [paul]       0.8.5claws70
6959
6960         * sylpheed-128x128.png
6961           sylpheed-64x64.png
6962           sylpheed.png
6963                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6964                 <nikai@users.sourceforge.net>
6965                 
6966         * po/bg.po
6967                 updated by George Danchev
6968
6969 2002-11-03 [thorsten]   0.8.5claws69
6970
6971         * src/main.c
6972           src/mimeview.c
6973           src/rfc2015.h
6974                 add check if gpg is active
6975
6976 2002-11-03 [thorsten]   0.8.5claws68
6977
6978         * src/toolbar.h
6979                 removed GSList declaration causing trouble on MacOS-X
6980                 (submitted by alfons, reported by xfesty)
6981
6982 2002-11-01 [paul]       0.8.5claws67
6983
6984         * src/mainwindow.c
6985                 remove last remnants of main's filter code
6986
6987 2002-11-01 [paul]       0.8.5claws66
6988
6989         * tools/filter_conv.pl
6990                 fix bug where user-defined headers were ignored
6991
6992 2002-11-01 [paul]       0.8.5claws65
6993
6994         * src/logwindow.c
6995                 make a debug_print() not translatable
6996
6997 2002-10-31 [melvin]     0.8.5claws64
6998
6999         * ac/aspell.m4
7000                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7001                 not run any GNU/aspell test.  The dictionary path will
7002                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7003                 was given, in which case, it will be $prefix/lib/aspell/
7004         * configure.in
7005                 Fixed typo in commentary (Aspell code).
7006
7007 2002-10-31 [paul]       0.8.5claws63
7008
7009         * po/POTFILES.in
7010                 remove src/filter.c and src/prefs_filter.c
7011                 thanks to Ricardo for reminding me
7012
7013 2002-10-31 [colin]      0.8.5claws62
7014
7015         * src/mbox_folder.c
7016                 Plug some leaks
7017
7018 2002-10-31 [paul]       0.8.5claws61
7019
7020         * src/prefs_filter.[ch] ** REMOVED **
7021           src/filter.[ch]       ** REMOVED **
7022           
7023         * src/Makefile.am
7024           src/folderview.c
7025           src/inc.c
7026           src/main.c
7027           src/mainwindow.c
7028           src/mbox.c
7029           src/prefs_common.c
7030           src/prefs_filtering.c
7031           src/summaryview.[ch]
7032                 remove main's 'filter' code
7033                 
7034         README.claws
7035                 update to reflect removal of main's filter
7036
7037 2002-10-31 [paul]       0.8.5claws60
7038
7039         * src/summaryview.c
7040                 remove check for global_processing in summary_filter_open(). 
7041                 This fixes the bug where if the user uses the right-click 
7042                 'Create filter rule...' and doesn't have any filter rules 
7043                 already defined in claws' advanced filtering, the newly 
7044                 created filter rule goes to main's filtering which is 
7045                 inaccessible through the gui. Now the filter rule gets added
7046                 to claws' filtering by default.
7047
7048 2002-10-28 [melvin]     0.8.5claws59
7049
7050         * src/prefs_actions.c
7051                 Fixed bug #627322 where MIME parts were not always
7052                 correctly passed to a %p action
7053                 Display an error dialog when message filename is not found.
7054
7055 2002-10-28 [melvin]     0.8.5claws58
7056
7057         * src/prefs_common.c
7058                 Readded a missing function declaration lost in 0.8.3claws34
7059
7060 2002-10-28 [paul]       0.8.5claws57
7061
7062         * sync with 0.8.5cvs15
7063                 see ChangeLog 2002-10-28 and 2002-10-25
7064                 
7065         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7066
7067 2002-10-27 [oliver]     0.8.5claws56
7068
7069         * src/pop.c
7070                 plug leak in pop3_top_recv
7071
7072 2002-10-26 [christoph]  0.8.5claws55
7073
7074         * src/folder.c
7075                 set need_update folder flag when messages are added
7076                 (closes bug [ 626922 ] folder not updated after receiving)
7077
7078 2002-10-25 [melvin]     0.8.5claws54
7079
7080         * src/imageview.c
7081                 Fixed a memleak introduced in the scaling code.
7082
7083 2002-10-24 [alfons]     0.8.5claws53
7084
7085         * src/filtering.c
7086                 make filtering's forward message action forward from the 
7087                 correct account
7088                 (closes bug [628089 ] Filter -> Forward from address problem
7089                 reported by Oktay)
7090
7091 2002-10-24 [christoph]  0.8.5claws52
7092
7093         * src/mainwindow.c
7094         * src/manual.[ch]
7095                 o use manual of current locale or english if current
7096                   locale is not available (and english is available)
7097                 o also link to sylpheed doc project manuals
7098
7099 2002-10-23 [paul]       0.8.5claws51
7100
7101         * tools/README
7102           tools/kmail2sylpheed_v2.pl
7103                 add new version of kmail addressbook importer script.
7104                 works with newer versions of Kmail/KAddressBook which
7105                 have new and rearranged data.
7106
7107 2002-10-23 [martin]     0.8.5claws50
7108
7109         * src/folderview.c
7110         * src/summaryview.c
7111         * src/utils.h
7112         * src/utils.c
7113                 added length parameter to get_abbrev_newsgroup_name()
7114                 changed this function so that it abbreviates the newsgroup
7115                 names only so long it is smaller than the length parameter
7116                 (for better reading of some newsgroup names and space efficiency)
7117
7118 2002-10-22 [colin]      0.8.5claws49
7119
7120         *src/foldersel.c
7121                 Revert Alfons' last modification (after voting ;-))
7122
7123 2002-10-21 [alfons]     0.8.5claws48
7124
7125         * src/foldersel.c
7126                 folder view in folder selection dialog reflects state of
7127                 folder view in main window
7128
7129 2002-10-18 [alfons]     0.8.5claws47
7130
7131         * src/mbox.c
7132                 drop imported messages in folder selected by user,
7133                 and not in the inbox
7134                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7135
7136 2002-10-18 [alfons]     0.8.5claws46
7137
7138         * src/compose.c
7139                 make automagic reply work correctly for email accounts 
7140                 (whether it's viable to do a full sync with Hiro's 
7141                 compose.c is still under discussion)
7142
7143 2002-10-18 [melvin]     0.8.5claws45
7144
7145         * src/prefs_actions.c
7146                 Fixed bug #622275 where asynchroneous actions left 
7147                 zombies processes
7148                 Made (synchroneous) actions' input be displayed live.
7149
7150 2002-10-18 [christoph]  0.8.5claws44
7151
7152         * src/textview.c
7153                 don't add a newline in the textview in front of the
7154                 first textpart if header display is disabled
7155                 (closes bug [ 603385 ] disabled header display leaves blank
7156                  lin)
7157
7158 2002-10-18 [christoph]  0.8.5claws43
7159
7160         * src/folder.[ch]
7161         * src/imap.c
7162         * src/mbox_folder.c
7163         * src/mh.c
7164         * src/news.c
7165                 folder->get_num_list now returns an error code
7166                 (closes bug [ 609424 ] News cache cleared on failure)
7167                 
7168 2002-10-17 [colin]      0.8.5claws42
7169         
7170         * src/news.c
7171                 Changed a printf by debug_print
7172
7173 2002-10-16 [paul]       
7174
7175         * tools/OOo2sylpheed.pl
7176                 allow for spaces in the name of the
7177                 file to be attached.
7178
7179 2002-10-16 [colin]      0.8.5claws41
7180
7181         * src/main.c
7182                 Use a tristate to change online mode
7183
7184 2002-10-16 [paul]       0.8.5claws40
7185
7186         * po/es.po
7187                 updated by Ricardo Mones Lastra
7188
7189 2002-10-16 [colin]      0.8.5claws39
7190
7191         * src/main.c
7192           src/mainwindow.[ch]
7193                 Added --online and --offline command-line
7194                 switches
7195
7196 2002-10-15 [christoph]  0.8.5claws38
7197
7198         * src/procmime.c
7199                 set mimeinfo->name to NULL after g_free to
7200                 avoid double freeing with g_free
7201
7202 2002-10-14 [christoph]  0.8.5claws37
7203
7204         * src/compose.c
7205         * src/filtering.c
7206         * src/summaryview.c
7207                 remove calls to folder->change_flags that are now
7208                 done by procmsg flag functions (seems it is not
7209                 used by any foldertype anyway)
7210         * src/folder.c
7211                 init folder->change_flags with NULL
7212
7213 2002-10-14 [christoph]  0.8.5claws36
7214
7215         * src/folder.[ch]
7216         * src/imap.[ch]
7217                 use virtual functions for folder item new and destroy
7218                 functions
7219
7220 2002-10-14 [melvin]     0.8.5claws35
7221
7222         * src/compose.c
7223                 Added a test to not run the spell checker if no default
7224                 dictionary is available. No dialog is displayed though.
7225
7226 2002-10-14 [melvin]     0.8.5claws34
7227
7228         * src/gtkaspell.c
7229                 Fixed bug in dictionary list context menu where
7230                 "More..." pointed to an emtpy submenu if the
7231                 number of dictionaries is a multiple of 15
7232                 Removed unneeded code in suggestions list creation
7233
7234 2002-10-14 [paul]       0.8.5claws33
7235
7236         * po/bg.po
7237                 updated by George Danchev
7238
7239 2002-10-13 [hoa]        0.8.5claws32
7240
7241         * src/matcher.[ch]
7242           src/matcher_parser_parser.y
7243                 removed the escaped string from internal structure
7244                 of matcher.
7245
7246 2002-10-12 [colin]      0.8.5claws31
7247
7248         * src/gtksctree.[ch]
7249           src/summaryview.c
7250                 Removed useless function gtksctree_reanchor
7251
7252 2002-10-12 [alfons]     0.8.5claws30
7253         
7254         * sync with remaining main changes 2002-10-09 - 2002-10-11
7255         - drop changes to src/compose.c (requires claws specific changes)
7256         
7257 2002-10-12 [alfons]     0.8.5claws29
7258         
7259         * sync with main changes of 2002-10-08
7260         - drop changes to src/compose.c (requires claws specific changes)
7261         - drop changes to src/summaryview.c (requires changes to compose.c)     
7262
7263 2002-10-12 [alfons]     0.8.5claws28
7264         
7265         * sync with main changes of 2002-10-07
7266
7267 2002-10-12 [alfons]     0.8.5claws27
7268
7269         * sync with main changes of 2002-10-04
7270         - drop changes to src/compose.c (requires claws specific changes)
7271         - drop changes to src/prefs_folder_item.c (claws implementation
7272           seems to be working)
7273
7274 2002-10-12 [colin]      0.8.5claws26
7275
7276         * src/mainwindow.c
7277                 Fix folder-flicker when space-reading, introduced 
7278                 in claws22.
7279
7280 2002-10-12 [colin]      0.8.5claws25
7281
7282         * src/compose.c
7283                 Save account address when saving as draft.
7284                 (closes bug 621838)
7285
7286 2002-10-12 [colin]      0.8.5claws24
7287
7288         * src/summaryview.c
7289                 Fix the problem consisting of no message selected
7290                 after the last message in a folder has been moved.
7291
7292 2002-10-12 [paul]       0.8.5claws23
7293
7294         * src/compose.c
7295           src/prefs_template.c
7296           src/template.[ch]
7297                 add Cc and Bcc to templates. Patch submitted by
7298                 John L. Males.
7299
7300 2002-10-12 [colin]      0.8.5claws22
7301
7302         * src/folderview.c
7303                 Fix a bug after "Check for new messages":
7304                 If a folder was opened, it was still selected at
7305                 the end of the check, but displayed empty.
7306         * src/mainwindow.c
7307                 Remove unnecessary check
7308
7309 2002-10-12 [paul]
7310
7311         * tools/README
7312                 be more verbose in the description of
7313                 OOo2sylpheed.pl
7314                 
7315
7316 2002-10-11 [colin]      0.8.5claws21
7317
7318         * src/mainwindow.c
7319                 Make space work (better) when no mail is selected
7320
7321 2002-10-11 [colin]      0.8.5claws20
7322
7323         * src/inc.c
7324           src/news.c
7325                 fix warnings
7326
7327 2002-10-11 [colin]      0.8.5claws19
7328
7329         * src/mainwindow.c
7330                 revert 0.8.5claws6 changes as i couldn't get to
7331                 anything satisfying
7332
7333 2002-10-11 [melvin]     0.8.5claws18
7334
7335         * src/compose.c
7336                 Removed buggy and unused macro (should have been committed in
7337                 0.8.5claws17)
7338
7339 2002-10-11 [melvin]     0.8.5claws17
7340
7341         * src/compose.c
7342                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7343
7344 2002-10-11 [thorsten]   0.8.5claws16 
7345
7346         * src/folderview.c
7347                 remove rescan warning
7348
7349 2002-10-11 [colin]      0.8.5claws15 
7350
7351         * src/procheader.c
7352                 fix a segfault that happens if conv_unmime_header
7353                 fails (should be better to find out why it fails)
7354
7355 2002-10-11 [christoph]  0.8.5claws14
7356
7357         * src/summaryview.c
7358                 update folderview stats after ignore/unignore thread
7359
7360 2002-10-11 [hoa]        0.8.5claws13
7361
7362         * src/quote_fmt_parse.y
7363                 Fixed a yacc/bison syntax error
7364         * src/matcher.c
7365                 Escaping of string is fixed.
7366
7367 2002-10-11 [colin]      0.8.5claws12
7368
7369         * src/imageview.c
7370                 Resize images to fit
7371
7372 2002-10-11 [paul]       0.8.5claws11
7373
7374         * po/es.po
7375                 updated by Ricardo Mones Lastra
7376
7377 2002-10-10 [alfons]     0.8.5claws10
7378
7379         * src/compose.c
7380                 allow dropping files by "moving" files from a file manager,
7381                 not only by the more cumbersome "copying". the latter 
7382                 mostly implies holding down the Control button
7383
7384 2002-10-10 [christoph]  0.8.5claws9
7385
7386         * src/summaryview.c
7387                 update folders after thread building for ignored threads
7388
7389 2002-10-10 [christoph]  0.8.5claws8
7390
7391         * config/.cvsignore
7392                 added Makefile
7393         * src/filtering.[ch]
7394         * src/folder.[ch]
7395         * src/folderview.[ch]
7396         * src/import.c
7397         * src/inc.[ch]
7398         * src/mbox.[ch]
7399         * src/procmsg.c
7400         * src/summaryview.[ch]
7401                 o added new flag need_update to FolderItem
7402                 o removed folder_table from various functions from tracking
7403                   folder updates
7404                 o set need_update flags in folder.c's move, copy and delete
7405                   functions and procmsg's flags functions
7406                 o added function folderview_update_items_when_required that
7407                   updates all folders with need_update set
7408                 o call folderview_update_items_when_required instead of
7409                   folderview_update_item_foreach
7410
7411 2002-10-09 [sergey]     0.8.5claws7
7412
7413         * src/compose.c
7414                 Strip CRs whel loading the text into editor in reedit mode.
7415
7416 2002-10-09 [colin]      0.8.5claws6
7417
7418         * src/mainwindow.c
7419                 Make Space work when no mail is selected
7420
7421 2002-10-09 [colin]      0.8.5claws5
7422
7423         * src/gtksctree.[ch]
7424                 Fix range_select
7425                 Add gtk_sctree_reanchor() 
7426         * src/summaryview.c
7427                 Use gtk_sctree_reanchor() - better fix for 
7428                 bug 60413
7429
7430 2002-10-09 [colin]      0.8.5claws4
7431
7432         * src/summaryview.c
7433                 Fix shift-click select after delete problem
7434                 (closes bug 60413)
7435
7436 2002-10-08 [thorsten]   0.8.5claws3
7437
7438         * src/summaryview.c
7439                 exclude current msg from -hide read messages-
7440
7441 2002-10-08 [colin]      0.8.5claws2
7442
7443         * src/inc.[ch]
7444           src/pop.c
7445           src/recv.c
7446                 Differentiate socket errors from disk full
7447                 errors
7448
7449 2002-10-08 [christoph]  0.8.5claws1
7450
7451         * Makefile.am
7452         * configure.in
7453                 modifications for new config directory
7454
7455         * config.guess  ** REMOVED **
7456         * config.sub    ** REMOVED **
7457         * install-sh    ** REMOVED **
7458         * ltmain.sh     ** REMOVED **
7459         * missing       ** REMOVED **
7460         * mkinstalldirs ** REMOVED **
7461                 these files are autogenerated by automake
7462                 when you run autogen.sh
7463
7464         * config/.cvsignore     ** NEW FILE **
7465         * config/Makefile.am    ** NEW FILE **
7466                 ignore autogenerated files
7467                 create a Makefile in this directory
7468
7469 2002-10-08 [paul]       0.8.5claws
7470
7471         * 0.8.5claws release
7472         
7473         * src/compose.c
7474           src/procheader.c
7475           src/procmsg.c
7476                 fix quote reply format for newsgroups reply bug
7477                 (thanks to Hoa)
7478                 
7479         * po/en_GB.po
7480           po/pl.po
7481                 updated by me and Witold Wladyslaw Wojciech Wilk
7482                 repectively
7483
7484 2002-10-07 [paul]       0.8.3claws53
7485
7486         * po/it.po
7487           po/pt_BR.po
7488           po/sr.po
7489                 updated messages catalogs, submitted by
7490                 Alessandro Maestri, Fabio Jr.Beneditto 
7491                 and Urke MMI, respectively.
7492
7493 2002-10-07 [christoph]  0.8.3claws52
7494
7495         * src/folder.[ch]
7496         * src/folderview.c
7497         * src/mainwindow.c
7498                 fix new folder ghost message bug
7499                 (closes bug [ 619722 ] wrong count for newly created folders)
7500
7501 2002-10-07 [christoph]  0.8.3claws51
7502
7503         * src/compose.c
7504                 fix news posting problem
7505
7506 2002-10-07 [melvin]     0.8.3claws50
7507
7508         * po/fr.po
7509                 Updated French translation
7510
7511 2002-10-05 [christoph]  0.8.3claws49
7512
7513         * src/gtkstext.c
7514                 check if line_start_cache is set in gtk_stext_update_text
7515                 (closes bug [ 618119 ] crash while doing search in folder)
7516
7517 2002-10-05 [christoph]  0.8.3claws48
7518
7519         * src/imap.c
7520         * src/news.c
7521         * src/utils.c
7522         * src/utils.h
7523                 implement cache cleanups for claws' folder system
7524                 (closes bug [ 595916 ] imapcache not cleaned up)
7525
7526 2002-10-05 [melvin]     0.8.3claws47
7527
7528         * src/prefs_actions.c
7529                 Made the help text more clear for the %p token
7530
7531 2002-10-04 [paul]       0.8.3claws46
7532
7533         * sync with 0.8.5
7534                 see ChangeLog 2002-10-02 and 2002-10-03
7535
7536 2002-10-04 [christoph]  0.8.3claws45
7537
7538         * src/inc.c
7539                 fix segfault caused by pop before smtp
7540                 call to inc_account_mail with NULL
7541                 pointer for mainwin
7542
7543 2002-10-04 [paul]       0.8.3claws44
7544
7545         * configure.in
7546                 sync the LDAP detection from 0.8.5cvs1
7547
7548 2002-10-02 [christoph]  0.8.3claws43
7549
7550         * po/de.po
7551                 fix small spelling error
7552
7553 2002-10-02 [melvin]     0.8.3claws42
7554
7555         * ac/aspell.m4
7556                 Behave better and say "no" when test program cannot be run.
7557
7558 2002-10-02 [paul]       0.8.3claws41
7559
7560         * sync with 0.8.4cvs1
7561                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7562                 
7563         * src/summaryview.c
7564                 toggle the behavior of Reply menuitem between
7565                 normal reply and reply-to-list
7566
7567 2002-10-01 [sergey]     0.8.3claws40
7568
7569         * src/compose.c
7570                 Convert newlines in the message text to the canonical form
7571                 before base64 encoding (RFC2045 compliance, fixes some
7572                 interoperability issues with Evolution 1.0.3)
7573
7574 2002-09-29 [colin]      0.8.3claws39
7575
7576         * src/summaryview.c
7577                 Fix an unwanted copy/paste
7578
7579 2002-09-29 [colin]      0.8.3claws38
7580
7581         * src/mainwindow.c
7582                 Renamed "Custom toolbar" to "Customize toolbar"
7583                 Renamed "Show all header" to "Show all headers"
7584                 Renamed "Set diplay item" to "Set displayed items"
7585         * src/prefs_common.c
7586                 Renamed "Show all header" to "Show all headers"
7587         * src/prefs_summary_column.c
7588                 Renamed "diplay item" to "displayed items"
7589
7590 2002-09-29 [colin]      0.8.3claws37
7591
7592         * src/mainwindow.[ch]
7593                 online/offline status pixmaps follow theme
7594                 changes
7595         * src/summaryview.[ch]
7596                 quicksearch pixmap follows theme changes
7597
7598 2002-09-29 [thorsten]   0.8.3claws36
7599
7600         * src/compose.c
7601           src/prefs_folder_item.[ch]
7602                 add default_reply_to folder option (closes patch 581044)
7603
7604 2002-09-29 [christoph]  0.8.3claws35
7605
7606         * acconfig.h    ** REMOVED **
7607         * configure.in
7608         * ac/aspell.m4
7609         * ac/check-type.m4
7610         * ac/gnupg-check-typedef.m4
7611                 fix autoheader 2.50 warning
7612
7613 2002-09-29 [christoph]  0.8.3claws34
7614
7615         * major code cleanup (part 2)
7616         
7617                 - unused variables removed
7618                 - unused functions removed
7619                 - uninitialized variables checked
7620                 - missing return statements added
7621                 - missing function return types added
7622                 - added parentheses around assignment
7623                   when suggested by gcc
7624
7625 2002-09-29 [alfons]     0.8.3claws33
7626
7627         * src/logwindow.c
7628                 log_window_clear(): only bracket gtk_text_forward_delete() 
7629                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7630                 works around GTK text bug)
7631
7632 2002-09-29 [paul]       0.8.3claws32
7633
7634         * po/bg.po
7635           po/sr.po
7636                 updated by George Danchev and Urke MMI
7637                 respectively
7638
7639 2002-09-27 [christoph]  0.8.3claws31
7640
7641         * doc-src/readme.txt
7642         * doc-src/rfc1806.txt   ** REMOVED **
7643         * doc-src/rfc2183.txt   ** NEW FILE **
7644         * doc-src/rfc2980.txt   ** NEW FILE **
7645                 update rfcs
7646
7647 2002-09-27 [melvin]     0.8.3claws30
7648
7649         * ac/aspell.m4
7650                 Fixed typo which could break linking
7651
7652 2002-09-27 [melvin]     0.8.3claws29
7653
7654         * ac/aspell.m4
7655                 Improved GNU/aspell checking. 
7656                 Fixed bug #614490
7657
7658 2002-09-27 [paul]       0.8.3claws28
7659
7660         * sync with 0.8.3cvs8
7661                 see ChangeLog 2002-09-27
7662
7663 2002-09-26 [colin]      0.8.3claws27
7664
7665         * src/toolbar.[ch]
7666           src/mainwindow.[ch]
7667                 Add "Reply to Mailing-list" to the toolbar
7668
7669 2002-09-26 [christoph]  0.8.3claws26
7670
7671         * src/summaryview.c
7672                 Fix wrong message counts in summaryview status
7673
7674 2002-09-26 [paul]       0.8.3claws25
7675
7676         * sync with 0.8.3cvs7
7677                 see ChangeLog 2002-09-26
7678
7679 2002-09-26 [paul]       0.8.3claws24
7680
7681         * sync with 0.8.3cvs6
7682                 see ChangeLog 2002-09-25
7683
7684 2002-09-25 [christoph]  0.8.3claws23
7685
7686         * src/prefs_common.c
7687         * src/prefs_folder_item.c
7688         * src/prefs_scoring.c
7689                 Renamed "kill score" to "hide score" in GUI
7690                 and prefs files
7691
7692 2002-09-25 [paul]       0.8.3claws22
7693
7694         * sync with 0.8.3cvs5
7695                 see ChangeLog 2002-09-24
7696
7697 2002-09-24 [alfons]     0.8.3claws21
7698
7699         patch by Satoshi Nagayasu: allows appending / saving multiple 
7700         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7701         'Save as ...'")
7702
7703         * AUTHORS
7704                 add Satoshi Nagayasu
7705         * src/summaryview.c
7706                 summary_save_as(): allow saving selected files to
7707                 one file
7708                 summary_set_menu_sensitive: enable "Save As..." when
7709                 multiple files are selected
7710         * src/utils.[ch]
7711                 append_file(): new function
7712
7713 2002-09-24 [colin]      0.8.3claws20
7714
7715         * src/procmime.c
7716                 Fix segfault when mimeinfo doesn't have a 
7717                 content_type. 
7718
7719 2002-09-24 [colin]      0.8.3claws19
7720
7721         * src/prefs_common.[ch]
7722                 Add a preference to display send dialog or not
7723         * src/send.c
7724                 Display send dialog according to preference
7725
7726 2002-09-24 [colin]      0.8.3claws18
7727
7728         * src/compose.[ch]
7729                 Disable user actions when sending
7730
7731 2002-09-24 [colin]      0.8.3claws17
7732
7733         * src/procmime.c
7734                 Do not display name or filename for attachments
7735                 with an application/pgp-signature type
7736                 (security flaw, see bug 537413)
7737
7738 2002-09-23 [colin]      0.8.3claws16
7739
7740         * src/editaddress.c
7741                 Initialize entry_email, entry_alias and 
7742                 entry_remarks to first email address of the list
7743
7744 2002-09-23 [colin]      0.83claws15
7745
7746         * src/compose.c
7747                 Drop pgp-signature when reediting a signed queued
7748                 message
7749
7750 2002-09-23 [melvin]     0.8.3claws14
7751
7752         * po/fr.po
7753                 Updated French translation
7754
7755 2002-09-23 [melvin]     0.8.3claws13
7756
7757         * src/mainwindow.c
7758                 Made custom toolbar menu labels more consistent
7759         * src/prefs_toolbar.c
7760                 Made custom toolbar window title more consistent
7761
7762 2002-09-22 [colin]      0.8.3claws12
7763
7764         * src/inc.c
7765                 Initialize session type to normal before getting 
7766                 mail (fixes strange Get behaviour)
7767         * src/prefs_account.h
7768                 Move STYPE_POP_BEFORE_SMTP to last position to 
7769                 avoid other side-effects
7770
7771 2002-09-22 [colin]      0.8.3claws11
7772
7773         * src/prefs_account.c
7774                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7775                 from pop3 to apop or vice-versa
7776
7777 2002-09-22 [colin]      0.8.3claws10
7778         
7779         * src/prefs_account.[ch]
7780                 Add an option for the POP before SMTP timeout
7781         * src/inc.c
7782                 Remember time of last POP connection
7783         * src/send.c
7784                 Do POP before SMTP only if timeout reached
7785
7786 2002-09-22 [oliver]     0.8.3claws9
7787         
7788         * README.claws
7789                 explain custom toolbar
7790
7791 2002-09-22 [oliver]     0.8.3claws8
7792
7793         * src/prefs_actions.[ch]
7794         custom toolbar for compose      
7795                 actions callback from compose toolbar
7796         * src/folderview.c
7797                 remove include toolbar.h
7798
7799 2002-09-22 [oliver]     0.8.3claws7
7800         
7801         * src/prefs_toolbar.[ch]
7802                 custom toolbar for compose
7803                 - generic prefs_toolbar handles both
7804                   Mainwin's toolbar as well as Compose toolbar          
7805
7806 2002-09-22 [oliver]     0.8.3claws6
7807         
7808         * src/toolbar.[ch]
7809                 custom toolbar for compose
7810                 restructure toolbar.[ch]
7811
7812 2002-09-22 [oliver]     0.8.3claws5
7813
7814         * src/compose.[ch]
7815                 custom toolbar for compose
7816
7817 2002-09-22 [oliver]     0.8.3claws4
7818         
7819         * src/mainwindow.[ch]
7820                 custom toolbar for compose 
7821                 move mainwin toolbar back to mainwindow
7822
7823 2002-09-22 [alfons]     0.8.3claws3
7824
7825         * src/procmsg.c
7826                 :%sno/if(/if (/gc
7827                 :%sno/for(/for (/gc
7828                 (beautify)
7829
7830 2002-09-22 [alfons]     0.8.3claws2
7831         
7832         * src/procmsg.c
7833                 procmsg_save_to_outbox(): don't unlink message file from queue;
7834                 callers should do it using folder_item_remove_msg()
7835
7836 2002-09-22 [colin]      0.8.3claws1
7837
7838         * src/mimeview.[ch]
7839                 Made mimeview_check_signature() public
7840         * src/textview.c
7841                 Made GPG signatures verifiable by clicking
7842                 the [application/pgp-signature] in the Text
7843                 view
7844
7845 2002-09-22 [paul]       0.8.3claws
7846
7847         * po/bg.po
7848           po/en_GB.po
7849           po/es.po
7850           po/it.po
7851           po/pl.po
7852           po/pt_BR.po
7853           po/sr.po
7854                 updated translations, submitted by George Danchev,
7855                 me, Ricardo Mones Lastra, Alessandro Maestri,
7856                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7857                 and Urke MMI, respectively.     
7858
7859 2002-09-22 [alfons]     0.8.2claws65
7860
7861         * src/procmsg.c
7862         * src/pgptext.c
7863                 no furry valgrinds have been used to plug these memleaks
7864
7865 2002-09-20 [paul]       0.8.2claws64
7866
7867         * sync with 0.8.3cvs4
7868                 'Select thread' re-implemented 
7869                 see ChangeLog 2002-09-20
7870
7871 2002-09-21 [alfons]     0.8.2claws63
7872
7873         * src/compose.c
7874                 compose_send(): plug unnoticed memleak
7875
7876 2002-09-20 [alfons]     0.8.2claws62
7877
7878         * src/addr_compl.c
7879                 replace_address_in_edit(): strict check for NULL address to
7880                 fix "[ 607348 ] Segfault in address completion". My guess is
7881                 that this happens with an empty address book, but it's good
7882                 to have this check here anyway
7883                 
7884                 completion_window_button_press(): free string returned 
7885                 from the internal cache
7886
7887 2002-09-20 [christoph]  0.8.2claws61
7888
7889         * src/procmime.h
7890                 added ENC_BINARY to EncodingType
7891         * src/procmime.c
7892                 the string returned by procmime_get_encoding_str
7893                 should not depend on the order of values in the
7894                 EncodingType definition
7895         * doc-src/rfc1806.txt   ** NEW FILE **
7896                 Added rfc1806 about MIME Content-Disposition
7897                 Extension
7898
7899 2002-09-19 [paul]       0.8.2claws60
7900
7901         * sync with 0.8.2cvs3
7902                 see ChangeLog 2002-09-19
7903
7904 2002-09-19 [paul]       0.8.2claws59
7905
7906         * src/prefs_folder_item.c
7907                 revert to Darko's original alignment of colour
7908                 selector button
7909                 add a colon to folder_color label
7910                 
7911         * src/compose.c
7912                 add Colin's patch (with Hiro's modifications) to 
7913                 force BASE64 encoding for 8-bit text when signing
7914                 (sync with 0.8.3cvs2)
7915
7916 2002-09-18 [alfons]     0.8.2claws58
7917
7918         * src/compose.c
7919                 :%sno/if(/if (/gc
7920                 :%sno/for(/for (/gc
7921                 (beautify a little bit)
7922
7923 2002-09-18 [christoph]  0.8.2claws57
7924
7925         * src/pine.c
7926                 fix handling of fgetc return value
7927
7928 2002-09-17 [alfons]     0.8.2claws56
7929         
7930         * src/summaryview.c
7931                 summary_sort(): check non-NULL summaryview->folder_item when no 
7932                 folder is selected at all
7933                 (closes "[ 610344 ] sort label make syl Crash")
7934
7935 2002-09-17 [alfons]     0.8.2claws55
7936         
7937         * src/compose.c
7938                 beautify a little bit
7939
7940 2002-09-17 [christoph]  0.8.2claws54
7941
7942         * src/folder.c
7943                 initialize max values for cache and folder
7944                 when cache or folder is empty
7945
7946 2002-09-15 [colin]      0.8.2claws53
7947
7948         * src/compose.c
7949                 Fix a leak (thanks Alfons!) and cleaned
7950                 variables names for custom headers
7951
7952 2002-09-15 [colin]      0.8.2claws52
7953
7954         * src/compose.c
7955                 Fix custom headers recognition when
7956                 prefs_common.trans_hdr is on
7957
7958 2002-09-15 [colin]      0.8.2claws51
7959
7960         * src/compose.c
7961                 Allow dynamically-added custom headers
7962                 Yet not reparsed if reedited
7963
7964 2002-09-15 [alfons]     0.8.2claws50
7965
7966         * src/prefs_account.c
7967                 fix warnings
7968
7969 2002-09-15 [colin]      0.8.2claws49
7970         
7971         * src/prefs_account.c
7972                 fix pop_before_smtp sensitivity
7973
7974 2002-09-15 [colin]      0.8.2claws48
7975
7976         * src/inc.[ch]
7977                 add inc_pop_before_smtp()
7978                 allow MainWindow to be undefined in 
7979                 inc_account_mail() and inc_start()
7980         * src/pop.c
7981           src/prefs_account.h
7982                 add STYPE_POP_BEFORE_SMTP session type
7983         * src/prefs_account.c
7984                 activated pop before smtp option
7985         * src/send.c
7986                 do pop before smtp if the relevant option 
7987                 is set
7988
7989 2002-09-15 [paul]       0.8.2claws47
7990
7991         * sync with 0.8.3
7992                 see ChangeLog 2002-09-15
7993
7994 2002-09-14 [paul]       0.8.2claws46
7995
7996         * po/bg.po
7997                 updated Bulgarian translation, submitted by
7998                 George Danchev
7999
8000 2002-09-13 [paul]       0.8.2claws45
8001
8002         * src/compose.c
8003                 merge claws' select_account() with main's
8004                 (new) compose_select_account(). [sync with
8005                 0.8.2cvs15, see ChangeLog 2002-09-11]
8006
8007 2002-09-12 [christoph]  0.8.2claws44
8008
8009         * src/filter.c
8010                 allocate 1 elements of FolderItem not 0
8011
8012 2002-09-12 [colin]      0.8.2claws43
8013
8014         * src/compose.c
8015                 Fix bug #590825 (obey Follow-up: poster)
8016
8017 2002-09-12 [colin]      0.8.2claws42
8018
8019         * src/procmime.c
8020                 Fix bug #557009 (wrong headers for messages 
8021                 forwarded as attachments)
8022
8023 2002-09-11 [colin]      0.8.2claws41
8024         
8025         * src/compose.c
8026                 Put SCF: pseudo-header on top of message
8027                 Set draft tmp_flag when saved as draft
8028
8029         * src/procmsg.c
8030           src/procheader.c
8031                 Skip after first \n\n for beginning of real message
8032                 for drafts too
8033
8034 2002-09-11 [christoph]  0.8.2claws40
8035
8036         * src/filtering.c
8037                 use procmsg flag functions in filtering or processing
8038                 will cause incorrect folder message counts
8039
8040 2002-09-11 [colin]      0.8.2claws39
8041
8042         * src/compose.c
8043                 Fix bug #550175 - wrong save folder when reediting
8044                 drafts
8045
8046 2002-09-11 [paul]       0.8.2claws38
8047
8048         * sync with 0.8.2cvs14
8049                 see ChangeLog 2002-09-11
8050
8051 2002-09-11 [colin]      0.8.2claws37
8052
8053         * src/folder.c
8054                 Fix a typo (seeming to cause new/unread status to
8055                 be lost)
8056
8057 2002-09-10 [christoph]  0.8.2claws36
8058
8059         * src/compose.c
8060                 compose_redirect should not use compose_generic_new
8061                 because that does more stuff than expected including
8062                 opening the external editor
8063                 (closes bug "[ 526608 ] bounced messages appear blank
8064                  in editor")
8065
8066 2002-09-10 [christoph]  0.8.2claws35
8067
8068         * src/folder.c
8069                 fix problem with too large message number range
8070                 causing a crash in folder_item_scan
8071
8072 2002-09-10 [paul]       0.8.2claws34
8073
8074         * sync with 0.8.2cvs13
8075                 see ChangeLog 2002-09-10
8076
8077 2002-09-10 [christoph]  0.8.2claws33
8078
8079         * src/msgcache.c
8080                 set MsgInfo TmpFlags for queue and draft folders
8081                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8082
8083 2002-09-10 [paul]       0.8.2claws32
8084
8085         * AUTHORS
8086           po/bg.po      ** NEW FILE **
8087                 new Bulgarian translation submitted by
8088                 George Danchev <danchev@spnet.net>
8089                 
8090         * tools/Makefile.am
8091           tools/README
8092           tools/tb2sylpheed     ** NEW FILE **
8093                 add script that converts an addressbook exported
8094                 from The Bat! into a Sylpheed addressbook. Submitted
8095                 by Urke MMI <urke-kg@eunet.yu>
8096
8097 2002-09-10 [paul]       0.8.2claws31
8098
8099         * sync with 0.8.2cvs12
8100                 see ChangeLog 2002-09-10
8101
8102 2002-09-06 [paul]       0.8.2claws30
8103
8104         * src/prefs_common.c
8105                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8106                 
8107         * tools/Makefile.am
8108           tools/README
8109           tools/ldif-to-xml.py  ** REMOVED **
8110                 remove obsolete python script
8111
8112 2002-09-06 [paul]       0.8.2claws29
8113
8114         * sync with 0.8.2cvs10
8115                 see ChangeLog 2002-09-06
8116
8117 2002-09-04 [paul]       0.8.2claws28
8118
8119         * sync with 0.8.2cvs9
8120                 see ChangeLog 2002-08-04
8121
8122 2002-09-04 [colin]      0.8.2claws27 
8123
8124         * src/prefs_common.[ch]
8125                 Added signature color configuration
8126         * src/textview.c
8127                 Use user-specified signature color
8128
8129 2002-09-03 [colin]      0.8.2claws26
8130
8131         * src/prefs_common.[ch]
8132                 Added autosave and autosave_length prefs
8133         * src/compose.c
8134                 Added compose_remove_draft()
8135                 Auto-save drafts according to the prefs
8136         * src/main.c
8137                 Added a crash-indicator file, allowing to check
8138                 for new messages on startup if Sylpheed crashed
8139                 (makes saved drafts "reappear")
8140
8141 2002-09-03 [colin]      0.8.2claws25
8142
8143         * src/textview.[ch]
8144                 Grey the signature
8145
8146 2002-09-03 [paul]       0.8.2claws24
8147
8148         * sync with 0.8.2cvs8
8149                 see ChangeLog 2002-09-02 and 2002-09-03
8150
8151 2002-09-03 [darko]      0.8.2claws23
8152
8153         * src/folderview.c
8154                 use normal style when creating new folder to pick
8155                 proper font size 
8156
8157 2002-09-02 [melvin]     0.8.2claws22
8158
8159         * src/gtkaspell.m4
8160                 removed some obsolete code
8161
8162 2002-09-02 [melvin]     0.8.2claws21
8163
8164         * ac/aspell.m4
8165                 fixed test's equality sign (== to =)
8166
8167 2002-09-02 [alfons]     0.8.2claws20
8168
8169         * src/folder.c
8170         * src/mh.c
8171                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8172                 as folder->destroy virtual as suggested by Hiro
8173                 (the mh.c code seems to have been lost around mh.c.1.21)
8174
8175 2002-09-02 [paul]       0.8.2claws19
8176
8177         * po/pt_BR.po
8178                 updated by Fabio Jr. Beneditto
8179                 
8180         * src/defs.h
8181                 use 'http://claws.sylpheed.org' for homepage link. 
8182                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8183
8184 2002-09-01 [alfons]     0.8.2claws18
8185
8186         * src/mh.c
8187                 plug memleak related to one Martin Kluge found
8188
8189 2002-08-31 [paul]       0.8.2claws17
8190
8191         * sync with 0.8.2cvs6
8192                 see ChangeLog 2002-08-30
8193
8194 2002-08-31 [alfons]     0.8.2claws16
8195
8196         * src/folder.c
8197                 folder_destroy(): remove mailbox from folderlist even if it has
8198                 no destroy virtual
8199
8200 2002-08-31 [alfons]     0.8.2claws15
8201
8202         * src/folder.c
8203                 :%sno/if(/if (/gc
8204                 :%sno/for(/for (/gc
8205                 (being pedantic I know)
8206
8207 2002-08-31 [alfons]     0.8.2claws14
8208
8209         * src/folder.c
8210                 check for NULL pointers returned from folder->fetch_msginfo virtual
8211                 (should solve some reported crashes)
8212
8213 2002-08-30 [alfons]     0.8.2claws13
8214
8215         * acconfig.h
8216         * configure.in
8217         * src/crash.c
8218                 enable crash dialog on compilation time
8219                 (--enable-crash-dialog configure option)
8220
8221 2002-08-30 [alfons]     0.8.2claws12
8222
8223         * AUTHORS
8224                 add Martin Kluge
8225         * src/mh.c
8226                 apply memory leak plug patch by Martin Kluge
8227                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8228                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8229                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8230
8231 2002-08-30 [darko]      0.8.2claws11
8232
8233         * src/folderview.c
8234                 copy Gtk style from normal style to match
8235                 font size for coloured folders
8236
8237 2002-08-29 [alfons]     0.8.2claws10
8238
8239         * sylpheed.desktop
8240                 Type=Internet <- Type=Application
8241                 (reported by Michael Schwendt, see:
8242                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8243                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8244
8245 2002-08-29 [paul]       0.8.2claws9
8246
8247         * sync with 0.8.2cvs5
8248                 see ChangeLog 2002-08-29
8249
8250 2002-08-29 [colin]      0.8.2claws8
8251
8252         * src/summaryview.c
8253                 Added a sanity check in summary_select_thread
8254                 Should fix bug 601605
8255
8256 2002-08-29 [colin]      0.8.2claws7
8257
8258         * src/main.c
8259                 Revert claws6 changes regarding bug #591676
8260
8261 2002-08-28 [colin]      0.8.2claws6
8262         
8263         * src/main.c
8264                 Ignore cache for queue folderitems
8265                 Fix bug #591676
8266
8267 2002-08-28 [melvin]     0.8.2claws5
8268
8269         * README.claws
8270                 Fixed typos.
8271
8272 2002-08-28 [melvin]     0.8.2claws4
8273
8274         * README.claws
8275                 Updated a bit the text concerning the spell checker
8276
8277 2002-08-28 [melvin]     0.8.2claws3
8278
8279         Merged the GNU_aspell_branch:
8280                 Support of new GNU/aspell is now included and the old pspell
8281                 is not supported anymore.
8282                 See README.claws
8283
8284         * README.claws
8285                 Updated spell checker text to reflect the switch to GNU/aspell
8286
8287         * ac/aspell.m4          *** NEW ***
8288         * src/gtkaspell.[ch]    *** NEW *** 
8289         * ac/pspell.m4          *** DELETED *** 
8290         * src/gtkspell.[ch]     *** DELETED ***
8291
8292         * ac/Makefile.am
8293                 Updated for GNU/aspell support
8294
8295         * po/POTFILES.in
8296                 Replaced gtkspell.c by gtkaspell.c
8297
8298         * acconfig.h
8299         * src/Makefile.am
8300         * src/about.c
8301         * src/compose.[ch]
8302         * src/crash.c
8303         * src/main.c
8304         * src/prefs_common.[ch]
8305                 Updated for GNU/aspell support
8306
8307 2002-08-28 [paul]       0.8.2claws2
8308
8309         * sync with 0.8.2cvs4
8310                 see ChangeLog 2002-08-27 and 2002-08-28
8311
8312 2002-08-28 [colin]      0.8.2claws1
8313
8314         * src/summary_search.c
8315                 Added "AND search"
8316
8317 2002-08-28 [jens]       0.8.2claws
8318
8319         *po/de.po
8320                 Updated German translations
8321
8322 2002-08-27 [melvin]     0.8.2claws
8323
8324         * po/fr.po
8325                 Updated French translations
8326
8327 2002-08-27 [paul]       0.8.2claws
8328
8329         * sync with 0.8.2 main release
8330
8331         * po/en_GB.po
8332           po/es.po
8333           po/it.po
8334           po/pl.po
8335           po/pt_BR.po
8336           po/sr.po
8337                 updated message catalogs submitted by
8338                 Ricardo Mones Lastra, Alessandro Maestri,
8339                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8340                 Beneditto and Urke MMI  
8341
8342 2002-08-27 [hoa]        0.8.1claws123
8343
8344         * src/mainwindow.[ch]
8345         * src/summaryview.[ch]
8346                 removed the "filter setting" menu option.
8347                 add a "cancel a news message" menu option.
8348
8349 2002-08-26 [martin]     0.8.1claws122
8350
8351         * ChangeLog.claws
8352                 changed string under 0.8.1claws79 changed by myself
8353                 i'm sorry alfons :(
8354
8355 2002-08-26 [martin]     0.8.1claws121
8356
8357         * src/crash.c
8358                 added kill command to debuggerrc to start crash dialog
8359
8360 2002-08-26 [paul]       0.8.1claws120
8361
8362         * sync with 0.8.1cvs31
8363                 see ChangeLog 2002-08-26
8364
8365 2002-08-25 [alfons]     0.8.1claws119
8366
8367         * src/procmsg.c
8368                 fix bug that didn't send out correct headers to news server
8369                 when sending news article and email from queue (bug reported
8370                 and patch provided by Tim Mann; closes bug 
8371                 "[ 583196 ] 0.7.8claws can't post news")
8372
8373 2002-08-25 [alfons]     0.8.1claws118
8374
8375         * src/selective_download.c
8376                 mark two strings as translatable
8377                 (thanks to Urke MMI for pointing this out)
8378
8379 2002-08-25 [alfons]     0.8.1claws117
8380
8381         * src/summaryview.c
8382                 treat sent boxes as special and allow sorting them by addressee
8383                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8384                 submitted by Steve Lamb)
8385
8386 2002-08-24 [alfons]     0.8.1claws116
8387
8388         * src/matcher.c
8389                 fix memleak reported by Martin Kluge
8390                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8391
8392 2002-08-24 [oliver]     0.8.1claws115
8393
8394         * src/prefs_toolbar.c
8395                 o code cleanup as suggested by Alfons
8396                 o memleak fix
8397
8398 2002-08-24 [alfons]     0.8.1claws114
8399
8400         * src/summaryview.c
8401                 o fix another memory leak reported by Martin Kluge
8402                   (see "[ 599568 ] Small Memory Leak")
8403                 o remove 'from' variable from 'summary_set_header()'; we can
8404                   do with just 'to' 
8405
8406 2002-08-24 [paul]       0.8.1claws113
8407
8408         * sync with 0.8.1cvs30
8409                 see ChangeLog 2002-08-23
8410
8411 2002-08-24 [alfons]     0.8.1claws112
8412
8413         * src/summaryview.c
8414                 remove unnecessary allocations for search bar fixing leaks
8415                 reported by Martin Kluge
8416                 (see "[ 599451 ] Further memory leaks?")
8417
8418 2002-08-24 [alfons]     0.8.1claws111
8419
8420         * src/main.c
8421                 make get_socket_name() public for crash.c
8422         * src/crash.c
8423                 o make report bug button work (goes to claws' 
8424                   bug tracker at sf.net)
8425                 o introduce function for doing important stuff just
8426                   before claws goes down
8427                 o clean up code 
8428
8429 2002-08-24 [alfons]     0.8.1claws110
8430
8431         * src/compose.c
8432                 move cursor to "To" entry when forwarding as attachment
8433                 (reported and solved by Steve Lamb, closes bug report
8434                 "[ 592880 ] Forward as attachment; cursor not in to")
8435
8436 2002-08-24 [colin]      0.8.1claws109
8437
8438         * src/mainwindow.c
8439                 fix quick search visibility after GUI (de)separations.
8440
8441 2002-08-23 [colin]      0.8.1claws108
8442
8443         * src/mainwindow.c
8444                 fix header pane visibility after folderview or
8445                 messageview (de)separation
8446
8447 2002-08-23 [paul]       0.8.1claws107
8448
8449         * src/mainwindow.[ch]
8450           src/toolbar.c
8451                 give full control of display or non-display 
8452                 of the Execute icon to Custom toolbar settings.
8453                 add new sensitivity condition to maninwindow.h: 
8454                 M_DELAY_EXEC
8455
8456         * ChangeLog
8457           ChangeLog.jp
8458           NEWS
8459                 more sync with 0.8.1cvs29
8460
8461 2002-08-23 [melvin]     0.8.1claws106
8462
8463         * src/alertpanel.c
8464                 Readded support for custom widget in alertpanel lost in last
8465                 sync.
8466
8467 2002-08-23 [paul]       0.8.1claws105
8468
8469         * sync with 0.8.1cvs29
8470                 see ChangeLog 2002-08-23
8471
8472 2002-08-23 [colin]      0.8.1claws104
8473
8474         * src/summaryview.c
8475                 Fix folder and search pixmaps exchanging positions
8476                 after theme or toolbar changes. Thank to Oliver for 
8477                 reporting this.
8478
8479 2002-08-23 [colin]      0.8.1claws103
8480
8481         * src/mainwindow.c
8482           src/messageview.[ch]
8483           src/noticeview.[ch]
8484           src/summaryview.c
8485                 Changed messageview_create() and noticeview_create()
8486                 to avoid the last gdk_warning
8487
8488 2002-08-22 [colin]      0.8.1claws102
8489
8490         * src/summaryview.c
8491                 Fix my new `Creating pixmap from xpm' warning
8492
8493 2002-08-22 [colin]      0.8.1claws101
8494
8495         * src/mainwindow.c
8496                 Fix some of the gdk warnings
8497
8498 2002-08-22 [colin]      0.8.1claws100
8499
8500         * src/Makefile.am
8501         * src/stock_pixmap.c
8502         * src/stock_pixmap.h
8503         * src/pixmaps/quicksearch.xpm *ADDED*
8504                 Add the quicksearch pixmap
8505         * src/mainwindow.c
8506         * src/summaryview.c
8507         * src/summaryview.h
8508                 Make quicksearch bar visible/hidden via a button
8509
8510 2002-08-22 [christoph]  0.8.1claws99
8511
8512         * src/folder.c
8513                 fix folder update for newsgroups with message
8514                 numbers below minimum number of articles to fetch
8515                 (closes bug #598445)
8516
8517 2002-08-22 [paul]       0.8.1claws98
8518
8519         * sync with 0.8.1cvs28
8520                 see ChangeLog 2002-08-22
8521
8522 2002-08-21 [alfons]     0.8.1claws97
8523
8524         * src/crash.c
8525                 use bt instead of bt full which seems to work 
8526                 better, and bt full doesn't give a great deal 
8527                 of information anyway
8528
8529 2002-08-21 [colin]      0.8.1claws96
8530
8531         * src/summaryview.c
8532                 fix summaryview_searchtype_changed prototype
8533
8534 2002-08-21 [christoph]  0.8.1claws95
8535
8536         * src/mainwindow.c
8537                 o fix broken menu update for sorting type, we have to
8538                   get this info from the summaryview now
8539                 o removed setting of threaded state in menu callback
8540         * src/summaryview.[ch]
8541                 more summaryview/folderitem seperation for
8542                 threading option
8543         * configure.in
8544                 removed not required --with-compiler-flags option
8545
8546 2002-08-21 [oliver]     0.8.1claws94
8547         
8548         * src/toolbar.h 
8549                 o rename toolbar.xml to toolbar_main.xml
8550                   since toolbar_compose.xml might come up 
8551                   any time soon
8552         * README.claws
8553                 add custom toolbar              
8554
8555 2002-08-21 [darko]      0.8.1claws93
8556
8557         * src/procmsg.c
8558                 don't reset tmp flags for messages copied
8559                 to sent folder
8560
8561 2002-08-21 [colin]      0.8.1claws92
8562         
8563         * src/prefs_filtering.c
8564                 fix renaming rules on folder rename 
8565                 when folder is not a leaf folder
8566
8567 2002-08-21 [paul]       0.8.1claws91
8568
8569         * src/prefs_folder_item.c
8570                 fix alignment of colour selector
8571
8572 2002-08-21 [paul]       0.8.1claws90
8573
8574         * sync with 0.8.1cvs27
8575                 see ChangeLog 2002-08-21
8576
8577 2002-08-21 [paul]       0.8.1claws89
8578
8579         * src/summaryview.c
8580                 fix crash when changing field type in
8581                 Quick search bar
8582
8583 2002-08-21 [colin]      0.8.1claws88
8584
8585         * src/summaryview.c
8586                 Made quick search case-insensitive
8587
8588 2002-08-21 [paul]       0.8.1claws87
8589
8590         * sync with 0.8.1cvs26
8591                 see ChangeLog 2002-08-21
8592
8593 2002-08-20 [christoph]  0.8.1claws86
8594
8595         * src/folderview.c
8596         * src/main.c
8597         * src/summaryview.[ch]
8598                 more summaryview/folderitem seperation for
8599                 sort_key and sort_type
8600         * src/procmsg.c
8601                 added missing return statement
8602
8603 2002-08-20 [colin]      0.8.1claws85
8604
8605         * src/summaryview.[ch]
8606                 Added a quick search box
8607         * src/mainwindow.c
8608         * src/prefs_common.[ch]
8609                 Added a show/hide option for the quick search
8610
8611 2002-08-20 [oliver]     0.8.1claws84
8612         
8613         * src/mainwindow.c
8614                 remove toolbar_create_popups
8615         * src/toolbar.[ch]
8616                 o remove toolbar_create_popups
8617                 o fix toolbar_set_sensitive 
8618                   (Bug reports #596834 and #596832)     
8619         * src/prefs_toolbar.c
8620                 o add "Set default" button
8621                 o align label and text + combo widgets
8622
8623 2002-08-20 [hoa]        0.8.1claws83bis
8624
8625         * src/imap.c
8626                 fixed a bug in imap_fetch_msginfo() in case there is no
8627                 current folder.
8628
8629 2002-08-20 [darko]      0.8.1claws83
8630
8631         * src/folderview.c
8632                 copy the color style of folder view so it
8633                 works with GTK themes
8634
8635 2002-08-20 [darko]      0.8.1claws82
8636
8637         * src/folder.h
8638         * src/folderview.c
8639         * src/prefs_folder_item.[hc]
8640                 don't use UI stuff in folder.h
8641
8642 2002-08-20 [darko]      0.8.1claws81
8643
8644         * src/folder.h
8645         * src/prefs_folder_item.h
8646         * src/folderview.c
8647         * src/prefs_folder_item.c
8648                 ability to set folder color in folderview
8649
8650 2002-08-19 [alfons]     0.8.1claws80
8651
8652         * src/summaryview.c
8653                 fix one of the earlier memleaks reported by Martin Kluge
8654
8655 2002-08-19 [alfons]     0.8.1claws79
8656
8657         * src/mainwindow.c
8658                 hide notice view when selecting seperate folder
8659                 view (reported by Urke MMI)
8660
8661 2002-08-19 [christoph]  0.8.1claws78
8662
8663         * src/folderview.c
8664         * src/prefs_folder_item.h
8665         * src/summaryview.[ch]
8666                 o add summary_set_prefs_from_folderitem to set
8667                   summaryview prefs (first step to remove all
8668                   references to the folderitem in summaryview)
8669                 o moved compiled regex stuff from folderitem prefs
8670                   to summaryview code
8671
8672 2002-08-19 [paul]       0.8.1claws77
8673
8674         * src/compose.c
8675                 add check for '.' to QUOTE_IF_REQUIRED
8676
8677 2002-08-19 [paul]       0.8.1claws76
8678
8679         * src/inc.c
8680                 sync with 0.8.1cvs25 (plug memory leak)
8681
8682         * src/prefs_toolbar.c
8683                 re-order prefs_toolbar_cancel()
8684
8685 2002-08-18 [alfons]     0.8.1claws75
8686
8687         * src/inc.c
8688         * src/matcher.c
8689                 plug other memleaks reported by Martin Kluge
8690
8691 2002-08-18 [paul]       0.8.1claws74
8692
8693         * po/pt_BR.po
8694                 updated by Fabio Jr. Beneditto
8695
8696 2002-08-18 [paul]       0.8.1claws73
8697
8698         * src/toolbar.[ch]
8699                 fix bug where tooltips were displayed untranslated              
8700
8701         * src/prefs_toolbar.c
8702                 fix bug where clicking 'Cancel' creates an icon & text
8703                 toolbar regardless of prefs
8704         
8705
8706 2002-08-17 [oliver]     0.8.1claws72
8707
8708         * src/prefs_toolbar.c
8709                 update toolbar on CANCEL
8710                 bug reported by Martin Kluge
8711         * src/toolbar.c
8712                 toolbar_destroy memleak fixed           
8713
8714 2002-08-17 [alfons]     0.8.1claws71
8715
8716         * src/toolbar.c
8717                 plug another memleak reported by Martin Kluge
8718
8719 2002-08-16 [alfons]     0.8.1claws70
8720
8721         * src/crash.c
8722                 use execvp() correctly (suggested by wwp; thanks!)
8723
8724 2002-08-16 [alfons]     0.8.1claws69
8725
8726         * src/gtksctree.c
8727                 plug memory leak reported by Kim Schultz & Martin Kluge
8728
8729 2002-08-16 [paul]       0.8.1claws68
8730
8731         * po/es.po
8732                 updated by Ricardo Mones Lastra
8733
8734 2002-08-16 [paul]       0.8.1claws67
8735
8736         * src/toolbar.h
8737                 fix bug where 'Compose News' icon showed wrong
8738                 tooltip
8739
8740 2002-08-16 [paul]       0.8.1claws66
8741
8742         * sync with 0.8.1cvs24
8743                 see ChangeLog 2002-08-16
8744
8745         * po/it.po
8746                 updated by Alessandro Maestri
8747
8748 2002-08-15 [paul]       0.8.1claws65
8749
8750         * po/sr.po
8751                 updated by Urke MMI
8752
8753 2002-08-15 [paul]       0.8.1claws64
8754
8755         * src/*.c
8756                 don't translate debug info
8757
8758         * src/matcher.[ch]
8759                 add copyright info
8760
8761 2002-08-15 [paul]       0.8.1claws63
8762
8763         * src/prefs_toolbar.c
8764                 fix bug where clicking 'OK' creates an icon & text
8765                 toolbar regardless of prefs
8766
8767 2002-08-14 [alfons]     0.8.1claws62
8768
8769         * src/main.c
8770                 add global var that has the full argv[0]
8771         * src/crash.c
8772                 o execvp the correct sylpheed by using argv0
8773                   and setting the correct work dir
8774                 o other tweaks  
8775
8776 2002-08-14 [oliver]     0.8.1claws61
8777         
8778         * enable/disable Toolbar Action Buttons 
8779         * code cleanups
8780         * src/mainwindow.c
8781         * src/toolbar.[ch]      
8782         * src/prefs_toolbar.c   
8783
8784 2002-08-14 [melvin]     0.8.1claws60
8785
8786         * po/fr.po
8787                 Updated French translations
8788
8789 2002-08-14 [melvin]     0.8.1claws59
8790
8791         * src/crash.c
8792                 Made bug report not translatable
8793         * src/exporthtml.c
8794                 Fixed exporthtml_build_filespec() return value
8795         * src/foldersel.c
8796                 Fixed incorrect include file
8797         * src/gtkspell.c
8798         * src/prefs_actions.c
8799         * src/prefs_toolbar.c
8800                 Made debug info not translatable
8801         * src/mutt.c
8802         * src/quote_fmt.c
8803                 Added missing includes
8804         * src/prefs_common.c
8805                 Fixed typo
8806
8807 2002-08-14 [paul]       0.8.1claws58
8808
8809         * faq/es/sylpheed-faq.html
8810           faq/es/sylpheed-faq-[1-3].html
8811           faq/es/sylpheed-faq-4.html     **NEW FILE **
8812                 update Spanish FAQ
8813
8814 2002-08-13 [christoph]  0.8.1claws57
8815
8816         * src/procmsg.c
8817                 ignore thread fix that did not mark all
8818                 child nodes of a ignored thread as
8819                 ignored. Does not work perfectly yet,
8820                 but it is better now
8821
8822 2002-08-13 [alfons]     0.8.1claws56
8823
8824         * src/crash.c
8825                 o implement 'save crash log'
8826                 o some tweaks
8827
8828 2002-08-13 [melvin]     0.8.1claws55
8829
8830         * src/main.c
8831                 removed unrequired "execinfo.h" header
8832
8833 2002-08-12 [paul]       0.8.1claws54
8834
8835         * faq/en/sylpheed-faq.html
8836           faq/en/sylpheed-faq-[1-3].html
8837           faq/en/sylpheed-faq-4.html     **NEW FILE **
8838                 update English FAQ
8839
8840 2002-08-12 [alfons]     0.8.1claws53
8841
8842         * po/POTFILES.in
8843                 add crash.c to translatables
8844         * src/crash.c
8845                 bring in Leandro's crash dialog
8846
8847 2002-08-11 [alfons]     0.8.1claws52
8848
8849         * src/crash.c
8850                 clean up some warnings
8851
8852 2002-08-11 [alfons]     0.8.1claws51
8853
8854         * acconfig.h
8855         * configure.in
8856         * src/crash.[ch]        ** NEW FILES **
8857         * src/main.c            
8858                 initial gdb crash handler
8859
8860 2002-08-11 [paul]       0.8.1claws50
8861
8862         * src/prefs_toolbar.c
8863                 replace Up/Down arrow pixmaps with text to be
8864                 consistent across icon themes
8865
8866 2002-08-11 [paul]       0.8.1claws49
8867
8868         * src/prefs_common.c
8869           src/prefs_toolbar.c
8870                 rename 'Pixmap' -> 'Icon'
8871
8872         * src/toolbar.[ch]
8873                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8874
8875 2002-08-10 [paul]       0.8.1claws48
8876
8877         * src/prefs_toolbar.c
8878                 re-work the UI
8879
8880 2002-08-10 [paul]       0.8.1claws47
8881
8882         * src/main.c
8883                 don't write Processing progress to status bar
8884                 patch submitted by Alexander Evseev
8885
8886         * src/prefs_toolbar.c
8887                 re-position and resize window
8888                 make window assume correct size on first call
8889
8890 2002-08-10 [paul]       0.8.1claws46
8891
8892         * src/mainwindow.c
8893           src/prefs_toolbar.c
8894           src/toolbar.c
8895           src/toolbar.h
8896                 obey coding style
8897                 follow UI text conventions
8898
8899 2002-08-10 [alfons]     0.8.1claws45
8900
8901         * src/toolbar.c
8902                 correct pixmap for delete action
8903
8904 2002-08-10 [paul]       0.8.1claws44
8905
8906         * po/pt_BR.po
8907                 updated by Fabio Jr. Beneditto
8908
8909 2002-08-10 [paul]       0.8.1claws43
8910
8911         * po/POTFILES.in
8912                 add custom toolbar files
8913
8914 2002-08-10 [paul]       0.8.1claws42
8915
8916         * sync with 0.8.1cvs22
8917                 see ChangeLog 2002-08-09
8918
8919 2002-08-09 [paul]       0.8.1claws41
8920
8921         * tools/Makefile.am
8922           tools/README
8923           tools/outlook2sylpheed.pl     ** NEW FILE **
8924                 add script to convert exported Outlook
8925                 contacts list to a Sylpheed addressbook.
8926                 Submitted by Ricardo Mones Lastra.
8927
8928 2002-08-09 [paul]       0.8.1claws40
8929
8930         * AUTHORS
8931           configure.in
8932           po/sr.po      ** NEW FILE **
8933                 add Serbian message catalog. Submitted by
8934                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8935
8936 2002-08-09 [paul]       0.8.1claws39
8937
8938         * sync with 0.8.1cvs21
8939                 see ChangeLog 2002-08-08
8940
8941 2002-08-08 [oliver]     0.8.1claws38
8942
8943         * src/mainwindow.c
8944                 move Custom Toolbar to Configuration menu
8945
8946 2002-08-08 [oliver]     0.8.1claws37
8947
8948         * src/prefs_toolbar.c
8949                 fix substitute pixmap bug
8950
8951 2002-08-08 [paul]       0.8.1claws36
8952
8953         * sync with 0.8.1cvs19
8954                 see ChangeLog 2002-08-08
8955
8956 2002-08-07 [christoph]  0.8.1claws35
8957
8958         * src/utils.c
8959                 fixed a memory leak in new canonicalize_file_replace
8960
8961 2002-08-07 [christoph]  0.8.1claws34
8962
8963         * src/utils.[ch]
8964                 o canonicalize_file_replace should create the temporary
8965                   file in the same directory as the original file.
8966                 o added get_tmpfile_in_dir that creates a temorary file
8967                   in a specified directory.
8968
8969 2002-08-07 [melvin]     0.8.1claws33
8970
8971         * src/toolbar.c
8972                 fixed bug where 'Article' button acted as 'Email' button.
8973
8974 2002-08-07 [paul]       0.8.1claws32
8975
8976         * sync with 0.8.1.cvs17
8977                 see ChangeLog 2002-08-07
8978
8979 2002-08-07 [colin]      0.8.1claws31
8980         
8981         * src/news.c
8982                 fix mass-cancel problem
8983
8984 2002-08-07 [thorsten]   0.8.1claws30
8985
8986         * src/prefs_toolbar.c
8987                 fix: crash on replace or add new button
8988         * src/toolbar.c
8989                 fix: close xmlfile after reading
8990         * src/utils.c
8991                 fix: unlink() file before rename()
8992
8993 2002-08-06 [paul]       0.8.1claws29
8994
8995         * sync with 0.8.cvs15
8996                 see ChangeLog 2002-08-06
8997
8998 2002-08-06 [oliver]     0.8.1claws28
8999
9000         * src/toolbar.c
9001         * src/prefs_toolbar.c
9002                 fixed empty toolbar issue
9003
9004 2002-08-06 [oliver]     0.8.1claws27
9005
9006         * Custom Toolbar Final 
9007         * src/folderview.c
9008         * src/inc.c
9009         * src/summaryview.c
9010                 o toolbar stuff now lives in src/toolbar.[ch]
9011                 o main_window_toolbar_* functions are renamed to
9012                   toolbar_* reflecting their new source file
9013         * src/mainwindow.[ch]
9014                 o remove toolbar stuff  
9015
9016 2002-08-06 [oliver]     0.8.1claws26
9017         
9018         * src/Makefile.am
9019         * src/prefs_toolbar.[ch]        **New File**
9020         * src/toolbar.[ch]              **New File**
9021                 o prefs_toolbar.[ch] custom toolbar frontend
9022                 o toolbar.[ch]       backend 
9023
9024 2002-08-06 [oliver]     0.8.1claws25
9025
9026         * src/prefs_actions.[ch]
9027                 o new exported function actions_execute
9028
9029 2002-08-06 [paul]       0.8.1claws24
9030
9031         * sync with 0.8.1cvs4
9032                 see ChangeLog 2002-08-06
9033
9034 2002-08-06 [paul]       0.8.1claws23
9035
9036         * sync with 0.8.1cvs13
9037                 see ChangeLog 2002-08-06
9038
9039 2002-08-06 [paul]       0.8.1claws22
9040
9041         * sync with 0.8.1cvs12
9042                 see ChangeLog 2002-08-05 and 2002-08-06
9043
9044 2002-08-06 [match]      0.8.1claws21
9045
9046         * src/addrclip.c
9047                 improvements to cut/copy/paste address
9048
9049 2002-08-05 [match]      0.8.1claws20
9050
9051         * src/addritem.[ch]
9052         * src/addrcache.c
9053         * src/addrbook.c
9054         * src/editaddress.c
9055         * src/addressbook.c
9056                 fixes to improve cut/copy/paste
9057
9058 2002-08-06 [melvin]     0.8.1claws19
9059
9060         * src/account.[ch]
9061                 account_find_all_from_address(): new function that returns the
9062                 list of all accounts that are matched in an address.
9063         * src/alertpanel.[ch]
9064                 alertpanel() now accepts a custom widget
9065                 alertpanel_with_widget(): new function that pops up a panel with
9066                 a custom widget in it 
9067         * src/gtkutils.[ch]
9068                 gtkut_account_menu_new(): new function that allows the selection
9069                 of an account from a list of accounts.
9070         * src/messageview.c
9071                 Extended Return Receipt notification to select the correct 
9072                 account and to make a security test on the Delivery-Notification
9073                 address which should be the same as the Return-Path.
9074
9075 2002-08-06 [thorsten]   0.8.1claws18
9076
9077         * src/mimeview.c
9078                 attach_all: save unnamed as "noname.%d",
9079                 dont free static dirname
9080
9081 2002-08-05 [alfons]     0.8.1claws17
9082
9083         * configure.in
9084                 detect XIM by trying to link rather than compile a XIM program
9085
9086 2002-08-05 [oliver]     0.8.1claws16
9087                 
9088         * src/stock_pixmap.[ch]
9089                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9090                 o new func to retrieve pixmaps
9091
9092 2002-08-05 [paul]       0.8.1claws15
9093
9094         * sync with 0.8.1cvs10
9095                 see ChangeLog 2002-08-05
9096
9097 2002-08-04 [alfons]     0.8.1claws14
9098
9099         * src/textview.c
9100                 see if this plugs memleak
9101
9102 2002-08-04 [melvin]     0.8.1claws13
9103
9104         * src/gtkspell.c
9105                 fixed bug that could crash Sylpheed when highlighting
9106                 all misspelled words.
9107
9108 2002-08-03 [melvin]     0.8.1claws12
9109
9110         * src/prefs_actions.c
9111                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9112         * src/messageview.c
9113                 fixed bug where the Return Receipt was sent to
9114                 Delivery-Notification-To address even if it was not present
9115
9116 2002-08-02 [alfons]     0.8.1claws11
9117
9118         * src/prefs_actions.c
9119                 o more check for NULLs
9120                 o put create_io_dialog() in right conditional block
9121
9122 2002-08-02 [paul]       0.8.1claws10
9123
9124         * po/es.po
9125                 updated by Ricardo Mones Lastra
9126
9127 2002-08-01 [christoph]  0.8.1claws9
9128
9129         * src/folder.c
9130                 don't free the cache of the opened
9131                 folder in the summaryview
9132         * src/summaryview.c
9133                 don't unset flags, if it is not required
9134
9135 2002-08-01 [paul]       0.8.1claws8
9136
9137         * sync with 0.8.1cvs8
9138                 see ChangeLog entry 2002-08-01
9139
9140 2002-08-01 [paul]       0.8.1claws7
9141
9142         * sync with 0.8.1cvs7
9143                 see ChangeLog 2002-07-31 and 2002-08-01
9144
9145 2002-07-31 [christoph]  0.8.1claws6
9146
9147         * src/mainwindow.c
9148                 forgot to update menu sensitivity
9149                 function for new menu entry
9150
9151 2002-07-31 [alfons]     0.8.1claws5
9152
9153         * src/main.c
9154                 check folder item and its path for NULL on
9155                 initial processing
9156
9157 2002-07-31 [christoph]  0.8.1claws4
9158
9159         * src/folder.c
9160                 check if folder_item_get_msginfo in
9161                 folder_item_remove_msg returned NULL
9162         * src/imap.c
9163                 better clear the uid cache in the
9164                 uid validity check function and delete
9165                 cached messages
9166
9167 2002-07-31 [paul]       0.8.1claws3
9168
9169         * man/sylpheed.1
9170                 add the '--attach' option and a few other
9171                 minor changes
9172
9173 2002-07-31 [paul]       0.8.1claws2
9174
9175         * sync with 0.8.1cvs5
9176                 see ChangeLog 2002-07-31
9177
9178 2002-07-31 [christoph]  0.8.1claws1
9179
9180         * src/folderview.[ch]
9181         * src/mainwindow.c
9182                 replace "Rescan all folders..." with
9183                 "Check all folders for new messages..."
9184
9185 2002-07-30 [paul]       0.8.1claws
9186
9187         * version 0.8.1claws released
9188
9189 2002-07-30 [paul]       0.8.0claws29
9190
9191         * tools/OOo2sylpheed.pl ** NEW FILE **
9192           tools/README
9193                 add script to enable sending documents as
9194                 attachments from OpenOffice.org
9195
9196 2002-07-30 [melvin]     0.8.0claws28
9197
9198         * src/prefs_actions.c
9199                 Made the actions' input/output dialog display
9200                 without delay.
9201
9202 2002-07-30 [christoph]  0.8.0claws27
9203
9204         * src/procmsg.c
9205                 check if folder_item_get_msginfo in
9206                 procmsg_save_to_outbox returned NULL
9207
9208 2002-07-30 [paul]       0.8.0claws26
9209
9210         * sync with 0.8.1cvs4
9211                 see ChangeLog 2002-07-29
9212
9213 2002-07-29 [thorsten]   0.8.0claws25
9214
9215         * README.claws
9216                 added selective download, delete on server
9217
9218 2002-07-29 [paul]       0.8.0claws24
9219
9220         * sync with 0.8.1cvs3
9221                 see ChangeLog 2002-07-29
9222
9223 2002-07-27 [christoph]  0.8.0claws23
9224
9225         * src/folder.c
9226                 add extra check if fetching the msginfo
9227                 returned NULL
9228
9229 2002-07-27 [paul]       0.8.0claws22
9230
9231         * sync with 0.8.1cvs2
9232                 see ChangeLog 2002-07-26
9233
9234 2002-07-27 [christoph]  0.8.0claws21
9235
9236         * src/imap.c
9237                 add another check if a valid msginfo
9238                 was returned
9239
9240 2002-07-26 [hoa]        0.8.0claws20
9241
9242         * src/folder.c
9243                 Fixed a condition in folder_item_destroy()
9244
9245         * src/imap.c
9246                 Fixed an error in IMAP protocol
9247
9248 2002-07-26 [alfons]     0.8.0claws19
9249
9250         * src/folder.c
9251                 ofcourse compare with identifier, not the path
9252
9253 2002-07-26 [alfons]     0.8.0claws18
9254
9255         * src/folder.c
9256                 use folder item identifier for saving / restoring
9257                 preferences because folder->path might not be unique
9258
9259 2002-07-26 [melvin]     0.8.0claws17
9260
9261         * src/logwindow.c
9262                 Fixed a crash introduced in 0.8.0claws5 when log is 
9263                 cut under 80 characters.
9264
9265 2002-07-26 [paul]       0.8.0claws16
9266
9267         * sync with 0.8.1cvs1
9268                 see ChangeLog 2002-07-26
9269
9270 2002-07-26 [christoph]  0.8.0claws15
9271
9272         * src/imap.[ch]
9273                 imap folder now remembers the last selected
9274                 folder and imap_fetch_msginfo skips selecting
9275                 the folder if it is already selected
9276
9277 2002-07-26 [christoph]  0.8.0claws14
9278
9279         * src/folder.c
9280         * src/folderview.c
9281         * src/imap.c
9282                 fix imap folder rescanning
9283
9284 2002-07-25 [christoph]  0.8.0claws13
9285
9286         * src/filter.c
9287         * src/folder.[ch]
9288         * src/folderview.c
9289         * src/imap.[ch]
9290         * src/mainwindow.c
9291         * src/mbox_folder.c
9292         * src/mh.c
9293         * src/news.c
9294                 implement imap uid cache and uid validity check
9295
9296 2002-07-25 [alfons]     0.8.0claws12
9297
9298         * src/summaryview.c
9299                 fix a brown paper bag bug, and also add some more
9300                 checks
9301
9302 2002-07-25 [christoph]  0.8.0claws11
9303
9304         * src/folder.c
9305                 don't mix copy, fetch_msginfo and remove
9306                 operations in folder item copy and move
9307                 operations
9308
9309 2002-07-25 [christoph]  0.8.0claws10
9310
9311         * src/folderview.c
9312         * src/mainwindow.c
9313         * src/prefs_folder_item.c
9314         * src/summaryview.[ch]
9315                 remove no longer required parameter update_cache from
9316                 summary_show
9317
9318 2002-07-25 [paul]       0.8.0claws9
9319
9320         * sync with 0.8.1
9321         
9322         * AUTHORS
9323                 a few corrections
9324
9325 2002-07-24 [alfons]     0.8.0claws8
9326
9327         * src/summaryview.c
9328                 sort correctly when using simplified subject line
9329                 (closes feature request "[ 585141 ] applying regexp to subject 
9330                 before sort" submitted by Alexandra Walford)
9331
9332 2002-07-24 [paul]       0.8.0claws7
9333
9334         * sync with 0.8.0cvs3
9335                 see ChangeLog 2002-07-24
9336
9337 2002-07-23 [christoph]  0.8.0claws6
9338
9339         * src/folder.c
9340         * src/folder.h
9341         * src/summaryview.c
9342         * src/summaryview.h
9343         * src/main.c
9344                 o separate processing and summaryview
9345                 o removed summary_write_cache from summaryview
9346                 o removed summaryview->killed_messages, because we don't have
9347                   to keep a list of killed messages anymore. New cache will
9348                   keep the hidden messages in cache anyway
9349         * src/folderview.c
9350         * src/inc.c
9351         * src/selective_download.c
9352                 o removed unnecessary summary_write_cache calls
9353         * src/procmsg.c
9354                 o don't set ignore thread flag in procmsg_get_thread_tree
9355                   if it is already set
9356         * src/mainwindow.c
9357         * src/statusbar.h
9358                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9359                   they are used in different files
9360
9361 2002-07-23 [melvin]     0.8.0claws5
9362
9363         * src/addressbook.c
9364         * src/addrgather.c
9365         * src/editaddress.c
9366         * src/editgroup.c
9367         * src/editldap_basedn.c
9368         * src/importldif.c
9369         * src/prefs_common.c
9370                 Fixed few memory leak (gtk_editable_get_chars returns
9371                 an allocated string)
9372         * src/logwindow.c
9373                 Fixed few memory leak (gtk_editable_get_chars returns
9374                 an allocated string) and modified a little the log cutting
9375                 loop.
9376         * src/compose.c
9377                 Replaced a call to an obsolete function gtk_entry_get_text()
9378                 by gtk_editable_get_chars()
9379         * src/send.c
9380                 Removed a debug printf
9381
9382 2002-07-23 [christoph]  0.8.0claws4
9383
9384         * src/filesel.c
9385                 fix another g_dirname memory leak
9386
9387 2002-07-23 [christoph]  0.8.0claws3
9388
9389         * src/mh.c
9390                 fixed a memory leak in mh_fetch_msginfo
9391                 fixed crash when message header could not be
9392                 parsed
9393
9394 2002-07-23 [paul]       0.8.0claws2
9395
9396         * sync with 0.8.0cvs2
9397                 see ChangeLog 2002-07-23
9398
9399 2002-07-23 [paul]       0.8.0claws1
9400
9401         * sync with 0.8.0cvs1
9402                 see ChangeLog 2002-07-23
9403
9404 2002-07-23 [paul]       0.8.0claws
9405
9406         * release of 0.8.0claws
9407
9408 2002-07-23 [paul]       0.7.8claws99
9409
9410         * po/ru.po
9411                 new Russian translation, submitted by
9412                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9413
9414 2002-07-22 [jens]       0.7.8claws98
9415
9416         * po/de.po
9417                 Updated German translations.
9418
9419 2002-07-22 [paul]       0.7.8claws97
9420
9421         * po/es.po
9422           po/it.po
9423           po/nl.po
9424           po/pt_BR.po
9425                 updated translations by Ricardo Mones Lastra,
9426                 Alessandro Maestri, Wilbert Berendsen and 
9427                 Fabio Jr. Beneditto respectively
9428
9429 2002-07-22 [christoph]  0.7.8claws96
9430
9431         * src/mimeview.c
9432                 fix memory leak caused by wrong g_dirname usage
9433
9434 2002-07-22 [christoph]  0.7.8claws95
9435
9436         * src/summaryview.c
9437                 update new and unread message counts for summaryview
9438                 summaryview does not get it from the folder anymore
9439                 and has to update the values itself
9440
9441 2002-07-22 [melvin]     0.7.8claws94
9442
9443         * po/fr.po
9444                 Updated French translations.
9445
9446 2002-07-22 [christoph]  0.7.8claws93
9447
9448         * src/matcher.c
9449                 set prop->preg pointer to NULL or following check
9450                 will not fail and regexec will be called with
9451                 invalid pointer
9452
9453 2002-07-21 [alfons]     0.7.8claws92
9454         
9455         * src/prefs_common.[ch]
9456                 remove option "Send return receipt on request"
9457
9458 2002-07-21 [thorsten]   0.7.8claws91
9459
9460         * src/mimeview.c
9461                 fixed memleaks, coding style as pointed out by alfons
9462
9463 2002-07-21 [alfons]     0.7.8claws90
9464
9465         * src/messageview.c
9466         * src/noticeview.[ch]
9467                 o fix bug notice view being displayed when going to empty folder 
9468                   (noticed by Christoph)
9469                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9470                   (noticed by Thorsten)
9471
9472 2002-07-21 [thorsten]   0.7.8claws89
9473
9474         * src/mimeview.c
9475                 Included save_all patch from Xaview FACQ
9476                 added support for pathnames
9477
9478 2002-07-21 [alfons]     0.7.8claws88
9479
9480         * po/POTFILES.in
9481         * src/Makefile.am
9482         * src/mainwindow.c
9483         * src/messageview.[ch]
9484         * src/noticeview.c      ** NEW FILE **
9485         * src/noticeview.h      ** NEW FILE **
9486                 make return receipts work again
9487                 (UI idea by Leandro Pereira)
9488
9489 2002-07-21 [paul]       0.7.8claws87
9490
9491         * src/summaryview.c
9492                 fix sensitivity of 'Select thread'
9493
9494 2002-07-21 [paul]       0.7.8claws86
9495
9496         * src/prefs_common.c
9497                 add browser command line for Galeon
9498
9499 2002-07-21 [paul]       0.7.8claws85
9500
9501         * Makefile.am
9502                 fix 'EXTRA_DIST': remove README.README, add TODO
9503                 and TODO.claws
9504
9505 2002-07-21 [alfons]     0.7.8claws84
9506
9507         * src/gtkstext.c
9508                 make enter clear selection
9509                 (closes "[ 579888 ] Editor selection/entry error"
9510                 reported by Steve Lamb)
9511
9512 2002-07-21 [alfons]     0.7.8claws83
9513         
9514         * src/summaryview.c
9515                 sort message list when selecting unthread messages
9516                 (closes "[ 501593 ] switching threaded view doesn't sort"
9517                 reported by Simon Schubert)
9518
9519 2002-07-20 [alfons]     0.7.8claws82
9520         
9521         * src/matcher.c
9522                 const-correctness
9523
9524 2002-07-20 [thorsten]   0.7.8claws81
9525
9526         * src/matcher.c
9527                 Fixed expansion of empty fields in matchactions
9528
9529 2002-07-19 [melvin]     0.7.8claws80
9530
9531         * src/gtkspell.c
9532                 Removed a duplicate menu entry (fast mode) introduced during
9533                 the new cache merge
9534                 Added a menu separator between 'Use alternate' and 'Fast mode'
9535
9536 2002-07-19 [paul]       0.7.8claws79
9537
9538         * tools/Makefile.am
9539           tools/README
9540                 correct typos
9541
9542 2002-07-19 [thorsten]   0.7.8claws78
9543
9544         * tools/calypso_convert.pl      ** NEW FILE **
9545           tools/README
9546           tools/Makefile.am
9547                 script to import mbox files exported
9548                 by calypso
9549                 o generates folder structure
9550                 o includes attachments
9551
9552 2002-07-19 [melvin]     0.7.8claws77
9553
9554         * src/selective_download.[ch]
9555                 Fixed bug where closing the dialog with the window manager's
9556                 close button will not unlock the summary
9557                 Corrected some function declarations that missed a return value
9558                 Made the source code comply better with coding style.
9559         * src/prefs_common.c
9560                 Added new browser command line for Mozilla.
9561
9562 2002-07-18 [paul]       0.7.8claws76
9563
9564         * src/mainwindow.c
9565           src/selective_download.[ch]
9566                 reflect theme changes, fix Gdk Warning when creating 
9567                 pixmap from NULL window, and minor clean up.
9568                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9569
9570         * po/en_GB.po
9571                 updated
9572
9573 2002-07-17 [paul]       0.7.8claws75
9574
9575         * INSTALL[.jp]
9576                 sync with 0.8.0
9577         
9578         * po/en_GB.po
9579                 updated
9580
9581 2002-07-16 [paul]       0.7.8claws74
9582
9583         * tools/filter_conv.pl
9584           tools/README
9585                 replace conversion script with reimplemented version, 
9586                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9587
9588 2002-07-16 [colin]      0.7.8claws73
9589
9590         * src/summaryview.c
9591                 remove forgotten debug messages - sorry ;-)
9592
9593 2002-07-16 [colin]      0.7.8claws72
9594
9595         * src/mimeview.c
9596           src/summaryview.c
9597           src/textview.c
9598           src/textview.h
9599                 add the ability to select part of a text mime-part 
9600                 to reply.
9601
9602 2002-07-15 [christoph]  0.7.8claws71
9603
9604         * src/folder.c
9605                 fix folder message count for folders without
9606                 msg_is_changed (includes news folders)
9607
9608 2002-07-15 [martin]     0.7.8claws70
9609
9610         * src/summaryview.c
9611                 option "display recipient on 'From'..." now works
9612                 without the need of enabling the option
9613                 "display  sender  using  address  book".
9614
9615 2002-07-15 [christoph]  0.7.8claws69
9616
9617         * src/summaryview.c
9618                 removed setting folder status from summaryview.
9619                 folder.c should update all message counts correctly.
9620
9621 2002-07-15 [paul]       0.7.8claws68
9622
9623         * po/pt_BR.po
9624                 updated by Fabio Junior Beneditto
9625
9626 2002-07-15 [darko]      0.7.8claws67
9627
9628         * src/mh.c
9629                 Fixed target folder colorization, don't decrease op
9630                 number twice
9631
9632 2002-07-14 [paul]       0.7.8claws66
9633
9634         * sync with main 0.8.0
9635                 see ChangeLog 2002-07-14
9636
9637 2002-07-13 [melvin]     0.7.8claws65
9638         
9639         * src/addrbook.c
9640         * src/addressbook.c
9641         * src/addrindex.c
9642                 Replaced sprintf by g_snprintf to prevent possible buffer
9643                 overflow.
9644         * src/news.c
9645                 Corrected a log message output format.
9646                 Added a missing "done" debug output.
9647         * src/compose.c
9648                 Added keyboard accelerator for Priority menu items
9649                 Added missing \n in debug output
9650         * src/logwindow.c
9651         * src/gtkspell.c
9652         * src/rfc2015.c
9653                 Added missing \n in debug output
9654
9655 2002-07-13 [paul]       0.7.8claws64
9656
9657         * man/sylpheed.1
9658                 change Sergey's email address to the sf address
9659
9660         * src/textview.c
9661                 increase show_url_timeout (more useful for long
9662                 urls)
9663
9664 2002-07-12 [sergey]     0.7.8claws63
9665
9666         * src/rfc2015.c
9667                 applied (with some modifications) patch to set the
9668                 micalg parameter for signatures
9669                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9670
9671 2002-07-12 [sergey]     0.7.8claws62
9672
9673         * man/Makefile.am
9674         * configure.in
9675                 fixed man page installation
9676
9677 2002-07-12 [paul]       0.7.8claws61
9678
9679         * sync with 0.7.8cvs26
9680                 see ChangeLog 2002-07-11 and 2002-07-12
9681
9682 2002-07-11 [christoph]  0.7.8claws60
9683
9684         * src/compose.c
9685         * src/procmsg.c
9686                 first use the message number to find the message
9687                 to mark with a reply flag but check the
9688                 message-id if we got the correct message, if not
9689                 try to find it by message-id.
9690                 use new string seperator that is not allowed
9691                 in message-ids.
9692
9693 2002-07-11 [paul]       0.7.8claws59
9694
9695         * sync with 0.7.8cvs23
9696                 see ChangeLog 2002-07-10
9697
9698 2002-07-10 [christoph]  0.7.8claws58
9699
9700         * src/folder.[ch]
9701         * src/msgcache.[ch]
9702                 Added message-id table to the cache in memory
9703                 and functions to msgcache.c and folder.c to
9704                 fetch MsgInfos by message id
9705         * src/compose.c
9706         * src/procmsg.c
9707                 store folder and message-id of message replying
9708                 to in queue header and set reply flag after sending
9709                 (Closes bug #469498)
9710
9711 2002-07-10 [paul]       0.7.8claws57
9712
9713         * AUTHORS
9714           man/sylpheed.1.gz
9715                 add Martin to the list of authors
9716
9717 2002-07-09 [martin]     0.7.8claws56
9718         * src/gtksctree.c
9719                 Added gtk_ctree_last_visible(), tree_update_level(),
9720                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9721                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9722                 from gtk+ to gtksctree.c for the new sorting code
9723                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9724                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9725         * src/gtksctree.h
9726                 Added declaration for gtk_sctree_sort_recursive() and
9727                 gtk_sctree_sort_node
9728         * src/addressbook.c
9729         * src/foldersel.c
9730         * src/folderview.c
9731         * src/summaryview.c
9732                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9733                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9734
9735 2002-07-08 [paul]       0.7.8claws55
9736
9737         * more sync with 0.7.8cvs21
9738                 see ChangeLog 2002-07-08
9739
9740 2002-07-08 [paul]       0.7.8claws54
9741
9742         * sync with 0.7.8cvs21
9743                 see ChangeLog 2002-07-08
9744
9745 2002-07-07 [alfons]     0.7.8claws53
9746
9747         * src/Makefile.am
9748         * src/stock_pixmap.[ch]
9749         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9750         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9751         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9752                 add new pixmaps for upcoming notice pane
9753
9754 2002-07-06 [melvin]     0.7.8claws52
9755
9756         * src/gtkspell.[ch]
9757                 Made them a bit closer to Sylpheed's coding style.
9758                 Removed old code.
9759                 Removed possible memory leaks when some errors occurs.
9760
9761 2002-07-06 [melvin]     0.7.8claws51
9762
9763         * po/Makefile.in.in
9764                 Removed --no-location in xgettext command line to help
9765                 translators that use Emacs' po-mode
9766         * src/quote_fmt.c
9767                 Removed unnecessary comments that messed up sylpheed.pot
9768
9769 2002-07-06 [paul]       0.7.8claws50
9770
9771         * sync with 0.7.8cvs19
9772                 see ChangeLog 2002-07-05
9773
9774 2002-07-06 [christoph]  0.7.8claws49
9775
9776         * src/folder.c
9777         * src/mainwindow.c
9778                 fix folder_item_remove_all_msg and folderview
9779                 status for trash folders after emptying trash
9780
9781 2002-07-05 [paul]       0.7.8claws48
9782
9783         * sync with 0.7.8cvs16
9784                 see ChangeLog 2002-07-04 and 2002-07-05
9785
9786 2002-07-04 [paul]       0.7.8claws47
9787
9788         * sync with 0.7.8cvs14
9789                 see  ChangeLog 2002-07-04
9790
9791 2002-07-03 [alfons]     0.7.8claws46
9792
9793         * src/folder.c
9794                 dupe folder item's path because it's being reallocated
9795                 by new folder scanning code
9796
9797 2002-07-03 [christoph]  0.7.8claws45
9798
9799         * src/imap.c
9800                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9801         * src/msgcache.c
9802                 add missing return in msgcache_write
9803
9804 2002-07-02 [thorsten]   0.7.8claws44
9805
9806         * src/jpilot.c
9807         * src/msgcache.c
9808         * src/rfc2015.c
9809                 use binary mode for file access
9810
9811 2002-07-02 [christoph]  0.7.8claws43
9812
9813         * major code cleanup (part 1)
9814         
9815                 - unused variables removed
9816                 - unused functions removed
9817                 - uninitialized variables checked
9818                 - missing return statements added
9819                 - missing function return types added
9820                 - added parentheses around assignment and
9821                   && in || when suggested by gcc
9822               
9823         * src/mh.c
9824         * src/folder.c
9825                 replaced direct calls to folder->scan_tree
9826                 with folder_scan_tree and restore folder
9827                 prefs in this function. The folder should
9828                 not have to deal with them.
9829                 ( Should now work for all folder types )
9830
9831 2002-07-02 [paul]       0.7.8claws42
9832
9833         * sync with 0.7.8cvs13
9834                 see ChangeLog 2002-07-01 and 2002-07-02
9835
9836 2002-07-01 [christoph]  0.7.8claws41
9837
9838         * src/summaryview.c
9839                 fix "goto next/prev unread message" with
9840                 ignored threads
9841
9842 2002-07-01 [paul]       0.7.8claws40
9843
9844         * po/es.po
9845                 updated by Ricardo Mones Lastra
9846
9847 2002-06-30 [match]      0.7.8claws39
9848
9849         * src/jpilot.c
9850                 applied variation of leonerd's patch (566661) to
9851                 allow multiple email addresses per JPilot entry.
9852                 addresses may be separated by space, comma, pipe,
9853                 semi-colon, new-line.
9854
9855 2002-06-30 [alfons]     0.7.8claws38
9856
9857         * src/procmsg.c
9858                 simple fix for putting older nodes before
9859                 newer nodes when threading by subject
9860
9861 2002-06-30 [christoph]  0.7.8claws37
9862
9863         * src/folder.c
9864         * src/folderview.c
9865         * src/mh.c
9866         * src/news.c
9867         * src/procmsg.c
9868                 fix broken folder tree rescaning
9869                 and don't use procmsg_get_mark_sum
9870                 anymore
9871
9872 2002-06-30 [christoph]  0.7.8claws36
9873
9874         * merge new cache branch
9875         * src/imap.c
9876                 fix new cache imap copy bug
9877         * src/folder.c
9878                 improved folder_item_scan
9879                 it should now always set the correct
9880                 new, unread and total message counts
9881
9882 2002-06-29 [paul]       0.7.8claws35
9883
9884         * configure.in
9885                 correct syntax error
9886
9887 2002-06-29 [paul]       0.7.8claws34
9888
9889         * configure.in
9890           Makefile.am
9891           man/Makefile.am       ** NEW FILE **
9892           man/sylpheed.1.gz     ** NEW FILE **
9893                 add Sylpheed man page
9894
9895 2002-06-29 [paul]       0.7.8claws33
9896
9897         * po/pt_BR.po
9898                 updated by Fabio Junior Beneditto
9899
9900 2002-06-28 [jens]       0.7.8claws32
9901
9902         * po/de.po
9903                 translation updated
9904
9905         * src/selective_download.c
9906                 removed gettext for space " "
9907
9908         * src/imap.c
9909                 removed wrong space
9910
9911 2002-06-28 [paul]       0.7.8claws31
9912
9913         * sync with 0.7.8cvs11
9914                 see ChangeLog 2002-06-28
9915
9916 2002-06-28 [paul]       0.7.8claws30
9917
9918         * sync with 0.7.8cvs10
9919                 see ChangeLog 2002-06-27 and 2002-06-28
9920
9921 2002-06-26 [paul]       0.7.8claws29
9922
9923         * src/addrgather.c
9924           src/selective_download.c
9925                 don't gettextise empty strings.
9926                 reserved by gettext. gettext("") returns 
9927                 the header entry with meta information, 
9928                 not the empty string
9929
9930         * po/en_GB.po
9931                 updated
9932
9933 2002-06-26 [paul]       0.7.8claws28
9934
9935         * sync with 0.7.8cvs7
9936                 see ChangeLog 2002-06-25
9937
9938         * src/prefs_common.c
9939                 ...and in the process, tweak the gui a little
9940
9941 2002-06-25 [alfons]     0.7.8claws27
9942         
9943         * configure.in
9944         * src/Makefile.am
9945                 fine tune ldap library detection
9946
9947 2002-06-25 [alfons]     0.7.8claws26
9948
9949         * src/compose.c
9950                 don't allow return receipts when composing a news article
9951
9952 2002-06-25 [paul]       0.7.8claws25
9953
9954         * Makefile.am
9955                 add '$(AMTAR)' to 'release' section to allow for
9956                 new and older autotools
9957
9958 2002-06-25 [paul]       0.7.8claws24
9959
9960         * src/summaryview.c
9961                 fix "No more unread messages" persistant pop-up
9962                 window bug
9963
9964 2002-06-25 [paul]       0.7.8claws23
9965
9966         * po/it.po
9967                 updated by Alessandro Maestri
9968
9969 2002-06-25 [paul]       0.7.8claws22
9970
9971         * sync with 0.7.8cvs6
9972                 see ChangeLog 2002-06-25
9973
9974 2002-06-24 [paul]       0.7.8claws21
9975
9976         * tools/update-po
9977                 add GPL copyright information
9978
9979 2002-06-24 [paul]       0.7.8claws20
9980
9981         * tools/Makefile.am
9982           tools/README
9983           tools/update-po       ** NEW FILE **
9984                 add script that eases the creation of *.po files
9985                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9986
9987 2002-06-23 [alfons]     0.7.8claws19
9988
9989         * src/messageview.c
9990                 make notification_convert_header obey const correctness
9991                 (next step will be fixing the broken return receipt)
9992
9993 2002-06-23 [paul]       0.7.8claws18
9994
9995         * src/messageview.c
9996                 fix bug introduced in last commit:
9997                 removed too much code in last commit - put back what's
9998                 needed
9999
10000 2002-06-23 [paul]       0.7.8claws17
10001
10002         * src/messageview.[ch]
10003                 remove code committed in error from locally patched
10004                 source
10005
10006 2002-06-23 [colin]      0.7.8claws16
10007
10008         * src/compose.[ch]
10009                 add compose_entry_select(), used to select the default_to
10010                 email address - hopefully avoiding people sending mails to
10011                 wrong recipients.
10012
10013 2002-06-22 [alfons]     0.7.8claws15
10014
10015         * AUTHORS
10016                 add Bram Metsch & Stanislav Karchebny
10017         * src/smtp.[ch]
10018         * src/prefs_account.[ch]
10019         * src/send.c
10020                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10021                   options.  (see <http://sourceforge.net/tracker/index.php
10022                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10023
10024                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10025                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10026
10027 2002-06-22 [paul]       0.7.8claws14
10028
10029         * sync with 0.7.8cvs5
10030                 see ChangeLog 2002-06-19 and 2002-06-20
10031
10032 2002-06-22 [alfons]     0.7.8claws13
10033
10034         * src/selective_download.c
10035                 fix a stupid mistake I made
10036
10037 2002-06-22 [alfons]     0.7.8claws12
10038
10039         * src/selective_download.[ch]
10040                 fix another unnoticed leak; cleanup code
10041
10042 2002-06-21 [alfons]
10043
10044         * tools/Makefile.am
10045                 gpg-sign <-- gpg-sign-syl
10046
10047 2002-06-21 [alfons]     0.7.8claws11
10048
10049         * src/selective_download.c
10050         * src/selective_download.h
10051                 fix assorted mix of allocation errors (should solve
10052                 problem reported by Philippe Gramoullé, see:
10053                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10054
10055 2002-06-20 [melvin]     0.7.8claws10
10056
10057         * tools/gpg-sign *REMOVED*
10058           tools/gpg-sign-syl *ADDED*
10059                 Replaced the gpg clearsigning script with the version using
10060                 xterm instead of ssh-askpass and changed its name.
10061
10062         * README.claws
10063                 Updated actions example to reflect the renaming of the
10064                 gpg clearsigning script.
10065
10066 2002-06-19 [paul]       0.7.8claws9
10067
10068         * sync with 0.7.8claws9
10069                 see ChangeLog 2002-06-18 and 2002-06-19
10070
10071 2002-06-19 [paul]       0.7.8claws8
10072
10073         * sync with 0.7.8cvs1
10074                 see ChangeLog 2002-06-18
10075
10076 2002-06-18 [alfons]     0.7.8claws7
10077
10078         * src/mainwindow.h
10079                 add omitted prototype
10080
10081 2002-06-17 [paul]       0.7.8claws6
10082
10083         * src/mainwindow.c
10084                 fix hiding of exec_btn
10085
10086 2002-06-17 [paul]       0.7.8claws5
10087
10088         * src/pop.c
10089                 remove unneeded code: should_delete() 
10090                 and Pop3State::uidl_todelete_list
10091
10092 2002-06-17 [paul]       0.7.8claws4
10093
10094         * sync with 0.7.8
10095                 see ChangeLog 2002-06-11 and 2002-06-13
10096
10097 2002-06-16 [alfons]     0.7.8claws3
10098         
10099         * src/folder.c
10100                 make sure lock sort mode (claws specific) is
10101                 also persists after a tree rescan
10102
10103 2002-06-16 [alfons]     0.7.8claws2
10104
10105         * src/prefs_folder_item.c
10106         * src/folder.[ch]
10107                 fix persistence of folder sort mode (broken
10108                 by adapting Hiro's new folder persistence code)
10109
10110 2002-06-16 [alfons]     0.7.8claws1
10111
10112         * AUTHORS
10113         * src/logwindow.c
10114         * src/prefscommon.[ch]
10115                 control size of log text in log window; 
10116                 closes patch #569155 submitted by Mitko Haralanov.
10117
10118 2002-06-15 [paul]       0.7.8claws
10119
10120         * release of 0.7.8claws
10121
10122 2002-06-15 [paul]       0.7.7claws
10123
10124         * po/pt_BR.po
10125                 updated by Fabio Junior Beneditto
10126
10127 2002-06-14 [paul]       0.7.6claws49
10128
10129         * po/es.po
10130                 updated by Ricardo Mones Lastra
10131
10132 2002-06-14 [paul]       0.7.6claws48
10133
10134         * po/nl.po
10135                 updated translation by Wilbert Berendsen
10136
10137 2002-06-14 [melvin]     0.7.6claws47
10138
10139         * po/fr.po
10140                 Updated French translation
10141
10142 2002-06-13 [paul]       0.7.6claws46
10143
10144         * src/filesel.c
10145                 allow filename to be typed in, rather than just
10146                 selected by the mouse. Patch by Gustavo Noronha Silva.
10147
10148 2002-06-13 [alfons]     0.7.6claws45
10149
10150         * src/mainwindow.[ch]
10151                 more cleanups (removing unnecessary menu items Expand 
10152                 summary / message view)
10153
10154 2002-06-13 [melvin]     0.7.6claws44
10155
10156         * po/POTFILES.in
10157                 Added src/string_match.c
10158         * src/string_match.c
10159                 Fixed possible buffer overflow.
10160                 Corrected typo.
10161                 Added missing config.h header.
10162         * src/prefs_common.c
10163           src/prefs_matcher.c
10164           src/prefs_scoring.c
10165                 Made some strings translatable (missing _(..)).
10166
10167 2002-06-13 [melvin]     0.7.6claws43
10168
10169         * README.claws
10170                 Corrected action example (verifying clearsigned mail).
10171         * src/prefs_account.c
10172                 Corrected typo.
10173         * src/prefs_common.c
10174                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10175
10176 2002-06-12 [alfons]     0.7.6claws42
10177
10178         * src/summaryview.c
10179                 add init of score column lost in 0.7.6claws42
10180
10181 2002-06-12 [paul]       0.7.6claws41
10182
10183         * src/prefs_account.c
10184                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10185                 behavior of the radio buttons, (from 0.7.7cvs2)
10186
10187 2002-06-11 [alfons]     0.7.6claws40
10188
10189         * src/messageview.[ch]
10190         * src/summaryview.[ch]
10191         * src/summary_search.c
10192         * src/mainwindow.c
10193                 perform a sync to bring in Hiro's separate view implementation 
10194
10195                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10196
10197 2002-06-11 [paul]       0.7.6claws39
10198         
10199         * src/prefs_account.c
10200                 correct a typo on the Receive tab
10201
10202 2002-06-10 [match]      0.7.6claws38
10203
10204         * src/addressbook.c
10205                 Included address completion patch from Gustavo Noronha.
10206
10207 2002-06-10 [paul]       0.7.6claws37
10208
10209         * src/inc.[ch]
10210           src/pop.c
10211           src/prefs_account.[ch]
10212           src/selective_download.[ch]
10213                 apply PATCH #561712
10214                  NEW:
10215                 - check if POP Account
10216                 - Receive Button renamed to Preview
10217                 - Preview Button Popup: preview new/all messages
10218                 - Download Button
10219                 - Account Preferences-->Receive tab checkbutton if you
10220                   want to remove Mail after Download
10221                 -: default YES
10222                 - Account Preferences-->Receive tab checkbutton use
10223                   filtering rules on preview
10224                   (think of delete_on_server)
10225                 -: default YES
10226                 - Account selectable from SD dialog
10227                 - checkbutton to show already downloaded messages if
10228                   all messages are previewed
10229                 - new clist column showing Date
10230                 - ESC KEY close
10231                 FIXES:
10232                 - play ball with UIDL
10233                 - fault tolerant (?) 
10234                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10235
10236 2002-06-10 [melvin]     0.7.6claws36
10237
10238         * README.claws
10239                 Added a hint to ac/README in cvs instructions.
10240
10241         * src/prefs_actions.c
10242                 Made it possible to use a more elaborate command line
10243                 for asynchronous actions, too.
10244
10245 2002-06-10 [melvin]     0.7.6claws35
10246         
10247         * src/prefs_actions.c
10248                 Make it possible to use a more elaborate command line
10249                 (e.g. |foo|bar|cat>there;echo Done|)
10250                 Corrected error message when calling %f, %F and %p commands
10251                 from the compose window.
10252
10253 2002-06-09 [colin]      0.7.6claws34
10254
10255         * src/summaryview.c
10256                 Automatically find unread messages in current folder
10257                 before annoying the user.
10258
10259 2002-06-08 [alfons]     0.7.6claws33
10260
10261         * po/it.po
10262                 remove bad formatting string in it.po translation
10263                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10264
10265 2002-06-08 [paul]       0.7.6claws32
10266
10267         * sync with 0.7.6cvs25
10268                 see ChangeLog 2002-06-07
10269
10270 2002-06-05 [paul]       0.7.6claws31
10271
10272         * src/mainwindow.c
10273                 add 'Sort by locked' and 'Sort by score'
10274
10275 2002-06-05 [paul]       0.7.6claws30
10276
10277         * sync with 0.7.6cvs24
10278                 see ChangeLog 2002-06-04
10279
10280 2002-06-04 [paul]       0.7.6claws29
10281
10282         * po/pt_BR.po
10283                 updated by Fabio Junior Beneditto
10284
10285 2002-06-03 [thorsten]   0.7.6claws28
10286
10287         * src/matcher.c
10288                 fclose() matcherrc after reading
10289
10290 2002-06-03 [paul]       0.7.6claws27
10291
10292         * sync with 0.7.6cvs21
10293                 see ChangeLog 2002-05-31
10294
10295 2002-05-31 [paul]       0.7.6claws26
10296
10297         * sync with 0.7.6cvs20
10298                 see ChangeLog 2002-05-29 and 2002-05-30
10299
10300 2002-05-31 [paul]       0.7.6claws25
10301
10302         * src/imap.c
10303                 hopefully fix last buggy sync
10304
10305         * README.claws
10306                 correct typo in 'Actions' examples
10307
10308 2002-05-29 [paul]       0.7.6claws24
10309
10310         * sync with 0.7.6cvs18
10311                 see ChangeLog 2002-05-28 and 2002-05-29
10312
10313         * src/news.c
10314           src/nntp.[ch]
10315                 sync with above 
10316
10317 2002-05-28 [paul]       0.7.6claws23
10318
10319         * sync with 0.7.6cvs16
10320                 see ChangeLog 2002-05-28
10321
10322 2002-05-27 [thorsten]   0.7.6claws22 
10323
10324         * faq/it/sylpheed-faq-1.html
10325           faq/it/sylpheed-faq-2.html
10326           faq/it/sylpheed-faq-3.html
10327           faq/it/sylpheed-faq.html
10328                 corrected DOS lineendings
10329         * faq/de/sylpheed-faq-1.html
10330           faq/de/sylpheed-faq-2.html
10331           faq/en/sylpheed-faq-1.html
10332           faq/en/sylpheed-faq-2.html
10333           faq/en/sylpheed-faq-3.html
10334           faq/es/sylpheed-faq-1.html
10335           faq/es/sylpheed-faq-2.html
10336           faq/es/sylpheed-faq-3.html
10337           faq/fr/sylpheed-faq-1.html
10338           faq/it/sylpheed-faq-1.html
10339           faq/it/sylpheed-faq-2.html
10340           faq/it/sylpheed-faq-3.html
10341           faq/it/sylpheed-faq.html
10342                 changed ">" to &quot;
10343
10344 2002-05-27 [paul]       0.7.6claws21
10345         
10346         * sync with 0.7.6cvs15
10347                 see ChangeLog 2002-05-27
10348
10349 2002-05-27 [paul]       0.7.6claws20
10350
10351         * src/prefs_account.c
10352                 correct a typo
10353
10354 2002-05-26 [paul]       0.7.6claws19
10355
10356         * tools/README
10357                 correct a typo
10358
10359 2002-05-25 [paul]       0.7.6claws18
10360
10361         * tools/README
10362                 add description of kmail2sylpheed.pl
10363
10364 2002-05-25 [paul]       0.7.6claws17
10365
10366         * tools/kmail2sylpheed.pl       ** NEW FILE **
10367                 perl script that converts an exported Kmail address
10368                 book, converts it to sylpheed addressbook file,
10369                 writes the file to .sylpheed, and updates
10370                 addrbook--index.xml 
10371
10372 2002-05-25 [paul]       0.7.6claws16
10373
10374         * sync with 0.7.6cvs14
10375                 see ChangeLog 2002-05-23
10376
10377 2002-05-24 [paul]       0.7.6claws15
10378
10379         * README.claws
10380                 make a correction and add some more info
10381
10382 2002-05-24 [paul]       0.7.6claws14
10383
10384         * src/compose.c
10385                 fix memory leak in 
10386                 compose_redirect_write_headers_from_headerlist()
10387                 add Subject and Resent-Message-ID to
10388                 compose_redirect_write_headers()
10389                 Received, Subject, and X-UIDL are filtered out in 
10390                 compose_redirect_write_to_file()
10391
10392 2002-05-23 [paul]       0.7.6claws13
10393
10394         * src/compose.[ch]
10395           src/filtering.c
10396           src/mainwindow.c
10397           src/matcher.[ch]
10398           src/matcher_parser_lex.l
10399           src/matcher_parser_parse.y
10400           src/prefs_common.[ch]
10401           src/prefs_filtering.c
10402           src/summaryview.c
10403                 rename 'Bounce' to 'Redirect'
10404
10405 2002-05-23 [paul]       0.7.6claws12
10406
10407         * more sync with 0.7.6cvs13
10408           src/compose.c
10409                 see ChangeLog 2002-05-22
10410
10411 2002-05-22 [paul]       0.7.6claws11
10412
10413         * sync with 0.7.6cvs13
10414           src/codeconv.c
10415                 see ChangeLog 2002-05-20
10416           src/prefs_common.c
10417                 see ChangeLog 2002-05-22
10418
10419 2002-05-21 [melvin]     0.7.6claws10
10420
10421         * src/folderview.c
10422                 Added missing filtering and scoring headers
10423                 Fixed bad function call that showed garbage 
10424                 in Folder->Processing
10425
10426 2002-05-21 [paul]       0.7.6claws9
10427
10428         * tools/Makefile.am
10429                 make all tools executable, (patch by Alfons).
10430
10431 2002-05-20 [alfons]     0.7.6claws8
10432
10433         * src/procheader.c
10434                 don't forget to call mktime() so we have a valid week 
10435                 and year day
10436                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10437
10438 2002-05-20 [paul]       0.7.6claws7
10439
10440         * src/html.c
10441                 fix broken parsing of urls
10442         * src/textview.c
10443                 fix displaying of urls
10444
10445                 both fixes from the patch [547855] by Eugene 
10446                 Brevdo (zonem)
10447
10448 2002-05-19 [alfons]     0.7.6claws6
10449
10450         * configure.in
10451                 make sylpheed configure correctly with the latest
10452                 and greatest of automake / autoconf / gettext
10453
10454 2002-05-19 [alfons]     0.7.6claws5
10455
10456         * src/procheader.c
10457         * src/procheader.h
10458                 add function for returning ime zone offset
10459         * src/quote_fmt.c
10460         * src/quote_fmt_parse.y
10461                 better quotation formatting - does not convert
10462                 to local time, but uses the original date string.
10463                 
10464                 Note: %z inserts the timezone offset (should 
10465                 work also on platforms where strftime does not
10466                 support %z).
10467
10468 2002-05-18 [christoph]  0.7.6claws4
10469
10470         * src/summaryview.c
10471                 fix indentation of some code
10472         * tools/Makefile.am
10473                 fix spaces after \
10474         * src/Makefile.am
10475                 add missing \
10476                 correct path for ignorethread.xpm
10477                 incorrect filename for sylpheed_logo.xpm
10478                 add missing include matcher_parser_parse.h
10479
10480 2002-05-18 [paul]       0.7.6claws3
10481
10482         * sync with 0.7.6cvs8
10483                 see ChangeLog 2002-05-16 and 2002-05-17
10484
10485 2002-05-18 [melvin]     0.7.6claws2
10486
10487         * README.claws
10488                 Corrected an action's definition and fixed some misspellings.
10489
10490 2002-05-18 [paul]       0.7.6claws1
10491
10492         * tools/Makefile.am
10493           tools/gpg-sign        ** new file **
10494           tools/uudec           ** new file **
10495                 add Melvin's Actions scripts
10496
10497         * README.claws
10498                 add Melvin's descriptions for Actions
10499
10500 2002-05-18 [paul]       0.7.6claws
10501
10502         * Version 0.7.6claws released
10503
10504 2002-05-17 [paul]       0.7.5claws32
10505
10506         * po/es.po
10507                 updated by Ricardo Mones Lastra
10508
10509 2002-05-17 [paul]       0.7.5claws31
10510
10511         * src/compose.c
10512                 fix Account prefs default folder for sent/draft/deleted
10513                 messages bug
10514
10515         * po/it.po
10516           po/nl.po
10517                 updated translation by Alessandro Maestri and
10518                 Wilbert Berendsen
10519
10520 2002-05-17 [melvin]     0.7.5claws30
10521
10522         * src/prefs_actions.c
10523                 Fixed bug where using %F not at the end of the command 
10524                 resulted in an additional empty argument being created.
10525                 Thanks to Darko Koruga for reporting the bug.
10526
10527 2002-05-17 [melvin]     0.7.5claws29
10528
10529         * po/fr.po
10530                 Updated French translations.
10531
10532 2002-05-15 [paul]       0.7.5claws28
10533         
10534         * po/es.po
10535                 updated by Ricardo Mones Lastra
10536
10537 2002-05-15 [paul]       0.7.5claws27
10538
10539         * sync with 0.7.6cvs4
10540                 see ChangeLog 2002-05-14 and 2002-05-15
10541
10542 2002-05-14 [paul]       0.7.5claws26
10543
10544         * sync with 0.7.6cvs1
10545                 see ChangeLog 2002-05-13
10546
10547 2002-05-13 [thorsten]   0.7.5claws25
10548
10549         * src/messageview.c
10550                 fix select_all and copy in multipart messages
10551         * src/mainwindow.c
10552                 fix select_all and copy in multipart messages
10553
10554 2002-05-12 [paul]       0.7.5claws24
10555
10556         * src/summaryview.c
10557                 reverse last commit, bug already fixed in 0.7.5claws3
10558
10559 2002-05-12 [netztorte]  0.7.5claws23
10560
10561         * src/summaryview.c
10562                 dont parse empty addressbook (checked in before claws20)
10563
10564 2002-05-12 [melvin]     0.7.5claws22
10565
10566         * src/procmsg.[ch]
10567                 Removed unneeded priority code introduced by the previous 
10568                 commit.
10569
10570 2002-05-12 [melvin]     0.7.5claws21
10571
10572         * src/compose.[ch]
10573                 Added possibility to set message's priority.
10574         * src/procmsg.[ch]
10575                 Added possibility to set message's priority.
10576                 Added missing headers
10577
10578 2002-05-12 [melvin]     0.7.5claws20
10579
10580         * src/prefs_actions.c
10581                 Removed implicitely added quotes around the name
10582                 of the temporary files of mime parts.
10583
10584 2002-05-12 [paul]       0.7.5claws19
10585
10586         * sync with 0.7.5cvs20
10587                 see ChangeLog 2002-05-11
10588
10589 2002-05-12 [alfons]     0.7.5claws18
10590
10591         * src/quote_fmt_lex.l
10592         * src/quote_fmt_parse.y
10593                 allow quote / reply date & time format to be set using
10594                 %D{format}. format is a format string you'd pass to
10595                 strftime() (see man strftime, or the Display tab |
10596                 Date format setting).
10597
10598                 Currently %D converts the date to local time. 
10599
10600 2002-05-11 [paul]       0.7.5claws17
10601
10602         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10603                 see ChangeLog 2002-05-10 and 2002-05-11
10604
10605 2002-05-10 [paul]       0.7.5claws16
10606
10607         * sync with 0.7.5cvs16
10608                 see ChangeLog entries 2002-05-09 and 
10609                 2002-05-10
10610
10611 2002-05-10 [colin]      0.7.5claws15
10612
10613         * src/textview.c
10614                 Corrected a bug that prevented sylpheed to open
10615                 double-clicked URIs.
10616
10617 2002-05-09 [paul]       0.7.5claws14
10618
10619         * sync with 0.7.5cvs14
10620                 see ChangeLog 2002-05-08 and 2002-05-09
10621
10622 2002-05-08 [paul]       0.7.5claws13
10623
10624         * sync with 0.7.5cvs11
10625                 see ChangeLog entry 2002-05-08
10626
10627 2002-05-08 [paul]       0.7.5claws12
10628
10629         * src/mainwindow.c
10630           src/textview.[ch]
10631                 fix segfault on View->Open in new window
10632                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10633
10634 2002-05-07 [paul]       0.7.5claws11
10635
10636         * sync with 0.7.5cvs9
10637                 see ChangeLog entry 2002-05-07
10638
10639 2002-05-06 [paul]       0.7.5claws10
10640
10641         * src/messageview.c
10642           src/textview.c
10643                 display url in statusbar on single-click
10644                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10645
10646 2002-05-06 [match]      0.7.5claws9
10647
10648         * src/addritem.[ch]
10649                 new functions.
10650         * src/addrcache.c
10651                 tidy up.
10652         * src/xmlprops.[ch]
10653                 XML implementation of properties file.
10654         * src/exporthtml.[ch]
10655         * src/expthtmldlg.[ch]
10656         * src/addressbook.c
10657                 export to HTML.
10658
10659 2002-05-02 [sergey]     0.7.5claws8
10660
10661         * src/mainwindow.c (mainwin_entries),
10662           src/prefs_common.c (prefs_send_create()),
10663           src/codeconv.c (locale_table):
10664                 use charset name "Windows-1251" instead of "CP1251".
10665
10666 2002-05-02 [colin]      0.7.5claws7
10667         
10668         * src/compose.c
10669           src/prefs_common.c
10670           src/prefs_folder_item.c
10671                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10672
10673 2002-05-02 [hiro]       0.7.5claws6
10674
10675         * src/imap.c
10676                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10677
10678 2002-05-02 [paul]       0.7.5claws5
10679
10680         * src/compose.c
10681                 more sync with 0.7.5cvs7, see ChangeLog entry
10682                 2002-05-02
10683
10684 2002-05-02 [hiro]       0.7.5claws4
10685
10686         * src/compose.c
10687                 compose_queue_sub():
10688                 check if queue folder exists (closes #550397).
10689                 removed directory creation since it should be handled
10690                 transparently.
10691         * src/imap.c
10692                 imap_add_msg(): return UID for appended message
10693                 (closes #548842).
10694
10695 2002-04-30 [paul]       0.7.5claws3
10696
10697         * src/summaryview.c
10698                 fix account_find_from_address() bug
10699
10700 2002-04-28 [colin]      0.7.5claws2
10701
10702         * src/compose.c
10703           src/textview.c
10704           src/prefs_common.[ch]
10705           src/utils.[ch]
10706                 Added user-definable quotation characters recognition.
10707
10708 2002-04-28 [paul]       0.7.5claws1
10709
10710         * sync with 0.7.5cvs4
10711                 see ChangeLog entry  2002-04-25
10712
10713 2002-04-28 [paul]       0.7.5claws
10714
10715         * po/es.po
10716           po/nl.po
10717           po/pt_BR.po
10718                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10719                 Fabio Junior Beneditto
10720
10721 2002-04-27 [jens]       0.7.4claws103
10722
10723         * po/de.po
10724                 updated German translation.
10725
10726 2002-04-27 [hiro]       0.7.4claws102
10727
10728         * src/summaryview.c
10729                 summary_write_cache(): fixed the mark loss of hidden messages.
10730
10731 2002-04-26 [melvin]     0.7.4claws101
10732
10733         * src/procmsg.c
10734                 fixed a second typo (same one)
10735         * po/fr.po
10736           po/it.po
10737           po/pt_BR.po
10738                 fixed the type again...
10739
10740 2002-04-26 [melvin]     0.7.4claws100
10741
10742         * src/procmsg.c
10743                 fixed a typo in an alert message ("temorary").
10744         * po/it.po
10745         * po/pt_BR.po
10746                 corrected the typo  described above.
10747         * po/fr.po
10748                 updated French translation.
10749
10750 2002-04-26 [darko]      0.7.4claws99
10751
10752         * src/summaryview.c
10753                 fix target folder colorization
10754
10755 2002-04-25 [paul]       0.7.4claws98
10756
10757         * po/it.po
10758                 updated by Alessandro Maestri
10759
10760 2002-04-24 [colin]      0.7.4claws97
10761         
10762         * src/compose.c
10763                 Fixed double "subject is empty" question.
10764
10765 2002-04-23 [colin]      0.7.4claws96
10766         
10767         * src/mimeview.c
10768                 Corrected issue when "automatically display images" was
10769                 not set : first image remained after selecting second.
10770
10771 2002-04-23 [melvin]     0.7.4claws95
10772
10773         * src/prefs_actions.c
10774                 Don't display in/out dialog if there is nothing to show.
10775
10776 2002-04-23 [paul]       0.7.4claws94
10777
10778         * sync with 0.7.5cvs3
10779                 bug fixes: see ChangeLog entry 2002-04-23
10780
10781 2002-04-22 [darko]      0.7.4claws93
10782
10783         * src/compose.c
10784                 fix previous check-in which changed code after
10785                 merge from main
10786
10787 2002-04-22 [paul]       0.7.4claws92
10788
10789         * faq/de/*
10790                 add German FAQ
10791         * faq/en/*
10792           faq/es/*
10793           faq/fr/*
10794                 update English, Spanish and French FAQs
10795         * manual/de/*
10796           manual/es/*
10797                 add German and Spanish manuals
10798         * manual/en/*
10799           manual/fr/*
10800                 update English and French manuals
10801
10802         * src/Makefile.am
10803                 add to and re-arrange the pixmap entries
10804
10805 2002-04-22 [darko]      0.7.4claws91
10806
10807         * src/compose.c
10808                 fix sender initials recognition to only allow
10809                 '>' after the initials
10810
10811 2002-04-21 [paul]       0.7.4claws90
10812
10813         * sync with 0.7.5 release
10814                 see ChangeLog entry 2002-04-21
10815
10816 2002-04-21 [alfons]
10817
10818         * src/Makefile.am
10819                 add colin's new pixmaps to EXTRA_DIST
10820
10821 2002-04-21 [colin]      0.7.4claws89
10822         * src/compose.c
10823         * src/inc.c
10824         * src/mainwindow.[ch]
10825         * src/prefs_common.[ch]
10826         * src/stock_pixmap.[ch]
10827                 Added "Work offline" ability.
10828
10829 2002-04-21 [colin]      0.7.4claws88
10830         
10831         * src/mimeview.c
10832         * src/prefs_common.c
10833         * src/prefs_common.h
10834         * src/textview.c : Added an option to common preferences -> display
10835           to allow user not to automatically display images.
10836
10837 2002-04-21 [paul]       0.7.4claws87
10838
10839         * sync with 0.7.4cvs52
10840                 see ChangeLog entry 2002-04-21 (src/imap.c)
10841
10842 2002-04-21 [paul]       0.7.4claws86
10843
10844         * sync with 0.7.4cvs51
10845                 see ChangeLog entry 2002-04-21
10846
10847 2002-04-21 [paul]       0.7.4claws85
10848
10849         * sync with 0.7.4cvs49
10850                 see ChangeLog entries 2002-04-20 and 2002-04-21
10851
10852         * src/Makefile.am
10853                 clean up: remove old 'stock_' element from xpm 
10854                 filenames.
10855
10856 2002-04-21 [alfons]     0.7.4claws84
10857
10858         apply sync patch from Paul
10859
10860         * src/folderview.c
10861                 use old claws prefs_folder_item_create() for now
10862
10863 2002-04-19 [match]      0.7.4claws83
10864
10865         * src/addressbook.[ch]
10866         * src/addrharvest.[ch]
10867         * src/addrgather.[ch]
10868                 recurse folders.
10869         * src/mainwindow.c
10870         * src/summaryview.[ch]
10871                 change menu option.
10872
10873 2002-04-19 [paul]       0.7.4claws82
10874
10875         * po/pt_BR.po
10876                 updated by Fabio Junior Beneditto
10877
10878 2002-04-14 [alfons]     0.7.4claws81
10879
10880         * src/passphrase.c
10881                 add #include <sys/types.h> for mode_t and off_t 
10882
10883 2002-04-13 [paul]       0.7.4claws80
10884         
10885         * src/main.c
10886           src/passphrase.[ch]
10887           src/pgptext.c
10888           src/prefs_common.[ch]
10889           src/rfc2015.c
10890                 enable storing of GnuPG passphrase for the whole 
10891                 session or a user-defined number of minutes. patch 
10892                 submitted by Ravemax <ravemax@dextrose.com>
10893
10894 2002-04-13 [alfons]     0.7.4claws79
10895
10896         * src/textview.c
10897                 make email parser also stop scanning when encountering separators
10898                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10899
10900 2002-04-13 [paul]       0.7.4claws78
10901
10902         * sync with 0.7.4cvs39
10903                 see ChangeLog entry 2002-04-12
10904
10905 2002-04-11 [paul]       0.7.4claws77
10906
10907         * sync with 0.7.4cvs37
10908                 see ChangeLog entry 2002-04-11
10909
10910 2002-04-11 [paul]       0.7.4claws76
10911
10912         * COPYING 
10913                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10914                 the clause for OpenSSL). sync with sylpheed main
10915
10916 2002-04-09 [melvin]     0.7.4claws75
10917
10918         * src/compose.c
10919                 Made 'Ctrl-Enter' on send ignore some modifiers 
10920                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10921                 to bind other *-Enter (but not Alt-Enter).
10922
10923 2002-04-09 [paul]       0.7.4claws74
10924
10925         * sync with 0.7.4cvs35
10926                 see ChangeLog entries 2002-04-09
10927
10928 2002-04-08 [paul]       0.7.4claws73
10929
10930         * sync with 0.7.4cvs33
10931                 see ChangeLog entry 200-04-08
10932
10933 2002-04-07 [match]      0.7.4claws72
10934
10935         * src/addrharvest.[ch]
10936                 fixed to read all addresses in header, regardless
10937                 of header size. improved name parsing. accommodate
10938                 harvest from folders and selected message.
10939         * src/addritem.[ch]
10940                 included new address parsing function.
10941         * src/addrgather.[ch]
10942         * src/addressbook.[ch]
10943         * src/summaryview.[ch]
10944         * src/mainwindow.c
10945                 allow address harvest of folder as well as selected
10946                 messages.
10947
10948 2002-04-07 [paul]       0.7.4claws71
10949
10950         * src/esmtp.[ch]
10951           src/smtp.c
10952                 don't try to authenticate with CRAM-MD5 in SMTP when 
10953                 SMTP-AUTH enabled if MTA doesn't issue this 
10954                 auth-method in it's ehlo-response. bug item #531364,
10955                 patch item #938910. patch submitted by Colin Leroy 
10956                 <colin@colino.net>
10957
10958 2002-04-07 [paul]       0.7.4claws70
10959
10960         * src/nntp.c
10961                 fix missing MODE_READER bug. patch submitted by
10962                 Colin Leroy <colin@colino.net>
10963
10964 2002-04-07 [alfons]     0.7.4claws69
10965
10966         * src/matcher.[ch]
10967         * src/prefs_filtering.c
10968         * src/summaryview.c
10969                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10970                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10971
10972 2002-04-07 [paul]       0.7.4claws68
10973
10974         * sync with 0.7.4cvs32
10975                 see ChangeLog entry 2002-04-06
10976
10977         * tools/filter_conv.pl
10978                 more bug fixes
10979
10980 2002-04-06 [paul]       0.7.4claws67
10981
10982         * tools/filter_conv.pl
10983                 modify to be able to find the name of the first
10984                 mailbox and use that. main's filter does not
10985                 record the full path to the mailbox and therefore
10986                 can only filter to the first mailbox.
10987
10988 2002-04-05 [paul]       0.7.4claws66
10989
10990         * tools/filter_conv.pl
10991                 attempt to make the script all-encompassing and
10992                 be able to convert any main 'filter' rule thrown
10993                 at it
10994
10995 2002-04-05 [paul]       0.7.4claws65
10996
10997         * tools/filter_conv.pl
10998                 allow for collapsed folder trees
10999
11000 2002-04-05 [paul]       0.7.4claws64
11001
11002         * sync with 0.7.4cvs31
11003                 see ChangeLog entries 2002-04-05
11004
11005 2002-04-03 [paul]       0.7.4claws63
11006
11007         * sync with 0.7.4cvs29
11008                 see ChangeLog entries 2002-04-02 and 2002-04-03
11009
11010 2002-04-02 [paul]       0.7.4claws62
11011
11012         * sync with 0.7.4cvs26
11013                 see ChangeLog entry 2002-04-01
11014
11015 2002-04-02 [match]      0.7.4claws61
11016
11017         * src/pine.[ch]
11018         * src/importpine.[ch]
11019         * src/addressbook.c
11020                 import Pine address book.
11021
11022 2002-04-02 [match]      0.7.4claws60
11023
11024         * src/addrharvest.[ch]
11025                 improve address parsing of funky addresses.
11026
11027 2002-04-02 [darko]      0.7.4claws59
11028
11029         * src/compose.c
11030                 wrap on send improvements, it now recognizes quoted
11031                 initials as part of the quotation string, and it
11032                 does not join lines separated by CR
11033
11034 2002-04-01 [match]      0.7.4claws58
11035
11036         * src/mgutils.[ch]
11037                 added new functions.
11038         * src/mutt.[ch]
11039                 remove excessive duplicate address generation
11040                 on import.
11041
11042 2002-04-01 [alfons]     0.7.4claws57
11043         
11044         * src/summaryview.c
11045                 put back g_free() 
11046
11047 2002-04-01 [paul]       0.7.4claws56
11048
11049         * sync with 0.7.4cvs25
11050                 see ChangeLog entry 2002-04-01
11051
11052 2002-04-01 [alfons]     0.7.4aprilfool55
11053
11054         * src/summaryview.c
11055                 honour feature request item #537427 to allow for
11056                 displaying names from address book for sent mail also
11057
11058 2002-03-29 [paul]       0.7.4claws54
11059
11060         * src/mainwindow.c
11061           src/prefs_filtering.[ch]
11062           src/prefs_matcher.c
11063           src/summaryview.c
11064                 add 'fast filter' for claws' filtering,
11065                 /Tools/Create filter rule/... patch submitted
11066                 by Neill Miller <neillm@thecodefactory.org>
11067
11068 2002-03-29 [paul]       0.7.4claws53
11069
11070         * sync with 0.7.4cvs24
11071                 see ChangeLog entry 2002-03-29
11072
11073 2002-03-28 [paul]       0.7.4claws52
11074
11075         * sync with 0.7.4cvs23
11076                 see ChangeLog entry 2002-03-28
11077
11078 2002-03-27 [melvin]     0.7.4claws51
11079
11080         * src/prefs_actions.c
11081                 Added support to pass only one message part (as a
11082                 file) to the command using '%p'. No quotes are needed
11083                 because doubles quotes are automatically added.
11084                 Fixed bug where Sylpheed could block when waiting for
11085                 a child process to finish.
11086                 Changed the help menu to remove quotes around symbols to 
11087                 avoid misinterpretation (they must not be used).
11088
11089 2002-03-27 [melvin]     0.7.4claws50
11090
11091         * src/inc.c
11092                 Made the new mail notification command always 
11093                 execute asynchronously.
11094
11095 2002-03-27 [paul]       0.7.4claws49
11096
11097         * src/compose.c
11098                 fix bug introduced in last commit
11099
11100 2002-03-27 [paul]       0.7.4claws48
11101
11102         * sync with 0.7.4cvs21
11103                 see ChangeLog 2002-03-26 and 2002-03-27
11104
11105 2002-03-26 [hoa]        0.7.4claws47
11106
11107         * src/prefs_folder_item.c
11108                 really fixed the bug #516442 with folder rescan.
11109
11110 2002-03-26 [paul]       0.7.4claws46
11111
11112         * sync with 0.7.4cvs19
11113                 see ChangeLog entries 2002-03-25 and 2002-03-26
11114
11115 2002-03-25 [hoa]        0.7.4claws45
11116
11117         * src/matcher.c
11118         * src/mh.c
11119                 fix the bug #516442 with folder rescan.
11120
11121         * src/prefs_common.[ch]
11122         * src/compose.c
11123                 added an option to enable two different behaviours
11124                 for bounce.
11125
11126
11127 2002-03-25 [paul]       0.7.4claws44
11128
11129         * src/mainwindow.c
11130           src/selective_download.c
11131                 correct a few menuitem labels
11132
11133 2002-03-25 [christoph]  0.7.4claws43
11134
11135         * src/procmsg.c
11136                 fix non deleted tmp message in
11137                 procmsg_save_to_outbox
11138                 fix problems caused by sync with
11139                 main branch's procmsg_send_queue
11140
11141 2002-03-25 [paul]       0.7.4claws42
11142
11143         * src/quote_fmt.c
11144           src/quote_fmt_lex.l
11145           src/quote_fmt_parse.y
11146                 add Last name (%L) placeholder for quoting. 
11147                 patch submitted by Thorsten Thielen 
11148                 <thth@users.sourceforge.net>
11149
11150 2002-03-25 [paul]       0.7.4claws41
11151
11152         * src/utils.c
11153                 get full hostname. patch submitted by
11154                 Bob Woodside <rwoodside1@comcast.net>
11155
11156 2002-03-25 [paul]       0.7.4claws40
11157
11158         * src/account.c
11159           src/news.c
11160           src/nntp.[ch]
11161           src/prefs_account.[ch]
11162                 enable NNTP over SSL. patch submitted by
11163                 Pascal Jermini <pascal@infinity.hn.org>
11164
11165 2002-03-24 [paul]       0.7.4claws39
11166
11167         * src/prefs_common.c
11168                 make the arrangement of the Compose tab more
11169                 coherent
11170
11171         * src/mainwindow.c
11172                 fix some irregularities of style
11173
11174         * po/de.po
11175                 updated by Kilian Krause
11176
11177 2002-03-23 [paul]       0.7.4claws38
11178
11179         * po/pt_BR.po
11180                 updated by Fabio Junior Beneditto
11181
11182 2002-03-23 [paul]       0.7.4claws37
11183
11184         * src/mainwindow.c
11185                 move 'Gather addresses' to 'Tools' menu
11186                 make 'Selective download' sensitive
11187
11188 2002-03-23 [paul]       0.7.4claws36
11189
11190         * sync with 0.7.4cvs16
11191                 see ChangeLog entries 2002-03-23
11192
11193 2002-03-22 [christoph]  0.7.4claws35
11194
11195         * src/quote_fmt_parse.y
11196                 fix include program output
11197
11198 2002-03-22 [alfons]     0.7.4claws34
11199
11200         * src/pop.c
11201                 initialize GDate stack variable correctly (sorry!)
11202
11203 2002-03-22 [paul]       0.7.4claws33
11204
11205         * src/compose.c
11206           src/mainwindow.c
11207           src/prefs_actions.c
11208           src/prefs_common.c
11209                 rename 'Tool' to 'Tools'
11210
11211         * src/mainwindow.c
11212                 move 'Delete duplicated messages' from
11213                 'Message/' to 'Tools/'
11214                 re-arrange the order of 'Tools/' items
11215
11216 2002-03-22 [paul]       0.7.4claws32
11217
11218         * src/addr_compl.c
11219           src/addressbook.[ch]
11220                 auto-address completion now also matches on
11221                 Nickname. patch submitted by Bob Forsman 
11222                 <hammor@users.sourceforge.net>
11223
11224         * src/editaddress.c
11225                 correct a spelling mistake
11226
11227 2002-03-22 [alfons]     0.7.4claws31
11228
11229         * src/pop.c
11230                 fix getting uidl from incorrect string 
11231                 (spotted by Colin)
11232
11233 2002-03-21 [alfons]     0.7.4claws30
11234
11235         * src/pop.c
11236                 more code refactoring
11237                 plug mem leak introduced by delete on server
11238
11239 2002-03-21 [paul]       0.7.4claws29
11240
11241         * sync with 0.7.4cvs11
11242                 see ChangeLog entries 2002-03-20
11243
11244 2002-03-20 [alfons]     0.7.4claws28
11245
11246         * src/inc.c
11247                 apply Colin's patch and refactor
11248
11249 2002-03-20 [paul]       0.7.4claws27
11250
11251         * sync with sylpheed 0.7.4cvs9
11252                 see ChangeLog entry 2002-03-20
11253
11254 2002-03-19 [christoph]  0.7.4claws26
11255
11256         * src/mh.c
11257         * src/procmsg.[ch]
11258         * src/summaryview.c
11259                 revert changes for flag updates
11260                 (does not work correctly and no time to debug)
11261
11262 2002-03-20 [alfons]     0.7.4claws25
11263
11264         * src/pop.c
11265                 refactor should_delete() a little bit 
11266
11267 2002-03-19 [paul]       0.7.4claws24
11268
11269         * src/inc.[ch]
11270           src/pop.c
11271           src/prefs_account.[ch]
11272                 allow the user to leave downloaded mail on the 
11273                 server for n days. Patch submitted by Colin Leroy 
11274                 <colin@colino.net>
11275
11276 2002-02-19 [paul]       0.7.4claws23
11277
11278         * sync with sylpheed 0.7.4cvs8
11279                 see ChangeLog entries 2002-03-19
11280
11281 2002-03-18 [paul]       0.7.4claws22
11282
11283         * sync with sylpheed 0.7.4cvs6
11284                 see ChangeLog entry 2002-03-18
11285
11286 2002-03-18 [paul]       0.7.4claws21
11287
11288         * po/en_GB.po
11289                 add en_GB message catalogue
11290
11291         * src/mbox_folder.c
11292           src/prefs_account.c
11293           src/prefs_actions.c
11294                 correct a few spelling mistakes
11295
11296 2002-03-17 [alfons]     0.7.4claws20
11297
11298         * src/matcher.c
11299                 more stringent checks for NULL params when writing
11300                 filtering actions to a file
11301                 
11302 2002-03-17 [hoa]        0.7.3claws20
11303
11304         * src/news.c
11305                 fixed the count of new messages
11306
11307         * src/compose.c
11308                 fixed the "attachment properties" window
11309
11310 2002-03-17 [paul]       0.7.4claws19
11311
11312         * src/defs.h
11313           src/folder.h
11314           src/news.c
11315           src/prefs_account.[ch]
11316           src/procmsg.[ch]
11317           src/summaryview.c
11318                 automatically mark cross-posted messages as read 
11319                 and (optionally) give them a colour label
11320                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11321                 
11322
11323 2002-03-17 [paul]       0.7.4claws18
11324
11325         * sync with sylpheed 0.7.4cvs5
11326                 see ChangeLog entry 2002-03-17
11327
11328 2002-03-17 [melvin]     0.7.4claws17
11329         
11330         * src/textview.c
11331                 Worked around a gtktext 'bug': when searching for 
11332                 a text in a long message it was scrolling slowly
11333                 line by line until it hit the searched text.
11334         * po/fr.po
11335                 Updated French translation
11336
11337 2002-03-17 [melvin]     0.7.4claws16
11338
11339         * src/mainwindow.c
11340         * src/compose.c
11341         * src/prefs_actions.c
11342                 Moved "Edit/Actions" to "Tool/Actions"
11343                 Made mainwindow/compose window sensitive as soon as
11344                 no child process is running anymore even if the io dialog
11345                 is open.
11346                 Fixed a struct being initialized with a non constant char*
11347
11348 2002-03-16 [christoph]  0.7.4claws15
11349
11350         * configure.in
11351                 add --with-compiler-flags option
11352                 (only for developer hacking)
11353         * src/mh.c
11354         * src/procmsg.[ch]
11355         * src/summaryview.c
11356                 try to make folder-stats and flag handling more
11357                 independent from the summaryview. msgcounts
11358                 are only set when the folder is opened and
11359                 procmsg_msginfo_(un)set_flags will handle it
11360                 later and summaryview will get the values
11361                 from the folder.
11362
11363 2002-03-16 [paul]       0.7.4claws14
11364
11365         * src/messageview.c
11366                 fix Return-receipt. Patch submitted by Bob
11367                 Woodside <rwoodside1@comcast.net>
11368
11369 2002-03-16 [paul]       0.7.4claws13
11370
11371         * src/compose.c
11372                 fix 'dynamic' signatures, make it work again
11373                 broken during sync on 2002-03-14 (0.7.4claws2)
11374
11375 2002-03-15 [match]      0.7.4claws12
11376
11377         * src/addrharvest.[ch]
11378         * src/addrgather.[ch]
11379         * src/addressbook.[ch]
11380         * src/mainwindow.c
11381                 included address harvester feature. still some
11382                 issues with address parsing that I will fix.
11383
11384 2002-03-15 [match]      0.7.4claws11
11385
11386         * src/addrbook.[ch]
11387         * src/addrcache.[ch]
11388         * src/addressbook.[ch]
11389         * src/addrindex.c
11390         * src/editbook.c
11391         * src/importldif.c
11392         * src/importmutt.c
11393         * src/jpilot.[ch]
11394         * src/main.c
11395         * src/syldap.[ch]
11396         * src/vcard.[ch]
11397                 tidy up. fix memory leaks. moved attribs and methods
11398                 from individual interfaces to addrcache object. prep
11399                 for new stuff to come in.
11400
11401 2002-03-15 [alfons]     0.7.4claws10
11402
11403         * src/matcher.[ch]
11404         * src/matcher_parser_parse.y
11405         * src/matcher_parser_lex.l
11406         * src/prefs_matcher.c
11407                 add filtering conditions message greater than, smaller 
11408                 than, and exactly matching a size in bytes
11409                 (does not work with delete from POP3 server yet)
11410
11411                 this should also give others an idea what you should
11412                 do to add new criterions to claws filtering system
11413                 
11414
11415 2002-03-15 [paul]       0.7.4claws9
11416
11417         * tools/filter_conv.pl
11418                 exit if there are no filter rules to convert
11419                 rename filterrc to filterrc.old after completion
11420
11421 2002-03-15 [paul]       0.7.4claws8
11422
11423         * sync with sylpheed 0.7.4cvs3
11424                 see ChangeLog entry 2002-03-14
11425
11426 2002-03-14 [paul]       0.7.4claws7
11427
11428         * src/compose.c
11429                 clean up the last commit (ahem)
11430
11431 2002-03-14 [paul]       0.7.4claws6
11432
11433         * src/compose.c
11434                 fix bug #515655. honour account preferences
11435                 regarding gpg default signing/encryption when 
11436                 changing account from the compose window.
11437
11438 2002-03-14 [paul]       0.7.4claws5
11439
11440         * src/folderview.c
11441                 remove unnecessary curly brackets
11442
11443 2002-03-14 [paul]       0.7.4claws4
11444
11445         * src/folderview.c
11446           src/prefs_filtering.[ch]
11447                 add filter rename on folder rename and filter
11448                 delete on folder delete. Patch submitted by
11449                 Neill Miller <neillm@thecodefactory.org> 
11450
11451 2002-03-14 [christoph]  0.7.4claws3
11452
11453         * src/procmsg.c
11454         * src/send.c
11455                 fix local delivery
11456                 (patch submitted by "Simon 'corecode' Schubert")
11457         * src/prefs_common.c
11458         * src/procmsg.c
11459                 fix gcc 3.0 warning
11460
11461 2002-03-14 [paul]       0.7.4claws2
11462
11463         * sync with sylpheed 0.7.4cvs2
11464                 see ChangeLog entry 2002-03-13
11465
11466 2002-03-12 [darko]      0.7.4claws1
11467
11468         * src/mainwindow.c
11469                 fix what seems to be a copy and paste error
11470                 when setting color for important messages
11471                 (reported by wwp)
11472
11473 2002-03-11 [paul]       version 0.7.4claws released
11474
11475 2002-03-11 [paul]       0.7.4claws
11476
11477         * po/es.po
11478           po/it.po
11479           po/nl.po
11480           po/pt_BR.po
11481                 update message catalogs. Submitted by Ricardo Mones 
11482                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11483                 Fabio Junior Beneditto
11484
11485         * configure.in
11486           faq/Makefile.am
11487           faq/it/Makefile
11488           faq/it/sylpheed-faq*
11489           src/mainwindow.c
11490           src/manual.[ch]
11491                 add FAQ in Italian
11492         
11493
11494 2002-03-11 [jens]       0.7.3claws7
11495
11496         * po/de.po
11497                 updated German translation
11498
11499 2002-03-11 [melvin]     0.7.3claws6
11500
11501         * po/fr.po
11502                 updated and corrected French translation
11503
11504 2002-03-10 [hoa]        0.7.3claws5
11505
11506         * src/account.c
11507         * src/inc.c
11508         * src/prefs_account.c
11509         * src/procmsg.c
11510         * src/send.[ch]
11511                 fixed the local account.
11512                 you have to change the default "/usr/sbin/sendmail"
11513                 to "/usr/sbin/sendmail -t" in the preferences of
11514                 the local account.
11515
11516         * src/procmime.c
11517                 removed some debug display for renderer
11518
11519 2002-03-10 [paul]       0.7.3claws4
11520
11521         * faq/en/sylpheed-faq-1.html
11522           faq/en/sylpheed-faq-2.html
11523                 update
11524
11525 2002-03-09 [paul]       0.7.3claws3
11526
11527         * sync with sylpheed 0.7.4
11528                 see ChangeLog entry 2002-03-09
11529
11530 2002-03-08 [paul]       0.7.3claws2
11531
11532         * faq/en/sylpheed-faq*
11533           faq/es/sylpheed-faq*
11534           faq/fr/sylpheed-faq*
11535                 update the FAQs
11536
11537         * manual/fr/.cvsignore
11538           manual/fr/Makefilea.am
11539           manual/fr/sylpheed*
11540           src/mainwindow.c
11541           src/manual.[ch]
11542                 add the French manual
11543
11544 2002-03-07 [paul]       0.7.3claws1
11545
11546         * sync with sylpheed 0.7.3cvs4
11547                 see ChangeLog entries  2002-03-06 and 2002-03-07
11548         
11549         * po/nl.po
11550                 updated by Wilbert Berendsen
11551
11552 2002-03-07 [melvin]     0.7.2claws34
11553
11554         * src/selective_download.c
11555                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11556
11557 2002-03-06 [paul]       0.7.2claws33
11558
11559         * sync with sylpheed 0.7.3cvs1
11560                 bug fix, see ChangeLog entry 2002-03-05
11561
11562 2002-03-05 [paul]       0.7.2claws32
11563
11564         * src/mimeview.c
11565           src/pgptext.[ch]
11566           src/procmsg.c
11567                 reverse the pgp ascii-armored code implemented in 
11568                 0.7.2claws16. removal of this code until it matures.
11569                 this means that verifying ascii-armored pgp sigs and
11570                 automatic decryption of ascii-armored encrypted
11571                 messages no longer works.
11572
11573 2002-03-05 [paul]       0.7.2claws31
11574
11575         * configure.in
11576           Makefile.am
11577         * faq/Makefile.am
11578         * faq/en/Makefile.am
11579           faq/en/sylpheed-faq.html
11580           faq/en/sylpheed-faq-1.html
11581           faq/en/sylpheed-faq-2.html
11582           faq/en/sylpheed-faq-3.html
11583         * faq/es/Makefile.am
11584           faq/es/sylpheed-faq.html
11585           faq/es/sylpheed-faq-1.html
11586           faq/es/sylpheed-faq-2.html
11587           faq/es/sylpheed-faq-3.html
11588           faq/es/sylpheed-faq-4.html
11589         * faq/fr/Makefile.am
11590           faq/fr/sylpheed-faq.html
11591           faq/fr/sylpheed-faq-1.html
11592           faq/fr/sylpheed-faq-2.html
11593           faq/fr/sylpheed-faq-3.html
11594         * src/Makefile.am
11595           src/defs.h
11596           src/mainwindow.c
11597           src/manual.[ch]
11598                 add FAQs in English, Spanish and French
11599
11600
11601 2002-03-05 [paul]       0.7.2claws30
11602
11603         * manual/en/sylpheed.html
11604           manual/en/sylpheed-XX.html
11605                 updated the English manual
11606
11607 2002-03-05 [hoa]        
11608
11609         * src/summaryview.c
11610                 dialog box pops up if the article can't be deleted.
11611
11612 2002-03-04 [paul]       
11613         
11614         * po/pt_BR.po
11615                 updated by Fabio Junior Benedito
11616
11617 2002-03-04 [hoa]
11618
11619         * removed ac/gpgme.m4
11620                 to avoid autogen common problem
11621                 developers have to install gpgme development package now
11622
11623         * src/compose.c
11624                 encoding to 7bit or 8bit is enabled.
11625
11626 2002-03-03 [alfons]     0.7.2claws29
11627
11628         * src/pop.c
11629                 merge fix by Oliver Haertel for selective
11630                 download buglet
11631
11632 2002-03-03 [paul]       0.7.2claws28
11633         
11634         * sync with sylpheed 0.7.3
11635
11636 2002-03-03 [paul]       0.7.2claws27
11637
11638         * sync with sylpheed 0.7.2cvs24
11639                 see ChangeLog entries 2002-03-02 and 2002-03-03
11640
11641 2002-03-02 [melvin]     0.7.2claws26
11642
11643         * src/inc.[ch]
11644         * src/main.c
11645         * src/mainwindow.c
11646         * src/prefs_common.[ch]
11647                 Added user definable notification on new mail arrival.
11648                 Removed unused variables in spell checker prefs code.
11649
11650 2002-03-02 [melvin]     0.7.2claws25
11651
11652         * src/quote_fmt.c
11653                 Removed unnecessary escape sequences.
11654                 Changed 'Initial...' to 'Initials of Sender'
11655
11656 2002-03-02 [paul]       0.7.2claws24
11657
11658         * sync with sylpheed 0.7.2cvs22
11659                 see ChangeLog entry 2002-03-01
11660
11661 2002-03-01 [hoa]        0.7.2claws23
11662
11663         * src/mainwindow.c
11664                 Set sensitivity of delete actions to active
11665                 even if the folder is a newsgroup.
11666
11667         * src/summaryview.c
11668                 - Set sensitivity of delete actions
11669                 - Added function check_permission() that will check if the
11670                   user is authorized to delete a message. For news, it
11671                   will check if the author is the same.
11672                 - Enabled deletion when there is no trash folder.
11673
11674         * src/news.[ch]
11675                 - Added news_cancel_article() to cancel articles
11676                 - Implemented news_remove_message() (public function)
11677
11678 2002-03-01 [paul]       0.7.2claws22
11679
11680         * src/gtkutils.c
11681           src/textview.c
11682                 recognise urls that that don't include 'http://' and
11683                 simply begin 'www.' 
11684
11685         * AUTHORS
11686                 remove duplicated name
11687
11688 2002-02-28 [paul]       0.7.2claws21
11689
11690         * src/mainwindow.c
11691           src/summaryview.[ch]
11692                 add ability to 'Select thread'
11693                 combines Melvin's "Select thread's head" patch (#510907)
11694                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11695                 patch (#518514) 
11696
11697 2002-02-28 [paul]       0.7.2claws20
11698
11699         * src/mimeview.c
11700                 hopefully fix segfault on right-clicking a mime part
11701                 that some people have experienced.      
11702                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11703
11704 2002-02-28 [paul]       0.7.2claws19
11705
11706         * sync with sylpheed 0.7.2cvs21
11707                 see ChangeLog entries 2002-02-27 and 2002-02-28
11708
11709 2002-02-27 [paul]       0.7.2claws18
11710
11711         * sync with sylpheed 0.7.2cvs18
11712                 see ChangeLog entries 2002-02-26 and 2002-02-27
11713
11714 2002-02-26 [alfons]     0.7.2claws17
11715
11716         * src/procheader.c
11717                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11718                 (spotted by Chris Hessman <idatech@gmx.net>)
11719
11720 2002-02-26 [paul]       0.7.2claws16
11721
11722         * src/mimeview.c
11723           src/pgptext.[ch]
11724           src/procmsg.c
11725                 make decryption of ascii-armored pgp encrypted messages
11726                 and verification of ascii-armored signatures work again.
11727                 slightly altered from the patch by Jens Jahnke 
11728                 <jan0sch@gmx.net>
11729
11730                 ##FIX ME##
11731                 * the checking of plaintext signatures always comes up in 
11732                   a popup box
11733                 * it doesn't work for multipart messages 
11734                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11735                   including the msg headers and these 2 line themselves, are 
11736                   not displayed
11737
11738         * src/mainwindow.c
11739                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11740                 "View/Message View" becomes "View/Separate Message View"
11741                 because its less ambiguous.
11742
11743         * po/es.po
11744                 updated by Ricardo Mones Lastra
11745
11746 2002-02-26 [paul]       0.7.2claws15
11747
11748         * sync with sylpheed 0.7.2cvs17
11749                 see ChangeLog entries 2002-02-25 and 2002-02-26
11750
11751 2002-02-25 [christoph]  0.7.2claws14
11752
11753         * src/filtering.[ch]
11754         * src/inc.c
11755                 do filtering stuff after all messages have been received
11756                   1. drop all messages to .processing
11757                   2. scan processing folder for messages
11758                   3. filter messages or move to inbox
11759                 this will also find old messages left in processing after
11760                 a crash or something like that and we get a real msginfo
11761                 from folder->get_msg_list and do not have to create our
11762                 own in filter_message
11763         * src/matcher_parser_parse.y
11764                 remove MIX/MAX warning (reordered includes)
11765
11766 2002-02-25 [paul]       0.7.2claws13
11767
11768         * sync with sylpheed 0.7.2cvs15
11769                 see ChangeLog entry 2002-02-24
11770
11771 2002-02-24 [alfons]     0.7.2claws12
11772
11773         * src/filtering.c
11774                 clear old color flags first when applying a new color to
11775                 a message info. 
11776                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11777
11778 2002-02-24 [alfons]     0.7.2.claws11
11779         
11780         * AUTHORS
11781         * src/prefs_common.c
11782                 add presets for Opera and Konqueror, closes patch #517261,
11783                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11784
11785 2002-02-24 [alfons]     0.7.2.claws10
11786
11787         * AUTHORS
11788         * src/summaryview.c
11789                 fix threading for null message ids, closes patch #521601,
11790                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11791
11792 2002-02-24 [alfons]     0.7.2claws9
11793
11794         * src/summaryview.c
11795         * src/filtering.c
11796                 make Tool | Filter Message work with filtering system so
11797                 setting flags also works
11798
11799                 TODO:
11800
11801                 - Processing uses the same function as Tool | Filter
11802                   Message, but doesn't use the same update proc yet
11803
11804 2002-02-23 [paul]       0.7.2claws8
11805
11806         * sync with sylpheed 0.7.2cvs14
11807                 see ChangeLog entries 2002-02-22 and 2002-02-23
11808
11809 2002-02-22 [christoph]  0.7.2claws7
11810
11811         * src/quote_fmt.c
11812                 Add column space to table
11813         * src/quote_fmt_parse.y
11814                 Close files
11815
11816 2002-02-22 [paul]       0.7.2claws6
11817
11818         * src/Makefile.am
11819           src/defs.h
11820           src/filtering.c
11821           src/inc.[ch]
11822           src/mainwindow.c
11823           src/matcher.[ch]
11824           src/matcher_parser_lex.l
11825           src/matcher_parser_parse.y
11826           src/pop.[ch]
11827           src/prefs_account.h
11828           src/prefs_filtering.c
11829           src/selective_download.[ch]   *** NEW FILES ***
11830           src/utils.[ch]
11831           po/POTFILES.in
11832                 Selective Download added to 'Tool' menu. 
11833                 Retrieves email headers of the currently selected pop3 
11834                 account and allows the user to mark emails for deletion 
11835                 right on the pop3 server. Patch submitted by Oliver Haertel 
11836                 <oha@users.sourceforge.net>.
11837         
11838         * po/POTFILES.in
11839                 add 'src/quote_fmt.c'           
11840
11841 2002-02-22 [christoph]  0.7.2claws5
11842
11843         * src/Makefile.am
11844                 added quote_fmt.c
11845         * src/prefs_common.[ch]
11846         * src/prefs_template.c
11847         * src/quote_fmt.c               *** NEW FILE ***
11848         * src/quote_fmt.h
11849                 move quote format symbol description code
11850                 to it's own file because it is used from
11851                 differnent code parts
11852                 Rewrote symbol description GUI
11853                   + use table
11854                   + add separators
11855                   + get data from array (no more long constant strings)
11856         * src/quote_fmt_lex.l
11857         * src/quote_fmt_parse.y
11858                 Symbol for Literal % changed to \% instead of %%
11859                 (More logical as \ is used for quoting for other symbols)
11860                 Add |f and |p to include files and program output
11861                 Examples:
11862                     |f{/home/.../.signature}
11863                     |p{date}
11864         * po/de.po
11865                 Correct wrong spelling for "Referenzen"
11866
11867 2002-02-21 [paul]       0.7.2claws4
11868
11869         * src/procmsg.c
11870                 forgotten during sync
11871
11872 2002-02-21 [paul]       0.7.2claws3
11873
11874         * sync with sylpheed 0.7.2cvs11
11875                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11876                 2002-02-20 and 2002-02-21
11877
11878 2002-02-20 [melvin]     0.7.2claws2
11879
11880         * src/prefs_actions.c
11881                 Added error report when child cannot fork or when execvp 
11882                 returns with an error.
11883
11884 2002-02-19 [christoph]  0.7.2claws1
11885
11886         * src/codeconv.c
11887                 return unconverted text if conde conversion is not possible
11888                 when libjconv is used.
11889                 (patch submitted by "Simon 'corecode' Schubert")
11890
11891 2002-02-19 [paul]       
11892
11893         * version 0.7.2claws release
11894
11895 2002-02-19 [paul]       0.7.2claws
11896
11897         * po/nl.po
11898                 updated by Wilbert Berendsen
11899
11900
11901 2002-02-18 [alfons]     0.7.1claws13
11902
11903         * src/syldap.c
11904         * src/jpilot.c
11905                 remove references to dlfcn and explicitly loading functions
11906                 from dynalink libs, because libs linked anyway, and functions
11907                 are loaded explicitly
11908
11909 2002-02-17 [melvin]     0.7.1claws12
11910
11911         * src/prefs_actions.c
11912                 Replaced children wait loop with double fork technique.
11913                 Now, input/output window updated at each new output.
11914                 free_children(): Fixed a memory leak.
11915                 Made input/output window non closable if running children
11916                 still exist.
11917                 Added missing <unistd.h> include.
11918                 Added some --debug outputs.
11919
11920 2002-02-17 [melvin]     0.7.1claws11
11921
11922         * src/summaryview.c
11923                 Fixed bug where descending sort order did not select top
11924                 message.
11925
11926 2002-02-17 [melvin]     0.7.1claws10
11927
11928         * acconfig.h
11929                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11930         * src/prefs_common.c
11931                 Pspell data package directory no more hard coded but
11932                 set during configuration (PSPELL_PATH). (Thanks to 
11933                                 Gustavo Noronha Silva.)
11934
11935 2002-02-17 [melvin]     0.7.1claws9
11936
11937         * configure.in
11938                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11939         * src/gtkspell.c
11940                 Fixed compile-time warnings.
11941
11942 2002-02-16 [alfons]     0.7.1claws8
11943
11944         * src/filesel.c
11945                 fix inadvertent free of NULL pointer which caused
11946                 sylpheed to crash when closing the save-as dialog
11947                 using the window close button
11948
11949 2002-02-16 [carsten]    0.7.1claws7
11950         * src/mainwindow.[ch]
11951           src/summaryview.c
11952           src/prefs_common.c
11953                 fixes for pixmap theming code:
11954                         - recently changed mail attributes shouldn't get
11955                           lost any longer
11956                         - theme is only reloaded iff another theme was
11957                           selected
11958
11959 2002-02-16 [paul]       0.7.1claws6
11960
11961         * sync with sylpheed 0.7.2 release
11962                 see ChangeLog entry 2002-02-15 and 2002-02-16
11963
11964 2002-02-15 [paul]       0.7.1claws5
11965
11966         * sync with sylpheed 0.7.1cvs9
11967                 see ChangeLog entry 2002-02-15
11968
11969         * po/POTFILES.in
11970                 remove unneeded headerwindow.c entry
11971
11972 2002-02-14 [carsten]    0.7.1claws4
11973         * src/summaryview.c
11974                 fixed a bug for "Go to next unread message": there was
11975                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11976                 in the prefs, because of doing "Search again" instead
11977                 "No"
11978
11979 2002-02-14 [carsten]    0.7.1claws3
11980         * src/stock_pixmap.c
11981                 removed 2 more mem leaks; following memprof,
11982                 this code is "leak free" now :)
11983
11984 2002-02-14 [carsten]    0.7.1claws2
11985         * src/stock_pixmap.c
11986                 used opendir/readdir/closedir instead of scandir
11987                 -> code should work now on Solaris
11988
11989 2002-02-14 [paul]       0.7.1claws1
11990
11991         * sync with sylpheed 0.7.1cvs8
11992                 see ChangeLog entries 2002-02-13 and 2002-02-14
11993
11994         * README.claws
11995                 add some description of Actions and Pixmap Themes
11996
11997 2002-02-13 [paul]       
11998
11999         * version 0.7.1claws release
12000
12001 2002-02-13 [paul]       0.7.1claws
12002
12003         * po/es.po
12004           po/it.po
12005           po/pt_BR.po
12006                 updated translations, submitted by Ricardo Mones Lastra,
12007                 Alessandro Maestri and Fabio Junior Beneditto
12008
12009 2002-02-13 [melvin]     0.7.0claws75
12010
12011         * src/prefs_actions.c
12012                 Added missing "signal.h" include
12013
12014 2002-02-13 [melvin]     0.7.0claws74
12015
12016         * src/prefs_folder_item.c
12017                 Added missing "config.h" include
12018         * po/fr.po
12019                 Updated French translation for folder propriety.
12020
12021 2002-02-13 [jens]       0.7.0claws73
12022
12023         * po/POTFILES.in
12024                 Added missing src/prefs_folder_item.c [log added by melvin]
12025         * po/de.po
12026                 Updated German translation.
12027
12028 2002-02-13 [melvin]     0.7.0claws72
12029
12030         * po/fr.po
12031                 Updated French translation.
12032
12033 2002-02-13 [melvin]     0.7.0claws71
12034
12035         * src/gtkutils.c
12036                 Made gtkut_editable_get_selection return NULL if selection
12037                 is of length zero.
12038                 This fixes a bug where selecting part of message A then
12039                 switching to message B and replying to it will not
12040                 quote the message's body.
12041
12042 2002-02-12 [paul]       0.7.0claws70
12043
12044         * src/mainwindow.c
12045                 cosmetic, relating to pixmap themes: on toolbar make 
12046                 updating of 'Exec' and 'Compose news/Compose email'
12047                 icons faster.
12048
12049 2002-02-12 [carsten]    0.7.0claws69
12050         * src/folderview.c
12051           src/mainwindow.[ch]
12052           src/stock_pixmap.c
12053           src/summaryview.c
12054           src/prefs_common.c
12055                 - refreshing after changing pixmap theme better
12056                   now (thanks Paul)
12057                 - wanted to remove some mem leaks, but alfons was
12058                   faster (and had the better solution ;)
12059
12060 2002-02-12 [alfons]     0.7.0claws68
12061
12062         * src/prefs_common.c
12063         * src/stock_pixmap.[ch]
12064                 plug mem leaks, refactor code a little bit
12065
12066
12067 2002-02-12 [sergey]     0.7.0claws67
12068
12069         * src/imap.c
12070                 Fixed problem with copying messages to IMAP folders when the
12071                 server uses something other than '/' as a namespace separator
12072                 (cyrus-imapd uses '.').
12073
12074 2002-02-12 [jens]       0.7.0claws66
12075
12076         * po/de.po
12077                 Updated German Translation
12078
12079 2002-02-12 [paul]       0.7.0claws65
12080
12081         * sync with sylpheed 0.7.1cvs1
12082                 see ChangeLog entry 2002-02-12
12083
12084 2002-02-12 [melvin]     0.7.0claws64
12085
12086         * src/prefs_actions.c
12087                 Fixed "feature" where children's output was duplicated 
12088                 instead of refreshed while monitoring.
12089                 Removed some debug code.
12090
12091 2002-02-12 [christoph]  0.7.0claws63
12092
12093         * src/compose.c
12094                 always delete message from queue after sending/send error
12095                 (closes bug #509601)
12096
12097 2002-02-12 [melvin]     0.7.0claws62
12098
12099         * src/prefs_actions.c
12100                 Children wait loop is now triggered with a timeout of 1s
12101                 Added %F which is replaced with the list of filenames 
12102                 of all selected messages (as suggested by Ricardo Mones Lestra)
12103                 Pipe syntax changed. Prefix with | to send selection, postfix
12104                 with | to retrieve output. Prefix with > or * to send
12105                 user definable input to the command (*: input is hidden)
12106                 Old pipe action should now be postfixed with |, too.
12107
12108 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12109         * src/stock_pixmap.c
12110                 fixed a bug: if there's no theme directory don't
12111                 throw an error, just do "nothing" (thanks Alfons)
12112
12113 2002-02-12 [carsten]    0.7.0claws60
12114         * src/folderview.c
12115           src/summaryview.c
12116                 had to write the cache twice (nasty!); some marks would 
12117                 get lost if not
12118
12119 2002-02-11 [carsten]    0.7.0claws59
12120         * acconfig.h
12121           configure.in
12122           doc-src/maintainer_guide.txt
12123           src/compose.[ch]
12124           src/defs.h
12125           src/folderview.[ch]
12126           src/gtkutils.[ch]
12127           src/mainwindow.[ch]
12128           src/prefs_common.[ch]
12129           src/stock_pixmap.[ch]
12130           src/summaryview.[ch]
12131                 pixmap theming and related work on pixmap
12132                 handling on some other places
12133                 (e.g. hrm features for all folder)
12134           src/pixmap/stock_*.xpm -> the stock_ was removed
12135         
12136 2002-02-11 [paul]       0.7.0claws58
12137
12138         * sync with sylpheed 0.7.1 release
12139                 see ChangeLog entries 2002-02-11
12140
12141 2002-02-08 [paul]       0.7.0claws57
12142
12143         * sync with sylpheed 0.7.0cvs39
12144                 see ChangeLog entry 2002-02-07 (last entry) 
12145
12146         * src/prefs_actions.c
12147           src/prefs_filtering.c
12148           src/prefs_matcher.c
12149           src/prefs_scoring.c
12150                 sync: made it compile with C compilers other than gcc
12151
12152 2002-02-07 [paul]       0.7.0claws56
12153
12154         * sync with sylpheed 0.7.0cvs38
12155                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12156                 2002-02-07
12157
12158 2002-02-07 [darko]      0.7.0claws55
12159
12160         * src/gtkutils.[ch]
12161         * src/summaryview.c
12162                 Fix const gchar */gchar * issue (thanks Hiro)
12163
12164 2002-02-07 [darko]      0.7.0claws54
12165
12166         * src/compose.[ch]
12167         * src/filtering.c
12168         * src/gtkutils.[ch]
12169         * src/prefs_template.c
12170         * src/quote_fmt.h
12171         * src/quote_fmt_parse.y
12172         * src/summaryview.c
12173         * src/utils.[ch]
12174                 When replying or forwarding an email don't quote the entire
12175                 mail body but use the part of the message text that is selected
12176
12177 2002-02-06 [melvin]     0.7.0claws53
12178
12179         * src/prefs_common.[ch]
12180         * src/gtkspell.[ch]
12181         * src/compose.c
12182                 Made possible to switch quickly to last used dictionary
12183                 which makes checking bilingual documents easier.
12184
12185 2002-02-06 [melvin]     0.7.0claws52
12186         
12187         * po/POTFILES.in
12188                 Added forgotten new file src/prefs_actions.c
12189
12190 2002-02-06 [melvin]     0.7.0claws51
12191
12192         * src/prefs_actions.c   ** NEW FILE **
12193         * src/prefs_actions.h   ** NEW FILE **
12194                 Added actions to execute on message text view, or on the
12195                         message's file.
12196         * src/Makefile.am
12197                 Added src/prefs_actions.[ch]
12198         * src/compose.c
12199                 Added new menu "Edit/Actions"
12200         * src/defs.h
12201                 Added new actionsrc file.
12202         * src/main.c
12203                 Added actionsrc reading.
12204         * src/mainwindow.c
12205                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12206         * src/prefs_common.h
12207                 Added new element actionslst element to prefs_common.
12208
12209 2002-02-06 [paul]       0.7.0claws50
12210
12211         * sync with sylpheed 0.7.0cvs36
12212                 see ChangeLog entry 2002-02-06
12213
12214 2002-02-05 [paul]
12215
12216         * po/es.po
12217                 updated by Ricardo Mones Lastra
12218
12219 2002-02-05 [paul]       0.7.0claws49
12220
12221         * sync with sylpheed 0.7.0cvs33
12222                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12223
12224 2002-02-05 [paul]       0.7.0claws48
12225
12226         * src/compose.c
12227                 re-add 'Edit/Advanced/Delete entire line', previously named
12228                 'Delete Line+'
12229
12230 2002-02-04 [paul]       0.7.0claws47
12231
12232         * src/compose.c
12233           src/summaryview.c
12234                 fix bug #494993 (Reply All not taking Reply-To into consi)
12235                 eliminate differences in behaviour of right-click 'Reply to all' 
12236                 in summary view and 'Reply to all' on the toolbar. 
12237                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12238                 view and From gets ignored by 'Reply to all' on toolbar.
12239                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12240                 From when no Reply-To header is present.
12241
12242 2002-02-04 [paul]       0.7.0claws46
12243
12244         * sync with sylpheed 0.7.0cvs30
12245                 see ChangeLog entries 2002-02-03 and 2002-02-04
12246
12247 2002-02-03 [melvin]     0.7.0claws45
12248
12249         * src/gtkspell.[ch]
12250                 Readded function to highlight all misspelled words.
12251                 Fixed bug where user-provided-words did not replace
12252                         correctly the misspelled word when using the mouse.
12253                 Fixed bug where checking a region selected from right to left did
12254                         not check the region at all.
12255                 Fixed bug where 'Check backwards' may not check at all. 
12256                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12257                 Fixed possible buffer overflow when checking for long strings (>1k).
12258                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12259                 Accelerators code uses now gtk_widget_add_accel.
12260                 Removed and disabled obsolete and unfinished code.
12261                 Cleaning up.
12262
12263         * src/compose.c
12264                 Added menu item to Highlight all misspelled words.
12265
12266 2002-02-01 [paul]       0.7.0claws44
12267
12268         * src/mainwindow.c
12269                 fix '/View/Hide read messages' sensitivity when all
12270                 messages in a folder are hidden
12271
12272 2002-02-01 [paul]       0.7.0claws43
12273
12274         * src/main.c
12275                 add --send option to command line interface, sends all
12276                 queued mail. Patch submitted by Ricardo Mones Lastra.
12277
12278 2002-01-31 [paul]       0.7.0claws42
12279
12280         * src/mainwindow.c
12281                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12282
12283 2002-01-31 [paul]       0.7.0claws41
12284
12285         * sync with sylpheed 0.7.0cvs27
12286                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12287                 and 2002-01-31
12288
12289         * src/textview.c
12290                 comment out elements of textview_show_part() as temporary
12291                 workaround for attachment 'Display as text' bug 
12292
12293         * po/pt_BR.po
12294                 updated by Fabio Junior Beneditto
12295
12296 2002-01-30 [paul]       0.7.0claws40
12297
12298         * sync with sylpheed 0.7.0cvs24
12299                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12300                 and 2002-01-30
12301
12302         * src/compose.c
12303                 add {N_("/_Spelling"), ... "<Branch>"} to 
12304                 GtkItemFactoryEntry compose_entries[]
12305
12306         * src/prefs_common.c
12307                 add claws menu items to prefs_keybind_apply_clicked()
12308                 and remove non-claws menu items
12309
12310 2002-01-29 [paul]       0.7.0claws39
12311
12312         * sync with sylpheed 0.7.0cvs22
12313                 see ChangeLog entries 2002-01-28 and 2002-01-29
12314
12315 2002-01-28 [melvin]     0.7.0claws38
12316
12317         * src/compose.c
12318                 Added the declartion of compose_send_control_enter.
12319
12320         * src/compose.c
12321         * src/gtkspell.[ch]
12322                 Added in a 'Spelling' menu which includes the configuration menu. 
12323                 Added a real 'Check all' and got rid from the old one which only
12324                 highlited misspelled word.
12325                 Made 'Check while typing' a disableable option.
12326                 Added a dialog when there are no more misspelled word.
12327                 Added a dialog if error occurs when switching to a dictionary.
12328         
12329         * src/prefs_common.[ch]
12330                 Added option for the default 'Check while typing' option.
12331
12332
12333 2002-01-28 [alfons]     0.7.0claws37
12334
12335         * src/compose.c
12336                 fix buglet and make code comply with sylpheed code style
12337
12338 2002-01-28 [paul]       0.7.0claws36
12339
12340         * sync with sylpheed 0.7.0cvs19
12341                 see ChangeLog entries for 2002-01-28
12342
12343 2002-01-28 [hoa]        0.7.0claws35
12344
12345         * src/defs.h
12346                 added rendererrc
12347
12348         * src/main.c
12349                 read the renderer config
12350
12351         * src/procmime.[ch]
12352                 use the renderer config to convert mime attachments
12353
12354         * src/textview.c
12355                 don't use textview_show_html/ertf,
12356                 use get_text_content instead
12357
12358 2002-01-27 [alfons]     0.7.0claws34
12359         
12360         * src/news.c
12361                 make sylpheed believe it can delete a news message...
12362                 (messages are NOT deleted, maybe we should remove
12363                 processing from the folder properties after all.)
12364
12365 2002-01-27 [alfons]     0.7.0claws33
12366
12367         * src/folder.c
12368                 add extra checks
12369         * src/news.c
12370                 implement remove_msg() 
12371
12372 2002-01-27 [alfons]     0.7.0claws32
12373
12374         * src/procmsg.h
12375         * src/procheader.c
12376         * src/messageview.c
12377                 fix return receipt / disposition notification again. this
12378                 stuff seems to break on _every_ major summary UI change, so
12379                 it's now implemented using a flag which is saved in the
12380                 marks cache
12381                 
12382 2002-01-26 [alfons]     0.7.0claws31
12383
12384         * src/import.c
12385                 let import dialog show the destination folder identifier
12386
12387 2002-01-26 [melvin]     0.7.0claws30
12388
12389         * src/folderview.c
12390         * src/summaryview.c
12391                 Readded 'Mark all read' into summary view popup menu
12392                 Added 'Mark all read' in folder view popup menu for IMAP
12393                 and NNTP.
12394                 Made it insensitive if the selected folder is not the shown
12395                 one to avoid 'Mark all read' on the wrong folder.
12396                 
12397 2002-01-26 [paul]       0.7.0claws29
12398
12399         * src/folderview.c
12400           src/summaryview.c
12401                 move 'Mark all read' from summary view to folder view
12402                 menu. (adapted from) patch submitted by Jeremy Andrews,
12403                 <lists@kerneltrap.com>
12404
12405 2002-01-25 [alfons]     0.7.0claws28
12406
12407         * src/gtkstext.c
12408                 put the gtk class name back so GtkSText adapts the 
12409                 settings of GtkText
12410
12411 2002-01-25 [alfons]     0.7.0claws27
12412
12413         * src/folderview.c 
12414                 assimilate Ricardo's patch that shows pixmaps instead of
12415                 plain "new" and "unread" texts in the folder view column
12416                 headers 
12417
12418 2002-01-25 [paul]       0.7.0claws26
12419
12420         * src/Makefile.am
12421                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12422                 be found in non-standard locations. 
12423                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12424
12425 2002-01-25 [paul]       0.7.0claws25
12426
12427         * sync with sylpheed 0.7.0cvs16
12428                 see ChangeLog entry 2002-01-25
12429
12430 2002-01-24 [paul]       0.7.0claws24
12431
12432         * more sync with sylpheed 0.7.0cvs15
12433                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12434
12435 2002-01-23 [sergey]     0.7.0claws23
12436
12437         * src/importldif.c
12438                 Fixed segfault when closing LDIF import wizard with
12439                 the window manager.
12440         * src/imageview.c
12441         * src/imageview.h
12442         * src/messageview.c
12443         * src/mimeview.c
12444                 Fixed wrong scrolling position after switching between
12445                 text and image parts.
12446
12447 2002-01-23 [paul]       0.7.0claws22
12448
12449         * sync with sylpheed 0.7.0cvs15
12450                 see ChangeLog entries 2002-01-22 and 2002-01-23
12451
12452 2002-01-21 [melvin]     0.7.0claws21
12453
12454         * src/prefs_scoring.c
12455         * src/prefs_filtering.c
12456                 Fixed bug where scoring and filtering windows stopped
12457                 autochecking.
12458
12459 2002-01-21 [paul]       0.7.0claws20
12460
12461         * sync with sylpheed 0.7.0cvs12
12462                 see ChangeLog entries 2002-01-20 and 2002-01-21
12463
12464 2002-01-21 [carsten]    0.7.0claws19
12465         * src/mainwindow.c
12466         * src/menu.[ch]
12467         * src/messageview.[ch]
12468         * src/summaryview.[ch]
12469                 changes to shortcuts handling again:
12470                         + "Q" now controled by mainwin
12471                         + v/V are now customizable and have slightly
12472                           different meanings
12473                 the "button" to minimize the messageview (and maximize
12474                 the summary view) is a real button now
12475         * src/compose.c
12476                 "Delete Line+" added to Edit/Advanced (this will also
12477                 delete the '\n')
12478
12479 2002-01-20 [melvin] 0.7.0claws18
12480
12481         * src/addressbook.c
12482                 Made "Bcc" sensitive when addressbook is called from
12483                 compose window (it was a Claws only bug).
12484
12485 2002-01-19 [alfons] 0.7.0claws17
12486
12487         * src/inc.c
12488                 prevent unnecessary updates when currently selected folder has
12489                 no new messages 
12490
12491 2002-01-19 [alfons] 0.7.0claws16
12492         
12493         * src/summaryview.c
12494                 prevent writing the cache based on current message list in summary 
12495                 view when filtering also put messages in currently selected folder
12496
12497 2002-01-19 [paul]
12498
12499         * po/it.po
12500                 Italian translation submitted by Alessandro Maestri
12501                 <a.maestri@cs.tin.it>
12502
12503 2002-01-18 [melvin]     0.7.0claws15
12504
12505         * src/prefs_filters.c
12506                 fixed bug where 'cancel' from 'filters' window stops autochecking
12507                 if the timer timed out  when the window was open.
12508
12509 2002-01-18 [match]      0.7.0claws14
12510
12511         * src/addrclip.[ch]     ** NEW FILE **
12512         * src/addrselect.[ch]   ** NEW FILE **
12513         * src/adbookbase.h      ** NEW FILE **
12514                 addressbook cut, copy and paste
12515         * src/addrbook.[ch]
12516         * src/addrcache.[ch]
12517         * src/addressitem.h
12518         * src/addrindex.[ch]
12519         * src/addritem.[ch]
12520         * src/importldif.c
12521         * src/importmutt.c
12522         * src/jpilot.[ch]
12523         * src/syldap.[ch]
12524         * src/vcard.[ch]
12525         * src/jpilot.[ch]
12526         * src/editbook.c
12527         * src/editjpilot.c
12528         * src/editldap.c
12529         * src/editvcard.c
12530                 support for copy/paste
12531         * src/addressbook.c
12532                 support for copy/paste
12533                 tidy up menu option processing
12534                 correct address list function arguments
12535         * src/editaddress.c
12536                 sort user attributes
12537         * src/ldif.h
12538         * src/mutt.h
12539                 tidy up
12540
12541         * src/addrbook.[ch]
12542         * src/addrbook.[ch]
12543         * src/addrbook.[ch]
12544                 
12545
12546 2002-01-18 [paul]       0.7.0claws13
12547
12548         * sync with sylpheed 0.7.0cvs8
12549                 configure.in: support Mac OS X (Darwin)
12550
12551 2002-01-18 [carsten]    0.7.0claws12
12552         * src/html.c
12553                 small hack to fix a segfault with an empty href
12554                 (reported by Alexandra Walford <deeni@altern.org>)
12555         * src/mainwindow.c
12556         * src/summaryview.c
12557                 the shortcuts for Mark und Mark as unread are hardcoded
12558                 again
12559         * src/compose.c
12560         * src/gtkstext.[ch]
12561                 readded the shortcuts in gtkstext but made them
12562                 customizeable (simply by adding a menu plus a wrapper
12563                 to compose.c)
12564
12565 2002-01-17 [melvin]     0.7.0claws11
12566
12567         * src/gtkspell.c
12568                 fix default dictionary not being saved.
12569
12570 2002-01-16 [darko]      0.7.0claws10
12571
12572         * src/compose.c
12573                 fix wrapping crash with URL longer than wrapping margin
12574
12575 2002-12-08 [hoa]        0.7.0claws10
12576
12577         * src/matcher_parser_parse.y
12578                 fixed some bugs
12579
12580         * src/prefs_filtering.c
12581                 now, we can use bounce action in the dialog box.
12582
12583 2002-01-16 [carsten]    0.7.0claws9
12584         * src/gtkstext.c
12585                 removed the <control> and <alt> shortcuts because they're
12586                 not needed and interefered with the "normal" shortcuts
12587         * src/mainwindow.c
12588         * src/summaryview.c
12589                 removed most of the hardcoded shortcuts and assigned
12590                 them to menu entries making them easy customizable by
12591                 that
12592
12593 2002-01-16 |melvin]     0.7.0claws8
12594
12595         * src/gtkspell.c
12596                 fixed bug where using the mouse and when the compose
12597                 window is not on top may result in a crash.
12598
12599 2002-01-16 [melvin]     0.7.0claws7
12600
12601         * src/compose.c
12602                 fixed a long standingspell checker bug which could 
12603                 cause a crash after sending a message.
12604
12605 2002-01-16 [paul]       0.7.0claws6
12606
12607         * sync with sylpheed 0.7.0cvs7
12608                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12609                 2002-01-15, and 2002-01-16
12610
12611 2002-01-16 [melvin]     0.7.0claws5
12612
12613         * README.claws
12614         * src/compose.c
12615         * src/gtkspell.[ch]
12616         * src/main.c
12617                 Heavily modified spell checker code to work around
12618                 ispell bug, to add keyboard shortcuts and for future
12619                 enhancements. See README.claws for usage information.
12620
12621 2002-01-15 [alfons]     0.7.0claws4
12622         
12623         * src/summaryview.c
12624                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12625                 so sorting within threads reflects sort mode
12626
12627 2002-01-15 [christoph]  0.7.0claws3
12628
12629         * src/procmsg.c
12630                 added alertpanel if mail sending failed
12631
12632 2002-01-15 [alfons]     0.7.0claws2
12633         
12634         * src/prefs_filtering.c
12635                 don't stop timer when prefs filtering dialog is opened
12636
12637 2002-01-14 [alfons]     0.7.0claws1
12638
12639         * src/addr_compl.c
12640         * src/prefs.c
12641                 remove debug_print()s for privacy reasons
12642
12643 2002-01-14 [darko]      0.7.0claws
12644
12645         * README.claws
12646                 quotation wrapping is now also in the main branch
12647
12648 2002-01-14 [paul]
12649
12650         * tools/filter_conv.pl
12651                 allow for Boolean Op and case-sensitivity
12652                 this file is included in the release and tagged
12653                 'rel_0_7_0'
12654
12655 2002-01-13 [paul]       0.7.0claws
12656
12657         * release 0.7.0, with cvs tag 'rel_0_7_0'
12658
12659 2002-01-13 [paul]
12660
12661         * tools/filter_conv.pl
12662         * tools/README
12663                 rewritten to output to matcherrc instead of filteringrc
12664
12665         * po/es.po
12666                 updated Spanish translation by Ricardo Mones Lastra
12667
12668 2002-01-13 [alfons]
12669
12670         * po/nl.po
12671                 update dutch translation
12672
12673 2002-01-13 [paul]
12674
12675         * po/pt_BR.po
12676                 Updated by Fabio Junior Beneditto 
12677
12678 2002-01-13 [melvin]     0.6.6claws53
12679
12680         * po/fr.po
12681                 Updated french translation
12682
12683 2002-01-12 [alfons]     0.6.6claws52
12684
12685         * src/filtering.c
12686                 plug mem leak that has been sitting there for ages              
12687
12688 2002-01-12 [alfons]     0.6.6claws51
12689
12690         * src/summaryview.c
12691                 undo melvin's changes from 0.6.6claws48 because summary
12692                 view now refuses to select first unread message when
12693                 selecting a folder 
12694
12695 2002-01-11 [alfons]     0.6.6claws50
12696
12697         * src/import.c
12698                 use claws' semantics for getting folder item when
12699                 importing an mbox file into a folder 
12700                 (submitted by Dale P. Smith)
12701
12702 2002-01-11 [christoph]  0.6.6claws49
12703
12704         * src/prefs.h
12705                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12706                 toggle widget, because non static prefs can not use
12707                 prefs_set_* functions
12708         * src/prefs_account.c
12709                 toggle smtp auth password field sensitivity if
12710                 user id is empty and add descrition of usage for
12711                 these fields
12712         * src/prefs_folder_item.c
12713                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12714                 callbacks
12715
12716 2002-01-11 [melvin]     0.6.6claws48
12717
12718         * src/compose.c
12719                 fix the 'Ctrl-Enter' feature for sending and test really
12720                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12721                 editables which was not documented in Gtk)
12722
12723         * src/summaryview.c
12724                 Made summaryview refresh after sorting and not before.
12725
12726 2002-01-11 [christoph]  0.6.6claws47
12727
12728         * src/compose.c
12729                 select account from account ids if possible and
12730                 correctly set save folder for copy in reedit
12731
12732 2002-01-10 [paul]       0.6.6claws46
12733
12734         * sync with sylpheed 0.7.0 release
12735                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12736                 2002-01-09
12737
12738 2002-01-09 [alfons]
12739
12740         * src/summaryview.c
12741                 remove more dirt traces...
12742
12743 2002-01-09 [alfons]
12744         
12745         * src/summaryview.c
12746                 clean up some traces of my debugging stuff
12747
12748 2002-01-09 [alfons]     0.6.6claws45
12749
12750         * src/filtering.c
12751                 break up filteringprop_apply() in three separate pieces
12752                 so we can drop messages that failed processing in the
12753                 inbox
12754
12755         * src/summaryview.c
12756                 fix bug #469598 "no refresh of inbox after filter" which 
12757                 was introduced by the new summary view locking, and which 
12758                 prevented the summary view to update after a manual filter 
12759                 message. claw's filter message requires a summary_show().
12760                 (aargh, summary_show() again! :-)
12761                 
12762 2002-01-07 [alfons]     0.6.6claws44
12763
12764         * src/headerwindow.c
12765         * src/logwindow.c
12766         * src/messageview.c
12767         * src/sourcewindow.c
12768                 bring in Hiro's last 0.7.0 wm class fixes
12769
12770         * tools/sylprint.pl
12771                 bring in Ricardo's fix for sylprint script
12772
12773         * AUTHORS       
12774         * src/rfc2015.[ch]
12775         * src/prefs_common.[ch]
12776         * src/prefs_account.[ch]
12777         * src/compose.c
12778                 clean up account preference poison in rfc2015,
12779                 and preparation to fix double sign bug 
12780                 (patch submitted by Simon 'corecode' Schubert)
12781
12782 2002-01-07 [christoph]  0.6.6claws43
12783
12784         * src/mh.c
12785                 search for free message number, do not only rely
12786                 on last_num
12787         * src/send.c
12788                 fix smtp auth and use extra account information
12789                 if available, if not use pop3 data instead
12790                 (closes bug #500341)            
12791         * src/ssl.[ch]
12792                 match coding style
12793
12794 2002-01-06 [alfons]     0.6.6claws42
12795
12796         * src/mainwindow.c
12797                 try making the separate windows work again...
12798
12799 2002-01-06 [alfons]     0.6.6claws41
12800
12801         * src/mainwindow.c
12802                 adapt Hiro's separate window menu (to get rid of the funny
12803                 duplicate menu items), and make it work again
12804
12805 2002-01-06 [alfons]     0.6.6claws40
12806
12807         * tools/Makefile.am
12808         * tools/sylprint.rc
12809         * tools/sylprint.pl
12810         * tools/README.sylprint
12811                 add sylprint script for printing mails from Sylpheed
12812                 (contributed by Ricardo Mones Lastra)
12813
12814         * src/acount.c
12815                 clean up
12816
12817 2002-01-06 [melvin]     0.6.6claws39
12818
12819         * src/mainwindow.c
12820         * src/summaryview.c
12821                 Fixed crash introduced in 0.6.6claws38 by the menu
12822                 reorganisation (Hide read messages)
12823         
12824         * ChangeLog.claws 
12825                 Fixed typo (we are now in 2002, alfons ;) )
12826
12827 2002-01-05 [alfons]     0.6.6claws38
12828
12829         * sync with sylpheed 0.6.6cvs10-17
12830                 (last stuff marked as LAST_STABLE)
12831
12832 2002-01-04 [melvin]     0.6.6claws37
12833
12834         * src/account.c
12835                 Made account selection code use strcasestr again instead of
12836                 g_strcasecmp (fixes bug where reediting queued messages
12837                 did not select proper account reported by T. Link).
12838         
12839         * src/folderview.c
12840                 Fix bug where folder icons are not shown when 'hide read messages'
12841                 is on.
12842         
12843         * src/stock_pixmaps.[ch]
12844                 Added folder icons for 'hide read messages'.
12845         
12846         * src/compose.c
12847                 Fixed bug where 'Enter' in a header entry will send the message 
12848                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12849
12850 2002-01-03 [melvin]     0.6.6claws36
12851         
12852         * src/prefs.[ch]
12853                 Added popup menu for common preferences and
12854                 account preferences (right click on tab displays
12855                                 a menu of all tabs.)
12856
12857 2002-01-02 [melvin]     0.6.6claws35
12858
12859         * src/gtkspell.[ch]
12860                 Made spelling code compatible with undo/redo feature.
12861                 Added creation of suggestion mode menu for the general
12862                         preferences.
12863         
12864         * src/prefs_common.[ch]
12865                 Added option menu for the speller's suggestion mode.
12866                 Added missing spaces in "..." buttons and made a "..."
12867                         button non translatable!
12868         
12869         * src/compose.c
12870                 Made speller use the default suggestion mode.
12871                 Hack to make it possible to choose 'CTRL-Enter' as a
12872                         shortcut for sending (and only for sending).
12873
12874         * src/prefs_folder_item.c
12875                 Changing subject simplification does not update cache 
12876                         anymore (because it is unnecessary).
12877                 Fixed bug where changing subject simplification updated the 
12878                         summaryview even when the viewed folder is not the
12879                         folder which properties are being changed. (E.g. 
12880                                         viewing folder A and changing
12881                                         the subject simplification of 
12882                                         folder B -not being viewed- updated the 
12883                                         summaryview of folder A with data of
12884                                         folder B). (Hope this is clear... )
12885
12886 2001-12-31 [alfons]     0.6.6claws34
12887         
12888         * src/ldif.c
12889         * src/mutt.c
12890                 fgetc() returns a signed integer which doesn't
12891                 fit in a char. so c truncates this to a char
12892                 but we may lose significant bits. i.e. we may
12893                 comparing 0xFF which may not be equal to -1
12894                 unless properly casted to signed char which
12895                 we won't do because fgetc() returns a signed
12896                 integer which doesn't fit in a char. so c 
12897                 truncates this to a char but we may lose 
12898                 significat bits. (you got the idea, thanks
12899                 to Gustavo Noronha Silva <kov@debian.org>
12900                 and the Debian folks!)
12901
12902 2001-12-30 [alfons]     0.6.6claws33
12903
12904         * src/prefs_common.c
12905                 add #ifdef USE_PSPELLs that Melvin forgot               
12906
12907 2001-12-30 [melvin]     0.6.6claws32
12908         
12909         * src/prefs_common.[ch]
12910                 Added configurable color for misspelled words.
12911
12912         * src/gtkspell.[ch]
12913                 Fixed bug of foreground text color (reported by David
12914                                 Mehrmann)
12915                 Added configurable color for misspelled words.
12916
12917 2001-12-30 [alfons]     0.6.6claws31
12918
12919         * src/folder.c
12920                 remove unnecessary things someone put there
12921
12922         * src/mh.c
12923         * src/folder.[ch]
12924                 make folder properties (like threading and sorting) persistent
12925                 (closes bug #497424 "rescan folder tree resets proprieties")
12926                 currently this is only for MH folders. 
12927
12928 2001-12-29 [melvin]     0.6.6claws30
12929
12930         * src/string_match.[ch]
12931                 Optimized a bit: regexp pattern buffer compiled only once, and
12932                   one subroutine call removed. Fixed ^ regexp search: Now, 
12933                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12934         
12935         * src/summaryview.c
12936                 Subject filtering changed to filter summary columns and
12937                   not directly the messages subject cache. The loss in 
12938                   performance is balanced by the improvement of string_match.
12939                 Added an alert panel if there is an error in the regexp.
12940
12941         * src/src/prefs_folder_item.h
12942                 Added a regexp pattern buffer.
12943
12944 2001-12-28 [alfons]     0.6.6claws29
12945
12946         * src/string_match.[ch]
12947                 clean up name space
12948                 allow compilation *BSD
12949
12950 2001-12-27 [alfons]     0.6.6claws28
12951
12952         * src/filter.c
12953                 sync the Hiro's bug fix for BSD
12954
12955 2001-12-27 [melvin]     0.6.6claws27
12956         
12957         * src/compose.c
12958                 Simplify focus to subject entry code.
12959
12960 2001-12-27 [darko]      0.6.6claws26
12961
12962         * src/filtering.c
12963         * src/mbox_folder.c
12964         * src/messageview.c
12965         * src/mh.c
12966         * src/procheader.[ch]
12967         * src/procmsg.h
12968         * src/stock_pixmap.[ch]
12969         * src/summaryview.c
12970                 Show key icon for encrypted mails in summary view
12971
12972         * src/pixmaps/clip.xpm
12973         * src/pixmaps/clipkey.xpm
12974         * src/pixmaps/key.xpm
12975                 New/modified icons for the above
12976
12977 2001-12-27 [melvin]     0.6.6claws25
12978
12979         * src/prefs_common.c
12980                 Put spell checker options in a separate tab to decrease
12981                 the Common Preferences window height.
12982
12983         * README.claws  
12984                 Update spell checker usage instruction about its options
12985                 location.
12986
12987 2001-12-27 [melvin]     0.6.6claws24
12988
12989         * src/compose.c
12990                 Changed subject entry widget position. Initial focus is
12991                 on the To header instead of the subject entry.
12992                 Creating a new header scrolls the header list to make the
12993                 created one visible. Nevertheless, when automatically filling
12994                 headers, the first one is shown.
12995                 A Tab key press in the last empty header entry zips the 
12996                 focus to the subject entry.
12997                 (I did not change the combo boxes, yet)
12998
12999 2001-12-26 [alfons]     0.6.6claws23
13000
13001         * src/prefs_account.c
13002         * src/inc.c
13003                 allow default inbox to reside in another mailbox (only
13004                 works for POP3 accounts)
13005
13006 2001-12-26 [alfons]     0.6.6claws22
13007         
13008         * src/textview.c
13009                 make reply-on-click work with the account of the selected folder
13010         * src/compose.c
13011                 put a fixme here to remind me to fix finding correct default
13012                 account for nested folders
13013
13014 2001-12-25 [alfons]     0.6.6claws21
13015
13016         * src/summaryview.c
13017                 make column headers display locked and mark pixmaps (idea by Melvin) 
13018                 fix bug by adding score and locked column type to sort array
13019
13020 2001-12-25 [alfons]     0.6.6claws20
13021         
13022         * src/summaryview.c
13023                 catch a *potentially* inadvertent write back of  
13024                 the message cache(s) introduced by 0.6.5claws37
13025
13026 2001-12-25 [christoph]  0.6.6claws19
13027
13028         * src/stock_pixmap.[ch]
13029         * src/summaryview.c
13030                 add ignore thread pixmap
13031                 (can someone draw a better icon for this?)
13032
13033 2001-12-24 [alfons]     0.6.6claws18
13034
13035         * src/prefs_folder_item.c
13036                 make address completion actually work for the
13037                 Default To address in the Folder Property dialog.
13038
13039 2001-12-24 [alfons]     0.6.6claws17
13040         
13041         * src/summaryview.c
13042                 use new style regexp for subject stripping 
13043                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13044
13045 2001-12-24 [darko]      0.6.6claws16
13046
13047         * src/pgptext.c
13048         * src/rfc2015.c
13049                 move GPG related informational messages to debug mode
13050
13051 2001-12-23 [alfons]     0.6.6claws15
13052
13053         * src/stock_pixmap.[ch]
13054         * src/summaryview.c
13055                 add the forgotten Claws' locked pixmap
13056
13057 2001-12-23 [alfons]     0.6.6claws14
13058
13059         * src/filesel.c
13060                 accept file name typed in entry in multi file
13061                 selector (patch submitted by Gustavo Noronha Silva 
13062                 <kov@debian.org>)
13063
13064 2001-12-23 [alfons]     0.6.6claws13
13065
13066         * src/prefs_filter.c
13067         * src/prefs_filtering.c
13068         * src/matcher.c
13069         * src/importmutt.c
13070                 clean up a little bit
13071         
13072         * src/string_match.c
13073                 validate input strings a little bit more
13074
13075 2001-12-23 [alfons]     0.6.6claws12
13076
13077         * src/Makefile.am
13078         * src/summaryview.c
13079         * src/string_match.[ch]         ** NEW **
13080         * src/folderview.[ch]
13081         * src/headerview.h
13082         * src/folder.[ch]
13083         * src/prefs_folder_item.[ch]
13084                 add subject simplification to strip out strings from
13085                 a subject line (esp. handy for mailing lists). 
13086                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13087                 but slightly changed things for better integration.)
13088
13089 2001-12-23 [alfons]     0.6.6claws11
13090
13091         * src/mainwindow.c
13092                 fix bug introduced by submission included in 0.6.5claws52.
13093                 ideally this submission should clean the trash if any trash
13094                 folder has a message. however, the hasTrash variable was
13095                 set to false whenever a trash folder was empty (discarding
13096                 a previously found *filled* trash folder.)
13097
13098                 also edited the code a little bit and made it more safe.
13099
13100 2001-12-22 [alfons]     0.6.6claws10
13101
13102         * src/imap.c
13103                 quick fix for Martin Pool's omission of an account
13104                 specific SSL setting
13105
13106 2001-12-22 [alfons]     0.6.6claws9
13107
13108         * src/compose.c
13109         * src/messageview.c
13110         * src/mimeview.c
13111         * src/pgptext.c
13112         * src/procmime.[ch]
13113                 better support for multipart/digest (submitted
13114                 by Fredrik <e98fo@efd.lth.se>)
13115
13116 2001-12-22 [alfons]     0.6.6claws8
13117
13118         * src/addressbook.c
13119                 correct function signature
13120         * src/socket.[ch]
13121         * src/imap.[ch]
13122         * src/prefs_account.[ch]
13123                 allow IMAP over SSH tunnel (patch submitted by 
13124                 Martin Pool <mbp@samba.org>)
13125
13126 2001-12-21 [alfons]     0.6.6claws7
13127
13128         * sync with sylpheed 0.6.6cvs4-9
13129                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13130
13131 2001-12-21 [christoph]  0.6.6claws6
13132
13133         * src/compose.c
13134         * src/prefs_folder_item.[ch]
13135                 implement saving of outgoing messages to current folder.
13136                 fix segfault when no default outbox is available
13137                 (closes bug #495683)
13138
13139 2001-12-21 [carsten]    0.6.6claws5
13140         * src/folderview.c
13141         * src/summaryview.c
13142                 pressing CTRL while DND does now the expected thing and
13143                 copies the mail (moving is still the default, as this
13144                 seam more appropriate for handling mails by DND)
13145
13146 2001-12-18 [paul]       0.6.6claws4
13147
13148         * sync with sylpheed 0.6.6cvs3
13149                 see ChangeLog entries 2001-12-18
13150
13151 2001-12-18 [hiro]       0.6.6claws3
13152
13153         * src/undo.c
13154                 fix for multibyte characters (obtain the number of letters
13155                 instead of bytes).
13156
13157 2001-12-17 [paul]       0.6.6claws2
13158
13159         * sync with sylpheed 0.6.6cvs1
13160                 see ChangeLog entry 2001-12-16
13161
13162 2000-12-17 [alfons]     0.6.6claws1
13163
13164         * src/filtering.c
13165                 clean up
13166
13167 2001-12-16 [paul]       0.6.6claws
13168 2001-12-15
13169
13170         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13171
13172         * src/mimeview.c
13173                 last minute sync with main 0.6.6
13174
13175         * po/es.po
13176                 updated by Ricardo Mones Lastra
13177                 update for last minute sync
13178         * po/fr.po
13179         * po/nl.po
13180                 update for last minute sync
13181         * po/de.po
13182                 updated by Jens Oberender
13183         * po/pt_BR.po
13184                 updated by Fabio Junior Beneditto
13185
13186         * src/prefs_common.[ch]
13187         * src/undo.c
13188                 number of undo levels is user configurable
13189                 (squeeze it into the release in the dying
13190                 moments) Submitted by Jens Oberender    
13191
13192 2001-12-15 [melvin]
13193
13194         * po/fr.po
13195                 updated french translation
13196
13197 2001-12-15 [paul]       0.6.5claws92
13198
13199         * sync with sylpheed 0.6.5cvs28
13200                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13201
13202         * po/nl.po
13203                 update to allow for sync
13204
13205 2001-12-15 [alfons]
13206         
13207         * po/nl.po
13208                 update dutch translation
13209
13210 2001-12-14 [carsten]    0.6.5claws91
13211         * src/summaryview.c
13212                 fixed bug #473785; also after changing the column order
13213                 the same message will be selected and displayed as before
13214                 the reordering
13215
13216 2001-12-14 [carsten]    0.6.5claws90
13217         * src/folderview.c
13218                 probably found the bug reported by wwb opening or closing
13219                 a folder tree just before dnd (found the solution in the
13220                 balsa source -- thanks to them)
13221
13222 2001-12-14 [carsten]    0.6.5claws89
13223         * src/gtkutils.c
13224         * src/account.c
13225                 moved gtk_clist_moveto to the right place, so that
13226                 only the accounts dialog is effected on opening
13227
13228 2001-12-14 [carsten]    0.6.5claws88
13229         * src/gtkutils.c
13230                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13231                 now, so that the focused row will be seen in any case
13232                 (reported by wwp on sf-claws-user)
13233
13234 2001-12-14 [darko]      0.6.5claws87
13235
13236         * src/compose.c
13237                 remove unnecessary line
13238
13239 2001-12-14 [paul]       0.6.5claws86
13240
13241         * sync with sylpheed 0.6.5cvs27
13242                 see ChangeLog entries 2001-12-14
13243
13244 2001-12-14 [carsten]    0.6.5claws85
13245         * src/mainwindow.c
13246                 following a suggestion of Melvin the rcoabm pops up
13247                 right under the button now and the button is reliefed
13248                 while the popup is open
13249
13250 2001-12-14 [darko]      0.6.5claws84
13251
13252         * src/compose.c
13253                 fix crash when wrapping long lines if linewrap quotation
13254                 is disabled and wrapper encounters a word spanning more
13255                 than one line
13256
13257 2001-12-13 [paul]       0.6.5claws83
13258
13259         * src/compose.c
13260                 prefer 'Reply-To' header over mailing list header when
13261                 replying to a message. Finally prevent all those confirmation 
13262                 messages being sent to the list itself.
13263
13264         * src/summaryview.c
13265                 remove unused summary_set_menu_sensitive() entry
13266
13267 2001-12-13 [paul]       0.6.5claws82
13268
13269         * src/folderview.c
13270         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13271         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13272         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13273                 improvements to 'Hide read messages': Inbox, Outbox,
13274                 Trash, Queue, and Draft icons now reveal presence of hidden 
13275                 messages
13276
13277 2001-12-12 [alfons]     0.6.5claws81
13278
13279         0.6.5claws80 was tagged as LAST_STABLE
13280
13281         * src/filtering.[ch]
13282         * src/matcher.[ch]
13283         * src/matcher_parser_lex.c
13284                 fix the filtering; my last attempt to get it right, 
13285                 if it does not work, it's Hoa's turn. ;-)
13286
13287                 for my honourable peers:
13288                 
13289                 the code now makes a clear distinction between
13290                 rules as they are displayed (probably escaped),
13291                 and as they are executed (probably unescaped). the
13292                 parser does *NOT* do any unescaping, this is
13293                 the task of the matcher.c (which breaks up a
13294                 rule into condition) and the filtering.c (which
13295                 breaks up the rule's action). to make this
13296                 run happily we provide an unescaped copy of
13297                 crucial strings to the MatcherProp and 
13298                 FilteringAction structures. note that the only
13299                 exception to this is any REGEXP string. those
13300                 are directly passed to regcomp() and regexp()
13301                 (who have much more powerful unescape functions).
13302                 
13303                 for everyone else:
13304         
13305                 you can escape tab (\t), carriage return (\r),
13306                 linefeed (\n), form feed (\f), quote (\"), 
13307                 single quote (\'), bell (\b) in all the entry
13308                 lines in the scoring & filtering dialogs.
13309                 as an added bonus this should not affect
13310                 existing filtering rules.
13311
13312 2001-12-12 [carsten]    0.6.5claws80
13313
13314         * src/summaryview.c
13315         * po/de.po
13316                 "item(s) selected" is now sensitive to 1 or more
13317                 than one selected (nice for language where simple
13318                 adding of a "s" is not possible as German (Eintrag
13319                 ->Eintr"age)
13320                 
13321                 the "forward as attachment" entry from the right
13322                 click menu removed, "forward" acts following the
13323                 prefs
13324         
13325         * src/textview.c
13326                 reverted my former changes; so compiler warning again
13327                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13328                 nevertheless
13329
13330         * src/messageview.c
13331                 "search in message" does now *not* only work in MVIEW_TEXT
13332                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13333                 message
13334
13335         * src/mainwindow.c
13336                 removed "/File/_Close" as it was the same as "/File/E_xit"
13337                 and we don't need it two times
13338
13339                 the separate folder view and message view now get a distinct
13340                 WMCLASS, just in case someone is using sawfish ;-)
13341
13342                 as the menu entries "/View/Message view" and "/View/Folder tree"
13343                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13344                 make them sensitive accordingly and as these two are "shown"
13345                 after startup anytime check this menuitem at startup
13346
13347 2001-12-12 [paul]       0.6.5claws79
13348
13349         * src/folderview.c
13350                 fix sensitivity of 'Search folder...', broken in
13351                 0.6.5claws75
13352
13353         * src/mainwindow.c
13354                 fix dodgy English
13355
13356 2001-12-11 [carsten]    0.6.5claws78
13357         * src/filtering.c
13358                 fixed two typos returning a wrong FALSE/TRUE
13359         * src/mainwindow.[ch]
13360                 extra menu for email/news button removed
13361
13362 2001-12-11 [alfons]     0.6.5claws77
13363         
13364         * src/matcher.c                 (1.3)
13365         * src/matcher_parser_lex.l      (1.28)
13366                 revert for another attempt
13367                 mark 0.6.5claws77 as LAST_STABLE
13368
13369 2001-12-11 [christoph]  0.6.5claws76
13370
13371         * po/de.po
13372                 fixed wrong translation for prev. unread msg
13373
13374 2001-12-11 [paul]       0.6.5claws75
13375
13376         * src/folder.[ch]
13377         * src/folderview.c
13378         * src/mainwindow.c
13379         * src/summaryview.[ch]
13380         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13381                 enable ability to hide read messages on per folder basis via 
13382                 '/Summary/Hide read messages'; when selected, a folder will 
13383                 have a red open folder icon, instead of a blue icon, if the 
13384                 folder contains hidden messges
13385                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13386
13387         * src/mainwindow.c
13388                 remove '/Message/Forward as attachment' from 
13389                 main_window_set_menu_sensitive() to prevent debug warning
13390
13391         * src/folderview.c
13392         * src/mainwindow.c
13393                 Clean up some of the English
13394
13395         * tools/newscache_clean.pl
13396                 allow for new 'hidereadmsgs' entry in folderlist.xml
13397
13398         * po/es.po
13399                 updated translation, submitted by Ricardo Mones Lastra
13400
13401 2001-12-11 [paul]       0.6.5claws74
13402
13403         * sync with sylpheed 0.6.5cvs25
13404                 see ChangeLog entry 2001-12-11
13405
13406 2001-12-10 [alfons]     0.6.5claws73
13407
13408         * src/matcher.c
13409                 add more control characters
13410         * src/matcher_parser_lex.l
13411                 make escaping / unescaping work again
13412
13413 2001-12-10 [alfons]     0.6.5claws72
13414
13415         * src/imap.c
13416                 clean up warnings "returning value for void function" 
13417         * src/prefs_filtering.c
13418                 make info button for execute action sensitive
13419
13420 2001-12-10 [paul]       0.6.5claws71
13421
13422         * src/compose.c
13423         * src/imap.[ch]
13424         * src/summaryview.c
13425                 fix: imap server now gets informed of MARKED, UNMARKED
13426                 and REPLY events. Now people can use different IMAP-Mail
13427                 clients and have the exact same information about MARKED,
13428                 UNMARKED and REPLY status with all of them. Especially
13429                 useful for imap servers with a web-frontend.
13430                 submitted by Tobias Sandhaas <medlor@web.de>
13431
13432 2001-12-09 [melvin]     0.6.5claws70
13433         
13434         * src/textview.[ch]
13435                 fixed bug #490076 (hunted down by Alfons who implemented
13436                 a workaround in 0.6.5claws65)
13437
13438 2001-12-09 [christoph]  0.6.5claws69
13439
13440         * src/summaryview.c
13441                 set pointer to string in LOCKED column to NULL
13442                 (might fix bug #490800)
13443
13444 2001-12-09 [carsten]    0.6.5claws68
13445
13446         * po/de.po
13447                 resolved some cluttered menu shortcuts 
13448                 ('creating new email' and 'creating news message'
13449                 hade the same)
13450         * src/compose.c
13451                 wmclass now distinc from main window
13452         * src/mainwindow.c
13453           src/mainwindow.h
13454                 email/news and forward button functionality similar
13455                 to the reply buttons; removed the ugly dropdown arrows
13456                 and use instead the right mouse button
13457
13458 2001-12-09 [paul]       0.6.5claws67
13459
13460         * src/imap.c
13461         * src/utils.h
13462                 allow spaces in imap folder names
13463                 submitted by Willem van Engen <wvengen@stack.nl>
13464
13465 2001-12-09 [paul]       0.6.5claws66
13466
13467         * sync with sylpheed 0.6.5cvs24
13468                 see ChangeLog entry 2001-12-09
13469
13470 2001-12-08 [alfons]     0.6.5claws65
13471
13472         * src/textview.c
13473                 prevent secondary selection claim after "add to sender" dialog
13474                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13475                 we trick GTK by simulating a click at (0, 0) in the textview.
13476
13477 2001-12-08 [hoa]        0.6.5claws64
13478
13479         * src/folder.c
13480                 fixed a bug about the .processing folder name while filtering
13481
13482 2001-12-08 [alfons]     0.6.5claws63
13483
13484         * src/folderview.c 
13485                 work around problem of not correctly updating folder stats
13486                 when deleting messages. there's some folder scanning evil
13487                 going so the folderview_update_msg_num() does not work
13488                 correctly. need to investigate this.
13489
13490 2001-12-08 [paul]       0.6.5claws62
13491
13492         * sync with sylpheed 0.6.5cvs23
13493                 see ChangeLog entry 2001-12-08
13494
13495 2001-12-07 [christoph]  0.6.5claws61
13496
13497         * src/compose.c
13498                 fix another header translation problem
13499
13500 2001-12-07 [alfons]     0.6.5claws60
13501
13502         * src/mbox.c
13503                 make filtering also work on local spool mbox
13504
13505 2001-12-07 [carsten]    0.6.5claws59
13506         * src/addressbook.c
13507                 addressbook window gets a wmclass distinct from the main
13508                 sylpheed window
13509         * src/compose.h
13510         * src/mainwindow.[ch]
13511                   forward menu item will use mode selected in prefs, forward 
13512                 as attatchment in menu removed (will be substituted in the
13513                 toolbar similar to reply buttons)
13514                   create news message menu entry and news button is now 
13515                 sensitive to the existance of a news account
13516         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13517         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13518         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13519                 these are removed because the toolbar buttons don't show
13520                 the quoting modus any longer
13521
13522 2001-12-07 [paul]
13523
13524         * tools/newscache_clean.pl      ** NEW FILE **
13525                 perl script to do some tidying up in the newscache directory 
13526                 
13527         * tools/sylpheed-switcher       ** NEW FILE **
13528                 perl script to enable easy switching between main and claws
13529                 
13530         * tools/README
13531                 added descriptions of the two new perl scripts          
13532
13533
13534 2001-12-07 [melvin]     0.6.5claws58
13535
13536         * src/messageview.c
13537                 fixed a warning during compilation introduced in 0.6.5claws56
13538
13539 2001-12-07 [paul]       0.6.5claws57
13540
13541         * src/mainwindow.[ch]
13542         * src/menu.[ch]
13543                 further usability enhancements to replying with or without 
13544                 quoting via the toolbar, use of Ctrl key is replaced by 
13545                 drop down menu 
13546                 Submitted by Carsten Schurig            
13547
13548 2001-12-07 [melvin]     0.6.5claws56
13549
13550         * src/messageview.c
13551                 hack to fix bug that prevented to make/paste selections
13552                 after switching between MVIEW_TEXT and MVIEW_MIME views
13553                 without deselecting the selection first.
13554
13555 2001-12-06 [alfons]     0.6.5claws55
13556
13557         * src/filtering.[ch]
13558         * src/inc.c
13559                 revise filtering a little bit more, and make sure
13560                 messages are delivered to the appropriate inbox
13561                 (perhaps set per account)
13562
13563 2001-12-06 [paul]       0.6.5claws54
13564
13565         * sync with sylpheed 0.6.5cvs22
13566                 see ChangeLog entry 2001-12-06
13567
13568 2001-12-05 [alfons]     0.6.5claws53
13569
13570         * src/inc.c
13571         * src/folder.[ch]
13572         * src/procmsg.c
13573         * src/filtering.c
13574                 more revisions of filtering system
13575                 (last stable version is marked as LAST_STABLE)
13576                 
13577                 | NOTE 1): the filtering system now uses a local folder called
13578                 | .processing. if filtering fails, check this directory
13579                 | for missing messages.
13580                 |
13581                 | NOTE 2): help us find the filtering actions still missing
13582
13583 2001-12-05 [paul]       0.6.5claws52
13584
13585         * src/mainwindow.c
13586                 fix bug where 'Empty Trash?' pop-up window appears even
13587                 when Trash is empty, submitted by Jesse Skinner         
13588
13589 2001-12-05 [melvin]     0.6.5claws51
13590
13591         * src/compose.c
13592                 fixed bug #486106 to select correct account when reediting 
13593                 a queued message
13594         
13595 2001-12-04 [alfons]     0.6.5claws50
13596
13597         * src/mh.c
13598                 declare markfile in appropriate functions when
13599                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13600                 for spotting this)
13601
13602 2001-12-04 [paul]       0.6.5claws49
13603
13604         * sync with sylpheed 0.6.5cvs21
13605                 see ChangeLog entry 2001-12-04
13606
13607 2001-12-03 [christoph]  0.6.5claws48
13608
13609         * po/de.po
13610                 changed translation of undo
13611         * src/account.c
13612         * src/folder.c
13613                 don't reinvent the wheel to traverse a GNode
13614         * src/compose.[ch]
13615                 seperate code to create the compose gui into functions
13616                 add "Others" page with folder selection for saving copy
13617                 of the message.
13618                 the folder identifier is saved to queue header
13619         * src/procmsg.c
13620                 save message to folder in queue header
13621
13622 2001-12-03 [paul]       0.6.5claws47
13623
13624         * sync with sylpheed 0.6.5cvs20
13625                 see ChangeLog entry 2001-12-03
13626
13627 2001-12-01 [paul]
13628
13629         * more sync with sylpheed 0.6.5cvs19
13630                 see ChangeLog entry 2001-11-29
13631
13632 2001-11-30 [paul]       0.6.5claws46
13633         
13634         * src/compose.c
13635                 remove conflicts introduced by Hoa's last commit
13636          
13637         * src/mainwindow.c
13638                 make 'Message/Bounce' sensitive
13639
13640 2001-11-30 [hoa]        0.6.5claws45
13641
13642         * src/compose.c
13643                 slightly change bounce function to add
13644                 information about the user that bounced the mail
13645                 in the From header line.
13646
13647         * src/folderview.c
13648                 permit the use of processing in outbox folder.
13649
13650 2001-11-29 [paul]       0.6.5claws44
13651
13652         * src/mainwindow.[ch]
13653         * src/prefs_common.c
13654         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13655         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13656         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13657                 usability enhancements to the quoting, implements
13658                 use of Ctrl key to toggle quoting settings
13659                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13660
13661 2001-11-29 [paul]       0.6.5claws43
13662         
13663         * sync with sylpheed 0.6.5cvs19
13664                 see ChangeLog entry 2001-11-28
13665
13666 2001-11-29 [melvin]     0.6.5claws42
13667         * src/Makefile.am
13668                 added enriched.[ch] to the list of files
13669
13670         * src/textview.c
13671         * src/mimeview.c
13672         * src/procmime.[ch]
13673         * src/enriched.[ch]
13674                 added support to view text/enriched
13675                 added support to show headers in message view for text/enriched and text/html
13676                         in non multipart messages
13677
13678 2001-11-28 [paul]       0.6.5claws41
13679
13680         * more sync with sylpheed 0.6.5cvs18
13681                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13682
13683 2001-11-27 [paul]       0.6.5claws40
13684         
13685         * po/pt_BR.po
13686                 updated translation, submitted by Fabio Junior Beneditto
13687                 
13688         * sync with sylpheed 0.6.5cvs18
13689                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13690                 2001-11-27
13691
13692
13693 2001-11-26 [paul]
13694
13695         * po/es.po
13696                 updated translation, submitted by Ricardo Mones Lastra
13697
13698 2001-11-26 [alfons]
13699
13700         * src/matcher.c
13701                 add more translatable strings
13702
13703 2001-11-26 [christoph]  0.6.5claws39
13704
13705         * po/de.po      
13706                 fixed one more umlaut
13707         * src/compose.c
13708                 fix translated header when it should not be translated
13709
13710 2001-11-26 [paul]       0.6.5claws38
13711
13712         * src/mainwindow.c
13713                 remove '/Message/Add Sender to address book' from 
13714                 main_window_set_menu_sensitive(), prevent debug warning
13715                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13716
13717 2001-11-26 [paul]       0.6.5claws37
13718
13719         * src/summaryview.c
13720                 fix 'recurring unread state' bug 
13721
13722         * tools/README 
13723         * tools/filter_conv.pl
13724                 read name of top level mailbox from folderlist.xml
13725                 and presume nothing about its name              
13726
13727 2001-11-26 [darko]      0.6.5claws36
13728
13729         * src/gtkstext.[ch]
13730                 removed functions that are now in gtkutils.c
13731                 use gtkut_text_is_uri_string() from gtkutils.c
13732         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13733
13734 2001-11-26 [paul]       0.6.5claws35
13735
13736         * sync with sylpheed 0.6.5cvs16
13737                 see ChangeLog entries 2001-11-25 and 2001-11-26
13738
13739 2001-11-25 [alfons]     0.6.5claws34
13740
13741         EXPERIMENTAL!!! Please checkout the last stable version using: 
13742           
13743         % cvs update -r LAST_STABLE -dRAP
13744
13745         (Or help us testing this stuff.)
13746
13747         * src/filtering.c               (1.14)
13748         * src/filtering.h               (1.6)
13749         * src/inc.c                     (1.28)
13750         * src/matcher.c                 (1.20)
13751         * src/mbox.c                    (1.9)
13752         * src/procmsg.h                 (1.14)
13753         * src/summaryview.c             (1.59)
13754         * src/summaryview.h             (dunno)
13755                 revert/merge/sync to as it was before commit 
13756                 on Thu, 19 Jul 2001 10:15:51 -0700.
13757
13758 2001-11-25 [hoa]        0.6.5claws33
13759
13760         * src/main.c
13761                 processing mails at startup
13762
13763         * src/folderview.c
13764         * src/summaryview.[ch]
13765                 processing mails when entering folder
13766
13767         * src/prefs_filtering.c
13768                 fixed some UI bugs
13769
13770 2001-11-24 [alfons]     0.6.5claws32
13771
13772         * src/summaryview.[ch]
13773                 make summary sort headers work, and also make
13774                 sure the sort type is stored
13775
13776 2001-11-23 [alfons]     0.6.5claws31
13777
13778         * src/summaryview.[ch]
13779                 make lock work like mark
13780                 disallow deleting messages marked as locked
13781
13782 2001-11-23 [alfons]     0.6.5claws30
13783
13784         * src/gtkstext.c
13785         * src/compose.[ch]
13786         * src/Makefile.am
13787         * src/undo.[ch]
13788                 merge undo patch submitted by Jens
13789
13790 2001-11-23 [christoph]  0.6.5claws29
13791
13792         * src/.cvsignore
13793                 added ylwrap
13794         * src/compose.c
13795                 fixed gpg signing and encoding
13796         * src/folder.[ch]
13797         * src/main.c
13798                 added --status option to get new, unread and total
13799                 message count from a running sylpheed
13800         * src/prefs_common.c
13801                 temporary fix for reply_with_quote problem
13802                 (don't call functions for non existing widget)
13803         * src/procmsg.c
13804                 one more check for ignored threads but still not
13805                 always working correctly. probably a recursive
13806                 check for all parents is needed
13807
13808 2001-11-23 [darko]      0.6.5claws28
13809
13810         * src/compose.c
13811                 wrapping on send improvements
13812         * src/gtkutils.[ch]
13813                 fix for GtkSText after last sync with main branch
13814                 GTK_TEXT -> GTK_STEXT
13815
13816 2001-11-23 [paul]       0.6.5claws27
13817
13818         * sync with sylpheed 0.6.5cvs14
13819                 see ChangeLog entries 2001-11-22 and 2001-11-23
13820                 
13821         * po/de.po
13822                 fixed the scrambled umlauts 
13823                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13824
13825 2001-11-21 [paul]       0.6.5claws26
13826
13827         * sync with sylpheed 0.6.5cvs12
13828                 see 2nd ChangeLog entry dated 2001-11-20
13829
13830 2001-11-20 [paul]       0.6.5claws25
13831
13832         * sync with sylpheed 0.6.5cvs11
13833                 see ChangeLog entry 2001-11-19 (src/utils.c)
13834
13835 2001-11-20 [hiro]
13836
13837         * src/compose.c
13838                 GTK_TEXT -> GTK_STEXT
13839                 fix for wrong comment
13840
13841 2001-11-20 [hiro]       0.6.5claws24
13842
13843         * src/compose.[ch]
13844                 more merges from main branch
13845                 removed fatal warnings (uninitialized variables etc.)
13846                 some coding style fix
13847         * src/gtkutils.h
13848                 fixed typo.
13849         * src/addressbook.c
13850           src/addrindex.c
13851                 V-Card -> vCard
13852
13853 2001-11-19 [hoa]        0.6.5claws23
13854
13855         * src/filtering.c
13856         * src/prefs_scoring.c
13857         * src/matcher.[ch]
13858         * src/scoring.c
13859                 cleaning code
13860
13861         * src/matcher_parser_parse.y
13862         * src/prefs_filtering.c
13863                 bouncing
13864
13865 2001-11-19 [alfons]     0.6.5claws22
13866
13867         more of my old things into claws
13868
13869         * src/Makefile.am
13870         * src/prefs_common.c
13871         * src/procmsg.h
13872         * src/summaryview.[ch]
13873         * src/prefs_summary_column.c
13874         * src/pixmaps/locked.xpm
13875                 add indicators for locking of message in summary view
13876                 (does not work yet, only visual indicator)
13877
13878 2001-11-19 [paul]       0.6.5claws21
13879
13880         * sync with sylpheed 0.6.5cvs10
13881                 see ChangeLog entry 2001-11-19
13882
13883 2001-11-18 [alfons]     0.6.5claws20
13884         
13885         * src/filtering.c
13886                 remove an inadvertent free I forgot in previous clean up 
13887
13888 2001-11-18 [alfons]     0.6.5claws19
13889
13890         * src/filtering.[ch]
13891                 clean up & plug leaks
13892
13893 2001-11-18 [paul]       0.6.5claws18
13894
13895         * sync with sylpheed 0.6.5cvs9
13896                 see ChangeLog entries 2001-11-17 and 2001-11-18
13897
13898 2001-11-16 [paul]       0.6.5claws17
13899
13900         * sync with sylpheed 0.6.5cvs8
13901                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13902
13903 2001-11-16 [paul]       0.6.5claws16
13904
13905         * sync with sylpheed 0.6.5cvs7
13906                 see ChangeLog entries 2001-11-15 and 2001-11-16
13907
13908 2001-11-15 [hoa]        0.6.5claws15
13909
13910         * src/compose.c
13911                 fix bounce, mails we received couln't be bounced to ourself.
13912
13913         * src/defs.h
13914         * src/filtering.[ch]
13915         * src/matcher.[ch]
13916         * src/matcher_parser.h
13917         * src/matcher_parser_lex.l
13918         * src/matcher_parser_parse.y
13919         * src/inc.c
13920         * src/main.c
13921         * src/mbox.c
13922         * src/prefs_filtering.[ch]
13923         * src/mainwindow.c
13924         * src/prefs_matcher.c
13925         * src/prefs_scoring.c
13926         * src/scoring.[ch]
13927         * src/summaryview.c
13928                 new matcher/filter/score configuration file parser
13929                 one unique configuration file => ~/.sylpheed/matcherrc
13930                 import in currently automatic, then save are made
13931                 in this new file.
13932                 one filter per folder and one global filter
13933                 (filter of a folder will be used as folder processing)
13934
13935         * src/folder.c
13936                 fix a bug in folder_item_get_identifier
13937                 
13938         * src/messageview.c
13939                 receive receipt return are fixed.
13940
13941 2001-11-14 [alfons]     0.6.5claws14
13942
13943         * src/session.h
13944                 add things from main branch to make claws compile
13945
13946 2001-11-14 [paul]       0.6.5claws13
13947
13948         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13949                 see ChangeLog entries 2001-11-08 to 2001-11-14
13950
13951 2001-11-14 [hoa] 0.6.5claws12
13952
13953         * src/compose.[ch]
13954         * src/mainwindow.c
13955         * src/summaryview.c
13956                 add "bounce mail" option
13957
13958 2001-11-13 [christoph]  0.6.5claws11
13959
13960         * src/compose.c
13961                 Cleanup a mess i add before commiting
13962
13963 2001-11-13 [hoa]        0.6.5claws10
13964
13965         * src/compose.c
13966                 some fixes when mail are sent or
13967                 for crossposts
13968
13969 2001-11-13 [christoph]  0.6.5claws9
13970
13971         * po/de.po
13972                 Changed two string with the same translation
13973         * src/compose.c
13974         * src/procmsg.[ch]
13975         * src/send.[ch]
13976                 New mailsending process:
13977                   - Always queue message before sending
13978                     (message will be saved if sylpheed crashed or
13979                      freezes while sending)
13980                   - Allow queuing of newspostings
13981                   - No copy in outbox before sending
13982                     (closes bug #469501)
13983                   - No more redundant code for send and send_later
13984         * src/summaryview.c
13985                 Applied wwp <subscript@free.fr>'s patch that fixes
13986                 marks for multiple forwarded messages (+compose.c)
13987
13988 2001-11-12 [alfons]
13989
13990         * README.claws
13991                 remove things that are now in main branch
13992         
13993         * po/nl.po
13994                 update Dutch translation
13995
13996 2001-11-12 [mhadasht]   0.6.5.claws8
13997
13998         * src/prefs_common.c
13999                 re-enabled account autoselection feature for forward
14000                 and reedit lost during the branch point for SYNC-B4-REL
14001         * src/gtkspell.c
14002                 gtkpspell_get_dict(): more readable code (even if function is
14003                 not used yet)
14004         * ChangeLog.claws
14005                 added version number info to 2001-11-12 [hiro] comment.
14006
14007 2001-11-12 [hiro]       0.6.5.claws7
14008
14009         * src/compose.c
14010                 compose_forward(): fixed a bug that forward quote mark
14011                 wasn't used.
14012                 removed unnecessary code.
14013         * src/template_select.[ch]: removed.
14014
14015 2001-11-11 [alfons]
14016
14017         * src/compose.c
14018                 :%s/GTK_TEXT/GTK_STEXT/g
14019         
14020         * src/compose.[ch]
14021         * src/undo.[ch]
14022         * src/Makefile.am
14023                 revert the undo stuff (this is 0.6.6claws stuff)
14024
14025 2001-11-11 [hoa]        0.6.5.claws6
14026
14027         * src/compose.[ch]
14028                 Insert signature at the end of the text.
14029                 Added undo patch but currently disabled
14030
14031         * src/procmsg.c
14032                 Threading by subject improved.
14033
14034         * added src/undo.[ch]
14035                 Undo module for compose dialog box.
14036
14037 2001-11-11 [alfons]     0.6.5.claws5
14038
14039         * src/procmsg.c
14040                 prevent threading by subject on nodes that have already been
14041                 threaded by in-reply-to (as in "circular references in a tree
14042                 result in a dead branch")
14043
14044 2001-11-09 [hoa]        0.6.5.claws4
14045         
14046         * src/folderview.c
14047                 allows creation of mbox folder item from any files.
14048
14049 2001-11-09 [alfons]     0.6.5.claws3
14050         
14051         * src/utils.c
14052         * src/procmsg.c
14053                 do what I mean and correct threading by subject so it really
14054                 ignores attracting lines without "Re: "
14055
14056 2001-11-07 [alfons]     0.6.5.claws2
14057
14058         * src/procmsg.c
14059         * src/utils.[ch]
14060                 only attract by subject if a subject line starts with a "Re: "
14061         * src/syldap.c
14062                 remove warning
14063
14064 2001-11-07 [paul]       0.6.5claws1
14065
14066         * sync with sylpheed 0.6.5. release
14067                 see ChangeLog entry 2001-11-07
14068
14069 2001-11-07 [paul]       0.6.4claws31
14070
14071         * sync with sylpheed 0.6.4cvs18
14072                 see ChangeLog entries 2001-10-30 to 2001-11-07
14073                 prefs_templates.[ch] renamed prefs_template.[ch]
14074
14075 2001-11-06 [alfons]
14076         
14077         * src/utils.h
14078                 add semicolon Hoa forgot ;-)
14079                 
14080
14081 2001-11-06 [hoa]        0.6.4claws30
14082         
14083         * src/procmsg.c
14084         * src/summaryview.c
14085         * src/utils.c
14086         * src/utils.h
14087                 threading by subject - empty subject are ignored
14088
14089 2001-11-06 [christoph]  0.6.4claws29
14090
14091         * src/socket.c
14092                 use SSL_peek for sock_gets
14093         * src/utils.c
14094                 removed unneeded pointer in extracting quoted
14095                 names implementation
14096
14097 2001-11-06 [melvin]     0.6.4claws28
14098
14099         * src/gtkspell.c
14100                 fixed bug #476792 Selection overtyping with spell checker
14101                 fixed bug which could cause a buffer overflow
14102                 fixed a memory leak
14103
14104 2001-11-06 [hoa]        0.6.4claws27
14105         
14106         * src/procmsg.c
14107         * src/summaryview.c
14108                 threading by subject
14109
14110 2001-11-05 [alfons]     0.6.4claws26
14111         
14112         * README.claws
14113                 Claws -> Sylpheed (vice versa)
14114
14115         * src/compose.c
14116                 :%s/gtk_text/gtk_stext/g
14117                 :%s/GTK_TEXT/GTK_STEXT/g
14118                 (thanks to Jonathan Ware for spotting this)
14119
14120 2001-11-04 [christoph]  0.6.4claws25
14121
14122         * src/summaryview.c
14123                 replace Xalloca + strdup with Xstrdup_a
14124         * src/utils.c
14125                 better implementation of extracting quoted names
14126                 from addresses (remove backlashes and ignore
14127                 quotes after them)
14128
14129 2001-11-04 [alfons]     0.6.4claws24
14130
14131         * src/utils.[ch]
14132                 edit to comply more with coding style
14133
14134         * src/textview.c
14135                 fix bug reported by Kim Schulz. introduced by the patch integrated
14136                 in 0.6.4claws15. the code did not check the return value of
14137                 the html parser.
14138
14139         * AUTHORS
14140                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14141
14142 2001-11-04 [christoph]  0.6.4claws23
14143
14144         * src/main.c
14145         * src/prefs_common.[ch]
14146                 init some pointers that possibly caused a segfault
14147                 reported in the claws-users ML
14148
14149 2001-11-04 [hoa]        0.6.4claws22
14150
14151         * src/grouplistdialog.c
14152                 change the names of the nodes in the tree
14153
14154         * src/compose.c
14155                 enhanced mailto syntax as described in
14156                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14157                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14158
14159         * src/utils.c
14160                 encode and decode URI (useful when opening URL into
14161                 netscape).
14162
14163 2001-11-03 [hoa]        0.6.4claws21
14164
14165         * src/grouplistdialog.c
14166                 a new newsgroups list selection dialog box
14167                 with a CTree instead of a CList
14168
14169 2001-11-03 [hoa]        0.6.4claws20
14170
14171         * src/folderview.c
14172                 enable property and scoring options when right
14173                 click on "inbox"
14174
14175         * src/summaryview.c
14176                 fixed bug when nickname were displayed using
14177                 the address book.
14178
14179 2001-11-02 [darko]      0.6.4claws19
14180
14181         * src/compose.c
14182                 new wrap quotation and URL/long words wrapping implementation
14183         * src/compose.c src/gtkstext.[ch]
14184                 move gtkstext_strncmp() to gtkstext.c
14185
14186 2001-11-01 [christoph]  0.6.4claws18
14187
14188         * src/prefs_account.c
14189                 fixed mess in account settings dialog
14190         * src/prefs_folder_item.c
14191                 added label with folder path to dialog
14192
14193 2001-10-31 [match]      0.6.4claws17
14194
14195         * src/vcard.c
14196                 fix memory leak.
14197         * src/addrbook.c
14198                 fix generation of spurious address book file names.
14199                 remove redundant functions.
14200         * po/POTFILES.in
14201                 added missing file names.
14202
14203 2001-10-30 [paul]       0.6.4claws16
14204
14205         * sync with sylpheed 0.6.4cvs6
14206                 see ChangeLog entries 2001-10-26 to 2001-10-30
14207
14208         * tools/filter_conv.pl
14209                 read folderlist.xml to discover whether the top-level
14210                 folder is called 'Mailbox' or 'Mail' 
14211
14212 2001-10-29 [paul]       0.6.4claws15
14213
14214         * src/html.c, src/textview.c
14215                 activate links in html mail and fix clickable parts
14216                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14217
14218 2001-10-29 [paul]
14219
14220         * po/de.po, po/es.po, po/pt_BR/po
14221                 updated translations, submitted by Jens Oberender,
14222                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14223
14224 2001-10-29 [darko]      0.6.4claws14
14225
14226         * src/compose.c
14227                 fix wrapping for good
14228
14229 2001-10-29 [darko]
14230
14231         * src/compose.c
14232                 undo previous change as it broke the smart wrapping
14233
14234 2001-10-29 [darko]      0.6.4claws13
14235
14236         * src/compose.c
14237                 fix infinite loop when long URL is quoted
14238                 (closes bug #475122.
14239
14240 2001-10-28 [match]
14241
14242         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14243                 import Mutt address book
14244         * src/ldif.[ch] src/importldif.h
14245                 modified import LDIF handle user attributes
14246
14247 2001-10-28 [christoph]  0.6.4claws12
14248
14249         * src/summaryview.c
14250                 fixed that filtering did not work if there
14251                 were no filter rules
14252                 (closes bug #472003 and better implementation
14253                  of patch #474644)
14254
14255 2001-10-27 [christoph]  0.6.4claws11
14256
14257         * src/compose.c
14258                 make the folder's default account to be used when
14259                 replying. (patch by wwp <subscript@free.fr>)
14260         * src/compose.c
14261                 code cleanup, nearly killed all of wwp's patch
14262                 for folder's default account in compose
14263         * src/folderview.c
14264                 error panel when a folder could not be created
14265                 (closes bug #471080 new folder name & already
14266                  existing file)
14267
14268 2001-10-26 [alfons]
14269
14270         * src/utils.h
14271                 change prototype of strstr2() that Christoph forgot about
14272
14273 2001-10-26 [christoph]  0.6.4claws10
14274
14275         * src/account.c
14276                 made search for accounts by email address not case
14277                 sensitive
14278         * src/folder.c
14279                 fixed memory leak in folder_item_get_identifier
14280         * src/gtkspell.c
14281         * src/utils.c
14282                 fixed wrong strstr2 (should work like strstr)
14283
14284 2001-10-26 [darko]      0.6.4claws9
14285
14286         * src/compose.c src/gtkstext.[ch]
14287         * src/gtkstext.c
14288                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14289
14290 2001-10-26 [paul]       0.6.4claws8
14291
14292         * src/html.c
14293                 ignore css and javascript tags in html mail
14294                 case-insensitive, with or without double-quoted
14295                 strings
14296
14297 2001-10-26 [paul]       0.6.4claws7
14298
14299         * sync with sylpheed 0.6.4cvs1
14300                 see ChangeLog entry 2001-10-26
14301
14302         * src/prefs_account.c, src/prefs_common.c,
14303           src/prefs_summary_column.c
14304                 minor improvements to the English
14305
14306 2001-10-25 [alfons]     0.6.4claws6
14307
14308         * src/gtkstext.c
14309         
14310                 make GtkSText follow style of GtkText (closes bug 
14311                 #469211 "text selection while writing message")
14312                 
14313                 do sync with GTK 1.2.10
14314
14315 2001-10-25 [paul]       0.6.4claws5
14316
14317         * src/html.c
14318                 ignore css tags in html mail
14319
14320 2001-10-25 [darko]      0.6.4claws4
14321
14322         * src/compose.c
14323                 don't declare is_url_string as static function since
14324                 we need it in gtkstext.c
14325         * src/gtkstext.c
14326                 remove unused variable
14327                 don't wrap long URLs while composing a message
14328
14329 2001-10-24 [christoph]  0.6.4claws3
14330
14331         * src/socket.c
14332                 fix ssl deadlock, when peer closes connection
14333
14334 2001-10-24 [paul]       0.6.4claws2
14335
14336         * src/prefs_common.c
14337                 gettextize the gpg ascii-armored warning message
14338
14339         * src/compose.c
14340                 insert a DOS/MAC file into the composed message
14341                 (improvements)
14342
14343         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14344
14345 2001-10-22 [paul]       0.6.4claws1
14346
14347         * sync with sylpheed 0.6.4 release
14348                 see ChangeLog entries 2001-10-21
14349
14350         * po/fr.po, po/pt_BR.po
14351                 updated by Melvin Hadasht and Fabio Junior Beneditto
14352
14353 2001-10-21 [paul]       0.6.3claws30
14354
14355         * src/compose.c
14356                 insert a DOS text file from the compose window
14357                 into the composed message text (removes CRs characters)
14358                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14359
14360         * tools/filter_conv.pl, tools/README
14361                 automatically use ~/.sylpheed as working directory
14362                 print out confirmation message on completion
14363
14364         * correct Hoa's last ChangeLog.claws entry
14365
14366 2001-10-20 [hoa]        0.6.3claws29
14367
14368         * src/grouplistdialog.c
14369                 bugfix (another ?) to give the right
14370                 newsgroups list for each news server.
14371
14372         * src/news.c
14373         * src/news.h
14374                 improve the newsgroups list cache
14375
14376 2001-10-20 [paul]       0.6.3claws28
14377
14378         * sync with sylpheed 0.6.3cvs9
14379                 see ChangeLog entry 2001-10-19
14380
14381         * correct Alfons' last ChangeLog.claws entry
14382
14383 2001-10-19 [alfons]
14384
14385         * src/pgptext.[ch]
14386                 fix compilation problems (part of bug #472895)
14387
14388 2001-10-18 [hoa]        0.6.3claws27
14389
14390         * src/grouplistdialog.c
14391                 bugfix when we refresh was clicked (bug 472701)
14392
14393 2001-10-19 [christoph]  0.6.3claws26
14394
14395         * src/compose.c
14396                 last header entry should default to "To:" or
14397                 "Newsgroups:" and not copy the last entry line
14398                 in a new compose window
14399                 (closes bug #472686, #470792)
14400
14401 2001-10-19 [paul]       0.6.3claws25
14402
14403         * sync with Sylpheed 0.6.3cvs8
14404                 see ChangeLog entries 2001-10-18 and 2001-10-19
14405
14406 2001-10-18 [christoph]  0.6.3claws24
14407
14408         * src/procmsg.c
14409                 reimplement ignore thread
14410         
14411 2001-10-18 [hoa]        0.6.3claws23
14412
14413         * src/folderview.c
14414         * src/grouplistdialog.[ch]
14415                 enhanced news subscription interface (feature 469113)
14416
14417         * src/news.c
14418         * src/news.h
14419                 enchanced newsgroup listing,
14420                 now, we can get groups informations
14421                 (NNTPGroupInfo)
14422
14423 2001-10-18 [paul]       0.6.3claws22
14424
14425         * src/summaryview.c
14426                 remove comment (sync with main branch)
14427         * src/mainwindow.c
14428                 fix 'Re-edit' bug in 'Message' menu
14429
14430 2001-10-17 [christoph]  0.6.3claws21
14431
14432         * src/compose.c
14433                 ignore empty or whitespace only header lines
14434
14435 2001-10-17 [paul]       0.6.3claws20
14436
14437         * sync with sylpheed 0.6.3cvs7
14438                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14439                 2001-10-17
14440
14441 2001-10-17 [darko]
14442
14443         * src/compose.c
14444                 wrap long lines without spaces
14445                 don't wrap URLs
14446
14447 2001-10-16 [paul]
14448
14449         * po/es.po, po/nl.po, po/pt_BR.po
14450                 updated by Ricardo Mones Lastra, Alfons,
14451                 and Fabio Junior Beneditto
14452
14453         * sylpheed-0.6.3claws released
14454
14455 2001-10-15 [melvin] 0.6.3claws18
14456
14457         * README.claws
14458                 added summary and detailed installation instructions
14459                 for spell checker
14460         * po/fr.po
14461                 Updated, corrected and completed french translation
14462
14463 2001-10-15 [hoa] 0.6.3claws17
14464         * src/grouplistdialog.c
14465                 we can choose the newsgroups to display with wildcards
14466
14467 2001-10-15 [christoph]  0.6.3claws16
14468
14469         * src/account.c
14470         * src/compose.c
14471         * src/prefs_folder_item.[ch]
14472                 applied wwp <subscript@free.fr>'s folder
14473                 default account patch
14474         * po/de.po
14475                 Fixed wrong translation
14476
14477 2001-10-13 [alfons, christoph, melvin]  
14478                         0.6.3claws15
14479
14480         solution #2 to solve MT-safety problems defers all GUI related calls
14481         to the main thread using a gtk_idle_add() callback. discussed on
14482         ircnet #sylpheed, with christoph spotting some issues with the
14483         original code, and melvin allowing us to lobotomize his sylpheed.
14484
14485         * src/syldap.[ch], src/main.c
14486                 fix race problem in ldap search thread by deferring GUI 
14487                 stuff to main thread using gtk_idle_add()
14488
14489 2001-10-13 [paul]       0.6.3claws14
14490
14491         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14492                 add Sergey's smtpcred.patch
14493                 adds separate username/password setting for SMTP Auth
14494                 needed by some servers
14495                 (closes feature request #471659)
14496
14497 2001-10-13 [paul]       0.6.3claws13
14498
14499         * src/pgptext.[ch] **NEW FILES**
14500         * src/Makefile.am, src/messageview.c, src/mimeview.c
14501                 decrypt ascii-armored gpg text embedded in
14502                 the message body.
14503                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14504
14505 2001-10-13 [christoph]  0.6.3claws12
14506
14507         * README.claws
14508                 some more details on default to and
14509                 feature requests
14510         * src/main.c
14511                 init glib threading when ldap is used
14512         * src/syldap.c
14513                 threading fixes
14514         * po/de.po
14515                 fixed a typo
14516
14517 2001-10-12 [paul]       0.6.3claws11
14518
14519         * src/prefs_common.[ch], src/rfc2015.c
14520                 enable ascii-armored gpg text to be embedded in the
14521                 message body, selectable through the 'Privacy'
14522                 preferences. Supports encrypting only.
14523                 Submitted by Ravemax <ravemax@dextrose.com>
14524
14525 2001-10-12 [paul]       0.6.3claws10
14526
14527         * sync with sylpheed 0.6.3cvs6
14528                 see ChangeLog entries 2001-10-11 and 2001-11-12
14529
14530         * src/folderview.c
14531                 incorporated mbox folders, scoring, and folder
14532                 properties into the sync
14533
14534 2001-10-12 [darko]      0.6.3claws9
14535
14536         * README.claws
14537                 describe quotation wrapping
14538         * src/compose.c
14539                 don't treat tab as space to calculate line length properly
14540
14541 2001-10-11 [alfons]
14542
14543         * README.claws
14544                 correct description of how to make new filtering system work,
14545                 add some other things
14546                 
14547         * src/syldap.c
14548                 remove sched_yield() (not necessary / unportable)
14549
14550 2001-10-11 [paul]       0.6.3claws8
14551
14552         * sync with sylpheed 0.6.3cvs3
14553                 see ChangeLog entry 2001-10-10
14554
14555 2001-10-10 [christoph]  0.6.3claws7
14556
14557         * .cvsignore
14558                 ignore 2 files created by newer autotools
14559         * src/prefs_folder_item.c
14560                 using table for widget alignment
14561                 fixed memory leak and broken octal display
14562         * src/filesel.c
14563                 fixed segfault caused by lost filename
14564                 workaround (closes bug #469551)
14565
14566 2001-10-10 [paul]       0.6.3claws6
14567
14568         * sync with sylpheed 0.6.3cvs2
14569                 see ChangeLog entries 2001-10-09 and 2001-10-10
14570
14571 2001-10-10 [darko]      0.6.3.claws5
14572
14573         * src/gtkstext.c
14574                 proper calculation of right margin if smart wrapping is enabled
14575         * src/compose.c
14576                 automatically wrap long lines if wrap quotation is enabled
14577
14578 2001-10-09 [alfons]     0.6.3.claws4
14579
14580         * src/summaryview.c
14581                 select correct row when deleting last row in the summary view (and
14582                 close bug "[ #469104 ] select second last in list when deleting")
14583
14584 2001-10-09 [paul]       0.6.3claws3
14585
14586         * sync with sylpheed 0.6.3cvs1
14587                 updated some autotool scripts
14588
14589 2001-10-09 [darko]      0.6.3claws2
14590
14591         * src/gtkstext.[ch]
14592                 new name and mark with Sylpheed comment
14593         * src/compose.c
14594                 smart quotation wrapping a-la VIM
14595
14596 2001-10-08 [paul]       0.6.3claws1
14597
14598         * sync with sylpheed 0.6.3 release
14599                 see ChangeLog entry 2001-10-08
14600
14601 2001-10-08 [paul]       0.6.2claws24
14602
14603         * src/summaryview.c
14604                 more sync with sylpheed 0.6.2cvs12
14605                 Fixed the bug that didn't select the last row correctly
14606
14607
14608 2001-10-07 [paul]       0.6.2claws23
14609
14610         * sync with sylpheed 0.6.2cvs12
14611                 see ChangeLog entry 2001-10-07
14612
14613 2001-10-06 [match]
14614         * src/jpilot.[ch]
14615                 enable jpilot to read unsynch'ed addresses.
14616
14617         * src/editldap_basedn.c
14618                 fix segfault when opening dialog.
14619
14620 2001-10-06 [alfons]     0.6.2.claws22
14621
14622         * src/summaryview.c
14623                 fix bug with summary view selecting last *inserted*
14624                 node instead of last *visible* node. remember we
14625                 work with a tree
14626
14627 2001-10-06 [paul]       0.6.2claws21
14628
14629         * po/pt_BR.po
14630                 updated translation, contains some fixes and new
14631                 translations, submitted by Gustavo Noronha Silva
14632                 <kov@debian.org>
14633
14634         * src/prefs_common.c
14635                 change 'each' to 'every' - fix dubious English
14636
14637         * sync with sylpheed 0.6.2cvs11
14638
14639 2001-10-05 [alfons]     0.6.2claws20
14640
14641         * src/mainwindow.[ch], src/folderview.c
14642                 make composite tool button switch between "Compose News"
14643                 and "Compose Mail" depending on selected folder
14644                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14645
14646 2001-10-05 [paul]       0.6.2claws19
14647
14648         * src/mainwindow.c, src/summaryview.c
14649                 fix 'Message/Reply to all', broken in last commit
14650
14651         * src/compose.c
14652                 fix X_BEENTHERE seg fault, thanks to Alfons
14653
14654 2001-10-04 [paul]       0.6.2claws18
14655
14656         * src/compose.[ch], src/mainwindow.c
14657                 make "Message/Reply" reply to mailing lists; matches
14658                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14659                 based on portions of the patch submitted by
14660                 Junichi Uekawa <dancer@netfort.gr.jp>
14661
14662 2001-10-04 [darko]      0.6.2claws17
14663
14664         * src/compose.c
14665                 better smart wrapping
14666         * src/gtkstext.[hc]
14667                 a function to make text buffer contiguous
14668
14669 2001-10-03 [paul]       0.6.2claws16
14670
14671         * sync with sylpheed 0.6.2cvs10
14672
14673 2001-10-02 [alfons]
14674
14675         * configure.in
14676         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14677                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14678                 references to chinese translations (hope someone picks up
14679                 this)
14680
14681 2001-10-02 [christoph]  0.6.2claws15
14682
14683         * src/compose.c
14684                 fixed non translated header bug
14685         * ChangeLog.claws
14686                 fixed wrong date in alfons last entry ;)
14687
14688 2001-10-02 [alfons]     0.6.2claws14
14689
14690         * src/compose.c, src/prefs_common.[ch]
14691                 add block cursor option
14692
14693 2001-10-02 [paul]       0.6.2claws13
14694
14695         * sync with sylpheed 0.6.2cvs9
14696
14697 2001-09-30 [paul]       0.6.2claws12
14698
14699         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14700                 updated translations
14701
14702         * po/POTFILES.in
14703                 add 'src/importldif.c'
14704
14705         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14706                 added eudora-to-vCard conversion tool
14707                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14708
14709         * sync with sylpheed 0.6.2cvs8
14710
14711 2001-09-30 [paul]
14712
14713         * sylpheed-0.6.2claws released
14714
14715 2001-09-27 [melvin]     0.6.2claws11
14716
14717         * src/gtkspell.c
14718                 fixed crash when using default path (introduced 
14719                 in 0.6.2claws10)
14720                 fixed tiny bug for initial suggestion mode
14721
14722 2001-09-27 [melvin]     0.6.2claws10
14723         
14724         * src/gtkspell.c
14725                 fixed bug where gtkpspell didn't set the path correctly
14726
14727         * README.claws
14728                 added a paragraph about spell checking
14729                 
14730
14731
14732 2001-09-27 [paul]       0.6.2claws9
14733
14734         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14735                 replace '// comments' with '/* comments */' to prevent
14736                 some compiler warnings 
14737
14738         * sync with sylpheed 0.6.2cvs6
14739
14740 2001-09-26 [alfons]     0.6.2claws8
14741
14742         * src/messageview.c
14743                 introduce return receipt request notification again,
14744                 which was lost because of other semantics in 
14745                 procheader_parse() (???)
14746
14747 2001-09-26 [christoph]  0.6.2claws7
14748
14749         * src/compose.c
14750                 replace comments for old code with #if 0
14751                 readded auto cc, bcc and reply-to
14752         * src/prefs_matcher.c
14753         * src/prefs_scoring.c
14754                 removed some definition (was moved to
14755                 prefs.h)
14756
14757 2001-09-26 [paul]       0.6.2claws6
14758
14759         * src/mainwindow.c
14760                 make 'Follow-up and reply to' sensitive
14761
14762         * more sync with sylpheed 0.6.2cvs5
14763
14764 2001-09-25 [melvin]
14765
14766         * 0.6.2claws5
14767
14768         * src/gtkspell.c
14769                 fixed bug for "US-ASCII" introduced by the encoding code
14770
14771 2001-09-25 [paul]
14772
14773         * 0.6.2claws4
14774
14775         * src/prefs_common.[ch], src/summaryview.c
14776                 'next unread msg' 'go to next folder?' dialog can be
14777                 given default behaviour, either always show dialog,
14778                 or assume 'yes', or assume 'no'
14779                 Submitted by wwp <subscript@free.fr>
14780
14781 2001-09-25 [melvin]
14782                 
14783         * src/compose.c src/gtkspell.[ch]
14784                 added support for different encodings
14785
14786 2001-09-25 [paul]
14787
14788         * more sync with sylpheed 0.6.2cvs5
14789
14790 2001-09-24 [alfons]
14791         
14792         * src/prefs_folder_item.c
14793                 add check for item->prefs->default_to string is NULL and
14794                 add another check when freeing this string
14795
14796 2001-09-24 [paul]
14797
14798         * configure.in
14799                 change to version 0.6.2claws3
14800
14801         * sync with sylpheed 0.6.2cvs5 
14802
14803 2001-09-24 [match]
14804         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14805                 import LDIF files.
14806         * src/addrcache.[ch], addrindex.[ch]
14807                 small update for future
14808         * src/addrbook.c
14809                 fix test XML file.
14810
14811 2001-09-24 [melvin]
14812         * src/gtkspell.[ch]
14813                 added 'Learn from mistakes' option
14814                 better handling of quotes in checked words
14815                 sorted dict list
14816         * po/fr.po
14817                 small update for spell checking stuff
14818
14819 2001-09-23 [alfons]
14820         
14821         * src/gtkspell.c
14822                 edit a little bit so it complies more with main coding style
14823
14824 2001-09-23 [alfons]
14825
14826         * src/folder.[ch], prefs_folder_item.c, compose.c
14827                 migrate "request return receipt" folder property
14828                 to folderlist.xml
14829
14830 2001-09-22 [alfons]
14831
14832         * README.claws **NEW**
14833                 (add things of interest for users of main branch 
14834                 and claws here)
14835
14836         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14837                 re-implement threading per folder option, but store 
14838                 the setting in folderlist.xml (where it belongs)
14839
14840 2001-09-21 [melvin]
14841
14842         * src/gtkspell.[ch]
14843                 fixed bug when compose window is under another window
14844         * src/prefs_common.[ch] src/compose.c
14845                 changed 'dictionary_path' to 'dictionary' to be consistent
14846                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14847         * ac/pspell.m4 src/Makefile.am 
14848                 dropped PSPELL_PATH macro
14849         * po/fr.po
14850                 updated translations
14851
14852 2001-09-21 [christoph]
14853
14854         * src/compose.c
14855                 added border around header fields
14856                 keep header type when new field is added
14857
14858 2001-09-20 [christoph]
14859
14860         * src/utils.[ch]
14861                 more portable debug_print with source filename
14862                 and linenumber
14863         * src/procmsg.c
14864                 more newlines after debug messages
14865
14866 2001-09-20 [paul]
14867
14868         * configure.in
14869                 change to version 0.6.2claws2
14870
14871         * sync with sylpheed 0.6.2cvs3
14872
14873 2001-09-19 [melvin]
14874
14875         * src/gtkspell.c
14876                 fixed the post-right-click focus pb
14877                 fixed crash when 'Spell check all' after dict change 
14878                         and when cursor is at the end of the text
14879                 shift-right-click pops up config menu even on misspelled words.
14880         * po/POTFILES.in
14881                 added gtkspell.c
14882
14883 2001-09-19 [melvin]
14884
14885         * src/about.c
14886                 added pspell to compiled-in features list
14887
14888 2001-09-18 [melvin]
14889
14890         * switched to pspell and dropped ispell
14891         * ac/pspell.m4
14892                 new file. autoconf macro for pspell
14893         * ac/Makefile.am 
14894         * configure.in acconfig.h
14895                 added pspell support
14896         * src/Makefile.am
14897         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14898         * src/prefs_common.[ch] 
14899                 added pspell support
14900
14901 2001-09-18 [christoph]
14902
14903         * src/addr_compl.c
14904         * src/template.[ch]
14905                 replace LOG_MESSAGE with debug_print
14906         * src/compose.[ch]
14907                 gui improvements
14908         * src/menu.c
14909                 added newline after debug message
14910         * src/utils.h
14911                 using __VA_ARGS__ for debug_print macro
14912         * tools/.cvsignore
14913                 ignore Makefile and Makefile.in
14914
14915 2001-09-18 [paul]
14916
14917         * configure.in
14918                 change to version 0.6.2claws1
14919         * sync with sylpheed 0.6.2cvs1
14920
14921         * src/matcher.c 
14922         * src/prefs_matcher.c
14923                 add 'score equal to' option, submitted by
14924                 Paul Evans <nerd@freeuk.com>
14925
14926 2001-09-15 [christoph]
14927
14928         * src/mainwindow.c
14929                 comment out menu entry not existing in claws
14930         * src/menu.c
14931                 add debug output for non existing menu entries
14932         * src/summaryview.c
14933                 fix next/prev unread message for ignored threads
14934         * src/utils.[ch]
14935                 add sourcefile and line number to debug output
14936                 otherwise it is sometimes hard to find the
14937                 source code part if debug messages are translated
14938
14939 2001-09-14 [darko]
14940         
14941         * src/folderview.c
14942                 refresh target folder style after colour is changed
14943
14944 2001-09-13 [paul]
14945
14946         * configure.in
14947                 change to version 0.6.1claws3
14948
14949         * sync with sylpheed 0.6.1cvs6
14950
14951 2001-09-13 [darko]
14952         
14953         * src/folderview.c
14954                 fix target folder colourization to use user selected colour
14955
14956 2001-09-12 [darko]
14957         
14958         * src/summaryview.c
14959                 fix crash when message that is marked for copy/move is unmarked
14960
14961 2001-09-09 [paul]
14962
14963         * configure.in
14964                 change to version 0.6.1claws2
14965
14966         * sync with sylpheed 0.6.1cvs3
14967
14968 2001-09-09 [alfons]
14969         
14970         * src/folderview.c
14971                 fix bug with default font used for trash folder text
14972
14973 2001-09-06 [paul]
14974
14975         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14976                 updated translations
14977
14978         * configure.in
14979                 change to version 0.6.1claws1
14980
14981         * sync with sylpheed 0.6.1cvs2
14982
14983 2001-09-03 [paul]
14984
14985         * po/POTFILES.in
14986                 add Match's new addressbook
14987
14988         * po/de.po
14989                 updated translation submitted by Jens Oberender
14990
14991 2001-09-02 [paul]
14992
14993         * configure.in
14994                 change to 0.6.1claws
14995         * sync with sylpheed 0.6.1 release
14996
14997 2001-09-02 [paul]
14998
14999         * configure.in
15000                 change to 0.6.0claws2
15001
15002         * sync with sylpheed 0.6.0cvs4
15003
15004         * po/pt_BR.po
15005                 updated translation submitted by Fabio Junior Beneditto
15006
15007 2001-09-01 [match]
15008         * pixmaps/
15009                 interface.xpm
15010                 book.xpm
15011                 address.xpm
15012         * src/
15013                 Makefile.am
15014                 a ton of new files
15015
15016 2001-08-31 [paul]
15017
15018         * configure.in
15019                 change to version 0.6.0claws1
15020
15021         * sync with sylpheed 0.6.0cvs1
15022
15023         * po/es.po
15024                 updated translation submitted by Ricardo Mones Lastra
15025
15026         * po/POTFILES.in
15027                 add 'src/prefs_templates.c'
15028
15029         * src/compose.c, src/summaryview.c
15030                 fix segfault on 'Re_edit'               
15031
15032 2001-08-30 [alfons]
15033
15034         * configure.in, Makefile.am
15035         * tools/Makefile.am
15036                 add tools directory to source distribution
15037
15038 2001-08-30 [paul]
15039
15040         * configure.in
15041                 change to version 0.6.0claws
15042
15043         * sync with sylpheed 0.6.0 release
15044
15045 2001-08-30 [christoph]
15046
15047         * configure.in
15048                 removed autoconf version check
15049
15050 2001-08-30 [paul]
15051
15052         * src/account.c, src/compose.c, src/prefs_common.[ch]
15053         * src/procheader.[ch] src/utils.[ch]
15054                 Enhanced automatic account selection on replies
15055                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15056
15057         * configure.in
15058                 add LDAP and JPilot to the configuration results output.
15059
15060 2001-08-29 [christoph]
15061
15062         * src/summeryview.c
15063                 no bold font for ignored threads
15064
15065 2001-08-29 [paul]
15066
15067         * configure.in
15068                 change to version 0.5.3claws6
15069
15070         * sync with sylpheed 0.5.3cvs10
15071                 src/stringtable.[ch]: New Files
15072
15073         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15074         * src/pixmaps/sylpheed.xpm
15075                 add mini-icons to windows (by Alfons)
15076
15077 2001-08-27 [paul]
15078
15079         * src/mainwindow.c
15080                 new functions: next_labeled_cb(), prev_labeled_cb()
15081
15082         * src/summaryview.c
15083                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15084                 summary_select_next_labeled(), summary_select_prev_labeled()
15085
15086         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15087                 give claws blue folders and a blue trash can
15088
15089 2001-08-27 [paul]
15090
15091         * configure.in
15092                 change to version 0.5.3claws5
15093
15094         * sync with sylpheed 0.5.3cvs9
15095                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15096
15097 2001-08-24 [christoph]
15098
15099         * src/filesel.c
15100                 keep filename when browsing directories
15101                 (not working for user entered filename, but
15102                  for default name and selected filename from
15103                  file list)
15104         * src/mainwindow.c
15105                 fixed wrong spelling "Folllow-up"
15106         * src/mbox_folder.c
15107         * src/procmsg.c
15108         * src/summaryview.c
15109                 fixed new/unread message count with ignored
15110                 threads (2 commits, first didn't notice no
15111                 longer needed decreasing)
15112         * src/inc.c
15113                 readded scrolling of progress dialog
15114                 (lost in sync)
15115
15116 2001-08-24 [paul]
15117
15118         * configure.in
15119                 change to 0.5.3claws4
15120
15121         * sync with sylpheed 0.5.3cvs7
15122
15123 2001-08-24 [christoph]
15124
15125         * src/compose.c
15126                 set request return receipt when replying
15127                 if it is set is the folder prefs of the
15128                 message
15129         * src/inc.c
15130                 disable final error popup if popups are
15131                 disabled in config (again)
15132
15133 2001-08-23 [paul]
15134
15135         * configure.in
15136                 Change version number to 0.5.3claws3
15137
15138         * sync with sylpheed 0.5.3cvs5
15139
15140         * src/mimeview.c
15141                 double quote '%s' in 'gedit %s' to fix bug when
15142                 opening attachment with spaces in the name
15143
15144 2001-08-22 [alte]
15145         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15146           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15147                 initial message templates support
15148
15149
15150 2001-08-22 [paul]
15151
15152         * configure.in
15153                 change version number to 0.5.3claws2
15154
15155         * sync with sylpheed 0.5.3cvs4
15156
15157         * src/procmsg.h src/summaryview.c
15158                 re-implement (un)ignore thread
15159
15160 2001-08-21 [paul]
15161
15162         * src/summaryview.c
15163                 remove unnecessary code
15164         * src/compose.c
15165                 enable 'dynamic' signatures (submitted by
15166                 Eric Limpens <eric@hscg-internet.nl>)
15167
15168 2001-08-21 [paul]
15169
15170         clean up after sync with sylpheed 0.5.3 release
15171
15172         * src/folderview.c
15173                 fix re-introduced font mess, see Christoph's
15174                 entry 2001-06-24
15175
15176         * src/summaryview.c
15177                 remove prev_msgnum
15178                 use sylpheed's small font instead of
15179                 gtk default font for summary view
15180
15181
15182 2001-08-17 [paul]
15183
15184         * configure.in
15185                 add pl to ALL_LINGUAS - sync with main branch
15186
15187         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15188                 Updated. Translations by Jens Oberender, Ricardo Mones
15189                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15190
15191         * po/pl.po  ** NEW FILE **
15192                 sync with the main branch
15193
15194         * src/folderview.c
15195                 fix target folder colorizing and refresh problem
15196
15197
15198 2001-08-17 [christoph]
15199
15200         * src/mainwindow.c
15201                 claws uses 4 colors for target folder coloring.
15202                 arrays were not long enough and destroyed the
15203                 stack causing a segfault.
15204                 target folder colorizing does not work anymore
15205                 for me
15206
15207 2001-08-16 [paul]
15208
15209         * configure.in
15210                 change to version 0.5.3claws1
15211
15212         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15213           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15214           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15215
15216                 sync with sylpheed 0.5.3 release, but keep claws method of
15217                 configuring/saving fonts
15218
15219         * src/addressbook.[ch]
15220                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15221                 in line with a similar change in Hiroyuki's branch
15222
15223         * src/mainwindow.[ch]
15224                 disable main_window_set_thread_option()
15225         * src/prefs_folder_item.c
15226                 comment out &tmps_prefs.enable_thread,
15227         * src/mbox_folder.c, src/procmsg.[ch]
15228                 comment out MSG_IS_IGNORE_THREAD
15229         * src/summaryview.c
15230                 comment out summary_ignore_thread() and summary_unignore_thread()
15231                 comment out MSG_IS_IGNORE_THREAD
15232
15233                 use Hiroyuki's threading instead.
15234
15235
15236
15237 2001-08-15 [paul]
15238
15239         * src/account.c
15240                 use Hiroyuki's 0.5.3 column scheme but also
15241                 include the enable/disable button.
15242         * src/pixmaps/mark.xpm
15243                 add Hiroyuki's amended pixmap
15244
15245 2001-08-13 [christoph]
15246
15247         * src/account.c
15248                 receive at get all column showed wrong state for APOP
15249                 button should only work for POP3 and APOP accounts
15250         * src/prefs_account.c
15251                 added missing preprocessor statement for SSL
15252
15253 2001-08-12 [paul]
15254
15255         * src/account.[ch]
15256                 add 'receive at get all' column and enable/disable
15257                 button.
15258
15259 2001-08-06 [christoph]
15260
15261         * src/account.c
15262                 show usage of SSL in protocol column
15263
15264         * src/imap.c
15265         * src/inc.c
15266                 renamed ssl options
15267
15268         * src/prefs_account.[ch]
15269                 moved ssl options to a new page
15270
15271         * src/send.c
15272         * src/smtp.c
15273         * src/ssl.[ch]
15274                 renamed ssl options
15275                 added support for SMTP STARTTLS command
15276
15277 2001-08-05 [christoph]
15278
15279         * configure.in
15280                 debian autoconf needs version check to find
15281                 correct autoconf version. if the file is
15282                 named configure.in 2.13 is used, which does
15283                 not work with this configure.in script.
15284                 other solution would be to rename the script
15285                 to configure.ac as suggested in the autoconf
15286                 manual.
15287
15288         * src/inc.c
15289                 disable final error popup if popups are
15290                 diabled in config
15291
15292         * src/socket.c
15293                 bugfix in ssl_gets
15294                 fixes IMAP over SSL problem
15295
15296 2001-08-03 [paul]
15297
15298         * configure.in
15299                 change to 0.5.2claws1
15300
15301         * sync with sylpheed 0.5.2cvs1
15302
15303 2001-08-02 [alfons]
15304
15305         * configure.in
15306                 quick fix for ispell detection...
15307
15308 2001-08-01 [paul]
15309
15310         * configure.in
15311                 change to 0.5.1claws4
15312
15313         * sync with sylpheed 0.5.1cvs7
15314
15315 2001-07-31 [alfons]
15316
15317         * src/prefs_common.c, src/prefs_common.h, 
15318           src/gtkspell.c, src/gtkspell.h
15319                 add global spelling checker settings (compose tab) +
15320                 selection of dictionary 
15321           
15322         * configure.in  
15323                 guess valid ispell location
15324
15325 2001-07-31 [paul]
15326
15327         * po/POTFILES.in
15328                 removal of 'src/quote_fmt_parse.c'
15329         * po/de.po
15330                 Updated de.po
15331                 (submitted by Jens Oberender <didge@suse.de>)
15332
15333 2001-07-31 [darko]
15334
15335         * src/folder.[ch]
15336         * src/folderview.[ch]
15337         * src/mainwindow.c
15338         * src/mh.c
15339         * src/prefs_common.[ch]
15340         * src/summaryview.c
15341                 target folder colourization
15342
15343 2001-07-30 [paul]
15344
15345         more sync with Sylpheed 0.5.1cvs6 
15346
15347 2001-07-30 [darko]
15348
15349         * src/mh.c
15350         * src/prefs_folder_item.[hc]
15351         * src/summaryview.c
15352                 shared folders support with a GUI
15353
15354 2001-07-29 [paul]
15355
15356         0.5.1claws3
15357
15358         * sync with Sylpheed 0.5.1cvs6
15359
15360 2001-07-29 [paul]
15361
15362         * po/pt_BR.po
15363                 updated
15364                 (submitted by Fabio Junior Beneditto)
15365
15366 2001-07-28 [paul]
15367
15368         * src/procmime.c
15369         * AUTHORS
15370                 patch to correct bad image mime headers
15371                 (submitted by Don Quijote <dq@searchlores.org>)
15372
15373 2001-07-28 [paul]
15374
15375         * tools/gif2xface.pl   **NEW FILE**
15376         * tools/README
15377                 script to convert file.gif to file.xface for
15378                 use in a custom header.
15379                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15380
15381 2001-07-27 [alfons]
15382         
15383         * configure.in
15384                 change macros for detecting JPilot and LDAP
15385
15386 2001-07-27 [christoph]
15387
15388         * src/filtering.c
15389                 code cleanup (MIN / MAX warning, needed casting)
15390
15391 2001-07-27 [alfons]
15392
15393         * procheader.c
15394                 disallow setting flags when detecting certain headers
15395                 (X-Status, Status, Seen, X-Seen). 
15396         
15397         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15398
15399 2001-07-27 [christoph]
15400
15401         * src/prefs_filter.c
15402         * src/prefs_filtering.c
15403         * src/prefs_matcher.c
15404         * src/prefs_scoring.c
15405                 scroll list when moving rows up or down
15406
15407         * src/imap.c
15408         * src/imap.h
15409         * src/prefs_account.c
15410         * src/prefs_account.h
15411         * src/send.c
15412                 SMTP over SSL (untested, feedback requested)
15413                 IMAP over SSL
15414
15415         * src/ssl.c
15416                 code cleanup
15417
15418 2001-07-26 [alfons]
15419         
15420         * configure.in, acconfig.h
15421                 define CLAWS (need this for main / claws detection)
15422
15423 2001-07-25 [alfons]
15424
15425         * configure.in
15426                 Sylpheed 0.5.1claws2
15427                 
15428         * sync with Sylpheed 0.5.1cvs4
15429
15430 2001-07-25 [christoph]
15431
15432         * src/scoring.c
15433                 fixed segfault
15434                 item->prefs == NULL (don't know why)
15435
15436 2001-07-25 [alfons]
15437
15438         * configure.in
15439                 Sylpheed 0.5.1claws1
15440
15441         * sync with Sylpheed 0.5.1cvs1-3
15442
15443 2001-07-24 [christoph]
15444
15445         * src/folderview.c
15446         * src/prefs_folder_item.[ch]
15447                 added folderitem preferences dialog with
15448                 default To: and auto request return receipt
15449
15450         * src/compose.[ch]
15451         * src/menu.[ch]
15452                 changes to handle new folderitem preferences
15453
15454         * src/mainwindow.c
15455         * src/summaryview.c
15456                 call compose new mail with current folderitem
15457
15458 2001-07-24 [alfons]
15459
15460         Release Sylpheed 0.5.1claws
15461
15462         * configure.in
15463                 change to release version 0.5.1claws
15464
15465 2001-07-24 [christoph]
15466
15467         * src/summaryview.c
15468                 fixed segfault that happend when the selected
15469                 message was removed while retrieving new messages.
15470
15471         * po/es.po
15472                 updated translation
15473                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15474
15475 2001-07-22 [alfons]
15476
15477         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15478         this is a work in progress, for more information: http://nlpagan.net/sylman 
15479         
15480         * configure.in, src/mainwindow.c, manual/Makefile.am
15481                 add support for English manual
15482
15483         * AUTHORS
15484                 add authors of user manuals
15485
15486         * manual/en/sylpheed*.html
15487                 add English documentation
15488
15489 2001-07-22 [christoph]
15490
15491         * po/POTFILES.in
15492                 added src/ssl.c
15493         * src/ssl.c
15494                 changed a wrong debug message
15495
15496 2001-07-22 [alfons]
15497
15498         * po/nl.po
15499                 update Dutch translation
15500
15501         * src/prefs_filtering.c, 
15502           src/prefs_matcher.c
15503                 add more translatable strings           
15504
15505 2001-07-21 [alfons]
15506
15507         0.5.0claws7
15508
15509         * configure.in
15510                 change version
15511
15512         * src/inc.c, src/summaryview.[ch]
15513                 prevent update of mark file when filtering has done, by
15514                 using a variable; this affects two functions:
15515                         inc.c::inc_finished()
15516                         summaryview.c::summary_show()
15517
15518 2001-07-20 [alfons]
15519
15520         * src/filtering.[ch], src/prefs_filtering.c, 
15521           src/matcher.[ch]
15522                 add filtering action for label coloring 
15523
15524         * po/POTFILES.in
15525                 add labelcolors.c
15526
15527         * added src/labelcolors.c
15528         * added src/labelcolors.h
15529         * src/Makefile.am, src/summaryview.c
15530                 rearrange label coloring code
15531
15532         * src/procmsg.h
15533                 add more parentheses so label colouring works correctly
15534
15535         * src/filtering.c
15536                 don't really delete message, but move it to Trash
15537
15538         * src/prefs_matcher.c
15539                 add quote options to info dialog
15540
15541 2001-07-20 [christoph]
15542
15543         * src/Makefile.am
15544         * src/inc.c
15545         * src/main.[ch]
15546         * src/socket.h
15547         * src/ssl.[ch] (new)
15548                 moved ssl stuff to a seperate file
15549
15550 2001-07-20 [darko]
15551
15552         * src/summaryview.c
15553                 fix show sender using address book with no e-mail
15554                 address in From: field
15555
15556 2001-07-19 [alfons]
15557
15558         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15559                 fix messy handling of escaping... now at least the
15560                 execute command is useful. escape char is '\', we
15561                 accept \n and \r too. 
15562
15563                 Real life example:
15564                 
15565                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15566                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15567
15568 2001-07-18 [alfons]
15569
15570         0.5.0claws6
15571
15572         * src/summaryview.c
15573                 clean up
15574
15575         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15576           src/procmsg.[ch]
15577                 revise filtering; currently move, copy, marking have
15578                 been tested. if you like bleeding edge stuff, you
15579                 should definitely go for this version :)
15580
15581         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15582
15583 2001-07-17 [christoph]
15584
15585         * src/utils.c
15586                 timestamp log
15587
15588 2001-07-17 [alfons]
15589
15590         0.5.0claws5
15591
15592         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15593           bits in the mark file, without affecting either branch. Lots of
15594           files changed, also in claws branch.
15595
15596           UNTESTED: use of mbox folders
15597
15598         * src/summaryview.c
15599                 added mark all read; however this was a quick hack used for
15600                 cleaning up mess after initial merge with Hiroyuki
15601
15602         * configure.in
15603                 change claws version number back to 0.5.0claws5 to clear up 
15604                 confusion & pretension (recent release was technically 
15605                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15606
15607 2001-07-16 [alfons]
15608
15609         sync with Hiroyuki's 0.5.0cvs4
15610
15611 2001-07-16 [alfons]
15612
15613         0.5.1claws3
15614
15615         * src/filtering.[ch]
15616                 remove invalid updating of mark files for 
15617                 filter actions MATCHING_ACTION_MOVE and 
15618                 MATCHING_ACTION_DELETE; this should fix the
15619                 folder update bug
15620                 
15621         * src/procmsg.c
15622                 revert Christoph's stab at fixing the folder 
15623                 update bug
15624
15625         * po/POTFILES.in
15626                 add missing files with translatable strings
15627
15628         * src/summaryview.c
15629                 remove debug print
15630
15631 2001-07-15 [alfons]
15632
15633         * src/addr_compl.[ch], src/prefs_filtering.c
15634                 make "filtering pref dialog's destination entry" an
15635                 "address completable entry", if filter destination is 
15636                 an email address
15637
15638         0.5.1claws2
15639         
15640         sync with Hiroyuki's 0.5.0cvs2-3
15641
15642 2001-07-15 [christoph]
15643
15644         * src/procmsg.c
15645                 fixed folder stats update after incorporation
15646
15647 2001-07-15 [alfons]
15648
15649         * src/summaryview.c
15650                 * finish label colouring stuff (for now)
15651                 * fix incorrect colour bug (off by one) 
15652
15653 2001-07-14 [alfons]
15654
15655         * src/mainwindow.c
15656                 change text labels for news and mail message so there's
15657                 plenty of toolbar estate left
15658
15659         * configure.in
15660                 0.5.1claws1
15661
15662         * src/folderview.c
15663           src/folder.[ch]
15664                 sync with Hiroyuki's 0.5.0cvs1
15665
15666         * src/summaryview.c
15667                 more rewrite label colouring
15668
15669 2001-07-14 [alfons]
15670
15671         * src/summaryview.[ch]
15672                 * start rewrite label colouring 
15673                 * fix proper location "Add Sender To Addressbook" menu item
15674
15675 2001-07-13
15676
15677         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15678         (actually this is 0.5.0claws4)
15679
15680 2001-07-13 [alfons]
15681
15682         * po/pt_BR.po
15683                 * fix duplicate message
15684                 * add updated Portugese / Brazilian translation
15685                   submitted by Fabio Junior Beneditto
15686
15687 2001-07-12 [alfons]
15688
15689         * AUTHORS
15690                 add Jens
15691
15692         * po/nl.po
15693                 add updated Dutch translation
15694
15695         * po/de.po
15696                 add updated German translation submitted by Jens
15697
15698 2001-07-11 [alfons]
15699
15700         Prerelease before 0.5.0claws. Please test.
15701         This version is temporarily tagged as VERSION_0_5_0_TEST
15702
15703         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15704           src/prefs_scoring.c, src/prefs_matcher.c, 
15705           src/prefs_filtering.c, src/mbox.c, 
15706           src/main.c, src/inc.c, src/filtering.[ch]
15707                 revert new Hoa's new matcher (does not work yet)
15708
15709         * src/Makefile.am
15710                 clean up
15711
15712 2001-07-10
15713
15714         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15715
15716
15717 2001-07-10 [alfons]
15718
15719         * Makefile.am
15720                 add ChangeLog.claws to EXTRA_DIST
15721         * src/Makefile.am
15722                 add matcher_parser_parse.h to EXTRA_DIST
15723
15724 2001-07-10 [christoph]
15725
15726         * src/inc.c
15727                 add destination folder to table of
15728                 folders that need to be updated after
15729                 incorporation
15730
15731 2001-07-10 [alfons]
15732
15733         * folder.[ch]
15734           folderview.c
15735                 make collapse state of folders and folder items persistent, i.e.
15736                 if you collapse a folder tree, the next time sylpheed-claws starts 
15737                 up the folder tree remains collapsed.  
15738                 
15739 2001-07-10 [christoph]
15740
15741         * acconfig.h
15742         * configure.in
15743                 added --enable-ssl
15744         * src/md5.[ch]
15745                 renamed MD5_CTX to MD5_CTX_syl
15746                 conflicts with a struct in openssl
15747         * src/inc.c
15748         * src/main.[ch]
15749         * src/prefs_account.[ch]
15750         * src/socket.[ch]
15751                 SSL support for POP
15752         * src/mainwindow.c
15753                 fixed compose with current account
15754                 broken by new compose button stuff
15755
15756 2001-07-09 [hoa]
15757
15758         * AUTHORS
15759                 changed my email address
15760
15761         * src/matcher_parser_parse.y
15762                 clean the parser to remove conflicts
15763
15764 2001-07-09 [alfons]
15765
15766         * AUTHORS
15767                 add Match Grun
15768
15769         * configure.in
15770                 fix incorrect description of --enable-ldap parameter
15771
15772         * src/prefs_common.[ch]
15773           src/compose.c
15774                 add experimental option "smart wrapping" which makes the
15775                 compose editor auto wrap.
15776                 
15777                 | TODO: the problem with the buggy cursor handling is caused |
15778                 | by the GtkText. when deleting / backspacing text its       |
15779                 | wrapping algorithm does not take in account the previous   |
15780                 | line. should find a way to hack this in.                   |
15781                 | or should perhaps combine this with the word wrapping      |
15782                 | patch i wrote in january.                                  |
15783
15784         * src/about.c
15785                 show build parameters for LDAP and JPilot
15786
15787         * src/summaryview.c
15788                 revert Christoph's bugfix for selecting next unread message, 
15789                 because folder stats aren't updated correctly
15790
15791 2001-07-08 [hoa]
15792
15793         * src/filtering.c
15794         * src/mainwindow.c
15795         * src/matcher.c
15796         * src/matcher_parser_lex.l
15797         * src/matcher_parser_parse.y
15798         * src/prefs_filtering.c
15799         * src/prefs_scoring.c
15800         * src/scoring.c
15801                 bugfix of the config file parser
15802
15803 2001-07-08 [alfons]
15804
15805         * src/Makefile.am
15806                 added generated matcher sources to BUILT_SOURCES
15807
15808 2001-07-08 [hoa]
15809
15810         * src/Makefile.am
15811         * src/.cvsignore
15812                 added new config file parser
15813
15814         * src/scoring.[ch]
15815         * src/filtering.[ch]
15816         * src/matcher.[ch]
15817         * src/prefs_filtering.c
15818         * src/prefs_matcher.c
15819         * src/prefs_scoring.c
15820         * added src/matcher_parser.h
15821         * added src/matcher_parser_lex.h
15822         * added src/matcher_parser_lex.l
15823         * added src/matcher_parser_parse.y
15824                 lex & yacc config file parser
15825
15826         * src/mbox.c
15827         * src/inc.c
15828         * src/main.c
15829                 changes prefs_filtering into global_filtering           
15830
15831         * src/summaryview.c
15832                 build threads with subjects only if "Re: " is at the
15833                 beginning of the subject
15834
15835 2001-07-07 [paul]
15836
15837         0.5.0claws
15838
15839         sync with sylpheed 0.5.0
15840                 change of version number only
15841
15842 2001-07-06 [paul]
15843
15844         0.5.0claws5
15845
15846         sync with sylpheed 0.5.0pre5
15847
15848 2001-07-05 [paul]
15849
15850         sync with sylpheed 0.5.0pre4 release
15851                 /po and /manual/ja not sync'ed
15852
15853 2001-07-04 [paul]
15854
15855         more sync with sylpheed 0.5.0pre4
15856
15857 2001-07-03 [christoph]
15858
15859         * src/addressbook.c
15860                 fixed address book broken by address book
15861                 for VCard, JPilot, LDAP
15862
15863 2001-07-03 [alfons]
15864
15865         * src/matcher.c
15866         * src/textview.c
15867                 stopped memory leaks
15868
15869 2001-07-03 [paul]
15870
15871         more sync with sylpheed 0.5.0pre4
15872
15873 2001-07-02 [match]
15874
15875         * included address book patch for VCard, JPilot, LDAP
15876         * pref_common.c - fixed Font options on Display tab (cosmetic)
15877         * alertpanel.c - fixed truncated message
15878
15879 2001-07-02 [christoph]
15880
15881         * src/mbox_folder.c
15882         * src/procmsg.[ch]
15883         * src/summaryview.c
15884                 mark threads for ignoring
15885
15886 2001-07-02 [paul]
15887
15888         0.5.0claws4
15889
15890         * sync with sylpheed 0.5.0pre4
15891                 updated gettext to 0.10.38.
15892
15893 2001-07-01 [paul]
15894
15895         * src/ mainwindow.c
15896         * src/procmsg.h
15897         * src/summaryview.[ch]
15898                 new right-click option: Label.
15899                 substitute for 'Mark-->Mark/Unmark', colours the line.
15900                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15901
15902 2001-07-01 [christoph]
15903
15904         * src/folderview.c
15905                 fixed font for trash
15906         * src/summaryview.c
15907                 move ctree to unread message
15908
15909 2001-07-01 [paul]
15910
15911         * sync with sylpheed 0.5.0pre3 release
15912
15913 2001-06-30 [alfons]
15914
15915         * src/filesel.[ch]
15916         * src/compose.c
15917                 allow inserting / attaching multiple files in
15918                 the composer window
15919
15920 2001-06-30 [paul]
15921
15922         * src/codeconv.c
15923                 small change to Alfons' previous stuff so that it
15924                 actually makes
15925
15926 2001-06-30 [alfons]
15927
15928         * lots of files changed; first attempt to merge the changes
15929           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15930
15931 2001-06-30 [paul]
15932
15933         * po/pt_BR.po
15934                 updated and completed, translations by Fabio
15935                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15936
15937 2001-06-29 [alfons]
15938
15939         * src/compose.c
15940         * src/mimeproc.[ch]
15941                 allow selecting an attached files' mime type from a 
15942                 list of types.
15943
15944 2001-06-29 [paul]
15945
15946         * more sync with sylpheed 0.5.0pre3
15947
15948 2001-06-29 [paul]
15949
15950         * po/pt_BR.po
15951                 merge with sylpheed.pot and pt_BR.po provided by
15952                 Fabio Junior Beneditto.
15953
15954 2001-06-29 [darko]
15955
15956         * src/procmime.c
15957                 make MIME types case insensitive
15958
15959 2001-06-28 [alfons]
15960
15961         * po/nl.po
15962                 merge with sylpheed.pot and old nl.po; translations added.
15963
15964 2001-06-28 [paul]
15965
15966         * more sync with sylpheed 0.5.0pre3
15967
15968 2001-06-27 [alfons]
15969
15970         * src/summaryview.c
15971                 don't crash when removing parent node of messages
15972                 attracted by subject. this was caused by not deleting
15973                 the parent node from the subject line hash table.
15974
15975 2001-06-27 [alfons]
15976
15977         * src/summaryview.c
15978         * src/compose.[ch]
15979         * src/mainwindow.c
15980                 if there are multiple messages selected, allow forwarding
15981                 them as attachments.
15982
15983 2001-06-27 [paul]
15984
15985         * more sync with sylpheed 0.5.0pre3
15986
15987 2001-06-26 [paul]
15988
15989         0.5.0claws3
15990
15991         * sync with sylpheed 0.5.0pre3
15992
15993 2001-06-25 [paul]
15994
15995         * src/mainwindow.c
15996                 fixed 'compose news article' bug
15997                 from icon-and-text toolbar
15998
15999 2001-06-25 [paul]
16000
16001         * sync with sylpheed 0.5.0pre2 release
16002
16003 2001-06-24 [christoph]
16004
16005         * src/prefs_common.c
16006                 bug fix in font selection
16007         * src/folderview.c
16008                 use sylpheed's normal font instead of
16009                 gtk default font for folders without
16010                 new messages
16011
16012 2001-06-24 [alfons]
16013
16014         * src/mainwindow.[ch]
16015                 added composite compose mail / news button (an idea by Leandro
16016                 Pereira <leandro@linuxmag.com.br>)
16017
16018 2001-06-24 [paul]
16019
16020         Added instructions for ldif-to-xml.py
16021
16022         * tools/README
16023
16024 2001-06-23 [alfons]
16025
16026         Some minor things.
16027
16028         * src/pixmaps/stock_news_compose.xpm
16029                 added pixmap by Leandro
16030         * src/prefs_common.c
16031                 tested built-in spelling checker of GCC 3.0 :)
16032         * po/nl.po
16033                 merged dutch translation of sylpheed-main with
16034                 sylpheed.pot
16035
16036 2001-06-23 [paul]
16037
16038         Added tools directory and files.
16039
16040         * tools/filter_conv.pl
16041                 converts old filter system to new filtering system
16042         * tools/ldif-to-xml.py
16043                 converts netscape addressbook to sylpheed addressbook
16044         * tools/README
16045                 descriptions/instructions for above two files
16046
16047 2001-06-23 [christoph]
16048
16049         * src/inc.c
16050         * src/manage_window.[ch]
16051         * src/prefs_common.[ch]
16052                 mail retrieval dialog can be enabled, disabled
16053                 or hidden if non of sylpheed's windows is active
16054
16055 2001-06-22 [paul]
16056
16057         0.5.0claws2
16058
16059         * sync with sylpheed 0.5.0pre2
16060
16061 2001-06-21 [christoph]
16062
16063         * src/summaryview.c
16064                 show recipient on 'from' for all accounts
16065                 
16066         * src/inc.c
16067         * src/prefs_common.[ch]
16068                 disable error popup on mail receive errors
16069
16070 2001-06-21 [alfons]
16071
16072         * src/compose.c
16073                 made the ruler correctly appear and disappear.
16074
16075         * src/Makefile.am
16076                 removed Hoa's work-in-progress-stuff (interesting!) so 
16077                 claws compiles ok.
16078
16079 2001-06-20 [christoph]
16080
16081         * src/inc.c
16082         * src/progressdialog.c
16083                 added scrolled window for list in progressdialog
16084
16085 2001-06-20 [paul]
16086
16087         sync with sylpheed 0.5.0pre1 release
16088
16089 2001-06-20 [christoph]
16090
16091         * src/summeryview.c
16092                 make building threads by subject work when
16093                 thread view is enabled
16094                 
16095         * src/compose.c
16096         * src/prefs_common.[ch]
16097                 automatically select account for mail replys
16098
16099 2001-06-19 [sergey]
16100
16101         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16102         they are filled in from the account settings.
16103
16104 2001-06-19 [paul]
16105
16106         * more sync with sylpheed 0.5.0pre1
16107
16108 2001-06-18 [alfons]
16109
16110         * src/Makefile.am,
16111           src/procmime.c
16112                 added --sysconfdir to CPPFLAGS for pointing to the correct
16113                 location of mime.types. 
16114
16115                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16116                 or ./configure!
16117
16118 2001-06-18 [hoa]
16119
16120         * src/summaryview.c
16121                 fixed some bug when building threads
16122
16123 2001-06-18 [pau]l
16124
16125         * src/prefs_account.c
16126                 UI stuff: More changes to the English
16127
16128 2001-06-18 [paul]
16129
16130         * src/pixmaps/stock_news_compose.xpm: new file
16131         * src/Makefile.am
16132         * src/mainwindow.c
16133         * src/summaryview.c
16134                 Added new icon for Hoa's 'compose a news
16135                 message', plus minor improvements to the
16136                 English
16137
16138         * po/ja.po
16139         * ChangeLog
16140         * ChangeLog.jp
16141                 more sync with sylpheed 0.5.0pre1
16142
16143 2001-06-18 [hoa]
16144
16145         * src/compose.[ch]
16146         * src/mainwindow.c
16147                 Follow-up and reply to
16148
16149         * src/summaryview.[ch]
16150                 Build threads also with subjects
16151
16152 2001-06-17 [hoa]
16153
16154         * src/compose.c
16155                 forwarding use the current account.
16156
16157         * src/mainwindow.c
16158                 the "compose message" button has been replaced with
16159                 "new mail" and "new news" buttons
16160
16161         * src/prefs_common.[ch]
16162                 added a configuration option to use the forward button
16163                 as "forward as attachment"
16164                 changed reply and forward format description
16165
16166         * src/quote_fmt_lex.l
16167         * src/quote_fmt_parse.y
16168                 added message with no signature in format for reply
16169                 and forward.
16170
16171 2001-06-17 [paul]
16172
16173         Minor UI stuff
16174
16175         * src/mainwindow.c
16176         * src/summaryview.c
16177                 Improvements to the English
16178
16179         * src/prefs_common.c
16180                 Improvements to the English and some
16181                 clarity/continuity improvements in the
16182                 description of Quote symbols.
16183
16184 2001-06-17 [paul]
16185
16186         0.5.0claws1
16187
16188         * sync with sylpheed 0.5.0pre1
16189
16190 2001-06-17 [hoa]
16191
16192         * src/compose.c
16193                 Better interface for compose, displayed fields
16194                 are updated whenever we change account.
16195                 Newsgroups field is automatically filled.
16196
16197         * src/mainwindow.c
16198                 Newsgroups field is automatically filled.
16199
16200         * src/prefs_account.c
16201                 Some interface stuff when fields appear and
16202                 disappear.
16203
16204 2001-06-16 [paul]
16205
16206         0.4.99claws
16207
16208         * sync with sylpheed 0.4.99
16209
16210 2001-06-16 [sergey]
16211
16212         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16213         base64_decoder_free, base64_decoder_decode): new object and
16214         functions for decoding base64 streams.
16215         * src/procmime.c (procmime_decode_content): modified to use the
16216         new base64 decoder.
16217
16218 2001-06-15 [paul]
16219
16220         0.4.99claws10
16221
16222         * sync with sylpheed 0.4.99cvs11
16223
16224 2001-06-13 [paul]
16225
16226         0.4.99claws9
16227
16228         * sync with sylpheed 0.4.99cvs9
16229
16230 2001-06-13 [hoa]
16231
16232         * src/compose.c
16233         * src/prefs_account.c
16234
16235                 SMTP server can be defined in the news account
16236                 mime type of attachment are kept.
16237
16238         * src/summaryview.c
16239
16240                 now choose the highest important score between default
16241                 and important score of folder.
16242
16243 2001-06-09 [alfons]
16244         
16245         * src/prefs_common.c: 
16246
16247                 (prefs_quote_description_create): corrected description of 
16248                 quote format characters
16249
16250 2001-06-09 [paul]
16251
16252         0.4.99claws8
16253
16254         * sync with sylpheed 0.4.99cvs8
16255
16256 2001-06-08 [sergey]
16257
16258         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16259         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16260
16261 2001-06-08 [paul]
16262
16263         0.4.99claws7
16264
16265         * sync with sylpheed 0.4.99cvs7
16266
16267 2001-06-06 [sergey]
16268
16269         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16270         clashes with autogenerated header).
16271         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16272         * src/Makefile.am: added quote_fmt.h.
16273         * src/.cvsignore: added lex/yacc autogenerated files
16274         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16275
16276 2001-06-06 [paul]
16277
16278         0.4.99claws6
16279
16280         * sync with sylpheed 0.4.99cvs6
16281
16282 2001-06-06 [hoa]
16283
16284         * added src/quote_fmt_parse.h
16285         * src/compose.c
16286                 removed warnings
16287
16288         * src/prefs.[ch]
16289                 don't modify readonly configuration files
16290
16291         * src/prefs_account.c
16292         * src/prefs_common.c
16293         * src/prefs_customheader.c
16294         * src/prefs_display_header.c
16295         * src/prefs_filter.c
16296         * src/prefs_filtering.c
16297         * src/prefs_scoring.c
16298                 don't open dialog box when configuration files
16299                 are readonly
16300
16301 2001-06-05 [sergey]
16302
16303         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16304
16305         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16306         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16307         BUILT_SOURCES to make all files rebuild properly.
16308
16309         * src/compose.c: removed #include "quote_fmt.tab.h".
16310
16311         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16312         CHARACTER value in yylval.
16313
16314         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16315         receive CHARACTER value by documented means (yylval).
16316
16317         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16318
16319 2001-06-05 [hoa]
16320
16321         * src/Makefile.am
16322                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16323
16324         * src/filtering.c
16325         * src/matcher.c
16326         * src/matcher.h
16327         * src/prefs_filtering.c
16328                 now keep the configuration for execute action
16329
16330         * src/mbox_folder.c
16331                 fixed a warning
16332
16333 2001-06-05 [paul]
16334
16335         * sync with sylpheed 0.4.99cvs5
16336
16337 2001-06-05 [hoa]
16338
16339         * src/Makefile.am
16340                 added quote_fmt.[ch]
16341
16342         * added src/quote_fmt.y
16343         * added src/quote_fmt.l
16344         * added src/quote_fmt.tab.h
16345         * added src/quote_fmt.tab.c
16346         * added src/lex.quote_fmt.c
16347                 parsing configuration for replying
16348                 and forwarding
16349
16350         * src/prefs_common.[ch]
16351                 added configuration UI for replying
16352                 and forwarding
16353
16354         * src/compose.c
16355                 using configuration for replying
16356                 and forwarding
16357
16358 2001-06-04 [hoa]
16359
16360         * src/filtering.c
16361         * src/matcher.c
16362         * src/matcher.h
16363         * src/prefs_filtering.c
16364         * src/prefs_matcher.c
16365         * src/prefs_matcher.h
16366                 action "run a command" for filtering
16367                 and matching with a command.
16368                 fixed the "whole message" matching
16369
16370         * src/mbox_folder.c
16371                 changed temporary filename for security
16372
16373         * src/messageview.c
16374                 queue the notification if it fails to send.
16375
16376         * src/prefs_common.c
16377         * src/prefs_folder_item.c
16378                 changed the default important score             
16379
16380         * src/prefs_scoring.c
16381         * src/scoring.c
16382                 hide kill score input when the folder is not
16383                 a newsgroup
16384
16385 2001-06-03 [alfons]
16386
16387         * src/prefs_common.c:
16388
16389                 (prefs_font_select): pass font name in font entry box to font
16390                 selection dialog.
16391
16392 2001-06-03 [sergey]
16393
16394         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16395
16396 2001-06-03 [paul]
16397
16398         * sync with sylpheed 0.4.99cvs4
16399
16400 2001-06-03 [alfons]
16401
16402         * src/headerwindow.c:
16403
16404                 (headerwindow_show_cb): use the selected summary view item, not
16405                 the displayed item.
16406
16407 2001-06-02 [alfons]
16408
16409         * src/headerwindow.c:
16410
16411                 (headerwindow_show_cb): always try to show msginfo
16412
16413 2001-06-02 [hoa]
16414
16415         * src/compose.c
16416                 keep attached parts when reediting or forwarding.
16417
16418 2001-06-01 [hoa]
16419
16420         * src/folderview.c
16421         * src/prefs_folder_item.[ch]
16422         * src/prefs_scoring.[ch]
16423         * src/scoring.[ch]
16424         * src/summaryview.[ch]
16425         * src/main.c
16426         * src/mainwindow.c
16427         * src/prefs_common.[ch]
16428                 support for folder scoring
16429                 kill score and important score for messages
16430         
16431         * src/prefs_account.c
16432                 some display bug fixed for local account
16433                 preferences
16434
16435 2001-05-31 [alfons]
16436
16437         * src/summaryview.c:
16438
16439                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16440                 sender to address book menu item is disabled.
16441
16442 2001-05-30 [hoa]
16443
16444         * src/filtering.[ch]
16445         * src/summaryview.c
16446                 handling summary menu / filter messages
16447
16448         * src/folder.[ch]
16449                 add some stuff
16450
16451         * src/foldersel.c
16452                 imap folders now appears in list
16453
16454         * src/mbox_folder.c
16455                 doesn't crash if destination mail is not writeable
16456
16457 2001-05-29 [hoa]
16458
16459         * src/compose.c
16460                 removed some warnings
16461
16462         * src/filtering.c
16463         * src/folder.[ch]
16464         * src/prefs_filtering.c
16465                 global string to identify any folders           
16466                 removed some debug info
16467                 filtering to mbox folders is now possible
16468
16469         * src/mainwindow.c
16470                 removed some warnings
16471
16472         * src/mbox_folder.c
16473                 permission on files are changed to read/write for user only,
16474                 nothing for other.
16475                 creation of subfolder is handled better.
16476
16477 2001-05-28 [alfons]
16478
16479         Verified the sync for src/prefs_common.[ch] and
16480         src/prefs_account.[ch]. I believe there were some
16481         minor indentation differences.
16482
16483 2001-05-28 [paul]
16484
16485         0.4.99claws3
16486
16487         * sync with 0.4.99cvs3
16488
16489 2001-05-28 [hoa]
16490
16491         * src/compose.c
16492                 handling flags for mbox format
16493
16494         * src/filtering.c
16495                 use of mark file only for MH format
16496                 handling flags for mbox format
16497                 filtering cannot yet move or copy mails to mbox folders.
16498
16499         * src/folder.[ch]
16500                 changed move_msg, copy_msg,
16501                 move_msgs_with_dest, copy_msgs_with_dest functions
16502                 uses only folder->copy_msg() function
16503                 uses folder->finished_copy() to handle the destination
16504                 folder at the end of the copy or move operation.
16505
16506         * src/foldersel.c
16507                 included mbox directories.
16508
16509         * src/folderview.[ch]
16510         * src/mainwindow.c
16511                 handle folders operation for mbox format
16512
16513         * src/mbox.c
16514                 disable conversion of "From " header
16515
16516         * src/mbox_folder.[ch]
16517                 completion of mbox format handling
16518
16519         * src/mh.c
16520                 changed mh_copy_msg() function and
16521                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16522                 mh_copy_msgs_with_dest()
16523
16524         * src/prefs_filtering.c
16525                 removed some warnings
16526
16527         * src/prefs_matcher.c
16528                 default boolean operation is AND
16529
16530         * src/procheader.c
16531                 handling flags for mbox format
16532                 handling of "From " header
16533
16534         * src/procmsg.[ch]
16535                 removed data field
16536                 added MSG_REALLY_DELETED flags to handle deletion of
16537                 messages in mbox format.
16538
16539         * src/summaryview.c
16540                 handling flags for mbox format
16541                 disable the MSG_DELETED flags when messages
16542                 are deleted in mbox format
16543
16544         * src/textview.c
16545                 "From " headers display fixed.
16546
16547 2001-05-27 [alfons]
16548
16549         * src/textview.c:
16550                 
16551                 (get_email_part): skip quoted email addresses, like in e.g.
16552                 "'alfons@proteus.demon.nl'".
16553
16554 2001-05-26 [alfons]
16555
16556         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16557         and fixing the persistence troubles when using separate windows.
16558
16559         * src/mainwindow.c:
16560         
16561             Added #define SEPARATE_ACTION used in the gtk item factory for 
16562             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16563                 use gtk_item_factory_get_widget_by_action() to get the items.
16564                 
16565             Removed separate_widget_cb from the gtk item factory data   
16566           
16567             (mainwindow_create): connect separate_widget_cb() to check
16568             menu item "toggled" signal. also passing a MainWindow pointer
16569                 as object data for both check menu items.
16570                 
16571             (separate_widget_cb): definition of separate_widget_cb() to match
16572             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16573                 window using gtk_object_get_data(). The type of window separation 
16574                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16575         
16576         * src/prefs_filtering.c,
16577           src/prefs_matcher.c: added horizontal scrollbars
16578
16579 2001-05-25 [darko]
16580
16581         * src/headerview.c
16582                 fix segfault with invalid bold font
16583         * src/summaryview.c
16584                 correctly display summary stats after row is marked
16585
16586 2001-05-23 [sergey]
16587
16588         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16589         encodings with libjconv.
16590
16591 2001-05-23 [hoa]
16592
16593         * src/Makefile.am
16594                 added mbox_folder.[ch]
16595         * src/defs.h
16596                 mbox temporary folder
16597         * src/folder.[ch]
16598         * added src/mbox_folder.[ch]
16599         * src/folderview.c
16600         * src/procheader.[ch]
16601                 added mbox support
16602         * src/mbox.c
16603                 bugfix for file incorporation filtering
16604         * src/imap.c
16605                 enable creation of MBOX
16606         * src/prefs_display_header.c
16607                 enable use of headers like "From "
16608                 something that should be fixed :
16609                         displaying of such headers add an extra space
16610         * src/prefs_folder_item.c
16611                 don't create folders because it is not necessary
16612         * src/procmsg.h
16613                 added data field to MsgInfo for mbox internal use
16614         * src/summaryview.c
16615                 added some support for mbox
16616         * src/utils.[ch]
16617                 added get_mbox_cache_dir() function
16618
16619 2001-05-23 [hiroyuki]
16620
16621         * src/headerwindow.c
16622           src/inc.c
16623           src/main.c
16624           src/mh.c
16625           src/nntp.c
16626           src/procmsg.h
16627           src/session.h
16628           src/socket.[ch]
16629           src/summaryview.c
16630           src/textview.c
16631           src/automaton.c
16632           src/folderview.c: more sync with 0.4.99cvs2.
16633
16634         * src/headerwindow.c: reverted.
16635
16636 2001-05-22 [paul]
16637
16638         0.4.99claws2
16639
16640         * sync with sylpheed 0.4.99cvs2
16641                 * src/news.[ch]
16642                 * src/nntp.[ch]
16643                 * INSTALL
16644                 * INSTALL.jp
16645
16646 2001-05-22 [alfons]
16647
16648         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16649
16650 2001-05-21 [alfons]
16651
16652         Minor things:
16653
16654         * configure.in: if gnome-config not found, "no" is displayed
16655         
16656         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16657
16658         * src/textview.c: now also possible to add mail addresses by right
16659           clicking in the text view
16660
16661         * src/codeconv.c: merged patch which fixes endless loop when encountering
16662           invalid wide characters; from Alte <010@imis.ru>  
16663
16664 2001-05-20 [alfons]
16665
16666         Added installation of gnome specific things:
16667
16668         * Makefile.am: gnome conditional
16669
16670         * configure.in: check for installed gnome
16671
16672         * added sylpheed.png, sylpheed.desktop
16673
16674 2001-05-20 [sergey]
16675
16676         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16677
16678         * src/mainwindow.h (main_window_toolbar_create): created a button
16679         for "Reply to all".
16680         (main_window_set_toolbar_sensitive): enable/disable the new button
16681         appropriately.
16682         (toolbar_reply_to_author_cb): handle the new button.
16683
16684         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16685         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16686         failure).
16687
16688 2001-05-19 [sergey]
16689
16690         * src/compose.h (ComposeReplyMode): new modes
16691         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16692         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16693
16694         * src/compose.c
16695         (compose_send): move some code into a new function:
16696         (compose_current_mail_account): new function.
16697         (compose_reply): new argument to_author, all callers changed; if
16698         to_author==TRUE and account->protocol==A_NNTP, find and use an
16699         appropriate mail account for replying.
16700         (compose_reply_set_entry): new argument to_author; ignore
16701         compose->replyto if to_author==TRUE.
16702
16703         * src/mainwindow.c: new command "Message/Reply to author".
16704         (main_window_set_menu_sensitive): enable/disable it.
16705         (reply_cb): handle it.
16706
16707         * src/summaryview.c: new command "Reply to author".
16708         (summary_set_menu_sensitive): enable/disable it.
16709         (summary_reply_cb): handle it.
16710
16711         * src/account.c (account_find_mail_from_address): new function.
16712
16713 2001-05-18 [paul]
16714
16715         0.4.99claws1
16716
16717         * sync with sylpheed 0.4.99cvs1
16718
16719 2001-05-18 [hoa]
16720
16721         * src/compose.[ch]
16722         * src/filtering.c
16723         * src/summaryview.c
16724                 new filtering action : forward and forward as attachment
16725
16726         * src/main.c
16727                 no need for $DISPLAY when we run sylpheed --help
16728                 call to parse_cmd_opt() is moved
16729
16730         * src/mainwindow.[ch]
16731                 execute button is hidden when immediate execute
16732                 is chosen
16733
16734         * src/mh.c
16735         * src/news.c
16736         * src/prefs_folder_item.c
16737         * src/procmsg.c
16738                 better handling of missing directories
16739
16740         * src/summaryview.c
16741                 reedit is enabled in outbox
16742                 reedit is enabled in queue
16743
16744 2001-05-17 [hoa]
16745
16746         * src/filtering.c
16747         * src/matcher.[ch]
16748         * src/prefs_filtering.c
16749                 changed attachement into attachment
16750
16751 2001-05-17 [alfons]
16752
16753         0.4.67claws4    
16754
16755         * sync with sylpheed 0.4.67cvs9
16756         * sync with sylpheed 0.4.67cvs7-8
16757
16758 2001-05-17 [hoa]
16759
16760         * src/Makefile.am
16761                 added prefs_filtering.c
16762
16763         * src/filtering.[ch]
16764         * src/matcher.[ch]
16765                 removed action : forward_news and forward_news_as_attachement
16766                 (forward and forward_as_attachement can be used instead)
16767
16768         * src/mainwindow.c
16769                 added menu option to access filtering configuration
16770
16771         * src/prefs_account.c
16772                 changed mail_command default to /usr/sbin/sendmail
16773
16774         * added src/prefs_filtering.[ch]
16775                 dialog box for filtering configuration
16776
16777         * src/prefs_matcher.c
16778                 added function prefs_matcher_get_criteria_from_matching()
16779
16780         * src/prefs_scoring.c
16781                 reset the dialog when register or substitute is clicked
16782
16783 2001-05-15 [hoa]
16784
16785         * src/Makefile.am
16786                 added filtering.[ch]
16787         * src/inc.c
16788                 using filering.[ch] instead of filter.[ch]
16789         * src/main.c
16790                 reading new filtering configuration
16791         * src/matcher.[ch]
16792                 added some filtering actions
16793                 and fixed a bug for headers and mail body matching
16794         * src/mbox.c
16795                 using filering.[ch] instead of filter.[ch]
16796         * src/mh.c
16797                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16798         * src/summaryview.c
16799                 some fixes for filtering
16800
16801 2001-05-14 [hiroyuki]
16802
16803         * src/send.c: fixed some weird indentations.
16804           send_message_with_command(): call pclose() only if p != NULL.
16805         * src/textview.c: get_email_part(): modified the code for readability.
16806
16807 2001-05-14 [hiroyuki]
16808
16809         * src/md5global.h
16810           src/md5ify.c
16811           src/md5ify.h: removed from the cvs.
16812
16813 2001-05-13 [sergey]
16814
16815         * src/main.c: include rfc2015.h to avoid compiler warnings.
16816         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16817         the panel is already on screen.
16818         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16819         closing the alert window by ESC as "No".
16820         * src/prefs_common.c (prefs_interface_create): moved return
16821         receipt check button to the correct place.
16822
16823 2001-03-13 [alfons]
16824
16825         * src/prefs_common.c: 
16826                 moved return receipt check button to the Send tab. (prefs_send_create)
16827                 removed the date format ui related globals. (prefs_display_create)
16828
16829         0.4.67claws3
16830         
16831         * sync with sylpheed 0.4.67cvs5-6
16832
16833 2001-05-13 [paul]
16834
16835         * added Alfons' font selection patch
16836
16837         * src/defs.h
16838         * src/headerwindow.c
16839         * src/prefs_common.c
16840         * src/prefs_common.h
16841
16842 2001-05-13 [hoa]
16843         * src/defs.h
16844                 changed version of cache
16845         * src/matcher.[ch]
16846         * src/prefs_matcher.c
16847                 added additionnal matching criteria
16848         * src/procheader.c
16849         * src/procmsg.[ch]
16850         * src/news.c
16851                 added references in MsgInfo
16852
16853 2001-05-12 [hoa]
16854
16855         * src/defs.h
16856                 prepared some things for new filtering
16857         * src/matcher.[ch]
16858                 added some matching properties
16859                 inreplyto need to be enhanced
16860                 prepared some things for new filtering
16861         * src/messageview.c
16862                 added Return-Receipt-To handling
16863         * src/prefs_folder_item.c
16864                 changed default value to TRUE
16865         * src/prefs_matcher.c
16866                 added some matching properties
16867         * src/prefs_scoring.[ch]
16868                 the scoring dialog is finished
16869         * src/procheader.c
16870                 added Return-Receipt-To handling
16871                 Reference need to be added
16872         * src/procmsg.[ch]
16873                 added Return-Receipt-To handling
16874                 added threadscore to get a better score sorting when
16875                 threads are enabled
16876         * src/summaryview.c
16877                 suppressed a bug when we sort the list
16878                 when no folder is opened.
16879                 better score sorting when threads are enabled
16880
16881 2001-05-12 [alfons]
16882
16883         * reverted previous patch because of potential errors 
16884
16885         0.4.67claws2
16886         
16887         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16888                 applied "toggle mail-retrieval dialog window" patch submitted 
16889                 by Eric Limpens <eric@qnt.net>
16890
16891         * sync with sylpheed 0.4.67cvs4
16892
16893 2001-05-12 [sergey]
16894
16895         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16896         some picky compilers.
16897         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16898         * src/grouplist_dialog.c: include alertpanel.h.
16899         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16900         fix compile warning.
16901         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16902         #include "defs.h" before others to prevent the warning of `MIN'
16903         and `MAX' redefinition.
16904
16905 2001-05-11 [hoa]
16906
16907         * src/main.c
16908         * src/messageview.c
16909         * src/prefs_account.c
16910         * src/prefs_display_header.c
16911                 removed warning
16912         * src/Makefile.am
16913                 added prefs_scoring.[ch]
16914         * src/grouplist_dialog.c
16915                 display an error dialog box if the group list
16916                 cannot be fetched.
16917         * src/mainwindow.[ch]
16918                 added main_window_set_thread_option() function
16919                 scoring dialog box enabled
16920         * src/matcher.[ch]
16921                 added flags matching unread /new / marked
16922                 / deleted / replied / forwarded
16923         * src/news.c
16924                 newsgroups are now finally in newscache
16925         * src/prefs_matcher.[ch]
16926                 finished preferences for matching dialog
16927         * added src/prefs_scoring.[ch]
16928                 scoring dialog box completed
16929         * src/scoring.[ch]
16930                 conversion to string : added scoringprop_to_string()
16931                 write config for preferences :
16932                 added prefs_scoring_write_config()
16933         * src/summaryview.c
16934                 threads can be enabled/disabled independently
16935                 for each folder
16936
16937 2001-05-10 [alfons]
16938
16939         0.4.67claws1
16940         
16941         * AUTHORS: 
16942                 thought it would be nice to have a list of all
16943                 contributors (used Changelog as a reference)
16944         
16945         * configure.in: 
16946                 messed up version numbering...
16947
16948         0.4.66claws1
16949
16950         * sync with sylpheed 0.4.67cvs1-3
16951
16952 2001-05-10 [darko]
16953
16954         * src/prefs_common.c:
16955                 better UI for strftime format, double clicking
16956                 on format now inserts the format in text entry
16957                 replaced close button with standard OK/Cancel
16958                 moved date format button to the right of the
16959                 text entry field
16960
16961 2001-05-09 [alfons]
16962
16963         * src/gtkstext.c:
16964                 Ctrl-Home / Ctrl-End have proper cursor navigation
16965
16966 2001-05-09 [hoa]
16967
16968         * src/prefs_matcher.c
16969                 finished UI to define matching properties
16970                 added ok and cancel button
16971         * src/prefs_filter.c
16972                 added ok and cancel button
16973         * src/news.c
16974                 fixed some bug in xhdr parsing
16975
16976 2001-05-08 [alfons]
16977
16978         * src/textview.c: 
16979                 fixed a bug in textview_show_header(), which displayed two colons (':');
16980                 cleaned up some warnings
16981
16982 2001-05-08 [hoa]
16983
16984         * src/Makefile.am
16985                 added prefs_matcher.[ch]
16986                 compilation with -W -Wall
16987         * src/alertpanel.c
16988                 ungrab the mouse events if grabbed - does it
16989                 fix the bug for disposition notification ?
16990         * src/mainwindow.c
16991                 added a menu option to open the matching dialog.
16992         * src/matcher.[ch]
16993                 added matcherprop_to_string() and matcherlist_to_string()
16994                 fixed some bugs, changed the name of some options
16995                 age_sup and age_inf becomes age_greater and age_lower,
16996                 body and messageheaders becomes body_part and headers_part,
16997                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16998         * src/prefs_display_header.c
16999         * src/prefs_headers.c
17000                 fixed a bug that accidentally destroyed dialogs
17001                 when closed them with delete_event
17002                 Added *_deleted() which handle delete_event signal correctly.
17003         * src/prefs_folder_item.[ch]
17004                 added "enable_thread" field for future customization
17005         * added src/prefs_matcher.[ch]
17006                 sample of the UI to define matching properties
17007         * src/procheader.c
17008                 using procheader_headername_equal instead of str*cmp functions
17009                 using procheader_parse_header() function
17010         * src/scoring.c
17011                 using MATCHING_XXX instead of SCORING_XXX
17012         * src/summaryview.c
17013                 display the sender of the news even if this is ourself
17014                 when this is a news message.
17015         * src/textview.c
17016                 using headername_equal() instead of str*cmp functions
17017
17018 2001-05-08 [alfons]
17019
17020         0.4.66claws
17021
17022         * sync with sylpheed 0.4.66
17023         * src/gtkstext.c: trace logs added 
17024
17025 2001-05-08 [sergey]
17026
17027         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17028         signature check popup.
17029         * src/rfc2015.c (check_signature): show signature check popup only
17030         if it is enabled in preferences.
17031
17032 2001-05-07 [alfons]
17033
17034         0.4.66claws4
17035         
17036         * sync with sylpheed 0.4.66cvs6
17037
17038 2001-05-07 [darko]
17039
17040         * src/prefs_common.[ch]: added option to enable/disable
17041           looking up sender name in address book for summary pane
17042         * src/summaryview.c: look up sender in the address book
17043           by using Alfons' address completion code
17044
17045 2001-05-07 [hiroyuki]
17046
17047         * src/inc.h
17048           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17049           member of Pop3State.
17050         * src/news.c: brought #include "defs.h" before #include <glib.h>
17051           to prevent the warning of `MIN' and `MAX' redefinition.
17052
17053 2001-05-06 [hoa]
17054
17055         * removed src/headers_display.[ch]
17056         * removed src/prefs_display_headers.[ch]
17057         * src/inc.c
17058                 use a temporary file in the user directory for mbox import
17059         * src/news.c
17060                 added XHDR support to get "To" and "Cc" headers
17061                 (in order to match news with to or cc field for
17062                 scoring)
17063                 added function news_parse_xhdr() to get XHDR response
17064         * src/nntp.[ch]
17065                 added function nntp_xhdr()
17066         * src/matcher.c
17067                 fetch the message if necessary
17068
17069 2001-05-06 [alfons]
17070
17071         0.4.66claws3
17072
17073         * sync with sylpheed 0.4.66cvs3-5
17074
17075 2001-05-06 [hoa]
17076
17077         * src/utils.[ch]
17078                 added function itos_buf() to enable use of several buffers
17079         * src/summaryview.c
17080                 use of itos_buf() instead of itos() in summary list
17081                 to fix the broken display of message number.
17082
17083 2001-05-06 [alfons]
17084
17085         * src/gtkstext.c: bug in cursor up navigation fixed,
17086                 fixed another unsigned / signed comparison (we're getting there :-)
17087
17088 2001-05-06 [hoa]
17089
17090         * src/Makefile.am
17091                 added scoring.c scoring.h
17092                 prefs_folder_item.c prefs_folder_item.h
17093                 matcher.c matcher.h
17094         * src/defs.h
17095                 added FOLDERITEM_RC SCORING_RC
17096         * src/folder.[ch]
17097                 added prefs field in FolderItem :
17098                 properties for each folder (PrefsFolderItem),
17099                 sorting type and mode were added as the first properties.
17100         * src/main.c
17101                 read config for scoring
17102         * added src/matcher.[ch]
17103                 gives functions to parse configuration file to do
17104                 matching on mails with a list of conditions.
17105         * src/mainwindow.c
17106                 add option to sort by score
17107         * src/prefs_common.[ch]
17108                 added preference option to show score and for
17109                 the score column size
17110         * added src/prefs_folder_item.[ch]
17111                 properties for each folder (PrefsFolderItem),
17112                 sorting type and mode were added as the first properties.
17113         * src/procheader.[ch]
17114                 added procheader_parse_header()
17115                 added procheader_header_free()
17116                 added procheader_headername_equal()
17117                 and made modification to use them.
17118         * src/procmsg.[ch]
17119                 added score field to MsgInfo structure
17120         * added src/scoring.[ch]
17121                 gives functions to parse configuration file to do
17122                 scoring on mails with a list of conditions.
17123         * src/summaryview.[ch]
17124                 save the sorting type and mode for the folder
17125                 added column to display the score of the mail
17126                 added function summary_score_clicked()
17127                 sorting type and mode are restored to the folder
17128                 when it is reopen
17129         * src/textview.c
17130                 use procheader_parse_header(), procheader_headername_equal()
17131                 removed memory leak in text_scan_header when freeing headers
17132         * src/filter.c
17133                 changed the function to match names of headers
17134                 using procheader_headername_equal()
17135
17136         Scoring functions are implemented, an interface is needed
17137         to configure that.
17138
17139 2001-05-04 [alfons]
17140
17141         * src/gtkstext.c: 
17142                 hopefully fixed the row up navigation bug,
17143                 removed adding back / forward lines to cache
17144
17145 2001-05-04 [sergey]
17146
17147         * src/prefs_display_headers.c: user interface changes:
17148         (prefs_display_headers_create): remove unused "Show" check button;
17149         allow reordering of headers by dragging.
17150         (prefs_display_headers_write_config): remove unused variables.
17151         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17152         of lists (not needed with the new UI).
17153         (prefs_display_headers_set_list): scan lists starting from row 0,
17154         not 1 (do not skip "(New)").
17155         (prefs_display_headers_find_header): new function.
17156         (prefs_display_headers_clist_set_row): do not allow duplicates.
17157         (prefs_display_headers_delete_cb): do not skip row 0; treat
17158         closing the alert window by ESC as "No".
17159         (prefs_display_headers_up): do not protect row 0.
17160         (prefs_display_headers_down): do not protect row 0.
17161
17162 2001-05-04 [sergey]
17163
17164         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17165         functions.
17166
17167         * src/summaryview.c
17168         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17169         summary_select_next_marked, summary_select_prev_marked): new
17170         functions.
17171
17172 2001-05-03 [sergey]
17173
17174         * src/news.c: fixed a bug when no article can be fetched after
17175         server timeout if the connection was restored by news_post():
17176         (news_select_group): new function.
17177         (news_fetch_msg): call news_select_group() before fetching
17178         article.
17179         (news_get_uncached_articles): set session->group after successful
17180         GROUP command.
17181
17182 2001-05-03 [hoa]
17183
17184         * src/defs.h
17185         * src/procmsg.[ch]
17186         * src/procheader.c
17187                  changed version of cache, added cc field
17188
17189         * src/prefs_display_headers.c
17190                 the interface was changed
17191
17192         * src/prefs_headers.c
17193                 added cancel button
17194
17195 2001-05-03 [alfons]
17196
17197         * completed sync of sylpheed cvs2
17198         * src/gtkstext.c: updated row up / down cursor navigation
17199         * src/textview.c: re-edited, prepared for fixing the email address
17200                 scanner.
17201
17202 2001-05-03 [darko]
17203
17204         * src/prefs_common.c: use alfons' strftime ui code
17205         entry_datefmt and datefmt_sample widgets have to be
17206         global in this module because of this change
17207
17208 2001-05-03 [hoa]
17209
17210         * src/messageview.c
17211         * src/prefs_common.[ch] added option to activate the return receipt
17212                 feature.
17213
17214 2001-05-02 [alfons]
17215
17216         * src/gtkstext.c: fix for row up/down cursor navigation. 
17217
17218         0.4.66claws2
17219         
17220         * sync with 0.4.66cvs2
17221
17222 2001-05-02 [paul]
17223
17224         added add-sender-to-addressbook patch
17225
17226         * src/addressbook.c
17227         * src/addressbook.h
17228         * src/summaryview.c
17229
17230 2001-05-02 [sergey]
17231
17232         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17233         G_ALERTDISABLE.
17234
17235         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17236         all existing callers changed to pass FALSE; create a check button
17237         to disable the message.
17238         (alertpanel_message_with_disable): new function.
17239         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17240         (alertpanel_button_toggled): new function.
17241         (alertpanel_button_clicked, alertpanel_close): set value using
17242         G_ALERT_VALUE_MASK.
17243
17244         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17245
17246         * src/prefs_common.c (prefs_privacy_create): new check button
17247         checkbtn_gpgme_warning.
17248
17249         * src/main.c (main): moved preferences reading before gpgme
17250         initialization; check prefs_common.gpgme_warning before giving the
17251         GnuPG warning and set it to FALSE if the user wants to disable the
17252         warning.
17253
17254 2001-05-02 [hiroyuki]
17255
17256         * src/prefs_display_headers.c: modified the layout and some labels.
17257
17258 2001-05-02 [sergey]
17259
17260         * src/prefs_account.c (prefs_account_fix_size): new function.
17261         (prefs_account_create): call prefs_account_fix_size(); use
17262         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17263         size when the window is shown for the first time).
17264         (prefs_account_basic_create): changed layout of serv_table; moved
17265         localmbox_entry above smtpserv_entry (logically it replaces
17266         POP3/IMAP server).
17267         (prefs_account_protocol_activated): set sensitivity of
17268         nntpauth_chkbtn according to the protocol (in addition to
17269         hide/show); commented out gtk_table_set_row_spacing() calls.
17270         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17271         not sensitive (fixes a bug with disabled username/password boxes
17272         when editing POP3 account after NNTP with authentication).
17273
17274 2001-05-02 [hoa]
17275
17276         * src/account.c
17277         * src/inc.c
17278         * src/prefs_account.[ch]
17279         * src/send.c
17280                 removed local account without SMTP server
17281                 added option to use mail command instead of a connexion
17282                 to SMTP server when a local account is used
17283         * src/prefs_headers.c
17284                 fixed a bug
17285         * src/news.c
17286                 fixed a bug when connexion immediately closed
17287
17288 2001-05-01 [alfons]
17289
17290         0.4.66claws1
17291         
17292         * sync with 0.4.65
17293
17294 2001-05-01 [sergey]
17295
17296         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17297         widget nntpauth_chkbtn.
17298         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17299         visibility.
17300         (prefs_account_nntpauth_toggled): new function.
17301
17302         * src/news.c (news_session_new_for_folder): use NNTP
17303         authentication only if ac->use_nntp_auth is set.
17304
17305 2001-05-01 [hoa]
17306
17307         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17308         * src/prefs_display_headers.c changed the UI
17309         * src/prefs_headers.c changed account_name to account_id
17310         * src/compose.c using customheader.h
17311
17312 2001-05-01 [hiroyuki]
17313
17314         * src/esmtp.c
17315           src/news.c
17316           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17317           unsynched.
17318
17319 2001-05-01 [hoa]
17320
17321         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17322         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17323                 for displaying of headers
17324         * src/grouplist_dialog.[ch] minor changes to remove warnings
17325         * src/prefs_display_headers.[ch] dialog to choose the
17326         headers to display in the mail viewer.
17327         * src/headers.h correction of #define
17328         * src/headers_display.[ch] configuration for displaying of headers.
17329         * src/main.c read config of displaying of headers
17330         * src/prefs_common.c add a button to access the config dialog
17331                 for displaying of headers
17332         * src/prefs_display_headers.[ch] dialog for configuration for
17333                 displaying of the headers.
17334         * src/prefs_headers.c cleaning of code
17335         * src/procheader.c comments added to code
17336         * src/textview.c changes to reorder the headers depending
17337                 on the config for displaying of headers
17338
17339 2001-04-30 [alfons]
17340
17341         0.4.65claws7
17342
17343         * sync with 0.4.65cvs12
17344
17345         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17346
17347 2001-04-30 [sergey]
17348
17349         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17350
17351         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17352         is set to force reconnection after authentication failure.
17353         (nntp_gen_command): set sock->auth_failed on authentication
17354         failure, or if sock->userid and sock->passwd are not set.
17355
17356         * src/news.c (news_session_new_for_folder): set userid=NULL if
17357         password dialog is cancelled.
17358
17359 2001-04-30 [sergey]
17360
17361         * src/nntp.h (NNTPSockInfo): new type.
17362
17363         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17364         SockInfo.
17365         (nntp_open_auth, nntp_close): new functions.
17366         (nntp_gen_command): new function to handle authentication; all
17367         NNTP command functions updated to use it.
17368         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17369         (nntp_list): removed old useless code.
17370
17371         * src/news.h (NNTPSession): new field nntp_sock.
17372
17373         * src/news.c: all functions updated to use NNTPSockInfo instead of
17374         SockInfo.
17375         (news_session_new): new arguments (userid, passwd); made static;
17376         use nntp_open_auth() if needed.
17377         (news_session_destroy): use nntp_close() instead of sock_close().
17378         (news_query_password): changed arguments.
17379         (news_session_new_for_folder): new function.
17380         (news_session_get): use news_session_new_for_folder().
17381         (news_authenticate): deleted.
17382         (news_get_uncached_articles): removed old authentication code.
17383
17384 2001-04-30 [sergey]
17385
17386         * src/news.c: reverted my previous changes (need to do NNTP
17387         authentication in a cleaner way).
17388         
17389 2001-04-29 [sergey]
17390
17391         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17392         news_nntp_post, news_nntp_mode): new functions (wrappers with
17393         authentication support).
17394         (news_get_article_cmd, news_get_article, news_get_header): new
17395         argument "folder"; all callers changed.
17396         (news_get_article_cmd): added authentication support.
17397         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17398         (news_post): use news_nntp_post() instead of nntp_post().
17399         (news_get_uncached_articles): use news_nntp_group() instead of
17400         nntp_group() and news_nntp_xover() instead of nntp_xover();
17401         removed old authentication code.
17402         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17403
17404         * src/nntp.c (nntp_list): return real error code instead of
17405         hardcoded NN_ERROR.
17406
17407 2001-04-29 [sergey]
17408
17409         * configure.in: fixed wint_t typedef detection again
17410
17411 2001-04-28 [hoa]
17412
17413         * src/prefs_account.[ch], added A_LOCAL_CMD
17414                 (send mail with mail command)
17415         * src/send.c added function send_message_with_command()
17416         * src/inc.c made a more secure get_spool() function with
17417                 mktemp() but maybe mkstemp() or something more
17418                 secure can be used.
17419
17420 2001-04-28 [alfons]
17421
17422         * src/textview.c, colorization of email addresses in headers
17423
17424         0.4.65claws6
17425
17426         * bug sync with sylpheed
17427         * prefs_common.c: created date format ui for darko
17428         * sync with 0.4.65cvs11
17429         * configure.in: corrected to have the new gpg checks
17430
17431 2001-04-27 [alfons]
17432
17433         * completed sync with 0.4.65cvs10
17434         * minor debug things added to gtkstext.c
17435
17436 2001-04-27 [darko]
17437
17438         * configure.in: remove check for availability of
17439           strftime() as advised by Hiroyuki
17440         * src/prefs_common.[ch], src/procheader.c:
17441           synch strftime() code with Hiroyki's main branch
17442
17443 2001-04-26 [sergey]
17444
17445         * src/news.c: news_query_password(), news_authenticate(): new
17446           functions.
17447           news_get_uncached_articles(): added NNTP authentication
17448           handling.
17449         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17450           new functions.
17451         * src/prefs_account.c: prefs_account_protocol_activated():
17452           enable userid and password fields for NNTP.
17453
17454 2001-04-26
17455
17456         * configure.in: check for availability of strftime()
17457           [darko]
17458         * src/prefs_common.[ch], src/procheader.c: use
17459           strftime() for displaying date in summary pane if it
17460           is available
17461
17462 2001-04-25
17463
17464         * more .cvsignore cleanups [alfons]
17465
17466 2001-04-25
17467
17468         * ac/sv-check-type.m4: new autoconf macro.
17469         * configure.in: fixed wint_t typedef detection (did not work
17470           with gcc-2.96).
17471
17472 2001-04-25
17473
17474         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17475           [hiroyuki]
17476
17477 2001-04-24
17478         * modified gtkstext.c : buggy cursor navigation fixed, 
17479           and font descent also taken in account when drawing
17480           cursor. [alfons]
17481
17482 2001-04-24 [hoa]
17483         * added comments in src/news.c src/nntp.c
17484         * added src/prefs_headers.[ch]
17485         * added src/headers.[ch]
17486         * modified compose.c to activate custom headers
17487                 added function is_in_custom_headers
17488         * modified prefs_account.[ch]
17489                 added function prefs_account_customhdr_edit
17490         * modified src/defs.h :
17491                 added HEADERS_RC : name of the config file
17492                 for the custom headers
17493
17494 2001-04-24
17495
17496     0.4.65claws5
17497
17498         * configure.in
17499           src/gtkstext.[ch]
17500           src/compose.c
17501           src/Makefile.am
17502           
17503           added gtkstext with configure.in patch by Hiroyuki which
17504           should fix the XIM detection [alfons]
17505
17506         * more clean up of cvs [alfons]
17507
17508                  * removed all Makefile.in files to attic.
17509
17510                  * updated all .cvsignores to really ignore things that could
17511                    be unintentionally committed by a recursive commit.
17512
17513 2001-04-23 [hoa]
17514         * added src/grouplist_dialog.[ch]
17515         * changed src/folderview.c to call grouplist_dialog instead
17516                 of inputdialog
17517         * src/news.c :
17518                 added functions news_reset_group_list
17519                 and news_get_group_list
17520         * src/nntp.c :
17521                 added function nntp_list
17522         * src/defs.h :
17523                 added GROUPLIST_FILE : name of the newsgroup list cache file
17524
17525 2001-04-21
17526
17527         * added option to warn about queued messages on exit [sergey]:
17528
17529           * src/compose.c: compose_queue(): call folder_item_scan()
17530             and folderview_update_item() after queueing.
17531           * src/folderview.c: folderview_update_node(): draw the queue
17532             folder in bold font if there are queued messages.
17533           * src/mainwindow.c: queued_messages(): new function.
17534             app_exit_cb(): display warning if there are queued messages
17535             if warn_queued_on_exit is set.
17536           * prefs_common.[ch]: add warn_queued_on_exit option.
17537
17538         * enhanced GnuPG key selection support [sergey]:
17539
17540           * src/select-keys.c: updated to newer version from Win32
17541             branch with support for selecting arbitrary keys.
17542           * src/prefs_account.c: added the Privacy tab to the account
17543             options window.
17544             prefs_account_privacy_create(),
17545             prefs_account_sign_key_set_data_from_radiobtn(),
17546             prefs_account_sign_key_set_radiobtn(): new functions.
17547           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17548           * src/rfc2015.c: set_signers(): new function.
17549             pgp_sign(): add the account parameter, call set_signers().
17550             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17551           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17552           * src/compose.c: pass the current account to rfc2015_sign().
17553
17554         * tag name claws added to prevent confusion with main branch [alfons]
17555
17556         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17557
17558         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17559
17560         * sync with recent sylpheed cvs. Untested though. [alfons]
17561