bb3a582228640e0b8208cebf1593f795974ef536
[claws.git] / ChangeLog.claws
1 2003-07-28 [christoph]  0.9.3claws67
2
3         * src/procmsg.c
4                 fix sync of procmsg_get_message_file_list
5
6 2003-07-28 [christoph]  0.9.3claws66
7
8         * sync with 0.9.3cvs14
9                 see ChangeLog 2003-07-18
10         * sync with 0.9.3cvs17
11                 see ChangeLog 2003-07-23
12
13 2003-07-28 [paul]       0.9.3claws65
14
15         * po/es.po
16                 update Spanish translation, submitted by Ricardo Mones
17                 Lastra
18
19 2003-07-28 [christoph]  0.9.3claws64
20
21         * src/folder.[ch]
22         * src/imap.c
23         * src/mh.c
24                 return new message numbers as a GRelation instead of a GSList
25                 that has to be in the same order as the input list. A list
26                 would make it hard for IMAP to optimize oepration by sorting
27                 the input list. The returned list would have to be reordered
28                 to match the same order that input list has.
29
30         * src/gtk/gtkaspell.c
31                 fix missing return value, could cause a crash when garbage is
32                 on the stack that is used as the expected return value
33
34 2003-07-28 [paul]       0.9.3claws63
35
36         * sync with 0.9.4cvs1
37                 see ChangeLog 2003-07-28
38
39 2003-07-27 [alfons]     0.9.3claws62
40
41         * src/mimeview.c
42                 tweak it more to make icon list act like a check button group
43
44 2003-07-27 [christoph]  0.9.3claws61
45
46         * sync with 0.9.3cvs20
47                 see ChangeLog 2003-07-25
48
49 2003-07-27 [paul]       0.9.3claws60
50
51         * src/procmsg.c
52                 re-commit changes from 0.9.3claws58 -
53                 accidently removed in 0.9.3claws59
54
55 2003-07-27 [paul]       0.9.3claws59
56
57         * src/procmsg.[ch]
58                 a sync from 0.9.3cvs17
59                 see ChangeLog 2003-07-23
60
61 2003-07-27 [alfons]     0.9.3claws58
62
63         * src/procmsg.c
64                 add missing header members to MsgInfo; fixes the problem of 
65                 not displaying X-Faces, as noticed by Ricardo Mones
66
67 2003-07-26 [christoph]  0.9.3claws57
68
69         * sync with 0.9.3cvs18
70                 see ChangeLog 2003-07-24
71
72 2003-07-26 [christoph]  0.9.3claws56
73
74         * sync with 0.9.3cvs17
75                 see ChangeLog 2003-07-23
76
77 2003-07-26 [christoph]  0.9.3claws55
78
79         * src/folder.[ch]
80         * src/imap.c
81         * src/mbox_folder.c
82         * src/mh.c
83         * src/news.c
84                 add support for copy function that copy multiple messages
85                 (not implemented yet)
86
87         * src/summaryview.c
88                 add missing return value
89
90 2003-07-26 [paul]       0.9.3claws54
91
92         * tools/multiwebsearch.pl
93                 do whitespace substitution before passing the string
94                 to the browser. fixes bug with browsers that don't
95                 do whitespace conversion themselves.
96
97 2003-07-25 [christoph]  0.9.3claws53
98
99         * src/folder.[ch]
100         * src/imap.c
101         * src/mh.c
102                 rewrite adding of multiple messages to a folder for
103                 claws' folder system
104
105 2003-07-25 [luke]       0.9.3claws52
106
107         * src/mimeview.c
108                 o icon toggles set correctly on leaving ctree mimeview
109
110 2003-07-25 [paul]       0.9.3claws51
111
112         * partial sync with 0.9.3cvs21 [src/main.c]
113                 see ChangeLog 2003-07-25
114
115 2003-07-24 [paul]       0.9.3claws50
116
117         * tools/maildir2sylpheed.pl
118                 fix typo
119
120 2003-07-24 [paul]       0.9.3claws49
121
122         * src/mimeview.c
123                 increase the gutter size of paned so that the panes
124                 can be resized
125                 
126         * src/plugins/demo/demo.c
127                 squeeze in another typo fix
128
129 2003-07-24 [paul]       0.9.3claws48
130
131         * src/plugins/demo/demo.c
132           src/prefs_account.c
133                 small changes to the English
134                 
135         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
136           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
137           src/Makefile.am
138           src/stock_pixmap.c
139                 rename the misspelled icon
140
141 2003-07-23 [alfons]     0.9.3claws47
142
143         * src/mimeview.c
144                 make icon list look like a list of toggles
145
146 2003-07-23 [luke]       0.9.3claws46
147
148         * src/pixmaps/mimeview_gpg_expired.xpm
149         * src/pixmaps/mimeview_gpg_failed.xpm
150         * src/pixmaps/mimeview_gpg_passed.xpm
151         * src/pixmaps/mimeview_text_html.xpm
152         * src/pixmaps/mimeview_image.xpm
153                 o all icons the same size
154
155         * src/mimeview.[ch]
156                 o mimeview ctree arranged vertically above the viewer
157                 o icons changed to buttons
158                 o can use keyboard to select an icon (Enter)
159                 o resize icon list to width of icons
160
161         *  src/gtk/gtkvscrollbutton.c
162                 o sensitivity of buttons reacts to position
163
164 2003-07-23 [christoph]  0.9.3claws45
165
166         * sync with 0.9.3cvs14 (incomplete)
167                 see ChangeLog 2003-07-17
168
169 2003-07-23 [alfons]     0.9.3claws44
170
171         * src/folder.c
172         * src/procmsg.h
173                 sync with my local tree to restore some claws-only things
174
175 2003-07-23 [paul]       0.9.3claws43
176
177         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
178           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
179           src/Makefile.am
180           src/mimeview.c
181           src/procmime.h
182           src/rfc2015.c
183           src/stock_pixmap.[ch]
184                 indicate missing keys and expired sigs/keys
185                 in mime view column
186
187 2003-07-23 [paul]       0.9.3claws42
188
189         * src/compose.c
190                 Redirect fixes: enable automatic account selection and
191                 do not append signature to message on changing account
192                 fixes Bug[s] #248
193
194 2003-07-23 [paul]       0.9.3claws41
195
196         * sync with 0.9.3cvs16
197                 see ChangeLog 2003-07-23
198
199 2003-07-23 [alfons]     0.9.3claws40
200
201         * src/inc.c
202                 give progress dialog a main window, and give it the first 
203                 one (presumably the only one). fixes bug #247, "segfault on 
204                 pop-before-smtp" 
205
206 2003-07-22 [alfons]     0.9.3claws39
207
208         * src/summaryview.c
209                 shift-space scrolls up
210
211 2003-07-22 [paul]       0.9.3claws38
212
213         * sync with 0.9.3cvs15
214                 see ChangeLog 2003-07-22
215
216 2003-07-20 [alfons]     0.9.3claws37
217
218         * src/compose.c
219                 put menu inside #ifdef USE_ASPELL..#endif
220
221 2003-07-20 [christoph]  0.9.3claws36
222
223         * src/procmsg.c
224                 fix wrong flags in MsgInfo returned by
225                 procmsg_msginfo_get_full_info()
226
227         (closes Bug 221 Deleting messages from the Message View gives incorrect
228          new/unread message counts in the folder view)
229
230         * src/plugins/spamassassin/spamassassin_gtk.c
231                 add gettext macro for prefs page title
232
233 2003-07-20 [paul]       0.9.3claws35
234
235         * src/mimeview.c
236                 redraw icon list on signature check
237
238 2003-07-20 [christoph]  0.9.3claws34
239
240         * src/Makefile.am
241         * src/account.c
242         * src/folder.[ch]
243         * src/folder_item_prefs.[ch]            ** NEW **
244         * src/folderview.c
245         * src/mainwindow.c
246         * src/mh.c
247         * src/prefs_gtk.c
248         * src/prefs_scoring.c
249         * src/summaryview.c
250         * src/prefs_folder_item.[ch]
251                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
252                   Properties dialog
253                 o use prefswindow for folder properties
254
255         * src/gtk/prefswindow.[ch]
256                 change implementation to use an invisible notebook instead
257                 of unparenting widgets
258
259 2003-07-20 [christoph]  0.9.3claws33
260
261         * src/compose.h
262         * src/folder.c
263         * src/folderview.h
264         * src/headerview.h
265         * src/prefs_filtering.h
266         * src/prefs_folder_item.[ch]
267         * src/procmime.h
268         * src/procmsg.h
269         * src/summaryview.h
270                 clean up header mess
271                 (always use 1. typedefs, 2. #includes, 3. structures)
272
273         * src/common/version.h.in
274                 add casts for constants
275
276         * src/plugins/demo/demo.c
277                 fix typo
278
279         * src/plugins/spamassassin/spamassassin.c
280                 remove unused variable
281
282 2003-07-20 [alfons]     0.9.3claws32
283
284         * src/mimeview.c
285                 o make icon buttons respond on left click
286                 o minor cosmetic change
287
288 2003-07-19 [luke]       0.9.3claws31
289
290         * src/mimeview.[ch]
291         * src/gtk/gtkvscrollbutton.c
292         * src/messageview.c
293                 o improved mimeview behaviour when selecting a new message
294                 o plus code cleanups to remove compile warnings
295
296
297 2003-07-19 [alfons]     0.9.3claws30
298
299         * src/procmsg.c
300         * src/compose.c
301         * src/common/utils.[ch]
302                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
303
304 2003-07-19 [alfons]     0.9.3claws29
305
306         * src/prefs_folder_item.c
307                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
308                 string pointers
309
310 2003-07-19 [luke]       0.9.3claws28
311
312         * src/messageview.c
313         * src/mimeview.[ch]
314         * src/procmime.h
315         * src/rfc2015.c
316         * src/stock_pixmap.[ch]
317         * src/gtk/Makefile.am
318         * src/Makefile.am
319         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
320         * src/pixmaps/mime_*.xpm                ** NEW **
321                 o mimeview rearrangement with a new icon shortcut bar
322         
323 2003-07-19 [alfons]     0.9.3claws27
324
325         * src/folderview.c
326                 o plug leaking nodes_to_recollapse
327                 o add folderview_recollapse_all_nodes() (not used yet)
328
329 2003-07-19 [alfons]     0.9.3claws26
330
331         * src/compose.c
332         * src/common/utils.c
333                 honour #240 "Better SUBJECT handling" by cleaning the prefix
334                 for both forwarding as replying
335
336 2003-07-18 [christoph]  0.9.3claws25
337
338         * configure.ac
339         * src/common/sylpheed.[ch]
340         * src/common/version.h.in
341                 add version in numeric form to allow easy comparison
342
343         * src/plugins/demo/demo.c
344                 add version check
345                 - sylpheed version > plugin version => never allowed, sylpheed
346                   could contain unknown API changes
347                 - sylpheed version < minimum version required => don't load,
348                   API required not available (if linking does not fail)
349
350 2003-07-18 [alfons]     0.9.3claws24
351         
352         * src/common/plugin.[ch]
353                 const correctness
354
355 2003-07-18 [christoph]  0.9.3claws23
356
357         * src/common/hooks.c
358                 fix crash when hooks where unregisted
359
360         * src/plugins/trayicon/trayicon.c
361                 unregister detroy signal before destroying the widget
362                 (still crashes when the plugin is unloaded)
363
364 2003-07-18 [alfons]     0.9.3claws22
365         
366         * src/folderview.c
367                 delay expanding folder tree during drags until timeout triggered
368                 (needs perhaps some tweaking, so testing is welcome)
369
370 2003-07-17 [alfons]     0.9.3claws21
371
372         * src/folderview.c
373                 clean up cruft
374
375 2003-07-17 [christoph]  0.9.3claws20
376
377         * src/common/session.c
378                 fix opening of SSL connections
379
380         * src/plugins/image_viewer/Makefile.am
381                 add OPENSSL_CFLAGS (we should find a better solution to remove
382                 this dependencies if they are not required)
383
384         * src/plugins/spamassassin/spamassassin.c
385                 remove setlocale workaround (fixed in libspamc)
386
387 2003-07-17 [alfons]     0.9.3claws19
388
389         * src/common/hooks.[ch]
390         * src/plugins/clamav/clamav_plugin.c
391         * src/plugins/spamassassin/spamassassin.c
392         * src/plugins/trayicon/trayicon.c
393                 fix signedness muck 
394
395 2003-07-17 [alfons]     0.9.3claws18
396
397         * src/procmime.c
398                 plug memleak
399
400 2003-07-17 [alfons]     0.9.3claws17
401
402         * src/inc.c
403                 plug memleak
404
405 2003-07-17 [paul]       0.9.3claws16
406
407         * src/common/defs.h
408           src/mainwindow.c
409           src/manual.[ch]
410                 add link to the Claws site's FAQ page, after the suggestion
411                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
412                 Move url strings to defs.h
413                 
414         * src/mainwindow.c
415                 fix typo to prevent "unknown menu entry" warnings
416
417 2003-07-17 [alfons]     0.9.3claws15
418
419         * src/folderview.[ch]
420         * src/summaryview.[ch]
421         * src/mimeview.[ch]
422                 plug DnD leaks 
423
424 2003-07-17 [paul]       0.9.3claws14
425
426         * src/inc.c
427                 remove two instances of 'GTK_EVENTS_FLUSH' because
428                 they are unnecessary and probably cause a stack overflow
429
430 2003-07-16 [christoph]  0.9.3claws13
431
432         * src/mimeview.[ch]
433                 use an invisible GTK notebook to switch between viewers
434                 instead of reparenting widgets
435
436 2003-07-16 [christoph]  0.9.3claws12
437
438         * src/folder.c
439                 move folder_item_update_freeze() to correct place in
440                 folder_item_scan_full()
441
442 2003-07-16 [paul]       0.9.3claws11
443
444         * sync with 0.9.3cvs12
445                 see ChangeLog 2003-07-14 and 2003-07-15
446
447 2003-07-16 [christoph]  0.9.3claws10
448
449         * src/imap.[ch]
450         * src/prefs_account.[ch]
451                 sync IMAP CRAM-MD5 authentication with sylpheed-main
452
453 2003-07-15 [alfons]     0.9.3claws9
454
455         * src/main.c
456                 make --config-dir do something useful
457
458 2003-07-15 [alfons]     0.9.3claws8
459
460         * src/procmsg.c
461                 o fix a bug where 'last' didn't really point to the last message
462                   in the top level list of children, but to the last threaded
463                   message. 
464                 
465                 o clean up and make it easier to sync
466
467 2003-07-15 [alfons]     0.9.3claws7
468
469         * src/mainwindow.c
470                 make correct menu items sensitive       
471
472 2003-07-14 [alfons]     0.9.3claws6
473
474         * src/procmsg.c
475                 tune the threader so it will not subject-thread any message
476                 without a subject prefix (this will not thread correctly if 
477                 a parent is delivered after their childs, but it looks 
478                 better right now)
479
480 2003-07-13 [christoph]  0.9.3claws5
481
482         * src/mainwindow.c
483                 group "Add mailbox *..." menu items in submenu
484
485 2003-07-13 [alfons]     0.9.3claws4
486
487         * src/summaryview.c
488                 correct summary_toggle_pressed() signature and make sure
489                 signal is not passed on
490
491 2003-07-13 [alfons]     0.9.3claws3
492
493         * src/summaryview.c
494                 o for now don't pass on keys when they we're handled by 
495                   ctree::key_press_event
496                 o clean up
497
498 2003-07-13 [alfons]     0.9.3claws2
499         
500         * src/main.c
501                 add command line option "--config-dir" to get the current 
502                 configuration dir
503
504 2003-07-12 [alfons]     0.9.3claws1
505
506         * src/matcher.[ch]
507         * src/matcher_parser_parse.y
508         * src/prefs_filtering.c
509         * src/filtering.c
510                 add "Lock" filter action to lock messages;
511
512         * src/filtering.c       
513                 remove debug_print()    
514         * src/prefs_filtering.c
515                 re-organize matcher part 9: 
516                 make action text entries easily extendible;
517                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
518                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
519
520 2003-07-12 [paul]
521
522         * tools/README
523                 update old information and add missing
524                 information
525
526 2003-07-12 [paul]       0.9.3claws
527
528         * 0.9.3claws released
529         
530 2003-07-12 [paul]       0.9.0claws103
531
532         * src/Makefile.am
533                 add addrquery.h
534
535 2003-07-12 [melvin]     0.9.0claws102
536
537         * src/messageview.c
538                 Fixed bug #215: Show MIME tab for single text/html messages. 
539                 
540 2003-07-12 [paul]       0.9.0claws101
541
542         * man/sylpheed.1
543                 updated
544
545 2003-07-12 [paul]       0.9.0claws100
546
547         * po/es.po
548           po/hr.po
549           po/pl.po
550           po/sr.po
551                 update Spanish, Croatian, Polish, Serbian translations.
552                 submitted by Ricardo Mones Lastra, Dragan, Witold
553                 Wladyslaw Wojciech Wilk, Urke MMI
554
555 2003-07-12 [melvin]     0.9.0claws99
556
557         * po/fr.po
558                 Updated French translations.
559
560 2003-07-12 [paul]       0.9.0claws98
561
562         * src/addressbook.c
563                 disable 'Lookup' button as it has no effect
564
565 2003-07-11 [alfons]     0.9.0claws97
566         
567         * src/summaryview.c
568                 summary_searchbar_pressed() should return TRUE to signal that
569                 event was handled. when returning void, the return value passed
570                 to GTK is actually random, but maybe FALSE, in which case the
571                 event is handled by parent
572                 
573 2003-07-10 [paul]       0.9.0claws96
574
575         * ac/missing/gettext.m4
576                 update to version 0.12
577
578 2003-07-10 [paul]       0.9.0claws95
579
580         * src/plugins/clamav/clamav_plugin.c
581                 fix bug where multipart/alternative messages
582                 would slip through without being scanned
583
584 2003-07-10 [christoph]  0.9.0claws94
585
586         * src/folder.c
587                 correct check if folder supports removing when a message is
588                 moved. if not the message is only copied.
589
590         (closes Bug 132 crash on startup in newsgroups folders)
591
592 2003-07-09 [alfons]     0.9.0claws93
593
594         * configure.ac
595         * src/common/defs.h
596                 --with-config-dir (default .sylpheed)
597
598 2003-07-09 [christoph]  0.9.0claws92
599
600         * configure.ac
601                 use PKG_CHECK_MODULES to check for gtkmathview
602                 (version 0.4.2 now required)
603
604 2003-07-08 [melvin]     0.9.0claws91
605
606         * src/action.c
607                 Implemented a progress bar that counts the number of completed
608                 tasks when the action runs more than one command.
609
610 2003-07-08 [alfons]     0.9.0claws90
611
612         * src/procmsg.c
613                 if queued message has an invalid Message-Id, don't try to
614                 find message it refers to (fixes #209 "crash when processing 
615                 in folder")
616
617 2003-07-08 [paul]       0.9.0claws89
618
619         * sync with 0.9.3cvs2
620                 see ChangeLog 2003-07-08
621
622 2003-07-08 [match]      0.9.0claws88
623
624         * src/ldapctrl.c
625                 extend LDAP search for first/last name by parsing search term.
626
627 2003-07-08 [alfons]     0.9.0claws87
628
629         * src/send_message.c
630                 fix bug #208 "Status message stuck when sending on POP3 account"
631
632 2003-07-07 [paul]       0.9.0claws86
633
634         * po/hr.po
635                 new Croatian translation, submitted by
636                 Dragan <drleskov@inet.hr>
637
638 2003-07-07 [paul]       0.9.0claws85
639
640         * sync with 0.9.3cvs1
641                 see ChangeLog 2003-07-07
642
643 2003-07-05 [christoph]  0.9.0claws84
644
645         * src/Makefile.am
646         * src/messageview.c
647         * src/mimeview.[ch]
648         * src/stock_pixmap.[ch]
649         * src/pixmaps/messageview_text.xpm              ** NEW **
650                 move mimeview tabs to the right side and use icons
651                 instead of text to save some space
652
653         (patch by Luke Plant <lukeplant@softhome.net>)
654
655 2003-07-05 [christoph]  0.9.0claws83
656
657         * src/inc.c
658                 add NULL pointer checks
659
660         (patch by Luke Plant <lukeplant@softhome.net>)
661         (closes Bug 204 0.9.0 quits on authentication error?!)
662
663 2003-07-05 [alfons]     0.9.0claws82
664
665         * configure.ac
666                 take the clue in bug #202 "./configure script - 
667                 'if test' comparison failure" reported by John Kristoff. 
668
669 2003-07-04 [christoph]  0.9.0claws81
670
671         * src/plugins/spamassassin/spamassassin.c
672                 set timeout for spam check
673
674 2003-07-04 [christoph]  0.9.0claws80
675
676         * src/main.c
677                 destroy all FolderItems when shutting down to
678                 allow folders to clean up
679
680 2003-07-04 [melvin]     0.9.0claws79
681
682         * src/gtk/gtkaspell.c
683                 Fixed bug #184 "Entering non-ascii character deletes
684                 previous char if spell checking enabled": this makes
685                 the spell checking in multibytes (e.g. UTF-8)locales work.
686                 (Patch by Luke Plant).
687                 
688 2003-07-04 [christoph]  0.9.0claws78
689
690         * sync with 0.9.2cvs1
691                 see ChangeLog 2003-06-10
692
693 2003-07-04 [paul]       0.9.0claws77
694
695         * sync with 0.9.3 release
696                 see ChangeLog 2003-07-04
697
698 2003-07-03 [christoph]  0.9.0claws76
699
700         * src/folder.[ch]
701         * src/imap.c
702         * src/mbox_folder.c
703         * src/mh.c
704         * src/news.c
705                 move folder_item_get_path() stuff into a folder virtual function
706
707         * src/procmsg.c
708                 use folder_item_fetch_msg() to get message and do not contruct
709                 the filename from path and number
710
711 2003-07-03 [paul]       0.9.0claws75
712
713         * sync with 0.9.2cvs12
714                 see ChangeLog 2003-07-03
715
716 2003-07-02 [paul]       0.9.0claws74
717
718         * src/messageview.c
719                 fix text-selection for replying
720
721 2003-07-02 [paul]       0.9.0claws73
722
723         * sync with 0.9.2cvs11
724                 see ChangeLog 2003-07-02
725
726 2003-07-02 [paul]       0.9.0claws72
727
728         * src/procmsg.c
729                 revert last commit because it breaks more
730                 than it fixes
731
732 2003-07-02 [paul]       0.9.0claws71
733
734         * src/procmsg.c
735                 fix thread by subject/sort by date
736
737 2003-07-01 [paul]       0.9.0claws70
738
739         * sync with 0.9.2cvs10
740                 see ChangeLog 2003-07-01
741
742 2003-06-30 [paul]       0.9.0claws69
743
744         * sync with 0.9.2cvs9
745                 see ChangeLog 2003-06-30
746
747 2003-06-28 [match]      0.9.0claws68
748
749         * src/addressbook.c
750                 fix null ptr.
751
752 2003-06-27 [paul]       0.9.0claws67
753
754         * sync with 0.9.2cvs7
755                 see ChangeLog 2003-06-27
756
757 2003-06-26 [christoph]  0.9.0claws66
758
759         * src/folder.c
760                 freeze folder updates while a folder is scanned
761
762         (closes Bug 185 New message counter)
763
764 2003-06-26 [darko]      0.9.0claws65
765
766         * src/ldapserver.c
767                 fix infinite loop when adding a new LDAP server
768
769 2003-06-26 [paul]       0.9.0claws64
770
771         * sync with 0.9.2cvs6
772                 see ChangeLog 2003-06-26
773
774 2003-06-26 [paul]       0.9.0claws63
775
776         * sync with 0.9.2cvs5
777                 see ChangeLog 2003-06-25 and 2003-06-26
778
779 2003-06-25 [match]      0.9.0claws62
780
781         * src/addr_compl.c
782                 Fixed tab/backtab for dropped-down completion list to
783                 move next/previous field. (close bug 147)
784
785 2003-06-25 [christoph]  0.9.0claws61
786
787         * src/addr_compl.[ch]
788         * src/addrindex.[ch]
789         * src/folderview.c
790         * src/inc.c
791         * src/news.c
792         * src/summaryview.c
793         * src/toolbar.c
794                 fix warnings
795
796 2003-06-25 [leandro]    0.9.0claws60
797
798         * src/compose.c
799                 o cleanups
800                 o gray out "Message/Remove references" menu item if not
801                   replying to a message
802
803 2003-06-24 [leandro]    0.9.0claws59
804
805         * src/compose.[ch]
806                 o removed "Message/Create new thread" menu item
807                 o added "Message/Remove references" menu item
808                   (it's off by default and will not check anymore
809                    if the subject changed)
810
811 2003-06-23 [alfons]     0.9.0claws58
812
813         * src/procmsg.c
814                 try better grouping messages threaded by subject based on their age.
815                 still not perfect - because the message tree is not sorted by date.  
816
817 2003-06-23 [thorsten]   0.9.0claws57
818
819         * src/pop.[ch]
820                 added mail_receive_hook to allow modifications
821                 directly after retrieval (e.g. adding headers).
822
823 2003-06-23 [paul]       0.9.0claws56
824
825         * src/sourcewindow.c
826                  enable the use of Ctrl+A to select all text in
827                  the sourcewindow
828                  Patch submitted by Ivan Francolin Martinez
829                  <ivanfm@users.sourceforge.net>
830
831 2003-06-22 [christoph]  0.9.0claws55
832
833         * src/folder.[ch]
834                 o add notification hook for folder tree changes
835                 o invoke hooks after folder tree scanning
836
837         * src/folderview.[ch]
838                 register hook for folder tree changes that
839                 updates the ctree
840
841         (there are more places that should be updated, like add, remove 
842          or move folder)
843
844         (closes Bug 164 Crash on rebuild folder tree)
845         (closes Bug 190 Crash on 'rebuilding folder tree')
846
847 2003-06-21 [leandro]    0.9.0claws54
848
849         * src/compose.[ch]
850                 create a new thread if subject changes
851                 (it's on by default, can be disabled in Message menu)
852
853 2003-06-21 [alfons]     0.9.0claws53
854
855         * src/summaryview.c
856                 quiet little compiler
857
858 2003-06-21 [christoph]  0.9.0claws52
859
860         update gettext stuff to version 0.12
861
862 2003-06-19 [alfons]     0.9.0claws51
863
864         * src/common/log.c
865         * src/common/plugin.c
866                 move defs.h before glib.h to prevent MIN/MAX redefs
867
868 2003-06-19 [alfons]
869
870         * src/addressbook.c
871                 translatable
872
873 2003-06-19 [match]      0.9.0claws50
874
875         * src/addressbook.[ch]
876         * src/addrindex.[ch]
877         * src/addr_compl.[ch]
878         * src/editldap.[ch]
879         * src/editldap_basedn.[ch]
880         * src/addritem.[ch]
881         * src/ldapquery.h
882                 re-implemented dynamic LDAP search. works without
883                 slowdown on display sender with addressbook
884                 option.
885         * src/addrbook.c
886                 documented code.
887
888 2003-06-19 [paul]       0.9.0claws49
889
890         * src/compose.c
891                 fix Bug #136 'Nonprovided quotation marks crash claws'
892                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
893
894 2003-06-19 [alfons]     0.9.0claws48
895
896         * src/prefs_common.[ch]
897         * src/procmsg.c
898                 restrict threading by subject by checking thread for
899                 age (prefs_common.thread_by_subject_max_age)
900
901 2003-06-18 [christoph]  0.9.0claws47
902
903         * src/imap.c
904                 fix memory leak in imap_cmd_fetch()
905
906 2003-06-18 [christoph]  0.9.0claws46
907
908         * src/prefs_gtk.c
909                 fix memory leak in prefs_set_default() when used multiple
910                 times or after prefs have been read
911
912 2003-06-18 [christoph]  0.9.0claws45
913
914         * src/common/plugin.c
915                 fix memory leak in plugin_unload()
916
917 2003-06-18 [christoph]  0.9.0claws44
918
919         * src/imap.c
920                 fix memory leak in imap_cmd_ok()
921
922 2003-06-18 [christoph]  0.9.0claws43
923
924         * src/folder.c
925                 stop messages that are downloaded from POP3 and added to
926                 an IMAP inbox from being filtered twice (first by POP3
927                 and again when IMAP folder is scaned to get the UID of
928                 the APPEND operation when no UIDPLUS is available)
929
930 2003-06-18 [alfons]
931
932         * tools/Makefile.am
933                 phoenix <- firebird     
934
935 2003-06-18 [paul]
936
937         * tools/launch_phoenix          ** REMOVED **
938           tools/launch_firebird         ** NEW **
939                 renamed and edited to reflect the browser's name change from
940                 'phoenix' to 'firebird'
941
942 2003-06-18 [paul]       0.9.0claws42
943
944         * sync with 0.9.2cvs2
945                 see ChangeLog 2003-06-16
946
947 2003-06-17 [alfons]     0.9.0claws41
948
949         * src/procmsg.c
950                 prevent threading problems when a node is an ancestor (parent / great parent),
951                 which mostly happens with circular references (thanks to Phillipe Gramoullé
952                 for finding an sample set of messages)
953
954 2003-06-16 [christoph]  0.9.0claws40
955
956         * src/main.c
957                 don't popup main window on --receive or --receive-all
958
959         * src/mainwindow.[ch]
960         * src/plugins/trayicon/trayicon.c
961                 allow hiding of main window by clicking on the trayicon
962                 (doesn't work correctly in seperate window mode and may
963                  cause unexpected GTK problems I couldn't find yet)
964
965         * src/common/ssl.c
966                 remove incorrect warning
967
968 2003-06-15 [alfons]     0.9.0claws39
969
970         * src/gtk/gtkstext.c
971                 don't output debug text;
972                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
973                 for pointing this out);
974
975 2003-06-14 [alfons]     0.9.0claws38
976         
977         * src/messageview.c
978                 remove printf() and make one if..else comply with coding style
979
980 2003-06-14 [alfons]     0.9.0claws37
981
982         * AUTHORS
983                 add Martin Wicke
984         * src/action.c
985         * src/messageview.[ch]
986         * src/summaryview.c
987                 apply patch #754162 "Quoting messages filtered by actions" submitted
988                 by Martin Wicke, which allows quoting message body changed by an
989                 action (Thanks!).
990
991 2003-06-13 [alfons]     0.9.0claws36
992
993         * src/utils.c
994                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
995                 use case insensitive regexp (suggested by Ivan Martinez)
996
997 2003-06-13 [christoph]  0.9.0claws35
998
999         * configure.ac
1000         * src/plugins/trayicon/Makefile.am
1001         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1002         * src/plugins/trayicon/trayicon.c
1003         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1004         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1005         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1006         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1007         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1008         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1009                 replace my own EggTrayIcon backport with the backport
1010                 used by (l|x)mule and gabber.
1011
1012 2003-06-13 [alfons]     0.9.0claws34
1013
1014         * AUTHORS
1015         * src/common/utils.c
1016                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1017
1018 2003-06-13 [alfons]     0.9.0claws33
1019
1020         * src/compose.c
1021                 clean up a little bit
1022
1023 2003-06-12 [alfons]     0.9.0claws32
1024
1025         * src/compose.c
1026                 const correctness fix
1027
1028         * src/common/sylpheed.[ch]
1029                 () -> (void)
1030                 prevent redef MIN/MAX
1031                 
1032         * src/common/utils.[ch]
1033                 () -> (void)
1034
1035 2003-06-12 [melvin]     0.9.0claws31
1036
1037         * src/compose.c
1038                 Updated to take into accounts changes in GtkAspell.
1039
1040 2003-06-12 [alfons]     0.9.0claws30
1041
1042         * src/compose.c
1043         * src/procmsg.c
1044         * src/common/utils.[ch]
1045                 handle reply subject prefixes better (initial 
1046                 suggestion by Robert Story adapted and enhanced 
1047                 using regexps)
1048
1049 2003-06-12 [melvin]     0.9.0claws29
1050
1051         * src/compose.c
1052                 Use new gtkaspell_checkers_strerror() to get the speller's
1053                 error message instead of accessing the (now private)
1054                 checkers structure.
1055                 Minor code clean up
1056
1057         * src/main.c
1058                 Use #ifdef instead of #if for USE_ASPELL
1059                 Use the new spell checkers init/quit functions 
1060
1061         * src/gtk/gtkaspell.c
1062                 Use #ifdef instead of #if for USE_ASPELL
1063                 Moved in the majority of GtkAspell structures that were
1064                 exported before by gtkaspell.h
1065         
1066         * src/gtk/gktaspell.h
1067                 Made gtkaspell.h contain only the necessary data to be
1068                 publicized by moving many structures to gtkaspell.c.
1069                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1070                 gtkaspell_checkers_new(): replaced by...
1071                 gtkaspell_checkers_init(): new function for initialization
1072                 gtkaspell_checkers_delete(): replaced by...
1073                 gtkaspell_checkers_quit(): new function
1074                 gtkaspell_checkers_strerror(): new function that returns
1075                 the checker's last error message.
1076                 
1077 2003-06-11 [melvin]     0.9.0claws28
1078
1079         * po/POTFILES.in
1080                 Updated to take into account gtkaspell.c migration to
1081                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1082
1083 2003-06-10 [alfons]     0.9.0claws27
1084
1085         * src/filtering.[ch]
1086         * src/folder.c
1087         * src/matcher.c
1088         * src/scoring.[ch]
1089                 - try fixing bug #18 (any brave testers?)
1090                 - add more robustness by refusing previously 
1091                   unchecked NULL pointers 
1092
1093 2003-06-10 [alfons]     0.9.0claws26
1094
1095         * src/procmsg.c
1096                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1097
1098 2003-06-09 [alfons]     0.9.0claws25
1099
1100         * src/prefs_common.c
1101                 fix bug #163 "Icon switching doesnt work properly" by 
1102                 preventing early freeing of prefs_common.pixmap_theme_path.
1103
1104 2003-06-09 [christoph]  0.9.0claws24
1105
1106         * src/gtk/gtkaspell.c
1107                 revert Thorsten's fix and add forgotten g_strdup for
1108                 aspell path (it should not be possible to alter the path a
1109                 GtkASpell uses from outside)
1110
1111 2003-06-09 [thorsten]   0.9.0claws23
1112
1113         * src/gtk/gtkaspell.c
1114                 dont free prefs_common.aspell_path when closing compose
1115
1116 2003-06-08 [colin]      0.9.0claws22
1117
1118         * src/plugins/spamassassin/spamassassin.c
1119                 fix prefs types
1120
1121 2003-06-07 [christoph]  0.9.0claws21
1122
1123         * src/Makefile.am
1124         * src/compose.c
1125         * src/gtkaspell.[ch]            ** REMOVE **
1126         * src/gtk/Makefile.am
1127         * src/gtk/gtkaspell.[ch]        ** NEW **
1128                 o make gtkaspell independent from sylpheed's prefs
1129                 o move gtkaspell.[ch] to gtk directory
1130
1131 2003-06-07 [christoph]  0.9.0claws20
1132
1133         * src/Makefile.am
1134         * src/crash.c
1135         * src/export.c
1136         * src/filesel.[ch]              ** REMOVE **
1137         * src/folder.c
1138         * src/main.[ch]
1139         * src/common/sylpheed.[ch]
1140         * src/gtk/Makefile.am
1141         * src/gtk/filesel.[ch]          ** NEW **
1142         * src/gtk/pluginwindow.c
1143         * src/gtk/sslcertwindow.c
1144                 move filesel.[ch] to gtk directory
1145
1146 2003-06-07 [alfons]     0.9.0claws19
1147
1148         * src/filesel.c
1149                 make (multi) file selection dialog work again (Claws-only)
1150
1151 2003-06-07 [thorsten]   0.9.0claws18
1152
1153         * po/de.po
1154                 fix typos
1155
1156 2003-06-07 [alfons]     0.9.0claws17
1157
1158         * configure.ac
1159         * src/mimeview.c
1160                 detect apache mishap in which case don't include fnmatch.h
1161                 if regex.h is already included
1162
1163 2003-06-06 [christoph]  0.9.0claws16
1164
1165         * configure.ac
1166         * src/mimeview.h
1167                 add check for fnmatch.h and include it when available
1168
1169         * src/mimeview.[ch]
1170                 fix wrong case sensitivity of Content-Types
1171
1172         * src/gtk/Makefile.am
1173                 need the same include paths in gtk directory as in
1174                 common directory because .h files in common can
1175                 include files from these directories, when included
1176                 in gtk's .h or .c files
1177
1178 2003-06-06 [alfons]     0.9.0claws15
1179
1180         * src/mimeview.c
1181         * src/summaryview.c
1182                 make it compile again because of regex.h / fnmatch.h 
1183                 include problems (related to recent mime stuff, can
1184                 someone check this?)
1185
1186 2003-06-06 [thorsten]   0.9.0claws14
1187
1188         * src/folderview.c
1189                 possible use of uninitialized pointer while dragging
1190
1191 2003-06-06 [paul]       0.9.0claws13
1192
1193         * src/compose.c
1194                 fix bug where the insert sig button would be effective
1195                 only when auto_sig was set
1196
1197 2003-06-06 [paul]       0.9.0claws12
1198
1199         * sync with 0.9.2 release
1200
1201 2003-06-02 [paul]       0.9.0claws11
1202
1203         * sync with 0.9.1cvs1
1204                 see ChangeLog 2003-06-02
1205                 
1206         * po/de.po
1207                 update by Jens
1208
1209 2003-06-01 [christoph]  0.9.0claws10
1210
1211         * src/account.c
1212                 don't use substring search to find accounts by email address
1213
1214         (closes Bug 169 Overly loose matching of "From" address)
1215
1216 2003-05-31 [christoph]  0.9.0claws9
1217
1218         * doc-src/rfc2683.txt
1219         * src/imap.c
1220                 limit IMAP command length as recommended in RFC2683
1221                 (message number lists will be split into multiple imap
1222                 sets, the limit of 1000 octets is not a hard limit)
1223
1224         (closes Bug 161 sylpheed-claws exits with segfault when logging
1225          in to certain imap-servers)
1226
1227 2003-05-29 [alfons]     0.9.0claws8
1228
1229         * src/toolbar.[ch]
1230                 add print button (calling summary_print());
1231                 fine tune setting tooltip text;
1232                 (if someone needs other buttons, please take these 
1233                 commits as a guide, instead of bothering us - also
1234                 see 0.8.11claws150) 
1235
1236 2003-05-29 [darko]      0.9.0claws7
1237
1238         * src/compose.c
1239                 fix crash when word wrapping kicks in due to
1240                 changed text by spell checker
1241
1242 2003-05-29 [paul]       0.9.0claws6
1243
1244         * src/compose.c
1245                 fix bug where changing account would insert
1246                 sig even if auto_sig was FALSE
1247                 
1248         * ChangeLog
1249           ChangeLog.jp
1250           INSTALL
1251                 sync with 0.9.1 release
1252
1253 2003-05-28 [christoph]  0.9.0claws5
1254
1255         * src/imap.c
1256                 fix truncation of too long commands
1257
1258         (closes Bug 167 IMAP hangs trying to get envelope
1259          information in imap_get_uncached_messages)
1260
1261 2003-05-27 [paul]       0.9.0claws4
1262
1263         * tools/Makefile.am
1264           tools/maildir2sylpheed.pl     ** NEW FILE **
1265                 add kmail to sylpheed mailbox conversion script
1266
1267 2003-05-27 [paul]       0.9.0claws3
1268
1269         * sync with 0.9.0cvs10
1270                 see ChangeLog 2003-05-26
1271
1272 2003-05-26 [paul]       0.9.0claws2
1273
1274         * sync with 0.9.0cvs9
1275                 see ChangeLog 2003-05-26
1276
1277 2003-05-24 [paul]       0.9.0claws1
1278
1279         * sync with 0.9.0cvs8
1280                 see ChangeLog 2003-05-23
1281
1282 2003-05-24 [paul]       0.9.0claws
1283
1284         * version 0.9.0claws released
1285
1286 2003-05-24 [paul]       0.8.11claws177
1287
1288         * src/plugins/dillo-viewer/Makefile.am
1289           src/plugins/traycon/Makefile.am
1290                 add missing files
1291                 
1292         * po/bg.po
1293           po/en_GB.po
1294           po/es.po
1295           po/it.po
1296           po/pt_BR.po
1297           po/ru.po
1298           po/sr.po
1299                 update Bulgarian, British English, Spanish, Italian, 
1300                 Brazilian Portuguese, Russian, and Serbian translations, 
1301                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1302                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1303                 Ruslan N. Balkin, and Urke MMI
1304
1305 2003-05-23 [melvin]     0.8.11claws176
1306
1307         * po/fr.po
1308                 Updated French translations
1309
1310 2003-05-22 [paul]       0.8.11claws175
1311
1312         * src/Makefile.am
1313           src/addrbook.[ch]
1314           src/addrcache.[ch]
1315           src/addr_compl.[ch]
1316           src/adressbook.[ch]
1317           src/addrindex.[ch]
1318           src/addritem.[ch]
1319           src/editaddress.c
1320           src/editgroup.c
1321           src/editldap_basedn.c
1322           src/editldap.c
1323           src/jpilot.c
1324           src/vcard.c
1325                 revert to get ldap into it previous working state
1326                 
1327         * po/zh_TW.Big5.po
1328                 new Taiwanese translation,
1329                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1330
1331 2003-05-22 [christoph]  0.8.11claws174
1332
1333         * src/plugins/spamassassin/libspamc.[ch]
1334                 sync libspamc with SpamAssaain release 2.55
1335
1336 2003-05-22 [paul]       0.8.11claws173
1337
1338         * sync with 0.9.0cvs7
1339                 see ChangeLog 2003-05-22
1340                 
1341         * src/summaryview.c
1342                 revert change in 0.8.11claws172: follow
1343                 Hiroyuki's decision and that's the end of it.
1344
1345 2003-05-21 [paul]       0.8.11claws172
1346
1347         * src/summaryview.c
1348                 fix discrepency between open_unread_on_enter
1349                 and always_show_msg
1350
1351 2003-05-21 [paul]       0.8.11claws171
1352
1353         * sync with 0.9.0cvs6
1354                 see ChangeLog 2003-05-21
1355
1356 2003-05-21 [paul]       0.8.11claws170
1357
1358         * sync with 0.9.0cvs5
1359                 see ChangeLog 2003-05-21
1360
1361 2003-05-20 [paul]       0.8.11claws169
1362
1363         * sync with 0.9.0cvs4
1364                 see ChangeLog 2003-05-20
1365                 fixes bug #152, 'encoding of IMAP folders names'
1366
1367 2003-05-20 [paul]       0.8.11claws168
1368
1369         * sync with 0.9.0cvs3
1370                 see ChangeLog 2003-05-20
1371                 
1372         * src/tools/convert_mbox.pl
1373                 minor change in the comments, submitted by Fred Marton
1374
1375 2003-05-19 [paul]       0.8.11claws167
1376
1377         * src/plugins/clamav/Makefile.am
1378           configure.ac
1379                 link clamav_lib to the plugin and not to the main program
1380
1381 2003-05-19 [christoph]
1382
1383         * src/Makefile.am
1384                 add -export-dynamic for linking
1385
1386 2003-05-19 [paul]       0.8.11claws166
1387
1388         * sync with 0.9.0cvs1
1389                 see ChangeLog 2003-05-19
1390
1391 2003-05-19 [paul]       0.8.11claws165
1392
1393         * src/inc.c
1394                 fix 'pop before smtp' timeout
1395
1396 2003-05-18 [alfons]     0.8.11claws164
1397
1398         * src/prefs_matcher.c
1399                 put "execute" action command line ("expression") in edit box
1400
1401 2003-05-18 [christoph]  0.8.11claws163
1402
1403         * src/mimeview.[ch]
1404         * src/plugins/dillo_viewer/dillo_viewer.c
1405         * src/plugins/image_viewer/viewer.c
1406         * src/plugins/mathml_viewer/mathml_viewer.c
1407                 let a viewer have a list of Content-Types
1408
1409 2003-05-18 [paul]       0.8.11claws162
1410
1411         * src/prefs_filtering.c
1412                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1413                 and REDIRECT actions
1414
1415 2003-05-17 [christoph]
1416
1417         * README.claws
1418                 o remove dynamic signatures that was syned with main
1419                 o add infos about no longer "build in" image viewer
1420                 o update bugtracker URL
1421
1422 2003-05-17 [christoph]  0.8.11claws161
1423
1424         * src/folder.c
1425         * src/folderview.c
1426         * src/imap.c
1427                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1428                 for every folder after rebuilding the folder tree.
1429
1430         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1431          messages)
1432
1433 2003-05-17 [christoph]  0.8.11claws160
1434
1435         * src/imap.c
1436                 don't use STATUS command on current folder to check for
1437                 content changes. imap_cmd_ok() now tracks changes to
1438                 folder and number of existing messages.
1439
1440 2003-05-17 [paul]       0.8.11claws159
1441
1442         * src/plugins/clamav/clamav_plugin.c
1443                 remove unnecessary debug_print
1444
1445 2003-05-16 [thorsten]   0.8.11claws158
1446
1447         * src/plugins/demo.c
1448                 included missing intl.h
1449
1450 2003-05-16 [paul]       0.8.11claws157
1451
1452         * po/POTFILES.in
1453                 remove non-existant entries
1454         
1455         * src/plugins/clamav/clamav_plugin.c
1456           src/plugins/clamav/clamav_plugin_gtk.c
1457           src/plugins/dillo_viewer/dillo_prefs.c
1458           src/plugins/dillo_viewer/dillo_viewer.c
1459                 gettextise
1460
1461 2003-05-16 [christoph]  0.8.11claws156
1462
1463         * po/POTFILES.in
1464                 include plugin .c files for translation until I
1465                 find a better solution to have plugins have their
1466                 own textdomain
1467         * src/plugins/demo/demo.c
1468         * src/plugins/image_viewer/plugin.c
1469         * src/plugins/mathml_viewer/mathml_viewer.c
1470         * src/plugins/spamassassin/spamassassin.c
1471         * src/plugins/spamassassin/spamassassin_gtk.c
1472         * src/plugins/trayicon/trayicon.c
1473                 add gettext macros for plugin name and description
1474
1475 2003-05-16 [paul]
1476
1477         * sync with 0.9.0
1478
1479 2003-05-16 [paul]       0.8.11claws155
1480
1481         * sync with lastest 0.9.0pre1
1482                 see ChangeLog 2003-05-16
1483
1484 2003-05-15 [paul]       0.8.11claws154
1485
1486         * sync with latest 0.9.0pre1
1487                 see ChangeLog 2003-05-14 and 2003-05-15
1488
1489 2003-05-14 [christoph]  0.8.11claws153
1490
1491         * src/plugins/image_viewer/viewer.c
1492         * src/plugins/image_viewer/viewer.glade         ** NEW **
1493         * src/plugins/image_viewer/viewerprefs.c
1494                 make it possible to disable the autoload function in the
1495                 imageviewer again
1496
1497 2003-05-14 [christoph]  0.8.11claws152
1498
1499         * src/folder.c
1500                 fix folder update after adding a message
1501
1502 2003-05-13 [alfons]     0.8.11claws151
1503
1504         * src/common/session.c
1505                 remove debug traces
1506                 
1507         * src/addrcache.[ch]
1508         * src/filtering.[ch]
1509         * src/folder.[c]
1510         * src/gtkaspell.[ch]
1511         * src/imap.[ch]
1512         * src/mbox_folder.[ch]
1513         * src/mh.[ch]
1514         * src/mimeview.h
1515         * src/msgcache.[ch]
1516         * src/news.[ch]
1517         * src/passphrase.[ch]
1518         * src/prefs_common.[ch]
1519         * src/prefs_gtk.[ch]
1520         * src/procmsg.c
1521         * src/scoring.[ch]
1522                 be pedantic; (in prototypes () implies (int))
1523
1524 2003-05-13 [alfons]     0.8.11claws150
1525
1526         * src/prefs_toolbar.[ch]
1527         * src/summaryview.[ch]
1528         * src/toolbar.[ch]
1529                 change misleading text in toolbar prefs;
1530                 add toolbar action for ignore thread (toggles ignore thread flag);
1531                 clean up a little bit;
1532
1533 2003-05-12 [paul]
1534
1535         * tools/convert_mbox.pl
1536                 bug fixed by Fred Marton
1537
1538 2003-05-12 [paul]
1539
1540         * sync with 0.9.0pre1
1541
1542 2003-05-09 [paul]       0.8.11claws149
1543
1544         * sync with 0.8.11cvs43
1545                 see ChangeLog 2003-05-09
1546
1547 2003-05-08 [christoph]  0.8.11claws148
1548
1549         * src/imap.[ch]
1550                 o use CAPABILIY as first command and check for PREAUTH
1551                   information in the response to it
1552                 o rewrite all imap_cmd_* functions to use an IMAPSession
1553                   instead of a SockInfo as parameter
1554                 o do STARTTLS after fetching and checking the server
1555                   capabilities
1556
1557 2003-05-08 [paul]       0.8.11claws147
1558
1559         * tools/Makefile.am
1560           tools/README
1561           tools/convert_mbox.pl         ** NEW FILE **
1562                 add mbox conversion script. Submitted by 
1563                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1564
1565 2003-05-07 [christoph]
1566
1567         * doc-src/glade.txt
1568         * src/gtk/pluginwindow.glade
1569         * src/plugins/image_viewer/viewerprefs.glade
1570         * src/plugins/spamassassin/spamassassin_gtk.glade
1571                 add glade files for user interfaces and a description how
1572                 to use glade to create the sylpheed code
1573
1574 2003-05-07 [paul]       0.8.11claws146
1575
1576         * sync with 0.8.11cvs41
1577                 see ChangeLog 2003-05-07
1578
1579 2003-05-06 [christoph]  0.8.11claws145
1580
1581         * src/main.c
1582         * src/plugins/image_viewer/viewer.c
1583                 fix usage of imlib in imageviewer plugin
1584
1585         * src/gtk/prefswindow.c
1586                 handle window close event correctly
1587
1588 2003-05-06 [paul]       0.8.11claws144
1589
1590         * src/common/ssl.c
1591                 fix typo introduced in sync
1592
1593 2003-05-06 [paul]       0.8.11claws143
1594
1595         * sync with 0.8.11cvs39
1596                 see ChangeLog 2003-05-06
1597
1598 2003-05-06 [paul]       0.8.11claws142
1599
1600         * AUTHORS
1601           po/cs.po
1602                 updated Czech translation, submitted by 
1603                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1604                 
1605         * src/plugins/clamav/clamav_plugin_gtk.c
1606                 clean up
1607
1608 2003-05-03 [alfons]     0.8.11claws141
1609
1610         * src/compose.[ch]
1611                 make paste as quotation work even when the call to 
1612                 text_inserted() was deferred (fixes bug #140 "Paste 
1613                 as quotation does not work when using "external" 
1614                 clipboard")
1615
1616 2003-05-03 [thorsten]   0.8.11claws140
1617
1618         * src/addrquery.h
1619           src/ldapquery.h
1620           src/mainwindow.c
1621                 removed C++ comments
1622         * src/addr_compl.c
1623                 function with non-int retval/param used before
1624                 implementation/declaration
1625
1626 2003-05-02 [paul]       0.8.11claws139
1627
1628         * src/addr_compl.[ch]
1629           src/addressbook.[ch]
1630           src/addrindex.c
1631           src/summaryview.c
1632                 revert match's changes to (finally) remove the bug where
1633                 opening a folder causes massive slowdown when using the 
1634                 'Display sender using address book' option
1635
1636 2003-05-01 [melvin]     0.8.11claws138
1637
1638         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1639         * src/plugins/dillo_viewer/dillo_viewer.c
1640                 Fixed bug where "Cancel" button from prefs issued
1641                 warnings.
1642                 Comply a little more to coding style
1643
1644 2003-05-01 [paul]       0.8.11claws137
1645
1646         * sync with 0.8.11cvs38
1647                 see ChangeLog 2003-05-01
1648
1649 2003-05-01 [paul]       0.8.11claws136
1650
1651         * po/bg.po
1652                 updated by George Danchev
1653
1654 2003-04-30 [christoph]  0.8.11claws135
1655
1656         * src/plugins/dillo_viewer/dillo_prefs.c
1657         * src/plugins/image_viewer/viewerprefs.c
1658         * src/plugins/spamassassin/spamassassin_gtk.c
1659                 remove gtk_widget_ref() calls for widgets in
1660                 glade code
1661
1662 2003-04-30 [paul]       0.8.11claws134
1663
1664         * src/addrindex.c
1665                 ok, this time a better fix for the bug where opening folder
1666                 has massive slowdown when using the 'Display sender using 
1667                 address book' option
1668
1669 2003-04-30 [paul]       0.8.11claws133
1670
1671         * src/addrindex.c
1672                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1673         
1674 2003-04-30 [melvin]     0.8.11claws132
1675
1676         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1677
1678         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1679                 Preferences for the dillo plugin
1680         * src/plugins/dillo_viewer/dillo_viewer.c
1681                 Support for preferences
1682         * src/plugins/dillo_viewer/Makefile.am
1683                 Added dillo_prefs.[ch]
1684
1685 2003-04-30 [alfons]     0.8.11claws131
1686
1687         * src/common/plugin.[ch]
1688                 see? this ANSI C'fication immediately gives us type
1689                 checking for free.
1690
1691 2003-04-30 [alfons]     0.8.11claws130
1692
1693         * src/common/plugin.[ch]
1694         * src/plugins/clamav/clamav_plugin.[ch]
1695         * src/plugins/clamav/clamav_plugin_gtk.c
1696         * src/plugins/demo/demo.c
1697         * src/plugins/dillo_viewer/dillo_viewer.c
1698         * src/plugins/image_viewer/plugin.c
1699         * src/plugins/image_viewer/viewer.[ch]
1700         * src/plugins/image_viewer/viewerprefs.[ch]
1701         * src/plugins/mathml_viewer/mathml_viewer.c
1702         * src/plugins/spamassassin/spamassassin.[ch]
1703         * src/plugins/spamassassin/spamassassin_gtk.c
1704         * src/plugins/trayicon/trayicon.c
1705                 clean up
1706
1707 2003-04-30 [alfons]     0.8.11claws129
1708
1709         * src/common/utils.c
1710                 make is_ascii_str() fail gracefully when NULL pointer
1711                 is passed
1712
1713 2003-04-30 [paul]       0.8.11claws128
1714
1715         * src/addrindex.c
1716                 fix bug where opening folder has massive slowdown when
1717                 using the 'Display sender using address book' option
1718
1719 2003-04-30 [paul]       0.8.11claws127
1720
1721         * src/plugins/clamav/clamav_plugin.c
1722           src/plugins/clamav/clamav_plugin_gtk.c
1723           src/plugins/demo/demo.c
1724           src/plugins/dillo_viewer/dillo_viewer.c
1725           src/plugins/image_viewer/plugin.c
1726           src/plugins/mathml_viewer/mathml_viewer.c
1727           src/plugins/spamassassin/spamassassin.c
1728           src/plugins/spamassassin/spamassassin_gtk.c
1729           src/plugins/trayicon/trayicon.c
1730                 get rid of eye-hurting function signatures
1731
1732 2003-04-30 [paul]       0.8.11claws126
1733
1734         * src/plugins/trayicon/trayicon.c
1735                 add description
1736                 
1737         * src/mimeview.c
1738                 be more descriptive
1739
1740 2003-04-30 [paul]       0.8.11claws125
1741
1742         * configure.ac
1743                 arrange the plugins in reverse alphabetical order
1744                 
1745         * src/plugins/clamav/clamav_plugin.[ch]
1746           src/plugins/clamav/clamav_plugin_gtk.c
1747                 rename some params
1748                 resize max_size window
1749                 re-arrange the order of some gui elements
1750                 improve descriptions
1751         
1752         * src/plugins/image_viewer/plugin.c
1753           src/plugins/mathml_viewer/mathml_viewer.c
1754                 add descriptions
1755                 
1756         * src/plugins/spamassassin/spamassassin_gtk.c
1757                 resize max_size window
1758                 re-arrange the order of some gui elements
1759                 
1760         * src/messageview.c
1761           src/mimeview.c
1762                 correct typos
1763
1764 2003-04-30 [alfons]     0.8.11claws124
1765
1766         * src/imap.c
1767                 fix a leak found while browsing Martin Kluge's 
1768                 valgrind log (Claws only)
1769
1770 2003-04-29 [darko]      0.8.11claws123
1771
1772         * src/gtk/gtkstext.h
1773                 include wchar.h if it is available, fixes compilation
1774                 on HP-UX systems
1775
1776 2003-04-29 [melvin]     0.8.11claws122
1777
1778         * src/prefs_actions.c
1779                 Improved help text of Actions' syntax
1780
1781 2003-04-28 [paul]       0.8.11claws121
1782
1783         * src/action.c
1784                 a better fix for the crash when performing an action
1785                 on a mime part
1786
1787 2003-04-28 [paul]       0.8.11claws120
1788
1789         * src/action.c
1790                 fix crash when performing an action on a
1791                 mime part
1792
1793 2003-04-28 [paul]       0.8.11claws119
1794
1795         * sync with 0.8.11cvs36
1796                 see ChangeLog 2003-04-28
1797
1798 2003-04-27 [paul]       0.8.11claws118
1799
1800         * more sync with 0.8.11cvs35
1801                 see ChangeLog 2003-04-25
1802
1803 2003-04-26 [christoph]  0.8.11claws117
1804
1805         * src/folder.c
1806                 fix remove virtual check
1807
1808 2003-04-26 [paul]       0.8.11claws116
1809
1810         * src/messageview.c
1811                 fix return-receipt, make it work again
1812
1813 2003-04-26 [paul]       0.8.11claws115
1814
1815         * src/mimeview.c
1816                 restore double-clicking of the [application/pgp-signature 
1817                 (Select "Check signature" to check)] line in the message view,
1818                 broken in recent sync
1819
1820 2003-04-26 [christoph]  0.8.11claws114
1821
1822         * src/folder.c
1823                 check if remove virtual really exists before
1824                 calling the function
1825
1826 2003-04-25 [match]      0.8.11claws113
1827
1828         * src/addrindex.c
1829         * src/addrbook.c
1830         * src/ldapquery.[ch]
1831         * src/ldapctrl.[ch]
1832                 fix memleak.
1833         * src/ldapserver.[ch]
1834                 fix memleak. fix segfault.
1835                 plug a Claws memleak
1836
1837 2003-04-25 [alfons]     0.8.11claws112
1838
1839         * src/folder.c
1840                 plug a Claws memleak
1841
1842 2003-04-25 [alfons]     0.8.11claws111
1843
1844         * src/common/session.c
1845                 plug a memleak
1846
1847 2003-04-25 [paul]       0.8.11claws110
1848
1849         * sync with 0.8.11cvs35
1850                 see ChangeLog 2003-04-24 and 2003-04-25
1851                 
1852         * src/gtk/pluginwindow.c
1853                 correct another strange float value
1854
1855 2003-04-24 [christoph]  0.8.11claws109
1856
1857         * src/folder.c
1858                 freeze folder item updates when unsetting new flags
1859
1860         * src/gtk/pluginwindow.c
1861                 correct strange float value
1862
1863 2003-04-23 [paul]       0.8.11claws108
1864
1865         * sync with 0.8.11cvs33
1866                 see ChangeLog 2003-04-23
1867
1868 2003-04-22 [paul]       0.8.11claws107
1869
1870         * src/Makefile.am
1871           src/messageview.c
1872           src/mimeview.c
1873           src/pgptext.[ch]      ** REMOVED **
1874                 remove pgptext.[ch] as its not used any more
1875
1876 2003-04-22 [paul]       0.8.11claws106
1877
1878         * sync with 0.8.11cvs31
1879                 see ChangeLog 2003-04-21 and 2003-04-22
1880
1881 2003-04-21 [alfons]     0.8.11claws105
1882
1883         * src/main.c
1884                 No access to GTK structures if we're a spawned child
1885                 (and clean up code a little bit...) Should fix #126.
1886
1887 2003-04-21 [melvin]     0.8.11claws104
1888
1889         * src/plugins/dillo_viewer/README
1890                 Improved slightly the text.
1891
1892 2003-04-21 [melvin]     0.8.11claws103
1893
1894         * src/plugins/dillo_viewer/README *** NEW ***
1895                 Added a README file for the Dillo plugin
1896
1897 2003-04-20 [paul]
1898
1899         * tools/README
1900           tools/outlook2sylpheed.pl
1901                 updated and improved by Ricardo Mones Lastra
1902
1903 2003-04-18 [oliver]     0.8.11claws102
1904
1905         * src/inc.c 
1906         * src/prefs_account.h
1907                 remove Pop3SessionType (used by selective download)
1908         * src/prefs_toolbar.c
1909                 enable set Default Toolbar button
1910
1911 2003-04-18 [paul]       0.8.11claws101
1912
1913         * sync with 0.8.11cvs29
1914                 see ChangeLog 2003-04-18
1915
1916 2003-04-17 [paul]       0.8.11claws100
1917
1918         * src/prefs_common.[ch]
1919           src/summaryview.c
1920                 remove 'Open next message on deletion' option,
1921                 as the same effect can now be achieved via the
1922                 'Always open messages in summary when selected'
1923                 option.
1924
1925 2003-04-17 [paul]       0.8.11claws99
1926
1927         * sync with 0.8.11cvs28
1928                 see ChangeLog 2003-04-17
1929
1930 2003-04-17 [christoph]  0.8.11claws98
1931
1932         * ac/spamassassin.m4
1933         * src/plugins/spamassassin/libspamc.[ch]
1934         * src/plugins/spamassassin/utils.[ch]
1935                 sync libspamc with SpamAssassin project
1936
1937 2003-04-17 [christoph]  0.8.11claws97
1938
1939         * src/common/socket.h
1940         * src/gtk/sslcertwindow.h
1941                 rename old USE_SSL to USE_OPENSSL
1942
1943 2003-04-17 [paul]       0.8.11claws96
1944
1945         * src/prefs_common.h
1946                 use gulong for P_COLOR so that it compiles/runs on
1947                 64-bit systems. Patch submitted by James Noyes
1948                 <jnoyes-claws@retrogeeks.com>
1949                 
1950         * po/de.po
1951                 updated by Jens
1952
1953 2003-04-17 [paul]       0.8.11claws95
1954
1955         * sync with 0.8.11cvs27
1956                 see ChangeLog 2003-04-16
1957
1958 2003-04-15 [paul]       0.8.11claws94
1959
1960         * src/prefs_common.[ch]
1961                 rearrange to stop the window getting too long:
1962                         move Receive dialog stuff to Receive tab
1963                         move Send dialog to Send tab
1964                         remove Dialogs frame
1965                 rename 'Open messages in summary with cursor keys' to
1966                 'Always open messages in summary when selected', as its
1967                 more appropriate
1968
1969 2003-04-15 [paul]       0.8.11claws93
1970
1971         * src/prefs_common.[ch]
1972           src/summaryview.c
1973                 add new option '/Interface/Open next message on deletion'
1974
1975 2003-04-15 [paul]       0.8.11claws92
1976
1977         * src/summaryview.[ch]
1978                 add /Mark/Lock and /Mark/Unlock to the pop-up
1979                 menu. Patch submitted by Ivan Francolin Martinez
1980                 <ivanfm@users.sourceforge.net>
1981
1982 2003-04-15 [paul]       0.8.11claws91
1983
1984         * sync with 0.8.11cvs24
1985                 see ChangeLog 2003-04-15
1986
1987 2003-04-14 [jens]       0.8.11claws90
1988
1989         * updated German translation and some corrections from
1990                 Roland Bless <bless@tm.uka.de>
1991
1992 2003-04-14 [paul]       0.8.11claws89
1993
1994         * sync with 0.8.11cvs22
1995                 see ChangeLog 2003-04-14
1996
1997 2003-04-13 [paul]       0.8.11claws88
1998
1999         * src/plugins/clamav/clamav_plugin.c
2000                 fix memory leaks
2001                 clean up
2002
2003 2003-04-12 [paul]       0.8.11claws87
2004
2005         * src/plugins/clamav/clamav_plugin.c
2006                 activate enable/disable archive scanning option
2007                 
2008         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2009
2010 2003-04-12 [paul]       0.8.11claws86
2011
2012         * src/plugins/Makefile.am
2013           src/plugins/clamav/Makefile.am                ** NEW FILE **
2014           src/plugins/clamav/README                     ** NEW FILE ** 
2015           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2016           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2017                 add Clam AntiVirus plugin
2018
2019 2003-04-12 [paul]       0.8.11claws85
2020
2021         * sync with 0.8.11cvs21
2022                 see ChangeLog 2003-04-11
2023
2024 2003-04-11 [paul]       0.8.11claws84
2025
2026         * po/es.po
2027                 update Spanish translation. Submitted by Ricardo
2028                 Mones Lastra.
2029
2030 2003-04-10 [christoph]  0.8.11claws83
2031
2032         * src/mbox.c
2033                 fix typo that did not move unfiltered mails to destination
2034                 folder
2035
2036         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2037          when filtering from spool)
2038
2039 2003-04-10 [christoph]  0.8.11claws82
2040
2041         * src/imap.c
2042                 use BODY.PEEK instead of BODY in in message fetch operation
2043                 to make sure the IMAP server does not set the \Seen flag for
2044                 messages. Sylpheed does that later itself, when the message
2045                 is opened in sylpheed
2046
2047         (closes Bug 111 Claws destroys unread marks)
2048
2049 2003-04-09 [oliver]     0.8.11claws81
2050         
2051         * src/folder.c
2052                 fix crash in folder_destroy
2053         * README.claws
2054                 remove selective download
2055
2056 2003-04-09 [christoph]  0.8.11claws80
2057
2058         * src/imap.c
2059                 fix crash in imap_get_msginfo() when then fetched message
2060                 is not found
2061
2062         (closes Bug 110 Crash during mail composition)
2063
2064 2003-04-08 [christoph]  0.8.11claws79
2065
2066         * src/folder.c
2067         * src/prefs_account.c
2068                 Filter new messages that are found in an INBOX folder
2069                 when 'Filter messages on receiving' is enabled in the
2070                 Folder's AccountPrefs. This allows to use Sylpheed's
2071                 filtering engine for IMAP folders where messages are
2072                 added to the INBOX by a MTA
2073
2074 2003-04-08 [paul]       0.8.11claws78
2075
2076         * src/procmsg.h
2077                 clean up after last commit
2078
2079 2003-04-08 [paul]       0.8.11claws77
2080
2081         * sync with 0.8.11cvs20
2082                 see ChangeLog 2003-04-07 and 2003-04-08
2083
2084 2003-04-07 [christoph]  0.8.11claws76
2085
2086         * src/filtering.[ch]
2087         * src/inc.[ch]
2088         * src/mbox.c
2089         * src/procmsg.[ch]
2090                 add procmsg_msginfo_filter() to execute filtering actions
2091
2092 2003-04-06 [christoph]  0.8.11claws75
2093
2094         * src/imap.c
2095                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2096
2097 2003-04-06 [christoph]  0.8.11claws74
2098
2099         * src/common/utils.[ch]
2100                 add g_int_compare() function for slist sorting
2101
2102         * src/imap.c
2103                 fetch all MsgInfos with one command in imap_get_msginfos()
2104                 using an imap set with a list of ranges
2105
2106         * src/news.c
2107                 use new g_int_compare() function
2108
2109 2003-04-06 [thorsten]   0.8.11claws73
2110
2111         * src/mh.c
2112                 corrected implementation of mh_folder_destroy()
2113
2114 2003-04-05 [christoph]  0.8.11claws72
2115
2116         * src/account.c
2117         * src/folder.[ch]
2118         * src/folderview.c
2119         * src/imap.c
2120         * src/inc.c
2121         * src/main.c
2122         * src/mainwindow.c
2123         * src/mbox_folder.c
2124         * src/mh.c
2125         * src/mimeview.h
2126         * src/msgcache.[ch]
2127         * src/news.c
2128         * src/procmime.h
2129         * src/procmsg.[ch]
2130         * src/setup.c
2131         * src/gtk/gtkutils.c
2132                 o rename structure field names class and new to klass and
2133                   new_msgs, to allow including files in C++
2134                 o add 'extern "C"' block to some header files
2135                 o add MsgInfoList and MsgNumberList as alias for GSList for
2136                   developers to know what type of list is expected
2137
2138         * src/plugins/image_viewer/plugin.c
2139         * src/plugins/image_viewer/viewer.[ch]
2140         * src/plugins/image_viewer/viewerprefs.[ch]
2141                 rename function names to prevent conflicts
2142
2143 2003-04-05 [paul]       0.8.11claws71
2144
2145         * sync with 0.8.11cvs18
2146                 see ChangeLog 2003-04-03 and 2003-04-04
2147
2148 2003-04-02 [christoph]  0.8.11claws70
2149
2150         * src/folder.[ch]
2151         * src/imap.[ch]
2152         * src/mbox_folder.[ch]
2153         * src/mh.[ch]
2154         * src/news.[ch]
2155                 o Make all virtual folder functions private
2156                 o remove unused folder code
2157
2158         * src/common/socket.[ch]
2159         * src/summaryview.c
2160                 fix warnings
2161
2162 2003-03-30 [alfons]     0.8.11claws69
2163
2164         * src/send_message.c
2165                 remove two debug traces and see if people still report
2166                 errors
2167
2168 2003-03-30 [alfons]     0.8.11claws68
2169
2170         * src/send_message.c
2171         * src/commons/session.c
2172                 add more debug traces
2173
2174 2003-03-30 [christoph]  0.8.11claws67
2175
2176         * src/folder.c
2177                 change processing folder name from .processing to processing
2178
2179         * src/common/ssl.c
2180                 disable SSL certificate check because it causes Xlib error
2181                 when the child process want's to open an GTK window
2182
2183 2003-03-30 [christoph]  0.8.11claws66
2184
2185         * src/folder.c
2186                 don't use default folder for processing folder item because
2187                 it can be a non local folder
2188
2189         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2190
2191 2003-03-30 [alfons]     0.8.11claws65
2192
2193         * src/send_message.c
2194                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2195                 to generate bad code for 'send_send_data_progressive': When
2196                 called from 'send_send_data_finished', the 'data' pointer is
2197                 cleared just before the assignment to the dialog pointer
2198
2199 2003-03-29 [christoph]  0.8.11claws64
2200
2201         * src/common/prefs.h
2202         * src/plugins/image_viewer/Makefile.am
2203         * src/plugins/image_viewer/plugin.c
2204         * src/plugins/image_viewer/viewer.[ch]
2205         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2206                 add PrefsPage for ImageViewer
2207
2208 2003-03-28 [thorsten]   0.8.11claws63
2209
2210         * src/common/session.c
2211                 added some comments
2212
2213 2003-03-28 [paul]       0.8.11claws62
2214
2215         * sync with 0.8.11cvs16
2216                 see ChangeLog 2003-03-28
2217
2218 2003-03-28 [paul]       0.8.11claws61
2219
2220         * sync with 0.8.11cvs15
2221                 see ChangeLog 2003-03-28
2222
2223 2003-03-27 [christoph]  0.8.11claws60
2224
2225         * src/folder.c
2226         * src/imap.c
2227         * src/common/socket.[ch]
2228                 set socket state to DISCONNECTED when any operation
2229                 fails to allow reconnecting in IMAP code without
2230                 checking the return code of all calls to the command
2231                 functions
2232
2233         * src/folderview.c
2234         * src/summaryview.c
2235                 remove some more stuff that depends on specific
2236                 folder types
2237
2238 2003-03-27 [paul]       0.8.11claws59
2239
2240         * sync with 0.8.11cvs14
2241                 see ChangeLog 2003-03-27
2242                 
2243         * src/selective_download.[ch]   ** REMOVED **
2244                 really removed
2245
2246 2003-03-27 [christoph]  0.8.11claws58
2247
2248         * src/folder.c
2249                 fix handling of tmp_flags in flag copy function
2250
2251 2003-03-27 [paul]       0.8.11claws57
2252
2253         * sync with 0.8.11cvs13
2254                 see ChangeLog 2003-03-27
2255
2256 2003-03-27 [oliver]     0.8.11claws56
2257
2258         * src/maiwindow.c
2259                 remove sel_download_cb
2260
2261 2003-03-27 [oliver]     0.8.11claws55
2262         
2263         * src/inc.c
2264                 remove POP3_TOP
2265         
2266 2003-03-26 [oliver]     0.8.11claws54
2267
2268         *src/pop.h
2269                 remove POP3_TOP*
2270         * README.claws
2271                 remove selective donwload readme
2272
2273 2003-03-26 [oliver]     0.8.11claws53
2274         * src/matcher.[ch]
2275         * src/matcher_parser_parse.y 
2276         * src/pop.c 
2277         * src/prefs_account.[ch]
2278         * src/prefs_filtering.c
2279                 remove selective donwload
2280
2281 2003-03-26 [oliver]     0.8.11claws52
2282
2283         * src/inc.[ch] 
2284         * src/filtering.c 
2285         * src/mainwindow.c 
2286                 remove selective donwload
2287
2288 2003-03-26 [oliver]     0.8.11claws51
2289         
2290         * src/Makefile.am
2291         * src/selective_download.[ch]   ** REMOVE **    
2292
2293 2003-03-26 [christoph]  0.8.11claws50
2294
2295         * src/news.c
2296                 fix NEWS that got broken by a sync with sylpheed-main
2297
2298 2003-03-26 [christoph]  0.8.11claws49
2299
2300         * src/mimeview.c
2301                 fix mime type guessing when no mime type is found for a file
2302
2303 2003-03-25 [christoph]  0.8.11claws48
2304
2305         * src/mimeview.c
2306         * src/procmime.c
2307                 remove mime type guessing from mime parser and use
2308                 name based mime types in viewer lookup for mime type
2309                 application/octet-stream
2310
2311 2003-03-25 [christoph]  0.8.11claws47
2312
2313         * doc-src/readme.txt
2314         * doc-src/rfc2554.txt
2315                 add RFC about SMTP AUTH
2316
2317         * src/send_message.c
2318         * src/common/smtp.[ch]
2319                 add extra error code for authentication errors and
2320                 clear temporary password when this error occurs
2321
2322         (closes Bug 84 authentication failure while sending should
2323          prompt for password again)
2324
2325 2003-03-25 [christoph]  0.8.11claws46
2326
2327         * configure.ac
2328         * src/Makefile.am
2329         * src/imageview.[ch]                            ** REMOVE **
2330         * src/messageview.[ch]
2331         * src/mimeview.[ch]
2332         * src/prefs_common.[ch]
2333         * src/textview.c
2334         * src/plugins/Makefile.am
2335         * src/plugins/image_viewer/.cvsignore           ** NEW **
2336         * src/plugins/image_viewer/Makefile.am          ** NEW **
2337         * src/plugins/image_viewer/plugin.c             ** NEW **
2338         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2339                 move image viewer into a plugin (building is enabled by default)
2340                 [ToDo: Prefs for resize and autoview]
2341
2342 2003-03-25 [paul]       0.8.11claws45
2343
2344         * sync with 0.8.11cvs12
2345                 see ChangeLog 2003-03-26
2346
2347 2003-03-25 [paul]       0.8.11claws44
2348
2349         * sync with 0.8.11cvs11
2350                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2351                 
2352         Note: Selective Download is broken.
2353                 
2354 2003-03-22 [christoph]  0.8.11claws43
2355
2356         * src/folder.c
2357                 code cleanup for flags copying
2358
2359 2003-03-22 [christoph]  0.8.11claws42
2360
2361         * src/plugins/trayicon/trayicon.c
2362                 fix setting the transparent area when the window size
2363                 is forced by the system tray
2364
2365 2003-03-22 [christoph]  0.8.11claws41
2366
2367         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2368         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2369         * src/plugins/trayicon/newmail.xpm              ** NEW **
2370         * src/plugins/trayicon/nomail.xpm               ** NEW **
2371         * src/plugins/trayicon/trayicon.c
2372         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2373                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2374                 o add icon for unread mails
2375                 o set transparency for window
2376
2377 2003-03-22 [christoph]  0.8.11claws40
2378
2379         * src/news.c
2380                 init news session to prevent crash when session is closed
2381
2382 2003-03-22 [christoph]  0.8.11claws39
2383
2384         * src/imap.c
2385         * src/common/session.[ch]
2386                 Init session data to make sure we don't have invalid pointers
2387                 for read_ch and write_ch when new multi process sessions are
2388                 not used
2389
2390         * src/main.c
2391         * src/common/plugin.c
2392         * src/common/sylpheed.c
2393         * src/plugins/demo/demo.c
2394         * src/plugins/dillo_viewer/dillo_viewer.c
2395         * src/plugins/mathml_viewer/mathml_viewer.c
2396         * src/plugins/spamassassin/spamassassin.c
2397         * src/plugins/spamassassin/spamassassin_gtk.c
2398                 add plugin types to allow loading plugins at different times
2399                 (and maybe for different frontends), because it's not good to
2400                 load GTK-Plugins gefore gtk_init was called
2401
2402         * configure.ac
2403         * src/plugins/Makefile.am
2404         * src/plugins/trayicon/.cvsignore               ** NEW **
2405         * src/plugins/trayicon/Makefile.am              ** NEW **
2406         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2407         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2408         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2409         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2410         * src/plugins/trayicon/trayicon.c               ** NEW **
2411                 New Trayicon plugin that shows an icon in a systray that uses
2412                 XEMBED protocol like Gnome's systray. Icon shows if there
2413                 are new mails and a tooltip shows information about new,
2414                 unread and total messages.
2415
2416 2003-03-22 [paul]       0.8.11claws38
2417
2418         * src/common/smtp.c
2419                 fix ESMTP AUTH CRAM-MD5
2420                 [sync with main (still version 0.8.11cvs6), see
2421                  ChangeLog 2003-03-22]
2422
2423 2003-03-21 [colin]      0.8.11claws37
2424
2425         * src/send_message.c
2426                 Fix USE_SSL => USE_OPENSSL
2427
2428 2003-03-21 [colin]      0.8.11claws36
2429
2430         * src/folderview.c
2431                 Fix counts in drag and dropped subfolders
2432
2433 2003-03-21 [colin]      0.8.11claws35
2434
2435         * src/folder.c 
2436         * src/folderview.c
2437                 speed up a bit folder dnd
2438
2439 2003-03-20 [alfons]     0.8.11claws34
2440
2441         * src/main.c
2442         * src/toolbar.c
2443         * src/procmsg.c
2444                 don't send locked queue messages
2445                 (feature request "[ 705245 ] Locking message in outbox 
2446                  should prevent sending")
2447
2448 2003-03-20 [christoph]  0.8.11claws33
2449
2450         * src/folder.c
2451                 remove NEW and UNREAD flag in special folders when scanning
2452                 
2453         * src/common/smtp.c
2454                 fix ESMTP AUTH CRAM-MD5
2455
2456 2003-03-20 [paul]       0.8.11claws32
2457
2458         * src/prefs_account.c
2459                 Re-write 'Tunnel command to open connection' as
2460                 'Use command to communicate with server', and disable
2461                 it for all except IMAP accounts
2462
2463 2003-03-20 [paul]       0.8.11claws31
2464
2465         * sync with 0.8.11cvs6
2466                 see ChangeLog 2003-03-20
2467
2468 2003-03-19 [match]      0.8.11claws30
2469
2470         * src/addritem.[ch]
2471                 include documentation. minor refactoring.
2472         * src/addr_compl.[ch]
2473         * src/addrindex.[ch]
2474         * src/addresbook.[ch]
2475         * src/summaryview.c
2476                 re-enable address lookup (was disabled in
2477                 0.8.11claws20).
2478
2479 2003-03-19 [christoph]  0.8.11claws29
2480
2481         * src/procmsg.c
2482                 add temp flag handling, will make moving and copying
2483                 messages possible again
2484
2485         * src/folder.c
2486                 correct calulation of folder stats
2487
2488 2003-03-18 [match]      0.8.11claws28
2489
2490         * src/editgroup.h
2491                 remove case sensitive comparison (closes bug 80).
2492
2493 2003-03-18 [christoph]  0.8.11claws27
2494
2495         * src/imap.c
2496                 fix imap using a tunnel command
2497
2498         (closes bug 87)
2499
2500 2003-03-18 [christoph]  0.8.11claws26
2501
2502         * src/folder.[ch]
2503         * src/imap.c
2504         * src/procmsg.[ch]
2505                 rewrite flag handling for folders
2506
2507 2003-03-18 [christoph]  0.8.11claws25
2508
2509         * src/folder.c
2510         * src/procmsg.c
2511         * src/summaryview.c
2512                 unset NEW and UNREAD flags when message is ignored, to make
2513                 sure messages don't show up as unread on other IMAP clients,
2514                 because the IGNORE_THREAD flag can not be syncronized through
2515                 the IMAP folder
2516
2517 2003-03-17 [christoph]  0.8.11claws24
2518
2519         * src/imap.c
2520                 don't use recursion to fetch uids when the number of messages
2521                 does not match. Moved code into subfunction that is used
2522                 again when needed, to prevent an endless loop.
2523
2524 2003-03-17 [thorsten]   0.8.11claws23
2525
2526         * src/imageview.[ch]
2527                 export imageview_get_resized_size() (for plugins)
2528         * src/prefs_common.[ch]
2529                 added prefs_common_get() (for plugins)
2530
2531 2003-03-17 [christoph]  0.8.11claws22
2532
2533         * src/imap.c
2534                 o remove UID guessing from copy code
2535                 o support UIDPLUS extension for APPEND command
2536
2537 2003-03-17 [paul]       0.8.11claws21
2538
2539         * src/gtk/about.c
2540                 remove 'Compiled-plugins' section.
2541                 
2542         * src/plugins/dillo_viewer/dillo_viewer.c
2543                 slight change to description text
2544
2545 2003-03-16 [match]      0.8.11claws20
2546         * src/ldapserver.[ch]           ** NEW **
2547         * src/ldapctrl.[ch]             ** NEW **
2548         * src/ldapquery.[ch]            ** NEW **
2549         * src/ldaputil.[ch]             ** NEW **
2550         * src/addrcindex.[ch]           ** NEW **
2551         * src/addrquery.h               ** NEW **
2552         * src/addritem.[ch]
2553         * src/addrcache.[ch]
2554         * src/addrindex.[ch]
2555         * src/addr_compl.[ch]
2556         * src/addressbook.[ch]
2557         * src/addrbook.[ch]
2558         * src/editgroup.c
2559         * src/editaddress.c
2560         * src/editldap.c
2561         * src/editldap_basedn.c
2562         * src/vcard.c
2563         * src/jpilot.c
2564         * src/Makefile.am
2565                 included dynamic LDAP queries. improved address
2566                 completion.
2567
2568 2003-03-16 [paul]       0.8.11claws19
2569
2570         * tools/multiwebsearch.pl
2571                 fix a fatal typo
2572
2573 2003-03-16 [christoph]  0.8.11claws18
2574
2575         * src/mimeview.c
2576         * src/plugins/dillo_viewer/dillo_viewer.c
2577         * src/plugins/mathml_viewer/mathml_viewer.c
2578                 make unregistering of MimeViewerFactorys possible
2579
2580 2003-03-16 [alfons]     0.8.11claws17
2581
2582         * configure.ac
2583                 correct typo
2584
2585 2003-03-16 [melvin]     0.8.11claws16
2586
2587         * src/plugins/dillo_viewer.c
2588                 Fixed bug where it was not possible to view more than
2589                 one text/html attachment per message (bug discovered
2590                 by Christoph Hohmann).
2591
2592 2003-03-15 [melvin]     0.8.11claws15
2593
2594         * src/prefs_actions.c
2595                 Fixed compilation warnings.
2596
2597 2003-03-15 [melvin]     0.8.11claws14
2598
2599         * src/plugins/Makefile.am
2600         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2601         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2602         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2603                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2604                 newer (http://dillo.auriga.wearlab.de/).
2605
2606 2003-03-15 [christoph]  0.8.11claws13
2607
2608         * src/imap.c
2609                 don't query imap folder for attributes because we already
2610                 for them from imap_status
2611
2612         * src/mimeview.[ch]
2613                 add support for plugable MimeViewers (unloading Viewers
2614                 not yet complete)
2615
2616         * src/plugins/Makefile.am
2617         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2618         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2619         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2620                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2621                 widget from http://helm.cs.unibo.it/mml-widget/
2622
2623 2003-03-14 [christoph]  0.8.11claws12
2624
2625         * src/folder.[ch]
2626                 o error return code's should better be negative
2627                 o replace printf with debug_print
2628
2629         * src/imap.c
2630                 improve IMAP folder scan by checking UID-NEXT
2631
2632         * src/summaryview.c
2633                 remove check that are unnecessary in my opinion
2634
2635 2003-03-13 [christoph]  0.8.11claws11
2636
2637         * src/folder.[ch]
2638         * src/foldersel.c
2639         * src/folderview.c
2640         * src/imap.c
2641         * src/mbox_folder.c
2642         * src/mh.c
2643         * src/news.c
2644         * src/prefs_scoring.c
2645         * src/summaryview.c
2646                 use a common function to get a displayable name
2647                 for a FolderItem
2648
2649 2003-03-13 [paul]       0.8.11claws10
2650
2651         * tools/Makefile.am
2652           tools/README
2653           tools/multiwebsearch.conf     ** NEW FILE **
2654           tools/multiwebsearch.pl       ** NEW FILE **
2655                 add multiwebsearch Actions script
2656
2657 2003-03-13 [colin]      0.8.11claws9
2658
2659         * src/compose.c
2660                 Remove leading emtpy lines from quoted text
2661                 before quoting it
2662
2663 2003-03-13 [melvin]     0.8.11claws8
2664
2665         * src/prefs_actions.c
2666                 Fixed a memory leak
2667                 Code clean ups
2668                 Added Cancel and OK buttons
2669                 Corrected help text
2670
2671 2003-03-13 [christoph]  0.8.11claws7
2672
2673         * src/account.c
2674         * src/folder.[ch]
2675         * src/imap.c
2676         * src/mainwindow.c
2677         * src/mbox_folder.c
2678         * src/mh.c
2679         * src/news.c
2680         * src/setup.c
2681                 replace more folder type stuff with folder class stuff
2682
2683 2003-03-13 [melvin]     0.8.11claws6
2684
2685         * src/prefs_actions.c
2686                 Added new tokens:
2687                 %u: user provided argument
2688                 %h: user provided argument (hidden on input)
2689                 %s: current text selection in the message view 
2690
2691 2003-03-13 [paul]       0.8.11claws5
2692
2693         * sync with 0.8.11cvs5
2694                 see ChangeLog 2003-03-11, 2003-03-12
2695
2696 2003-03-12 [christoph]  0.8.11claws4
2697
2698         * src/folder.c
2699                 use folder class idstr when writing folderlist.xml
2700
2701         * src/folder.h
2702         * src/imap.c
2703         * src/news.c
2704                 replace folder type checks with folder class checks
2705
2706 2003-03-12 [christoph]  0.8.11claws3
2707
2708         * src/folder.[ch]
2709         * src/imap.[ch]
2710         * src/main.c
2711         * src/mbox_folder.[ch]
2712         * src/mh.[ch]
2713         * src/news.[ch]
2714                 o create a list of known folder classes in the folder system
2715                 o use folder class id strings for folder item identifiers
2716
2717 2003-03-12 [christoph]  0.8.11claws2
2718
2719         * src/imap.c
2720                 fix imap uid validity check
2721
2722 2003-03-12 [christoph]  0.8.11claws1
2723
2724         * src/account.c
2725         * src/folder.[ch]
2726         * src/foldersel.c
2727         * src/folderview.c
2728         * src/imap.c
2729         * src/mainwindow.c
2730         * src/mbox_folder.c
2731         * src/mh.c
2732         * src/news.c
2733         * src/prefs_scoring.c
2734         * src/procmsg.c
2735         * src/setup.c
2736         * src/summaryview.c
2737                 initial restructuring of folder system, seperating
2738                 folders and folder classes
2739
2740 2003-03-12 [paul]       0.8.11claws
2741
2742         0.8.11claws release
2743
2744 2003-03-12 [christoph]
2745
2746         * src/gtk/prefswindow.c
2747                 fix translation of "Page Index"
2748
2749 2003-03-12 [paul]       0.8.10claws110
2750
2751         a sync from 0.8.11cvs4 before the release
2752
2753         * src/common/utils.c
2754                 subject_compare_for_sort(): allow null strings (fixes
2755                 summary sorting).
2756
2757 2003-03-11 [paul]       0.8.10claws109
2758
2759         * po/es.po
2760                 update Spanish translation, submitted by
2761                 Ricardo Mones Lastra
2762
2763 2003-03-11 [melvin]     0.8.10claws108
2764
2765         * po/fr.po
2766                 Updated French translations
2767
2768 2003-03-11 [paul]       0.8.10claws107
2769
2770         * manual/en/Makefile.am
2771           manual/en/*.html
2772                 update English manual, add a new page
2773                 updated by Francois Barriere <fbarriere@atmel.fr>
2774                 
2775         * po/bg.po
2776           po/it.po
2777           po/sr.po
2778                 update Bulgarian, Italian, and Serbian translations
2779                 submitted by George Danchev, Alessandro Maestri, and
2780                 Urke MMI
2781
2782 2003-03-10 [paul]       0.8.10claws106
2783
2784         * src/gtk/about.c
2785           src/gtk/prefswindow.c
2786                 make some strings translatable
2787
2788 2003-03-10 [darko]      0.8.10claws105
2789
2790         * src/compose.c
2791                 code cleanup to make Hiro happy
2792
2793 2003-03-10 [paul]       0.8.10claws104
2794
2795         * sync with 0.8.11cvs2
2796                 see ChangeLog 2003-03-10
2797
2798 2003-03-09 [melvin]     0.8.10claws103
2799
2800         * src/textview.c
2801                 textview_set_font(): fix for message display in
2802                 UTF-8 locales (thanks to Sergey Vlasov).
2803                 (was unintentionnaly reverted in 0.8.6claws6)   
2804
2805 2003-03-08 [darko]      0.8.10claws102
2806
2807         * src/compose.c
2808                 fix infinite loop in wrapping as reported
2809                 by happycactus
2810                 obsoletes patch #696482
2811
2812 2003-03-08 [christoph]  0.8.10claws101
2813
2814         * src/imap.c
2815                 add workaround for IMAP servers that do not
2816                 support the "UID SEARCH UID" command
2817
2818 2003-03-07 [christoph]  0.8.10claws100
2819
2820         * src/plugins/spamassassin/spamassassin.[ch]
2821         * src/plugins/spamassassin/spamassassin_gtk.c
2822                 code cleanup
2823
2824 2003-03-07 [paul]       0.8.10claws99
2825
2826         * po/es.po
2827                 updated Spanish translation, submitted by
2828                 Ricardo Mones Lastra
2829
2830 2003-03-07 [christoph]  0.8.10claws98
2831
2832         * src/send.c
2833                 fix in 0.8.10claws94 was wrong
2834                 local delivery does not require escaping, remove escaping
2835                 code to make signatures of mails with "." lines valid
2836                 
2837                 NOTE: requires that sendmail is executed with "-i" option,
2838                       what is the default now, but has to be changed in all
2839                       exsiting accounts)
2840
2841 2003-03-07 [paul]       0.8.10claws97
2842
2843         * sync with 0.8.11 release
2844                 see ChangeLog 2003-03-07
2845
2846 2003-03-06 [paul]       0.8.10claws96
2847
2848         * src/compose.c
2849                 revert commit 0.8.10claws92
2850
2851 2003-03-06 [paul]       0.8.10claws95
2852
2853         * src/folderview.c
2854                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2855
2856         * src/gtkaspell.c
2857                 fix bug 74, 'Crash opening editor window with pseudo-color
2858                 display'
2859                 
2860         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2861
2862 2003-03-06 [christoph]  0.8.10claws94
2863
2864         * src/send.c
2865                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2866                 all lines starting with a period get an extra period
2867                 inserted
2868                 (found by Simon 'corecode' Schubert)
2869
2870 2003-03-06 [paul]       0.8.10claws93
2871
2872         * src/folderview.c
2873                 if configured font can't be loaded fall back to gtk
2874                 default. (with thanks to Christoph)
2875                 
2876                 closes long-standing bug 15 'Crashes on startup'
2877
2878 2003-03-06 [paul]       0.8.10claws92
2879
2880         * src/compose.c
2881                 freeze text before autosave and thaw afterwards
2882                 fixes bug 67 'autosave make re-rediting message crazy'
2883
2884 2003-03-06 [christoph]  0.8.10claws91
2885
2886         * src/compose.c
2887                 ignore address comment in dupe check for Cc-list
2888
2889         (closes reopened bug 47 Replying to message strips name part of
2890          e-mail addresses of Cc: lines)
2891
2892 2003-03-06 [paul]       0.8.10claws90
2893
2894         * src/Makefile.am
2895                 remove reference to gtkxtext.h as its no longer in
2896                 the repository
2897
2898 2003-03-06 [paul]       0.8.10claws89
2899
2900         * sync with 0.8.10cvs25
2901                 see ChangeLog 2003-03-06
2902
2903 2003-03-06 [oliver]     0.8.10claws88
2904         
2905         * src/messageview.c
2906                 remove include
2907
2908 2003-03-06 [oliver]     0.8.10claws87
2909         
2910         * src/folderview.c 
2911                 remove changes introduced inclaws74
2912         * src/messageview.c
2913                 another attempt to sanely delete and update
2914                 messages deleted in separate messageview
2915
2916 2003-03-05 [christoph]  0.8.10claws86
2917
2918         * src/summaryview.c
2919                 check if "From" matches any account's address if
2920                 addressbook completion of addresses is disabled too
2921
2922         (closes Bug 70 "Display recipient in from" doesn't check
2923          folder's default account)
2924
2925 2003-03-05 [christoph]  0.8.10claws85
2926
2927         * src/compose.c
2928         * src/common/utils.[ch]
2929                 don't strip address comments when building Cc lists
2930
2931         (closes Bug 47 Replying to message strips name part of e-mail addresses
2932          of Cc: lines)
2933
2934         * src/folder.c
2935                 fix return value of copy function
2936
2937 2003-03-05 [christoph]  0.8.10claws84
2938
2939         * src/imap.c
2940                 don't ask imap server for non rfc822 headers
2941
2942         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2943
2944         * src/imap.c
2945                 destroy session on socket error to allow reconnecting
2946
2947 2003-03-05 [christoph]  0.8.10claws83
2948
2949         * configure.ac
2950                 fix building with gnome when no prefix is set
2951
2952         (closes bug 66 Gnome directory is set to NONE)
2953
2954 2003-03-05 [paul]       0.8.10claws82
2955
2956         * sync with 0.8.10cvs23
2957                 see ChangeLog 2003-03-05
2958
2959 2003-03-04 [christoph]  0.8.10claws81
2960
2961         * src/folder.c
2962                 o fix moving and copying when folder returns 0 for new
2963                   message number
2964                 o remove some code for single message copy and move
2965                   operations and use functions for multiple messages
2966
2967         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2968
2969         * src/news.c
2970                 remove unused include
2971
2972 2003-03-04 [paul]       0.8.10claws80
2973
2974         * src/gtk/about.c
2975                 list 'Compiled plugins'
2976
2977 2003-03-03 [christoph]  0.8.10claws79
2978
2979         * src/news.[ch]
2980                 have to multiply the percentage of the current fetch with
2981                 the percentage that it has of the total fetch operation
2982                 for correct values
2983
2984 2003-03-03 [christoph]  0.8.10claws78
2985
2986         * src/news.c
2987                 fix calculation of expected lines for progress indicator
2988
2989 2003-03-03 [christoph]  0.8.10claws77
2990
2991         * src/summaryview.c
2992         * src/common/utils.c
2993                 fix segfault when opening the root news folder
2994
2995 2003-03-03 [christoph]  0.8.10claws76
2996
2997         * src/mainwindow.[ch]
2998         * src/common/Makefile.am
2999         * src/common/progressindicator.[ch]
3000                 add UI independent progress indicator handling
3001
3002         * src/news.[ch]
3003                 use new progress indicator for message info fetching
3004
3005         * src/common/hooks.h
3006                 code cleanup
3007
3008 2003-03-03 [oliver]     0.8.10claws75
3009
3010         * src/toolbar.c
3011         * src/compose.c
3012                 removed commented code
3013
3014 2003-03-03 [oliver]     0.8.10claws74
3015
3016         * src/toolbar.[ch]
3017                 cleanups and refactoring
3018         * src/compose.[ch]
3019                 compose_reply_mode reply & forwarding interface for
3020                 toolbar buttons
3021         * src/folderview.c
3022                 act on messages marked for deletion in folderview_selected
3023                 based on prefs_common.immediate_exec since a message might 
3024                 have been deleted by messageview in a folder we are changing 
3025                 to (does anybody understand what I'm on about ?)
3026
3027 2003-03-03 [oliver]     0.8.10claws73
3028         
3029         * src/messageview.[ch]
3030                 new functions
3031                 - messageview_delete: delete message shown in messagview
3032                 - messageview_update_view: update messageview to currently 
3033                   selected summaryview message
3034                 - add separate messageview to msgview_list in order to update 
3035                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3036         * src/summaryview.[ch]
3037                 summary_get_selection returns a list of selected msgs
3038                 in summaryview
3039         * src/mainwindow.c
3040                 toolbar reply refactoring
3041
3042 2003-03-03 [paul]       0.8.10claws72
3043
3044         * sync with 0.8.10cvs21
3045                 see ChangeLog 2003-03-03
3046
3047 2003-03-02 [christoph]  0.8.10claws71
3048
3049         * src/common/passcrypt.c
3050                 use POSIX includes
3051
3052 2003-03-02 [christoph]  0.8.10claws70
3053
3054         * configure.ac
3055         * src/prefs_account.c
3056         * src/prefs_gtk.[ch]
3057         * src/common/.cvsignore
3058         * src/common/Makefile.am
3059         * src/common/passcrypt.c                ** NEW **
3060         * src/common/passcrypt.h.in             ** NEW **
3061                 Implement password encryption in config files
3062                 using unix encrypt and setkey functions. The crypt
3063                 key can be set as a configure parameter. Old
3064                 passwords will be converted if they do not begin
3065                 with '!'
3066
3067 2003-03-02 [paul]       0.8.10claws69
3068
3069         * src/prefs_account.c
3070                 fix compile error
3071
3072 2003-03-01 [thorsten]   0.8.10claws68
3073
3074         * po/el.po
3075           po/hr.po
3076           po/it.po
3077           po/nl.po
3078           po/sr.po
3079           po/sv.po
3080                 corrected format strings
3081         * po/en_GB.po
3082                 corrected headers
3083                 (fix compile errors with GNU gettext-0.11.5)
3084
3085 2003-03-01 [oliver]     0.8.10claws67
3086
3087         * src/summaryview.c
3088                 menu callbacks call toolbar_menu_reply
3089
3090 2003-03-01 [oliver]     0.8.10claws66
3091
3092         * src/mainwindow.c
3093         * src/messageview.c
3094                 menu callbacks call toolbar_menu_reply
3095         * src/toolbar.[ch]
3096                 callbacks from menu handled by toolbar_menu_reply
3097
3098 2003-03-01 [paul]       0.8.10claws65
3099
3100         * src/addressbook.c
3101                 revert commit 0.8.10claws54 - breaks editing of
3102                 addressbook.
3103                 
3104         * po/bg.po
3105                 update Bulgarian translation, submitted by
3106                 George Danchev
3107
3108 2003-02-28 [christoph]  0.8.10claws64
3109
3110         * src/account.c
3111         * src/addressadd.c
3112         * src/compose.c
3113         * src/gtkaspell.c
3114         * src/gtkxtext.h                ** REMOVE **
3115         * src/imap.c
3116         * src/matcher.[ch]
3117         * src/mh.c
3118         * src/news.c
3119         * src/pine.c
3120         * src/prefs_common.c
3121         * src/prefs_matcher.c
3122         * src/procheader.[ch]
3123         * src/procmsg.[ch]
3124         * src/toolbar.c
3125         * src/common/ssl_certificate.c
3126         * src/gtk/colorlabel.c
3127         * src/gtk/menu.c
3128                 o fix warnings
3129                 o remove code obsoleted by new cache and folder system rework
3130
3131 2003-02-28 [oliver]     0.8.10claws63
3132         
3133         * src/toolbar.[ch]
3134                 * fix bug where reply in Messageview replied to 
3135                 Message displayed in summaryview
3136                 (reportedd via ML by chinatinte at gmx dot ch)
3137                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3138                 didn't work in separate MessageView Toolbar
3139                 (wondering if anybody uses this at all ?)
3140         * src/summaryview.[ch]
3141                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3142                 (generalize reply and forward code);
3143         * src/messageview.c 
3144                 remove focus_in event which updated summaryview to messageview
3145
3146 2003-02-28 [paul]       0.8.10claws62
3147
3148         * po/Makefile.in.in
3149                 add the --check option
3150                 Patch submitted by Ricardo Mones Lastra
3151
3152 2003-02-28 [paul]       0.8.10claws61
3153
3154         * src/prefs_account.c
3155                 re-order 'Signature' items
3156
3157 2003-02-28 [paul]       0.8.10claws60
3158
3159         * sync with 0.8.10cvs20
3160                 see ChangeLog 2003-02-28
3161
3162 2003-02-28 [paul]       0.8.10claws59
3163
3164         * po/POTFILES.in
3165                 update to reflect recent movement of files
3166
3167 2003-02-28 [paul]       0.8.10claws58
3168
3169         * sync with 0.8.10cvs19
3170                 see ChangeLog 2003-02-28
3171
3172 2003-02-27 [martin]     0.8.10claws57
3173
3174         * src/prefs_matcher.c 
3175                 fix segfault in prefs_matcher_ok() when the
3176                 last entry is deleted and prevents that the
3177                 message "entry not saved" comes up after deleting
3178                 an entry
3179
3180 2003-02-27 [martin]     0.8.10claws56
3181
3182         * src/prefs_filtering.c 
3183                 fix segfault in prefs_filtering_ok() when the
3184                 last entry is deleted and prevents that the
3185                 message "entry not saved" comes up after deleting
3186                 an entry
3187
3188 2003-02-27 [paul]       0.8.10claws55
3189
3190         * sync with 0.8.10cvs18
3191                 see ChangeLog 2003-02-27
3192
3193 2003-02-27 [paul]       0.8.10claws54
3194
3195         * src/addressbook.c
3196                 fix bug where the address book crashes with 
3197                 multiple lookups.
3198                 Patch [687729] submitted by David Frager 
3199                 <dbfrager@users.sourceforge.net>
3200
3201 2003-02-25 [christoph]  0.8.10claws53
3202
3203         * src/Makefile.am
3204         * src/colorlabel.[ch]           ** REMOVE **
3205         * src/gtk/Makefile.am
3206         * src/gtk/colorlabel.[ch]       ** NEW **
3207                 move colorlabel files to gtk directory
3208
3209         * src/esmtp.[ch]                ** REMOVE **
3210                 has been merged into smtp.[ch] in 0.7.5
3211
3212 2003-02-25 [christoph]  0.8.10claws52
3213
3214         * src/Makefile.am
3215         * src/about.[ch]                ** REMOVE **
3216         * src/gtk/Makefile.am
3217         * src/gtk/about.[ch]            ** NEW **
3218                 move about files to gtk directory
3219
3220 2003-02-25 [christoph]  0.8.10claws51
3221
3222         * src/folder.c
3223                 some code optimization of folder scanning code
3224
3225         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3226
3227 2003-02-25 [christoph]  0.8.10claws50
3228
3229         * src/main.c
3230         * src/common/sylpheed.c
3231                 add command line parameter parsing to common code
3232
3233 2003-02-24 [christoph]
3234
3235         * Makefile.am
3236         * configure.ac
3237                 fix gnome prefix problems, the configure script now removed
3238                 `gnome-config --prefix` from `gnome-config --datadir`
3239                 and adds $(prefix} instead
3240
3241         (closes Bug 24 Makefile does not respect prefix when installing
3242          GNOME data)
3243
3244 2003-02-24 [christoph]  0.8.10claws49
3245
3246         * src/news.c
3247                 check for valid session before trying to authenticate
3248
3249         (closes Bug 60 crash if "authenticate on logon" is activated
3250          and newsserver-hostname is not valid)
3251
3252 2003-02-24 [melvin]     0.8.10claws48
3253
3254         * src/prefs_actions.c
3255                 Make sure all user's input is sent to the action and then
3256                 close the socket..
3257
3258 2003-02-23 [alfons]     0.8.10claws46
3259
3260         * src/summaryview.c
3261                 also wait cursor when deleting files
3262
3263 2003-02-23 [paul]
3264
3265         * tools/freshmeat_search.pl
3266           tools/google_search.pl
3267                 scripts should now work for any browser/browser command line
3268
3269 2003-02-22 [christoph]  0.8.10claws45
3270
3271         * src/procmsg.c
3272                 fix IMAP flag setting, IMAP flag is not handled correctly
3273                 anymore by the folder system and information about the
3274                 folder should not be saved in the MsgInfo (in my opinion)
3275
3276         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3277
3278 2003-02-22 [christoph]  0.8.10claws44
3279
3280         * src/summaryview.c
3281                 fix spelling of "label" ;-)
3282
3283 2003-02-22 [thorsten]   0.8.10claws43
3284
3285         * src/mimeview.c
3286           src/prefs_common.[ch]
3287           src/procmime.[ch]
3288                 do not use description as attachment name
3289
3290 2003-02-22 [alfons]     0.8.10claws42
3291
3292         * src/summaryview.c
3293                 freeze/thaw folder item updates when changing color labels,
3294                 and put a wait cursors on
3295
3296 2003-02-22 [thorsten]   0.8.10claws41
3297
3298         * src/mimeview.c
3299                 save-all fixes: crash if invoked on multipart container,
3300                 mimeinfo access, pathseparators, error dialog
3301
3302 2003-02-21 [alfons]     0.8.10claws40
3303
3304         * src/prefs_gtk.c
3305                 remove unused var
3306
3307 2003-02-21 [colin]      0.8.10claws39
3308
3309         * src/send.c
3310                 Fix smtp logging
3311
3312 2003-02-21 [colin]      0.8.10claws38
3313
3314         * src/summaryview.c
3315                 Freeze/thaw folderItem updates when filtering messages 
3316                 via Tools/Filter messages
3317
3318 2003-02-21 [paul]       0.8.10claws37
3319
3320         * src/compose.c
3321                 revert commit 0.8.10claws26, there are ulterior motives
3322                 for users to set a Reply-To header when posting to
3323                 newsgroups
3324
3325 2003-02-21 [paul]       0.8.10claws36
3326
3327         * sync with 0.8.10cvs17
3328                 see ChangeLog 2003-02-21
3329
3330 2003-02-20 [christoph]  0.8.10claws35
3331
3332         * src/imap.c
3333                 IMAP UID fetch speedup using SEARCH
3334
3335         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3336
3337         * src/imap.c
3338                 fix problem with UIDs in IMAP UID cache that no longer existed
3339
3340 2003-02-20 [christoph]  0.8.10claws34
3341
3342         * src/imap.c
3343         * src/procheader.c
3344         * src/procheader.h
3345                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3346
3347         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3348
3349         * src/imap.c
3350                 Rewrite imap_cmd_gen_recv use sock_getline instead
3351                 of sock_gets to avoid problems with too long reply
3352                 lines
3353     
3354 2003-02-20 [colin]      0.8.10claws33
3355         
3356         * src/prefs_account.c
3357                 Better wording
3358
3359 2003-02-20 [colin]      0.8.10claws32
3360
3361         * src/compose.c
3362                 Remove useless '&& !to_sender' 
3363
3364 2003-02-20 [darko]
3365
3366         * AUTHORS
3367                 change my e-mail address
3368
3369 2003-02-19 [colin]      0.8.10claws31
3370
3371         * src/prefs_common.c
3372                 X11 style colors for every configurable color
3373
3374 2003-02-19 [alfons]     0.8.10claws30
3375
3376         * src/prefs_gtk.[ch]
3377         * src/prefs_common.c
3378                 for color_new accept both plain integers and X11 style color
3379                 names (as found in /usr/lib/X11/rgb.txt)
3380
3381 2003-02-19 [paul]       0.8.10claws29
3382
3383         * src/mainwindow.c
3384                 add tooltips to online/offline button and account selector
3385                 button
3386
3387 2003-02-19 [paul]       0.8.10claws28
3388
3389         * src/folder.c
3390           src/news.c
3391           src/prefs_account.[ch]
3392           src/prefs_common.[ch]
3393                 move 'Maximum number of articles to download' to
3394                 account prefs.
3395                 clean up account prefs gui a little by hiding entries
3396                 rather then greying out entries
3397
3398 2003-02-19 [hiro]       0.8.10claws27
3399
3400         * src/common/utils.c
3401                 fix bug #54 'yesterdays date is displayed in the message 
3402                 summary window'
3403
3404 2003-02-19 [paul]       0.8.10claws26
3405
3406         * src/compose.c
3407                 fix bug reported in Feature Request [688596] 
3408                 'Reply-to header in news'
3409
3410 2003-02-18 [paul]       0.8.10claws25
3411
3412         * src/select-keys.c
3413                 add a 'List all keys' button to key selection dialog
3414
3415 2003-02-18 [colin]      0.8.10claws24
3416         
3417         * src/stock_pixmap.c
3418                 fix compile error
3419
3420 2003-02-18 [colin]      0.8.10claws23
3421
3422         * src/common/smtp.[ch]
3423           src/prefs_account.c
3424                 Try to starttls if it seems to be the only
3425                 way to authenticate a user
3426
3427 2003-02-18 [paul]       0.8.10claws22
3428
3429         * src/Makefile.am
3430           src/folderview.c
3431           src/stock_pixmap.[ch]
3432           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3433           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3434                 as a Drafts folder is a special folder allow it to have
3435                 its own unique icons
3436
3437 2003-02-18 [colin]      0.8.10claws21
3438
3439         * src/imap.c
3440                 Fix port selection when using starttls
3441
3442 2003-02-18 [paul]       0.8.10claws20
3443
3444         * src/mainwindow.c
3445           src/prefs_common.[ch]
3446                 make blue the default new mail colour
3447
3448 2003-02-18 [paul]       0.8.10claws19
3449
3450         * sync with 0.8.10cvs14
3451                 see ChangeLog 2003-02-18
3452
3453 2003-02-17 [jens]       0.8.10claws18
3454
3455         * src/common/md5.c
3456                 fixed a compile problem with gcc 3.3
3457                 works on 2.95.3 too (testet on PPC as it is big endian)
3458
3459 2003-02-17 [paul]       0.8.10claws17
3460
3461         * sync with 0.8.10cvs13
3462                 see ChangeLog 2003-02-17
3463
3464 2003-02-17 [paul]       0.8.10claws16
3465
3466         * sync with 0.8.10cvs12
3467                 see ChangeLog 2003-02-17
3468
3469 2003-02-16 [match]      0.8.10claws15
3470
3471         * src/addressbook.c
3472                 Eliminates reloading of address data when items
3473                 deleted or added. Applied submitted by
3474                 Luke Plant <lukeplant@softhome.net>
3475
3476 2003-02-16 [paul]       0.8.10claws14
3477
3478         * src/news.c
3479                 when a 'protocol error' is encountered disconnect from
3480                 the server. This means that the user can carry on viewing
3481                 other articles and doesn't have to either wait until the
3482                 server timesout or quit sylpheed.
3483                 Fixes bug #53 'Unable to read messages in newsgroups, 
3484                 displayed message doesn't change'
3485
3486 2003-02-15 [christoph]  0.8.10claws13
3487
3488         * src/imap.c
3489                 fix bug that stopped scanning of folders when an
3490                 IMAP folder was empty
3491
3492         (closes bug 46 stop scan messages in folders after empty folder)
3493
3494 2003-02-15 [paul]
3495
3496         * tools/Makefile.am
3497           tools/README
3498           tools/freshmeat_search.pl     ** NEW FILE **
3499           tools/google_search.pl        ** NEW FILE **
3500                 Add 2 Actions scripts which search freshmeat/google
3501                 for the selected text using the browser configured
3502                 in sylpheedrc.
3503                 
3504         Note: These scripts are very dependent on the format of the
3505         browser command and may not work on every occasion. Testing
3506         is welcome. 
3507
3508 2003-02-14 [alfons]     0.8.10claws12
3509
3510         * src/compose.c
3511                 fix breakage because of uninitialized account pointer.
3512                 please verify.
3513
3514 2003-02-14 [paul]       0.8.10claws11
3515
3516         * src/compose.c
3517           src/prefs_account.[ch]
3518           src/prefs_common.[ch]
3519                 move signature settings to Account Prefs
3520
3521 2003-02-14 [paul]       0.8.10claws10
3522
3523         * sync with 0.8.10cvs11
3524                 see ChangeLog 2003-02-14
3525
3526 2003-02-13 [thorsten]   0.8.10claws9
3527
3528         * src/news.c
3529                 revert news progressbar (GUI separation)
3530
3531 2003-02-13 [paul]       0.8.10claws8
3532
3533         * src/compose.c
3534                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3535                 paragraph 1
3536
3537 2003-02-13 [paul]       0.8.10claws7
3538
3539         * src/compose.[ch]
3540           src/summaryview.c
3541                 fix 'Follow-up and Reply-to' so that it creates a reply to
3542                 the newsgroup and the sender. If the message has the keyword
3543                 'poster' in the Followup-To header, all replies go to the
3544                 sender, re: RFC 1036, Section 2.2.3
3545                 rename all instances of 'ignore_replyto' to 'to_sender', both
3546                 were previously used, now we use just one.
3547
3548 2003-02-13 [paul]       0.8.10claws6
3549
3550         * sync with 0.8.10cvs9
3551                 see ChangeLog 2003-02-13
3552
3553 2003-02-13 [paul]       0.8.10claws5
3554
3555         * configure.ac
3556                 show which plugins are configured in the configure
3557                 output.
3558
3559 2003-02-12 [thorsten]   0.8.10claws4
3560
3561         * src/news.c
3562                 show progress while fetching news headers
3563
3564 2003-02-12 [christoph]  0.8.10claws3
3565
3566         * configure.ac
3567         * src/plugins/Makefile.am
3568                 use AM_CONDITIONAL to enable plugins, automake correctly
3569                 manages this when creating distdir
3570
3571 2003-02-12 [christoph]  0.8.10claws2
3572
3573         * ac/spamassassin.m4
3574         * src/plugins/spamassassin/Makefile.am
3575                 fix building SpamAssassin plugin without OpenSSL
3576
3577 2003-02-12 [paul]       0.8.10claws1
3578
3579         * ac/Makefile.am
3580           src/Makefile.am
3581           src/plugins/Makefile.am
3582                 fix failure of 'make release'
3583
3584 2003-02-12 [paul]       0.8.10claws
3585
3586         * 0.8.10claws released
3587
3588 2003-02-12 [paul]       0.8.9claws56
3589
3590         * po/bg.po
3591           po/es.po
3592           po/it.po
3593           po/ru.po
3594           po/sr.po
3595                 updated translations by George Danchev, Ricardo Mones Lastra,
3596                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3597                 
3598         * sylpheed.spec.in
3599                 Allow the building of RPMs by a regular user. Submitted
3600                 by Sergei Astanin
3601
3602 2003-02-11 [alfons]     0.8.9claws55
3603
3604         * src/colorlabel.c
3605                 don't use pixmaps for label color rect but draw rectangles
3606                 so we can respect the color map of palette based visuals
3607                 (fixes the long time crashes on Suns - thanks to Andreas
3608                 Engel and Steve O'Hara-Smith for testing)
3609
3610 2003-02-11 [christoph]  0.8.9claws54
3611
3612         * src/matcher_parser_parse.y
3613                 correct bug where filering rules of not existing folders in
3614                 matcherrc were added to global filtering
3615                 
3616         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3617          main filter-rules after removing directory, http://bugs.debian.org/180253)
3618         
3619 2003-02-11 [paul]       0.8.9claws53
3620
3621         * sync with 0.8.10cvs7
3622                 see ChangeLog 2003-02-09
3623
3624 2003-02-11 [melvin]     0.8.9claws52
3625
3626         * po/fr.po
3627                 Updated French tranlsations
3628
3629 2003-02-10 [paul]       0.8.9claws51
3630
3631         * sylpheed.spec.in
3632                 correct --enable-openssl
3633                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3634
3635 2003-02-09 [martin]     0.8.9claws50
3636
3637         * src/prefs_matcher.c
3638                 fix segfault in prefs_matcher_substitute_cb() when
3639                 no row is selected
3640
3641 2003-02-09 [paul]       0.8.9claws49
3642
3643         * src/folderview.c
3644                 fix bug where a newsgroup folder's processing rules were
3645                 merged with the global filtering rules when the newsgroup
3646                 folder was deleted, causing some seriously bad results,
3647                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3648
3649 2003-02-08 [melvin]     0.8.9claws48
3650
3651         * src/compose.c
3652                 Corrected and modified an alert message.
3653
3654 2003-02-07 [paul]       0.8.9claws47
3655
3656         * src/folderview.c
3657                 fix bug where both an 'Account properties' window and a
3658                 'Folder properties' window were opened when clicking on
3659                 'Properties' in an NNTP or IMAP folder's popup menu.
3660
3661 2003-02-07 [paul]       0.8.9claws46
3662
3663         * sync with 0.8.10cvs6
3664                 see ChangeLog 2003-02-06
3665
3666 2003-02-06 [christoph]  0.8.9claws45
3667
3668         * src/mbox.c
3669                 freeze folder updates while importing mbox files
3670                 (closes bug 43 importing mbox took hours)
3671                 
3672         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3673
3674 2003-02-06 [thorsten]   0.8.9claws44
3675
3676         * po/de.po
3677                 Updated german translations
3678
3679 2003-02-06 [thorsten]   0.8.9claws43
3680
3681         * src/news.h
3682                 use guint for message numbers (fix count in grouplist dialog)
3683
3684 2003-02-05 [paul]       0.8.9claws42
3685
3686         * sync with 0.8.10cvs2
3687                 see ChangeLog 2003-02-05
3688
3689 2003-02-04 [colin]      0.8.9claws41
3690
3691         * src/prefs_common.[ch]
3692           src/procmsg.c
3693           src/summaryview.c
3694                 Add an option to disable threading by subject
3695
3696 2003-02-04 [christoph]  0.8.9claws40
3697
3698         * src/inc.c
3699                 only abort fetching mails from multiple accounts when the
3700                 error is fatal and does not allow to check any more accounts
3701                 (currently only disk full error)
3702
3703         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3704          receive mails for other accouts)
3705
3706 2003-02-04 [christoph]  0.8.9claws39
3707
3708         * src/folder.c
3709                 first add the new message to the cache, then
3710                 send the update notification
3711
3712         (closes bug 39 after sending message folderview doesnt get updated)
3713
3714 2003-02-04 [colin]      0.8.9claws38
3715
3716         * src/inc.c
3717                 _really_ fix this Connecting... status
3718
3719 2003-02-04 [paul]       0.8.9claws37
3720
3721         * sync with 0.8.10
3722                 see ChangeLog 2003-02-04
3723
3724 2003-02-04 [paul]       0.8.9claws36
3725
3726         * sync with 0.8.9cvs6
3727                 see ChangeLog 2003-02-03
3728
3729 2003-02-04 [paul]       0.8.9claws35
3730
3731         * po/pt_BR.po
3732                 updated by André Filipe de Assunção e Brito 
3733                 <bedecko@netsite.com.br>
3734
3735 2003-02-03 [thorsten]   0.8.9claws34
3736
3737         * po/de.po
3738                 Updated german translations
3739
3740 2003-02-02 [paul]       0.8.9claws33
3741
3742         * po/es.po
3743                 updated by Ricardo Mones Lastra
3744
3745 2003-02-02 [thorsten]   0.8.9claws32
3746
3747         * src/mh.c
3748                 Fix mh_get_msginfo() segfault if file is inaccessible
3749
3750 2003-01-31 [colin]      0.8.9claws31
3751
3752         * src/procheader.c
3753                 Fix last commit's bug
3754
3755 2003-01-31 [colin]      0.8.9claws30
3756
3757         * src/procheader.c
3758                 Missing a change for gpg-signed messages
3759
3760 2003-01-31 [paul]       0.8.9claws29
3761
3762         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3763           src/procheader.c
3764           src/stock_pixmap.[ch]
3765           src/summaryview.c
3766                 indicate GnuPG signed messages by displaying an icon
3767                 in the Attachment column.
3768
3769 2003-01-31 [paul]       0.8.9claws28
3770
3771         * sync with 0.8.9cvs4
3772                 see ChangeLog 2003-01-31
3773
3774 2003-01-31 [alfons]     0.8.9claws27
3775
3776         * src/textview.c
3777                 tune URI parser to accept mailto URLs with a '?'
3778                 (patch from Ruslan Balkin)
3779
3780 2003-01-31 [colin]      0.8.9claws26
3781
3782         * src/summaryview.c
3783                 Fix a leak introduced in claws24
3784
3785 2003-01-31 [colin]      0.8.9claws25
3786
3787         * src/summaryview.c
3788                 Freeze/Thaw folder updates when deleting dups
3789
3790 2003-01-31 [colin]      0.8.9claws24
3791         
3792         * src/addr_compl.c
3793           src/summaryview.c
3794           src/msgcache.c
3795                 little speed improvements
3796
3797 2003-01-31 [colin]      0.8.9claws23
3798
3799         * src/summaryview.c
3800                 Fix segfault when forwarding nothing
3801                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3802                 
3803 2003-01-30 [paul]       0.8.9claws22
3804
3805         * sync with 0.8.9cvs3
3806                 see ChangeLog 2003-01-30
3807
3808 2003-01-30 [paul]       0.8.9claws21
3809
3810         * sync with 0.8.9cvs2
3811                 see ChangeLog 2003-01-30
3812
3813 2003-01-29 [paul]       0.8.9claws20
3814
3815         * sync with 0.8.9cvs1
3816                 see ChangeLog 2003-01-29
3817
3818 2003-01-28 [paul]       0.8.9claws19
3819
3820         * po/POTFILES.in
3821                 update to reflect changes. 
3822                 thanks to Ricardo Mones Lastra
3823
3824 2003-01-27 [christoph]  0.8.9claws18
3825
3826         * ac/openssl.m4
3827         * ac/spamassassin.m4
3828         * src/plugins/spamassassin/README
3829         * src/plugins/spamassassin/libspamc.[ch]
3830         * src/plugins/spamassassin/utils.[ch]
3831                 updated to latest libspamc
3832
3833 2003-01-27 [christoph]  0.8.9claws17
3834
3835         * src/folder.c
3836                 fix wrong use of procheader_get_header_fields
3837
3838 2003-01-27 [christoph]  0.8.9claws16
3839
3840         * src/news.c
3841         * src/prefs_account.[ch]
3842         * src/common/nntp.[ch]
3843                 allow to force authentication for NNTP servers
3844
3845         Patch submitted by Florian Mickler <dmk@d-labs.de>
3846
3847 2003-01-26 [paul]       0.8.9claws15
3848
3849         * src/summaryview.c
3850                 speed up of marking messages as read
3851                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3852
3853 2003-01-26 [christoph]  0.8.9claws14
3854
3855         * src/Makefile.am
3856         * src/mgutils.[ch]              ** REMOVE **
3857         * src/xml.[ch]                  ** REMOVE **
3858         * src/xmlprops.[ch]             ** REMOVE **
3859         * src/common/Makefile.am
3860         * src/common/mgutils.[ch]       ** NEW **
3861         * src/common/xml.[ch]           ** NEW **
3862         * src/common/xmlprops.[ch]      ** NEW **
3863                 move xml files to common directory
3864
3865 2003-01-26 [christoph]  0.8.9claws13
3866
3867         * src/plugins/spamassassin/spamassassin_gtk.c
3868                 only set gtk entry text if string is available
3869
3870 2003-01-26 [melvin]     0.8.9claws12
3871
3872         * src/description_window.c
3873                 Allow resizing of the window
3874                 Allow automatic horizontal scroll bar
3875                 Do not vertically expand and fill
3876
3877 2003-01-26 [christoph]  0.8.9claws11
3878
3879         * src/Makefile.am
3880         * src/gtkutils.[ch]             ** REMOVE **
3881         * src/common/sylpheed.c
3882         * src/gtk/Makefile.am
3883         * src/gtk/description_window.c
3884         * src/gtk/gtkutils.[ch]         ** NEW **
3885         * src/gtk/prefswindow.c
3886                 move gtkutils to gtk directory
3887
3888 2003-01-26 [paul]       0.8.9claws10
3889
3890         * src/summaryview.c
3891                 rename summary_unread_clicked() to summary_status_clicked()
3892
3893 2003-01-26 [melvin]     0.8.9claws9
3894
3895         * src/prefs_actions.c
3896                 Cosmetical changes to the help text
3897
3898 2003-01-26 [paul]       0.8.9claws8
3899
3900         * src/folder.[ch]
3901           src/mainwindow.c
3902           src/prefs_common.c
3903           src/prefs_sumamry_column.c
3904           summaryview.[ch]
3905                 rename the 'Unread' column to 'Status'
3906
3907 2003-01-25 [match]      0.8.9claws7
3908
3909         * src/mgutils.[ch]
3910                 removed reference to LDAP constants. removed error2string.
3911                 included functions to support LDAP dynamic queries.
3912         * src/syldap.h
3913                 moved LDAP constants here.
3914         * src/addressbook.c
3915         * src/addrindex.c
3916         * src/importldif.c
3917                 removed references to LDAP constants and references to
3918                 error2string.
3919
3920 2003-01-25 [paul]       0.8.9claws6
3921
3922         * src/summaryview.c
3923                 summary_thread_build(), summary_thread_init(): remove 
3924                 unneeded reference to summaryview->folder_item
3925
3926 2003-01-25 [christoph]  0.8.9claws5
3927
3928         * src/gtk/description_window.c
3929                 o allow description texts to expand over multiple columns
3930                 o translate all columns
3931         * src/prefs_actions.c
3932                 change syntax description to use new multi column feature
3933
3934         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3935
3936 2003-01-25 [match]      0.8.9claws4
3937
3938         * src/vcard.c
3939                 fixed bug with Quoted-Printable
3940
3941 2003-01-25 [paul]       0.8.9claws3
3942
3943         * src/folder.[ch]
3944           src/summaryview.[ch]
3945                 implement per-folder collapsed/expanded threads setting
3946                 
3947         * src/prefs_common.c
3948                 remove global collapsed/expanded threads option
3949
3950 2003-01-25 [christoph]  0.8.9claws2
3951
3952         * po/POTFILES.in
3953                 add pluginwindow and prefswindow
3954         * src/compose.c
3955                 make send respond correctly to messages that could be added
3956                 to the queue folder, but the UID of the message is unknown
3957         * src/folder.c
3958         * src/imap.c
3959                 don't return guessed UIDs in imap_add_msg anymore. We return
3960                 0 to tell the folder system it was appened but the UID is
3961                 unknown. Folder system now get's the UID by scaning the folder
3962                 and searching the cache for the Message-ID
3963                 (closes bug #29 Messages queued, but not sent)
3964
3965 2003-01-25 [paul]       0.8.9claws1
3966
3967         * src/codeconv.c
3968                 conv_encode_header():  fix bug when long headers with 8-bit
3969                 characters are used, so that the encoded words are wrapped.
3970                 If the space in the original text falls on the wrap boundary,
3971                 it can be lost.
3972                 Patch by Sergey Vlasov.
3973                 
3974         * src/folderview.c
3975                  fix bug where a change to the sorting method or thread view
3976                  of a folder's messages is lost if simpify-subject is set and
3977                  toggled on or off.
3978                  Patch by Luke Plant.
3979
3980 2003-01-24 [paul]       0.8.9claws
3981
3982         * sylpheed-0.8.9claws released
3983         
3984         * Makefile.am
3985           sylpheed.spec.in
3986                 remove reference to 'INSTALL.jp'
3987
3988 2003-01-23 [paul]       0.8.8claws128
3989
3990         * po/es.po
3991           po/it.po
3992           po/ru.po
3993           po/sr.po
3994                 updated translations. submitted by Ricardo Mones Lastra,
3995                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3996
3997 2003-01-23 [colin]      0.8.8claws127
3998
3999         * src/compose.c
4000                 Fix drafted and queued news articles re-edition
4001
4002 2003-01-23 [melvin]     0.8.8claws126
4003
4004         * po/fr.po
4005                 Updated French translations
4006
4007 2003-01-23 [colin]      0.8.8claws125
4008
4009         * src/inc.c
4010                 Fix "Connecting to..." status message
4011
4012 2003-01-22 [paul]       0.8.8claws124
4013
4014         * po/bg.po
4015                 updated by George Danchev
4016                 
4017         * src/folder.c
4018                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4019                 and folder deletion
4020
4021 2003-01-21 [paul]       0.8.8claws123
4022
4023         * po/bg.po
4024                 updated by George Danchev
4025                 
4026         * src/about.c
4027                 its now 2003
4028                 
4029         * src/toolbar.c
4030                 don't translate 'Separator'
4031                 
4032         * src/plugins/spamassassin/Makefile.am
4033                 add aspell to CPPFLAGS
4034                 
4035         * src/plugins/spamassassin/spamassassin.c
4036           src/plugins/spamassassin/spamassassin_gtk.c
4037                 set correct default for spamassassin_receive_spam
4038                 slightly re-word descriptions and some
4039                 other minor changes
4040
4041 2003-01-19 [alfons]     0.8.8claws122
4042                 
4043         * src/mimeview.c
4044                 mimeview_save_as(): we might as well show the file name for
4045                 the single case "Save As" too
4046
4047 2003-01-19 [alfons]     0.8.8claws121
4048
4049         * src/crash.c
4050                 change bug tracker URL to bugzilla URL
4051
4052 2003-01-19 [alfons]     0.8.8claws120
4053
4054         * src/mimeview.c
4055                 mimeview_save_all(): display name of file before overwriting;
4056                 continue saving all, even when one overwrite was cancelled
4057
4058 2003-01-19 [christoph]  0.8.8claws119
4059
4060         * src/summaryview.c
4061         * src/procmsg.[ch]
4062                 fix wrong usage of procmsg_find_children in summaryview
4063                 by using procmsg_update_unread_children instead of
4064                 summaryview_update_unread_children
4065
4066 2003-01-19 [christoph]  0.8.8claws118
4067
4068         * src/procmsg.c
4069                 fix infinite loop in procmsg_find_children
4070                  (closes bug #25 sylpheed crashes on delete.)
4071
4072         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4073
4074 2003-01-19 [paul]       0.8.8claws117
4075
4076         * po/pt_BR.po
4077                 updated by Ivan Francolin Martinez
4078
4079 2003-01-18 [melvin]     0.8.8claws116
4080
4081         * src/prefs_actions.c
4082                 Removed syntax limitation of only one '&' at the end of command.
4083                         Now actions that contain '>/dev/null 2>&1' are possible.
4084
4085 2003-01-18 [melvin]     0.8.8claws115
4086
4087         * src/prefs_actions.c
4088                 Actions IO dialog: when the action ends
4089                 the "Close" button now has focus and [Escape] closes the
4090                 window.
4091
4092 2003-01-18 [christoph]  0.8.8claws114
4093
4094         * src/procmsg.c
4095                 o add debug output when MsgInfos are really freed
4096                 o free GSLists in procmsg_find_children and
4097                   procmsg_update_unread_children
4098
4099 2003-01-18 [christoph]  0.8.8claws113
4100
4101         * src/mainwindow.c
4102                 reorder Configuration menu
4103
4104 2003-01-18 [christoph]  0.8.8claws112
4105
4106         * src/compose.c
4107                 fix applying templates to forwarded messages
4108
4109         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4110
4111 2003-01-17 [christoph]  0.8.8claws111
4112
4113         * src/folder.c
4114                 destroy folder items, when a folder item is removed
4115
4116 2003-01-17 [christoph]  0.8.8claws110
4117
4118         * src/folder.c
4119                 fix wrong folder stats update when ignored message is
4120                 deleted
4121
4122 2003-01-17 [colin]      0.8.8claws109
4123         
4124         * src/mainwindow.c
4125         * src/summaryview.c
4126                 Quicksearch bugfixes: 
4127                 - hide help button at startup if not extended
4128                 - switch to extended when looking for replies
4129
4130 2003-01-17 [paul]
4131
4132         * sync with 0.8.9 release
4133
4134 2003-01-17 [paul]       0.8.8claws108
4135
4136         * sync with 0.8.8cvs11
4137                 see ChangeLog 2003-01-17
4138
4139 2003-01-16 [colin]      0.8.8claws107
4140
4141         * src/procmsg.c
4142                 Changed encryption test to re-ask passphrase
4143                 if an encrypted message hasn't been decrypted
4144                 Fixes bug #5
4145
4146 2003-01-16 [christoph]  0.8.8claws106
4147
4148         * src/prefs_gtk.c
4149         * src/prefs_toolbar.c
4150         * src/gtk/prefswindow.h
4151         * src/plugins/spamassassin/spamassassin_gtk.c
4152                 remove page destroy function that is not used anymore
4153
4154 2003-01-16 [paul]       0.8.8claws105
4155
4156         * sync with 0.8.8cvs9
4157                 see ChangeLog 2002-01-16
4158
4159 2003-01-16 [colin]      0.8.8claws104
4160
4161         * src/compose.[ch]
4162                 Fix bug with autosaved drafts for IMAP, when draft
4163                 folder is specified - fixes bugzilla bug #20
4164
4165 2003-01-15 [paul]       0.8.8claws103
4166
4167         * src/compose.[ch]
4168           src/procmsg.c
4169                 store folder and message-id of message forwarding
4170                 in queue header and set forward flag after sending
4171
4172 2003-01-15 [paul]       0.8.8claws102
4173
4174         * sync with 0.8.8cvs8
4175                 see ChangeLog 2002-01-15
4176
4177 2003-01-15 [colin]      0.8.8claws101
4178
4179         * src/Makefile.am
4180                 Fix linking with GNU libiconv
4181
4182 2003-01-15 [darko]      0.8.8claws100
4183
4184         * src/pine.c
4185                 fix crash when importing pine address book
4186                 entry with an empty name (reported by DY
4187                 <dybulk at tri8.net>)
4188
4189 2003-01-14 [paul]       0.8.8claws99
4190
4191         * configure.in  ** REMOVED **
4192           configure.ac  ** NEW FILE **
4193                 rename configure.in to configure.ac, as it is now
4194                 preferred
4195
4196 2003-01-14 [melvin]     0.8.8claws98
4197
4198         * src/folderview.c
4199                 folderview_check_new(): More precise function description
4200
4201 2003-01-14 [melvin]     0.8.8claws97
4202
4203         * src/folderview.c
4204                 folderview_check_new(): return the number of new messages 
4205                         since last check.
4206         * src/inc.c
4207                 inc_account_mail(): Disable counting of new messages for IMAP
4208                         and NNTP until bug [19] and [14] are fixed.
4209
4210 2003-01-14 [paul]       0.8.8claws96
4211
4212         * sync with 0.8.8cvs6
4213                 see ChangeLog 2003-01-14
4214
4215 2003-01-13 [alfons]     0.8.8claws95
4216
4217         * src/textview.c
4218                 tune email address validation (c. 0.8.8claws89): if . is 
4219                 just one char away from @, the address is invalid too 
4220                 (correctly rejects addresses like foo@.com)
4221
4222 2003-01-13 [paul]       0.8.8claws94
4223
4224         * src/messageview.c
4225           src/toolbar.c
4226                 fixes to the Message View toolbar and menu:
4227                 fix non-functioning Forward button
4228                 make Reply button consider default_reply_list
4229                 remove 'Follow-up...' menu entry
4230                 add 'Forward' and 'Redirect' menu entries
4231
4232 2003-01-13 [melvin]     0.8.8claws93
4233
4234         * src/inc.c
4235                 Fixed typo that could make new messages count incorrect.
4236
4237 2003-01-13 [melvin]     0.8.8claws92
4238
4239         * src/folderview.[ch]
4240                 folderview_check_new(): return the number of new messages.
4241         * src/inc.c
4242                 Should fix bug [14] where new mail notification worked 
4243                         incorrectly with IMAP accounts.
4244                 inc_spool_account(): return number of new msgs, or -1 on error
4245                 inc_all_spool(): return number of new msgs
4246                 
4247 2003-01-13 [melvin]     0.8.8claws91
4248
4249         * src/prefs_actions.c
4250                 Justify help text.
4251
4252 2003-01-12 [thorsten]   0.8.8claws90
4253
4254         * src/common/prefs.c
4255                 close file before rename
4256
4257 2003-01-12 [alfons]     0.8.8claws89
4258
4259         * AUTHORS
4260                 add Christian Mertes
4261         * src/common/utils.[ch]
4262                 g_stricase_hash(), g_stricase_equal(): functions for 
4263                 case insensitive hash tables
4264         * src/textview.c
4265                 use top level domain names to validate email address, based
4266                 on a patch by Christian Mertes (thanks!), but changed 
4267                 implementation to use a hash table 
4268
4269 2003-01-12 [paul]       0.8.8claws88
4270
4271         * po/bg.po
4272                 updated by George Danchev
4273
4274 2003-01-12 [alfons]     0.8.8claws87
4275
4276         * src/summaryview.c
4277                 delete / execute performance: use new style folder update
4278
4279 2003-01-12 [paul]       0.8.8claws86
4280
4281         * sync with 0.8.8cvs5
4282                 see ChangeLog 2003-01-13 (!)
4283
4284 2003-01-12 [alfons]     0.8.8claws85
4285
4286         * src/filtering.c
4287         * src/matcher_parser_parse.y
4288                 prepare change_score filtering action
4289         * src/matcher.[ch]
4290                 give up const-correctness on functions that call non-const-correct functions;
4291                 several casts to gpointer in g_free();
4292                 add change_score;
4293
4294 2003-01-12 [christoph]  0.8.8claws84
4295
4296         * src/compose.c
4297                 fix 2 warnings
4298
4299         * src/gtk/prefswindow.[ch]
4300         * src/plugins/spamassassin/spamassassin_gtk.c
4301                 changed the call of the widget create function
4302                 for PrefsPages, because sometimes the widget
4303                 create function needs a widget that already has
4304                 been attached to a window (to create GDK pixmaps
4305                 for exmaple). So we simply pass the GtkWindow as
4306                 the second parameter now.
4307
4308         * src/main.c
4309         * src/mainwindow.c
4310         * src/prefs_toolbar.[ch]
4311                 rewrite Toolbar Preferences using the new
4312                 prefs window
4313
4314 2003-01-11 [alfons]     0.8.8claws83
4315
4316         * src/addressadd.c
4317                 fix crash when adding sender to addressbook because status bar
4318                 isn't there (the status bar doesn't seem to be used though,
4319                 but I'll let Match decide what to do with it)
4320
4321 2003-01-11 [colin]      0.8.8claws82
4322
4323         * src/main.c
4324           src/toolbar.c
4325                 Two useless changes reversed
4326
4327 2003-01-11 [colin]      0.8.8claws81
4328
4329         * src/mainwindow.c
4330           src/mainwindow.h
4331                 Add mainwindow_get_mainwindow()
4332         * src/alertpanel.c
4333           src/alertpanel.h
4334                 Add alertpanel_error_log() 
4335         * src/compose.c
4336           src/inc.c
4337           src/messageview.c
4338           src/toolbar.c
4339           src/main.c
4340           src/procmsg.c
4341                 Network errors get a View Log button
4342
4343 2003-01-10 [alfons]     0.8.8claws80
4344
4345         * src/prefs_toolbar.c
4346         * src/toolbar.c
4347                 use the translatable string for "Separator" as file name for
4348                 separator toolbar items (probably make this uppercase?)
4349
4350 2003-01-10 [alfons]     0.8.8claws79
4351
4352         * src/prefs_toolbar.c
4353                 put right A_SEPARATOR description string in "displayed
4354                 toolbar items list" so manually added separators are
4355                 saved correctly (bug #10, "Adding a separator to the main 
4356                 toolbar fails, entry in xml file is wrong")
4357
4358 2003-01-10 [christoph]  0.8.8claws78
4359
4360         * src/imap.c
4361                 o fix warnings
4362                 o use CAPABILITY to check if NAMESPACE is available
4363
4364 2003-01-10 [christoph]  0.8.8claws77
4365
4366         * src/imap.[ch]
4367                 apply UIDPLUS IMAP extension support patch
4368
4369         Patch submitted by Simon 'corecode' Schubert
4370
4371 2003-01-10 [paul]       0.8.8claws76
4372
4373         * src/folderview.c
4374                 a sync from main which fixes the news account folders'
4375                 Properties bug
4376
4377 2003-01-10 [christoph]  0.8.8claws75
4378
4379         * src/folder.c
4380                 don't accept 0 as a valid uid returned by copy and move
4381                 functions. 0 means the message was copied or moved but the
4382                 new uid could not be fetched. It is not an error condition
4383                 for the copy or move operation.
4384
4385 2003-01-10 [paul]       0.8.8claws74
4386
4387         * src/prefs_filtering.c
4388                 change English used in Alert when entry is not
4389                 saved.
4390                 
4391         * sync with 0.8.8cvs4
4392                 see ChangeLog 2003-01-10
4393
4394 2003-01-10 [darko]      0.8.8claws73
4395
4396         * src/pine.c
4397                 fix crash when importing address book entry
4398                 without a valid address
4399
4400 2003-01-09 [alfons]     0.8.8claws72
4401
4402         * src/inc.c
4403                 filtering performance: use new style folder update
4404
4405 2003-01-09 [christoph]  0.8.8claws71
4406
4407         * src/compose.c
4408         * src/gtk/menu.[ch]
4409                 fix wrong selecting of mime encoding type, when
4410                 opening property dialog of attachments in the
4411                 compose window. 7bit was always selected and that
4412                 destoryed files with 8bit data.
4413                 (closes bug #9 Sylpheed-claws destroys attachments when
4414                  changing MIME-types)
4415
4416 2003-01-09 [paul]       0.8.8claws70
4417
4418         * sync with 0.8.8cvs3
4419                 see ChangeLog 2003-01-09
4420
4421 2003-01-08 [alfons]     0.8.8claws69
4422         
4423         * src/addressadd.c
4424                 apply patch by Kim Schulz to fix build breakage
4425                 because of missing variable
4426
4427 2003-01-08 [paul]       0.8.8claws68
4428
4429         * sync with 0.8.8cvs2
4430                 see ChangeLog 2002-01-08
4431
4432 2003-01-08 [paul]       0.8.8claws67
4433
4434         * po/it.po
4435                 updated by Alessandro Maestri
4436                 
4437         * src/addressadd.c
4438                 when using 'Add sender to addressbook' allow
4439                 name to be edited and remarks to be entered
4440                 Patch submitted by Luke Plant
4441
4442 2003-01-08 [darko]      0.8.8claws66
4443
4444         * README.claws, src/summaryview.c
4445                 fix description for marked messages
4446
4447 2003-01-08 [paul]
4448
4449         * tools/Makefile.am
4450           tools/launch_phoenix  ** NEW FILE **
4451                 add script that enables using Phoenix as the default
4452                 web browser. 
4453                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4454                 
4455         * tools/OOo2sylpheed.pl
4456                 remove full path to sylpheed executable, just 'sylpheed'
4457                 will do
4458                 
4459         * tools/README
4460                 add launch_phoenix informtion and re-arrange and compress
4461                 the data a little
4462
4463 2003-01-07 [christoph]  0.8.8claws65
4464
4465         * src/folder.c
4466                 fix update for source folder when moving messages
4467         * src/procmsg.[ch]
4468         * src/summaryview.c
4469                 use function to set to_folder for message infos and
4470                 automatically update the op_count for old and new
4471                 folder
4472
4473 2003-01-07 [melvin]     0.8.8claws64
4474
4475         * src/prefs_actions.c
4476                 Fixed bug where an '%p' Action on a displayed image crashed 
4477                         Sylpheed
4478                 Code clean up (get rid of duplicated code and removed unnecessary 
4479                                 structure member)
4480
4481 2003-01-07 [christoph]  0.8.8claws63
4482
4483         * src/compose.c
4484         * src/folder.[ch]
4485         * src/folderview.c
4486         * src/import.c
4487         * src/inc.c
4488         * src/main.c
4489         * src/mainwindow.c
4490         * src/messageview.c
4491         * src/prefs_folder_item.c
4492         * src/procmsg.c
4493         * src/summaryview.c
4494         * src/toolbar.c
4495                 o remove all folder update triggering from the UI code. The folder
4496                   system should know much better when a folder needs an update.
4497                 o to prevent multiple updates in a row the folder updates can be
4498                   frozen for some time.
4499
4500                 Note: - Please verify that no updates are missing
4501                       - Check where freeze/thaws should be added
4502
4503 2003-01-07 [christoph]  0.8.8claws62
4504
4505         * src/prefs_actions.c
4506                 don't translate empty strings
4507
4508         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4509
4510 2003-01-06 [christoph]  0.8.8claws61
4511
4512         * src/prefs_actions.c
4513                 mark strings for gettext
4514         * src/prefs_matcher.c
4515                 use new description window for Execute action and
4516                 match condition in Filtering
4517
4518         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4519
4520 2003-01-06 [alfons]     0.8.8claws60
4521
4522         keep myself inspired to re-organize matcher part 8; 
4523         yes, more to come (I need to move out the descriptive
4524         text for actions to matcher.c, or at least make it not
4525         depend on the wicked ordering)
4526
4527         * src/prefs_matcher.c
4528                 add documentation so others may comprehend the
4529                 UI part of the conditions
4530                 
4531 2003-01-06 [christoph]  0.8.8claws59
4532
4533         * src/prefs_actions.c
4534                 use new description window for syntax help
4535         * src/gtk/description_window.c
4536                 fix display of descriptions with column count != 2
4537
4538         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4539
4540 2003-01-06 [christoph]  0.8.8claws58
4541
4542         * src/quote_fmt.c
4543         * src/summaryview.[ch]
4544         * src/gtk/Makefile.am
4545         * src/gtk/description_window.[ch]       ** NEW **
4546                 use a generic window to display syntax descriptions
4547                 currently used in quote_fmt and summaryview (new description
4548                 for extended quick search)
4549
4550         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4551
4552 2003-01-06 [paul]       0.8.8claws57
4553
4554         * sync with 0.8.8cvs1
4555                 see ChangeLog 2003-01-06
4556
4557 2003-01-06 [christoph]  0.8.8claws56
4558
4559         * src/mainwindow.c
4560         * src/prefs_gtk.[ch]
4561         * src/gtk/prefswindow.[ch]
4562         * src/plugins/spamassassin/spamassassin_gtk.c
4563                 o remove page management from prefswindow, pages
4564                   will be an argument to prefswindow_open
4565                 o prefswindow_open gets a datapointer that is
4566                   passed to the widget_create function to allow
4567                   creation of prefswindow for specific items
4568
4569 2003-01-06 [colin]      0.8.8claws55
4570         
4571         * src/summaryview.c
4572                 We don't want regexp in the reply-finder, 
4573                 because MIDs can contain !,$,. and so on
4574
4575 2003-01-06 [jens]       0.8.8claws54
4576
4577         * src/jpilot.c
4578                 fixed a wrong free in jpilot_read_db_files
4579
4580 2003-01-06 [alfons]     0.8.8claws53
4581
4582         re-organize matcher part 8; more to come
4583        
4584         * src/matcher.c
4585                 matcherprop_to_string(): put g_free()s before the
4586                 switch-case break to fix memleaks                
4587
4588 2003-01-06 [colin]      0.8.8claws52
4589
4590         * src/summaryview.c
4591                 cleanup & reply-finder now displays the first 
4592                 matching message
4593
4594 2003-01-05 [alfons]     0.8.8claws51
4595
4596         re-organize matcher part 7; more to come
4597
4598         * src/matcher.[ch]
4599                 fixes for constant correctness;
4600                 more documentation;
4601
4602 2003-01-05 [alfons]     0.8.8claws50
4603
4604         re-organize matcher part 6; more to come
4605         
4606         * src/matcher.[ch]
4607                 fixes for constant correctness;
4608                 more documentation;
4609         * src/filtering.c
4610                 fix for constant correctness
4611
4612 2003-01-05 [colin]      0.8.8claws49
4613
4614         * src/account.[ch]
4615                 Add account_get_reply_account function
4616         * src/compose.c
4617                 Use account_get_reply_account function 
4618         * src/summaryview.c
4619                 Basic reply-finder - click on the replied
4620                 icon gets you to the outbox using quick-search
4621
4622 2003-01-05 [paul]       0.8.8claws48
4623
4624         * src/prefs_common.c
4625                 small change to English
4626                 
4627         * src/prefs_filtering.c
4628                 prefs_filtering_action_select(): improve logic and uniformity
4629                 of gui
4630
4631 2003-01-05 [alfons]     0.8.8claws47
4632
4633         fine tune solution to focus problems (bug #7)
4634
4635         * src/mainwindow.c
4636                 mainwindow_focus_in_event(): remove grab event check
4637         * src/summaryview.c
4638                 summary_button_pressed(): move selection on right-click
4639                 too. we can't possibly move the selection back after
4640                 canceling a dialog, because gtk's incomplete focus 
4641                 management. whether this is a good solution, only time
4642                 will tell.
4643
4644 2003-01-05 [christoph]  0.8.8claws46
4645
4646         * src/imap.c
4647                 fix crash when no imap connection could be established
4648
4649 2003-01-05 [paul]       0.8.8claws45
4650
4651         * src/mainwindow.c
4652           src/sumamryview.c
4653           src/gtk/menu.[ch]
4654                 fix bug 605957 'shortcuts in popup-menu'
4655                 make user-defined shortcuts work
4656                 show shortcuts that are already defined
4657                 in the main menu
4658                 Patch submitted by Luke Plant
4659
4660 2003-01-05 [alfons]     0.8.8claws44
4661
4662         * src/mainwindow.c
4663                 focus_in_event handler should not select summary view row 
4664                 when another window (menu, dialog) grabbed for events 
4665                 (bug #7, "[0.8.8claws42] Message summary focus") 
4666
4667 2003-01-04 [christoph]  0.8.8claws43
4668
4669         * src/procmsg.c
4670                 update save folder after adding the sent message
4671                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4672
4673 2003-01-02 [christoph]  0.8.8claws42
4674
4675         * src/common/plugin.c
4676                 fix unloading of all plugins and unload
4677                 plugins in reverse order
4678                 
4679         * src/gtk/pluginwindow.c
4680                 implement function of load and unload button
4681
4682         * src/gtk/prefswindow.c
4683         * src/gtk/prefswindow.h
4684                 rename register function and add new unregister
4685                 function
4686
4687         * src/plugins/spamassassin/spamassassin_gtk.c
4688                 unregister prefs page and update for changes in
4689                 src/gtk/prefswindow.c
4690
4691 2003-01-02 [paul]       0.8.8claws41
4692
4693         * po/es.po
4694                 updated by Ricardo Mones Lastra
4695
4696 2003-01-02 [paul]
4697
4698         * tools/tb2sylpheed
4699                 fixes and improvements by Urke MMI
4700
4701 2003-01-02 [thorsten]   0.8.8claws40
4702
4703         * src/procmsg.c
4704                 fixed wrong return value
4705
4706 2003-01-02 [thorsten]   0.8.8claws39
4707
4708         * src/prefs.c
4709                 fixed printing wrong variable
4710
4711 2003-01-02 [thorsten]   0.8.8claws38
4712
4713         * src/prefs.c
4714                 fixed acessing members of freed pfile struct
4715
4716 2003-01-02 [thorsten]   0.8.8claws37
4717
4718         * src/procmsg.c
4719                 detect loops across several messages
4720                 as suggested by Christoph Hohmann
4721
4722 2003-01-01 [match]      0.8.8claws36
4723
4724         * src/addrindex.c
4725                 fixed another memory leak.
4726
4727 2003-01-01 [match]      0.8.8claws35
4728
4729         * src/jpilot.[ch]
4730                 fixed memory leaks. applied Doxygen comments.
4731
4732 2003-01-01 [thorsten]   0.8.8claws34
4733
4734         * src/procmsg.c
4735                 inhibit endless loop if msg references itself
4736                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4737
4738 2003-01-01 [christoph]  0.8.8claws33
4739
4740         * src/mainwindow.c
4741         * src/gtk/Makefile.am
4742         * src/gtk/pluginwindow.c                ** NEW **
4743         * src/gtk/pluginwindow.h                ** NEW **
4744                 add plugin window
4745
4746         * src/plugins/demo/demo.c
4747         * src/plugins/spamassassin/spamassassin.c
4748         * src/plugins/spamassassin/spamassassin_gtk.c
4749                 write better plugin descriptions
4750
4751 2002-12-31 [christoph]  0.8.8claws32
4752
4753         * src/gtk/prefswindow.c
4754         * src/plugins/spamassassin/spamassassin_gtk.c
4755                 some small improvements to GTK code
4756
4757 2002-12-31 [christoph]  0.8.8claws31
4758
4759         * src/plugins/spamassassin/spamassassin_gtk.c
4760                 enable folder select button
4761
4762 2002-12-31 [christoph]  0.8.8claws30
4763
4764         * src/mainwindow.c
4765         * src/gtk/Makefile.am
4766         * src/gtk/prefswindow.c                         ** NEW **
4767         * src/gtk/prefswindow.h                         ** NEW **
4768                 add new prefs window
4769
4770         * src/common/plugin.c
4771                 don't try to load empty config lines
4772         
4773         * src/plugins/spamassassin/Makefile.am
4774         * src/plugins/spamassassin/spamassassin.c
4775         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4776         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4777                 GTK config for SpamAssassin Plugin using
4778                 the new prefs window
4779
4780 2002-12-31 [paul]       0.8.8claws29
4781
4782         * po/POTFILES.in
4783                 remove obsolete entry 'src/menu.c'
4784
4785 2002-12-31 [alfons]     0.8.8claws28
4786
4787         * src/matcher.[ch]
4788         * src/matcher_parser_parse.y
4789         * src/prefs_matcher.c
4790                 add "ignore_thread" and "~ignore_thread" condition so it's
4791                 possible to make the actions / scoring operate on the ignore
4792                 thread flag
4793
4794 2002-12-31 [christoph]  0.8.8claws27
4795
4796         * src/addrbook.c
4797         * src/addrindex.c
4798         * src/folder.c
4799         * src/matcher.c
4800         * src/prefs_account.c
4801         * src/prefs_actions.c
4802         * src/prefs_customheader.c
4803         * src/prefs_display_header.c
4804         * src/prefs_gtk.c
4805         * src/procmime.c
4806         * src/toolbar.c
4807         * src/xmlprops.c
4808         * src/common/prefs.[ch]
4809                 extend prefs file handling for reading and automatic handling
4810                 of blocks. When reading prefs_set_block_label will automatically
4811                 move on to the block. When writing it will copy all other blocks
4812                 automatically
4813
4814         * src/common/plugin.c
4815                 Now loading plugin filenames from [Plugins] block in
4816                 sylpheed rc file
4817
4818 2002-12-30 [christoph]  0.8.8claws26
4819
4820         * src/common/hooks.[ch]
4821                 return abort status to caller of hooks_invoke
4822                 
4823         * src/inc.[ch]
4824                 invoke message filtering hook and stop
4825                 default handling when filter returns abort
4826
4827         * src/common/plugin.[ch]
4828         * src/plugins/demo/demo.c
4829                 modify plugin loader, because resolving symbols for strings
4830                 does not work correctly
4831         
4832         * configure.in
4833         * ac/spamassassin.m4                            ** NEW **
4834         * src/plugins/spamassassin/.cvsignore           ** NEW **
4835         * src/plugins/spamassassin/Makefile.am          ** NEW **
4836         * src/plugins/spamassassin/README               ** NEW **
4837         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4838         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4839         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4840                 add spamassassin plugin, see src/plugins/spamassassin/README
4841                 for details
4842
4843 2002-12-29 [alfons]     0.8.8claws25
4844
4845         * src/mainwindow.c
4846                 when moving focus from a message view to the main 
4847                 window, don't forget to select the summary node
4848                 of the displayed message. should fix "[ 659103 ] 
4849                 focus-follows-mouse confuses sylpheed"
4850
4851 2002-12-29 [christoph]  0.8.8claws24
4852
4853         * src/Makefile.am
4854         * src/stringtable.[ch]          ** REMOVE **
4855         * src/common/Makefile.am
4856         * src/common/stringtable.[ch]   ** NEW **
4857                 move stringtable files to common directory
4858
4859 2002-12-29 [christoph]  0.8.8claws23
4860
4861         * src/Makefile.am
4862         * src/menu.[ch]                 ** REMOVE **
4863         * src/gtk/Makefile.am
4864         * src/gtk/menu.[ch]             ** NEW **
4865                 move menu files to gtk directory
4866
4867 2002-12-29 [match]      0.8.8claws22
4868
4869         * src/addressbook.c
4870         * src/syldap.c
4871                 moved UI specific code out of LDAP code into addressbook
4872                 UI code. fixed memory leak.
4873
4874 2002-12-29 [christoph]  0.8.8claws21
4875
4876         * src/folder.c
4877                 only check for IGNORED parent message when message is
4878                 not IGNORED itself
4879
4880 2002-12-29 [alfons]     0.8.8claws20
4881
4882         * src/summaryview.c
4883                 set gtksctree's anchor correct (immediate execute
4884                 changes the tree's layout, and anchor points at 
4885                 the incorrect row). fixes "[ 657233 ] multiple msg 
4886                 delete sometimes off by 1".
4887                 we probably have to look for more tree layout /
4888                 anchor glitches.
4889
4890 2002-12-29 [paul]       0.8.8claws19
4891
4892         * src/summaryview.c
4893                 fix bug [ 659054 ] incorrect sorting of 'From' column
4894                 when using 'display sender using address book'
4895                 thanks to Alfons and Luke Plant
4896
4897 2002-12-29 [christoph]  0.8.8claws18
4898
4899         * src/folder.c
4900         * src/procmsg.[ch]
4901                 check parent messages for IGNORE THREAD flag, when adding,
4902                 moving or copying messages to a folder
4903
4904 2002-12-27 [alfons]     0.8.8claws17
4905
4906         re-organize matcher part 5; more to come
4907
4908         * src/matcher.c
4909                 hash keywords in matchparser_tab 
4910
4911 2002-12-27 [alfons]     0.8.8claws16
4912
4913         re-organize matcher part 4; more to come
4914
4915         * src/matcher_parser.h
4916         * src/matcher_parser_lex.l
4917         * src/matcher_parser_parse.y
4918                 cleanup
4919
4920 2002-12-27 [alfons]     0.8.8claws15
4921
4922         re-organize matcher part 3; more to come
4923
4924         * src/matcher.[ch]
4925                 cleanup
4926
4927 2002-12-27 [alfons]     0.8.8claws14
4928
4929         re-organize matcher part 2; more to come but this should
4930         work. cc me if there are any regressions.
4931
4932         * src/matcher.h
4933                 add prototype for get_matchparser_tab_id()
4934         * src/matcher_parser_lex.l
4935                 look up keywords using matchparser_tab_id();
4936
4937 2002-12-27 [alfons]     0.8.8claws12
4938
4939         re-organize matcher part 1
4940
4941         * src/matcher.h
4942                 map yacc generated constants to sylpheed matcher constants
4943         * src/matcher.c
4944                 add function to find a matcher constant from a string
4945
4946 2002-12-27 [christoph]  0.8.8claws11
4947
4948         * src/compose.c
4949                 MENUITEM_ADD casts the 4th argument from integer to pointer
4950                 so it probably should not be a pointer, this means we
4951                 should use account id for it and not the account's pointer
4952
4953 2002-12-27 [paul]       0.8.8claws10
4954
4955         * src/mainwindow.c
4956                 remove unneeded 'GtkWidget *vbox'
4957                 
4958         * src/summaryview.c
4959                 further sync with 0.8.8 - make sort
4960                 by recipient work as expected
4961                 
4962         * NEWS
4963                 sync with 0.8.8
4964
4965 2002-12-27 [paul]       0.8.8claws9
4966
4967         * po/pt_BR.po
4968                 updated by Ivan F. Martinez
4969                 
4970 2002-12-27 [darko]      0.8.8claws8
4971
4972         * src/common/utils.c
4973                 added locked pattern to extended search
4974
4975 2002-12-27 [alfons]     0.8.8claws7
4976
4977         * src/prefs_matcher.[ch]
4978                 clean up
4979
4980 2002-12-26 [alfons]     0.8.8claws6
4981
4982         * src/matcher.[ch]
4983         * src/matcher_parser_lex.l
4984         * src/matcher_parser_parse.y
4985         * src/prefs_matcher.c
4986                 allow color label as a condition in the matcher
4987
4988 2002-12-26 [oliver]     0.8.8claws5
4989         
4990         * src/toolbar.c 
4991                 enable Addressbook for Main and Messageview
4992         * src/prefs_actions.c
4993                 enable actions in Messageview
4994
4995 2002-12-26 [christoph]  0.8.8claws4
4996
4997         * src/common/plugin.c
4998                 add a little debug output
4999         * configure.in
5000         * src/plugins/demo/Makefile.am
5001                 better use of automake
5002
5003 2002-12-26 [christoph]  0.8.8claws3
5004
5005         * src/Makefile.am
5006         * src/common/Makefile.am
5007                 fix "make distdir"
5008
5009 2002-12-26 [christoph]  0.8.8claws2
5010
5011         * configure.in
5012                 sort configure checks into common / gtk / plugins
5013         * po/POTFILES.in
5014                 add src/prefs_gtk.c
5015         * src/Makefile.am
5016                 add plugins SUBDIR
5017         * src/main.c
5018         * src/common/sylpheed.[ch]
5019                 added now sylpheed_done function for shutdown
5020         * src/common/Makefile.am
5021         * src/common/plugin.[ch]                ** NEW **
5022                 plugin loader and unloader
5023         * src/plugins/.cvsignore                ** NEW **
5024         * src/plugins/Makefile.am               ** NEW **
5025                 build plugins
5026         * src/plugins/demo/.cvsignore           ** NEW **
5027         * src/plugins/demo/Makefile.am          ** NEW **
5028         * src/plugins/demo/demo.c               ** NEW **
5029                 small demo plugin that installs a logtext hook and
5030                 outputs the log text to stdout
5031
5032 2002-12-26 [paul]       0.8.8claws1
5033
5034         * po/es.po
5035                 updated by Ricardo Mones Lastra
5036
5037 2002-12-26 [paul]       0.8.8claws
5038
5039         * 0.8.8claws released
5040
5041 2002-12-26 [paul]       0.8.7claws12
5042
5043         * po/bg.po
5044                 updated by George Danchev
5045
5046 2002-12-26 [paul]       0.8.7claws11
5047
5048         * po/POTFILES.in
5049                 remove unneeded 'src/prefs.c' entry 
5050
5051 2002-12-26 [paul]       0.8.7claws10
5052
5053         * src/codeconv.c
5054           src/mainwindow.c
5055                 sync with 0.8.8 release
5056         
5057         * src/folder.[ch]
5058           src/mh.c
5059           src/summaryview.c
5060                 partial sync with 0.8.8 release
5061         
5062
5063 2002-12-25 [alfons]     0.8.7claws9
5064
5065         * src/matcher.[ch]
5066         * src/matcher_parser_lex.l
5067         * src/matcher_parser_parse.y
5068         * src/prefs_matcher.c
5069                 add locked flag to possible filtering / matcher 
5070                 conditions (also a good example what should be
5071                 done to add a simple boolean condition)
5072
5073 2002-12-25 [christoph]  0.8.7claws8
5074
5075         * src/Makefile.am
5076         * src/account.[ch]
5077         * src/addrbook.c
5078         * src/addressbook.c
5079         * src/addrindex.c
5080         * src/filtering.c
5081         * src/folder.c
5082         * src/matcher.c
5083         * src/prefs.[ch]                ** REMOVE **
5084         * src/prefs_account.c
5085         * src/prefs_actions.c
5086         * src/prefs_common.c
5087         * src/prefs_customheader.c
5088         * src/prefs_display_header.c
5089         * src/prefs_filtering.c
5090         * src/prefs_folder_item.c
5091         * src/prefs_gtk.[ch]            ** NEW **
5092         * src/prefs_matcher.c
5093         * src/prefs_scoring.c
5094         * src/prefs_summary_column.c
5095         * src/procmime.c
5096         * src/selective_download.c
5097         * src/toolbar.c
5098         * src/common/Makefile.am
5099         * src/common/prefs.[ch]         ** NEW **
5100                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5101
5102 2002-12-24 [alfons]     0.8.7claws7
5103
5104         * src/summaryview.c
5105                 summary_thread_build(): fix real cause of the crash mentioned in
5106                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5107                 this way we get meaningful ctree nodes 
5108
5109 2002-12-24 [oliver]     0.8.7claws6
5110
5111         * src/mainwindow.[ch]
5112         * src/messageview.[ch]
5113         * src/compose.[ch]
5114         * src/inc.c
5115         * src/summaryview.c
5116                 changes to use updated toolbar handling
5117                 
5118 2002-12-24 [oliver]     0.8.7claws5
5119
5120         * src/toolbar.[ch]
5121                 generic toolbar handling
5122                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5123         * src/prefs_toolbar.[ch]
5124                 adjust to handling
5125         
5126 2002-12-24 [oliver]     0.8.7claws4
5127         
5128         * src/stock_pixmap.[ch]
5129                 move SYLPHEED_LOGO to end of list in order 
5130                 to remove it from Custom Toolbar`s Icon View
5131
5132 2002-12-24 [alfons]     0.8.7claws3
5133
5134         * src/summaryview.c
5135                 summary_thread_build(): fix crash because of focus != selection 
5136                 after threading. when deleting the selection, gtk tries but fails 
5137                 to find the correct focusable element. we now force the selection
5138                 to be focused. this should solve the infamous bug reported by 
5139                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5140                 a test case is available. 
5141
5142 2002-12-24 [darko]      0.8.7claws2
5143
5144         * src/summaryview.c
5145                 don't crash when unmarking message with unread children
5146
5147 2002-12-23 [christoph]  0.8.7claws1
5148
5149         * src/Makefile.am
5150         * src/common/Makefile.am
5151                 update Makefiles for moved intl.h, version.h and defs.h
5152         * src/imap.c
5153                 rewrite imap_session_get to avoid duplicate code
5154
5155 2002-12-23 [paul]       0.8.7claws
5156
5157         * Santa-Claws released
5158         
5159         * po/hu.po
5160           po/ru.po
5161                 squeeze in updated Hungarian and Russian translations.
5162                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5163
5164 2002-12-23 [paul]       0.8.6claws129
5165
5166         * po/pl.po
5167                 updated by Witold Wladyslaw Wojciech Wilk
5168
5169 2002-12-23 [paul]       0.8.6claws128
5170
5171         * src/quote_fmt_parse.y
5172                 fix typo and add licence header
5173
5174 2002-12-23 [paul]       0.8.6claws127
5175
5176         * po/en_GB.po
5177                 updated
5178
5179 2002-12-23 [paul]       0.8.6claws126
5180
5181         * po/it.po
5182                 updated translation, submitted by Alessandro Maestri
5183                 
5184 2002-12-23 [paul]       0.8.6claws125
5185
5186         * src/quote_fmt_parse.y
5187                 fix signature-stripping on replies bug. match
5188                 '-- \n' and not '-- '.
5189
5190 2002-12-22 [paul]       0.8.6claws124
5191
5192         * po/bg.po
5193           po/es.po
5194           po/sr.po
5195                 updated translations. submitted by George Danchev,
5196                 Ricardo Mones Lastra, and Urke MMI respectively
5197
5198 2002-12-21 [paul]       0.8.6claws123
5199
5200         * src/addrbook.c
5201                 fix coding style
5202
5203 2002-12-21 [paul]       0.8.6claws122
5204
5205         * src/addrbook.c
5206                 fix bug [643638] where if a person is in one or more
5207                 addressbook groups editing that person's email 
5208                 address results in removal from those groups.
5209                 Patch submitted by Luke Plant.
5210
5211 2002-12-20 [christoph]  0.8.6claws121
5212
5213         * src/common/utils.c
5214         * src/summaryview.c
5215                 reimplement expand_search_string using GString to
5216                 prevent crashs caused by miscalculated string
5217                 lengths reported by Paul
5218
5219 2002-12-20 [christoph]  0.8.6claws120
5220
5221         * src/summaryview.c
5222                 don't use "changed" to check if op_count has to be changed as it
5223                 is also set when the message has unread children
5224                 (closes bug [ 653221 ] crash while deleting duplicates)
5225
5226 2002-12-20 [paul]       0.8.6claws119
5227
5228         * sync with 0.8.6cvs27
5229                 see ChangeLog 2002-12-20
5230
5231 2002-12-20 [paul]       0.8.6claws118
5232
5233         * sync with 0.8.6cvs26
5234                 see ChangeLog 2002-12-19 and 2002-12-20
5235
5236 2002-12-19 [alfons]     0.8.6claws117
5237
5238         * src/textview.c
5239                 fix incorrect parsing of email addresses, submitted by 
5240                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5241                 name display if it contains @".
5242
5243 2002-12-18 [paul]       0.8.6claws116
5244
5245         * sync with 0.8.6cvs23
5246                 see ChangeLog 2002-12-18
5247
5248 2002-12-18 [paul]       0.8.6claws115
5249
5250         * src/Makefile.am
5251         * src/account.c
5252         * src/codeconv.c
5253         * src/gtkutils.[ch]
5254         * src/imap.c
5255                 sync with 0.8.6cvs22.
5256                 see ChangeLog 2002-12-17 and 2002-12-18
5257
5258 2002-12-17 [christoph]  0.8.6claws114
5259
5260         * src/imap.c
5261                 o don't create a session if imap greeting fails
5262                 o don't close socket when authentication fails
5263                   this is done by imap_session_destroy
5264
5265 2002-12-17 [thorsten]   0.8.6claws113
5266
5267         * tools/Makefile.am
5268           tools/README
5269           tools/google_msgid.pl ** NEW FILE **
5270                 Added "search for message-id" script and doc
5271
5272 2002-12-17 [thorsten]   0.8.6claws112
5273
5274         * po/hu.po
5275                 Updated hungarian translation
5276                 (updated by Gal Zoltan)
5277
5278 2002-12-16 [christoph]  0.8.6claws111
5279
5280         * src/addr_compl.c
5281                 remove stupid addressbook dump to debug output
5282         * src/mh.c
5283                 fix memory leak found by Hiro
5284
5285 2002-12-14 [paul]       0.8.6claws110
5286
5287         * src/compose.c
5288                 fix menubar sensitivity on send
5289                 
5290         * src/prefs_filtering.c
5291         * src/prefs_matcher.c
5292         * src/prefs_scoring.c
5293                 Fix english ;)
5294                 
5295         * src/common/quoted-printable.h
5296                 sync: fix typo
5297         
5298 2002-12-13 [christoph]  0.8.6claws109
5299
5300         * src/Makefile.am
5301         * src/manage_window.[ch]        ** REMOVE **
5302         * src/gtk/Makefile.am
5303         * src/gtk/manage_window.[ch]    ** NEW **
5304                 move manage_window files to gtk directory
5305
5306 2002-12-13 [christoph]  0.8.6claws108
5307
5308         * src/Makefile.am
5309         * src/gtkshruler.[ch]           ** REMOVE **
5310         * src/gtk/Makefile.am
5311         * src/gtk/gtkshruler.[ch]       ** NEW **
5312                 move gtkshruler files to gtk directory
5313
5314 2002-12-13 [christoph]  0.8.6claws107
5315
5316         * src/Makefile.am
5317         * src/compose.c
5318         * src/gtkstext.[ch]             ** REMOVE **
5319         * src/gtkutils.[ch]
5320         * src/textview.c
5321         * src/gtk/gtkstext.[ch]         ** NEW **
5322         * src/gtk/Makefile.am
5323                 o move stext functions to gtkstext.c to remove
5324                   dependency of gtkutils
5325                 o move gtkstext files to gtk directory
5326
5327         * src/gtk/Makefile.am
5328         * src/gtk/sslcertwindow.[ch]
5329                 UI stuff can always depend on common code so
5330                 it's ok to add ../common to include path
5331
5332 2002-12-13 [colin]      0.8.6claws106
5333
5334         * src/summaryview.c
5335                 Disconnect sighandlers for mainwindow when
5336                 quicksearch has the focus
5337                 Fix bug #653231
5338         * src/mainwindow.[ch]
5339                 Make key_pressed callback public, to be able
5340                 to disconnect it
5341
5342 2002-12-13 [christoph]  0.8.6claws105
5343
5344         * src/mh.c
5345                 create .mh_sequences file in new MH folders
5346                 (closes feature request [ 523162 ] MH folders should
5347                  get a .mh_sequences)
5348
5349 2002-12-13 [colin]      0.8.6claws104
5350
5351         * src/summaryview.c
5352                 Better handling of quicksearch show/hide
5353                 (basically the button stays under the mouse 
5354                  when toggled)
5355
5356 2002-12-13 [paul]       0.8.6claws103
5357
5358         * sync with 0.8.6cvs17
5359                 see ChangeLog 2002-12-13
5360
5361 2002-12-13 [paul]       0.8.6claws102
5362
5363         * po/es.po
5364                 updated by Ricardo Mones Lastra
5365
5366 2002-12-11 [colin]       0.8.6claws101
5367
5368         * src/folder.c
5369                 remove statusbar stuff
5370           src/folderview.c
5371                 set statusbar verbosity when moving folders
5372
5373 2002-12-11 [colin]       0.8.6claws100
5374         * src/prefs_filtering.c
5375         * src/prefs_matcher.c
5376         * src/prefs_scoring.c
5377                 Fix english ;)
5378
5379 2002-12-11 [colin]       0.8.6claws99
5380
5381         * src/prefs_common.[ch]
5382                 Add summary_quicksearch_type
5383         * src/summaryview.c
5384                 Save last used quicksearch type
5385
5386 2002-12-11 [jens]       0.8.6claws98
5387         * src/prefs_filtering.c
5388         * src/prefs_matcher.c
5389         * src/prefs_scoring.c
5390                 added dialog for incomplete rules in scoring, filtering and
5391                 matcher to ask wheather really close
5392
5393 2002-12-11 [colin]      0.8.6claws97
5394
5395         * src/folder.c
5396                 Fix folder dnd statusbar logging
5397
5398 2002-12-10 [christoph]  0.8.6claws96
5399
5400         * src/compose.c
5401         * src/folder.c
5402         * src/imap.c
5403         * src/inc.c
5404         * src/main.c
5405         * src/mainwindow.c
5406         * src/news.c
5407         * src/send.c
5408         * src/statusbar.[ch]
5409         * src/common/hooks.c
5410         * src/common/log.[ch]
5411                 o handle verbose logging in statusbar directly in statusbar code
5412                   and common code does not need any knowledge about a statusbar
5413                 o remove direct calls to statusbar_(puts|pop)_all functions
5414
5415 2002-12-10 [jens]       0.8.6claws95
5416
5417         * src/*.c
5418                 removed gettext from g_warnings
5419         * po/POTFILES.in
5420                 cleaned and updated
5421         * po/de.po
5422                 updated
5423
5424 2002-12-10 [colin]      0.8.6claws94
5425
5426         * src/main.c
5427                 finish crash dialog fix
5428
5429 2002-12-10 [colin]      0.8.6claws93
5430
5431         * src/main.c
5432                 "Fix" "sylpheed already running" instead of
5433                 crash dialog appearing after a crash
5434
5435 2002-12-10 [colin]      0.8.6claws92
5436
5437         * po/POTFILES.in
5438                 add src/gtk/sslcertwindow.c
5439
5440 2002-12-10 [paul]       0.8.6claws91
5441
5442         * po/POTFILES.in
5443                 updated to reflect recent changes
5444                 submitted by Alessandro Maestri
5445
5446 2002-12-09 [christoph]  0.8.6claws90
5447
5448         * src/Makefile.am
5449         * src/smtp.[ch]                 ** REMOVE **
5450         * src/common/Makefile.am
5451         * src/common/smtp.[ch]          ** NEW **
5452                 move smtp files to common directory
5453
5454 2002-12-09 [christoph]  0.8.6claws89
5455
5456         * src/Makefile.am
5457         * src/session.[ch]              ** REMOVE **
5458         * src/common/Makefile.am
5459         * src/common/session.[ch]       ** NEW **
5460                 move session files to common directory
5461
5462 2002-12-09 [paul]       0.8.6claws88
5463
5464         * src/account.c
5465                 fix bug [649746] edit accounts: move account reverted
5466                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5467
5468 2002-12-09 [colin]      0.8.6claws87
5469
5470         * src/ssl_certificate.c
5471                 cleanup
5472
5473 2002-12-09 [colin]      0.8.6claws86
5474
5475         * src/ssl.c
5476                 Try to open the cert.pem database and 
5477                 issue a warning if it isn't there
5478
5479 2002-12-09 [colin]      0.8.6claws85
5480
5481         * src/common/ssl_certificate.c
5482         * src/gtk/sslcertwindow.c
5483                 Warning fixes
5484
5485 2002-12-09 [colin]      0.8.6claws84
5486
5487         * src/ssl_certificate.[ch] ** REMOVED **
5488         * src/common/ssl_certificate.[ch] ** NEW **
5489         * src/Makefile.am
5490         * src/common/Makefile.am
5491                 Moved ssl_certificate.[ch] to common
5492         * src/common/ssl.c 
5493                 Put back needed include
5494         * src/gtk/sslcertwindow.[ch]
5495                 Changed ssl_certificate.h include
5496         
5497 2002-12-09 [colin]      0.8.6claws83
5498
5499         * src/gtk/sslcertwindow.[ch]
5500                 Implement hook for certificate acception
5501         * src/ssl_certificate.[ch]
5502                 Implement hook for certificate acception
5503         * src/common/ssl.c
5504                 Reenable certificate acception check
5505         * src/mainwindow.c
5506                 Register sslcertwindow's hook
5507         
5508 2002-12-08 [christoph]  0.8.6claws82
5509
5510         * src/about.c
5511         * src/addr_compl.c
5512         * src/codeconv.c
5513         * src/manual.c
5514         * src/undo.c
5515         * src/common/utils.c
5516                 o add missing includes
5517                 o fix warnings
5518         * src/.cvsignore
5519         * src/common/.cvsignore
5520         * src/common/version.h          ** REMOVE **
5521                 remove autogenerated file
5522
5523 2002-12-08 [paul]       0.8.6claws81
5524
5525         * src/stringtable.c
5526                 put back needed include
5527
5528 2002-12-08 [colin]      0.8.6claws80
5529         
5530         * src/gtk/sslcertwindow.c
5531                 Cleaner popups when asking
5532         * src/ssl_certificate.c
5533         * src/prefs_common.[ch]
5534                 remove ssl certificate pref
5535                 put back needed include
5536         * src/undo.c
5537                 put back needed include
5538
5539 2002-12-08 [christoph]  0.8.6claws79
5540
5541         * src/folderview.c
5542         * src/logwindow.c
5543         * src/statusbar.c
5544         * src/summaryview.c
5545                 only abort hook invokation if required data is missing not
5546                 if our own data pointer is NULL, update hookfunction for
5547                 log window
5548
5549 2002-12-08 [paul]       0.8.6claws78
5550
5551         * src/about.c
5552         * src/addrcache.c
5553         * src/addrclip.c
5554         * src/addr_compl.c
5555         * src/addrselect.c
5556         * src/codeconv.c
5557         * src/colorlabel.c
5558         * src/enriched.c
5559         * src/esmtp.c
5560         * src/exporthtml.c
5561         * src/headerview.c
5562         * src/imageview.c
5563         * src/manual.c
5564         * src/noticeview.c
5565         * src/pgptext.c
5566         * src/scoring.c
5567         * src/sourcewindow.c
5568         * src/stringtable.c
5569         * src/undo.c
5570                 clean up: remove unneccesary includes
5571
5572 2002-12-08 [christoph]  0.8.6claws77
5573
5574         * src/folderview.c
5575         * src/statusbar.c
5576         * src/summaryview.c
5577         * src/common/hooks.[ch]
5578                 hook functions now have a gboolean return value, if a hook
5579                 returns TRUE it will stop executing of any more hooks in
5580                 the same hooklist for this invokation
5581
5582 2002-12-08 [colin]      0.8.6claws76
5583         
5584         * src/main.c
5585                 put back argv0 for CRASH_DIALOG
5586
5587 2002-12-08 [christoph]  0.8.6claws75
5588
5589         * src/Makefile.am
5590         * src/about.c
5591         * src/account.c
5592         * src/crash.c
5593         * src/esmtp.h
5594         * src/imap.[ch]
5595         * src/inc.c
5596         * src/main.c
5597         * src/mainwindow.c
5598         * src/news.c
5599         * src/pop.[ch]
5600         * src/prefs_account.[ch]
5601         * src/prefs_common.[ch]
5602         * src/send.[ch]
5603         * src/smtp.[ch]
5604         * src/ssl_certificate.[ch]
5605         * src/ssl_manager.[ch]
5606         * src/common/Makefile.am
5607         * src/common/log.c
5608         * src/common/nntp.[ch]
5609         * src/common/socket.[ch]
5610         * src/common/ssl.[ch]
5611         * src/gtk/sslcertwindow.[ch]
5612         * ac/openssl.m4
5613                 use new autoconf script to detect OpenSSL with extra parameters
5614                 to specify the location of libs and includes, also remove USE_SSL
5615                 to USE_OPENSSL
5616
5617         * src/common/sylpheed.[ch]
5618         * src/common/version.h.in
5619                 start seperation of common code initialization seperated from gui
5620
5621         * src/summaryview.c
5622                 The function that is called when a color label changes
5623                 should not change the color lable again
5624
5625 2002-12-08 [colin]      0.8.6claws74
5626
5627         * src/gtk/sslcertwindow.c
5628                 warning fixes
5629
5630 2002-12-08 [colin]      0.8.6claws73
5631
5632         * src/statusbar.c
5633           src/common/log.h
5634                 Register a hook for statusbar_puts_all
5635         * src/common/log.c
5636                 invoke statusbar_puts_all's hook
5637         
5638 2002-12-08 [colin]      0.8.6claws72
5639
5640         * src/ssl_certificate.c
5641                 Put back a badly-removed include
5642
5643 2002-12-08 [colin]      0.8.6claws71
5644
5645         * src/gtk/sslcertwindow.[ch]    ** NEW **
5646                 new certificate presentation
5647         * src/gtk/Makefile.am
5648                 add new files
5649         * src/ssl_certificate.[ch]
5650                 gtk cleanup, made utility functions public
5651         * src/ssl_manager.c
5652                 use new cert presentation
5653
5654 2002-12-07 [christoph]  0.8.6claws70
5655
5656         * src/Makefile.am
5657         * src/nntp.[ch]                 ** REMOVE **
5658         * src/common/Makefile.am
5659         * src/common/nntp.[ch]          ** NEW **
5660                 move nntp files to common directory
5661
5662 2002-12-07 [christoph]  0.8.6claws69
5663
5664         * src/procmsg.[ch]
5665         * src/summaryview.c
5666                 implement msginfo update callback using sylpheed's new
5667                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5668
5669 2002-12-06 [christoph]  0.8.6claws68
5670
5671         * src/editgroup.c
5672                 This patch changes the 'Edit Group Details' dialog to
5673                 allow extended selections in either pane, so that
5674                 addresses can be added or removed from a group more
5675                 quickly and easily. (it actually is a net decrease in
5676                 file size, as some unnecessary functions have been
5677                 removed). 
5678                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5679
5680 2002-12-06 [christoph]  0.8.6claws67
5681
5682         * src/Makefile.am
5683         * src/template.[ch]             ** REMOVE **
5684         * src/common/Makefile.am
5685         * src/common/template.[ch]      ** NEW **
5686                 move template files to common directory
5687
5688         * src/nntp.c
5689                 add missing log.h include
5690
5691 2002-12-06 [melvin]     0.8.6claws66
5692
5693         * src/prefs_actions.c
5694                 Added the trailing ">" syntax to insert command's output
5695                 without replacing old text (in contrast to trailing "|").
5696
5697 2002-12-05 [colin]      0.8.6claws65
5698         
5699         * src/common/utils.c
5700                 Don't modify original search_string or it'll change
5701                 the next iterations in the for()
5702
5703 2002-12-05 [darko]      0.8.6claws64
5704
5705         * src/common/utils.c
5706                 proper check for filtering commands, found by Colin
5707
5708 2002-12-05 [darko]      0.8.6claws63
5709
5710         * src/common/utils.c
5711                 check proper string for NULL pointer, found by Colin
5712
5713 2002-12-05 [darko]      0.8.6claws62
5714
5715         * src/common/utils.[ch]
5716                 expand_search_string(): new function
5717                 converts Mutt-like patterns to Sylpheed's
5718                 filtering engine
5719         * src/summaryview.c
5720                 use expand_search_string() to allow Mutt-like
5721                 patterns in extended search
5722         * README.claws
5723                 document extended option in quick search
5724
5725 2002-12-05 [paul]       0.8.6claws61
5726
5727         * sync with 0.8.6cvs16
5728                 see ChangeLog 2002-12-05
5729                 
5730         * po/POTFILES.in
5731                 clean up
5732
5733 2002-12-04 [christoph]  0.8.6claws60
5734
5735         * src/imap.[ch]
5736                 put imap authentication code into a new function and
5737                 remove it from imap_session_new that will allow to
5738                 send other commands before authentication
5739
5740 2002-12-04 [christoph]  0.8.6claws59
5741
5742         * src/imap.[ch]
5743                 use already existing method to prevent unneeded IMAP
5744                 folder selects. Set imap_select parameters to NULL
5745                 in some functions if the values are not required.
5746
5747         * src/xml.h
5748                 remove no longer required include
5749
5750 2002-12-04 [paul]       0.8.6claws58
5751
5752         * po/es.po
5753                 updated by Ricardo Mones Lastra
5754                 
5755         * configure.in
5756           po/hu.po      ** NEW FILE **
5757                 initial Hungarian translation, submitted
5758                 by Gál Zoltán <galzoli@hu.inter.net>
5759
5760 2002-12-03 [christoph]  0.8.6claws57
5761
5762         * src/Makefile.am
5763         * src/gtksctree.[ch]            ** REMOVE **
5764         * src/gtk/Makefile.am
5765         * src/gtk/gtksctree.[ch]        ** NEW **
5766                 move gtksctree files to gtk directory
5767
5768 2002-12-03 [christoph]  0.8.6claws56
5769
5770         * src/Makefile.am
5771         * src/md5.[ch]                  ** REMOVE **
5772         * srm/common/Makefile.am
5773         * src/common/md5.[ch]           ** NEW **
5774                 move md5 files to common directory
5775
5776         * src/gtkstext.c
5777                 remove not required #include
5778
5779 2002-12-03 [sergey]     0.8.6claws55
5780
5781         * src/gtkutils.c
5782         * src/gtkutils.h
5783                 gtkut_window_popup(): new function.
5784         * src/mainwindow.c
5785                 main_window_popup(): use gtkut_window_popup() to raise
5786                 window without changing its position.
5787                 (see sylpheed-main ML message [sylpheed:17247])
5788
5789 2002-12-03 [sergey]     0.8.6claws54
5790
5791         * src/send.c
5792                 send_message_local(): removed first-dot escaping
5793                 (SMTP-only, not needed for sending through pipe)
5794
5795 2002-12-03 [paul]       0.8.6claws53
5796
5797         * po/POTFILES.in
5798                 update to reflect recent changes (thanks
5799                 to Ricardo Mones Lastra)
5800                 
5801         * tools/filter_conv.pl
5802                  fix problem with quoted strings. Patch submitted
5803                  by Luke Plant <lukeplant@softhome.net>
5804
5805 2002-12-03 [paul]       0.8.6claws52
5806
5807         * sync with 0.8.6cvs15
5808                 see ChangeLog 2002-12-03
5809
5810 2002-12-02 [christoph]  0.8.6claws51
5811
5812         * src/logwindow.[ch]
5813         * src/common/log.[ch]
5814                 implement logging using a hook function
5815
5816         * src/folderview.c
5817         * src/folder.[ch]
5818                 define hooklist name in header file to avoid
5819                 errors caused by wrong spelling of hooklist names
5820
5821         * src/toolbar.c
5822                 fix warnings
5823
5824 2002-12-02 [christoph]  0.8.6claws50
5825
5826         * src/common/Makefile.am
5827                 add src/common/hooks.[ch]
5828
5829         * src/common/hooks.[ch]
5830                 implement a simple hook system using glib's hook functions
5831
5832         * src/folder.[ch]
5833         * src/folderview.c
5834                 use new hook system for folder item updates
5835
5836 2002-12-02 [christoph]  0.8.6claws49
5837
5838         * doc-src/ui_seperation.txt     ** NEW **
5839                 information for ui seperation
5840
5841         * src/Makefile.am
5842                 remove files that were moved to common
5843                 include common directory by default for the header files
5844
5845         * src/inc.c
5846         * src/common/socket.c
5847         * src/automaton.[ch]
5848                 implement automaton using g_io_*-functions instead of
5849                 gdk_input_add to make it ui independent
5850
5851         * src/codeconv.c
5852         * src/compose.c
5853         * src/ldif.c
5854         * src/pgptext.c
5855         * src/procmime.c
5856         * src/rfc2015.c
5857         * src/smtp.c
5858         * src/unmime.c
5859                 remove common/ prefix because directory is now in
5860                 include path
5861
5862         * src/compose.c
5863         * src/folder.c
5864         * src/folderview.c
5865         * src/mainwindow.c
5866         * src/messageview.c
5867         * src/prefs_common.c
5868         * src/procmsg.c
5869         * src/rfc2015.c
5870                 fix warnings
5871
5872         * src/imap.c
5873         * src/inc.c
5874         * src/news.c
5875         * src/pop.c
5876         * src/send.c
5877         * src/smtp.c
5878         * src/ssl_certificate.c
5879                 add log.h header file for logging functions
5880
5881         * src/main.c
5882         * src/common/utils.c
5883         * src/summaryview.c
5884         * src/xml.c
5885                 o move debug_mode to common/utils.c
5886                 o add functions to set and get debug_mode
5887
5888         * src/defs.h                    ** REMOVE **
5889         * src/intl.h                    ** REMOVE **
5890         * src/socket.[ch]               ** REMOVE **
5891         * src/ssl.[ch]                  ** REMOVE **
5892         * src/utils.[ch]                ** REMOVE **
5893                 replaced by new files in src/common/
5894         
5895         * src/common/Makefile.am
5896                 add new files in src/common/
5897
5898         * src/common/defs.h             ** NEW **
5899         * src/common/intl.h             ** NEW **
5900         * src/common/log.[ch]           ** NEW **
5901         * src/common/socket.[ch]        ** NEW **
5902         * src/common/ssl.[ch]           ** NEW **
5903         * src/common/utils.[ch]         ** NEW **
5904                 replacement for files in src/
5905
5906 2002-12-02 [colin]      0.8.6claws48
5907
5908         * src/folderview.c
5909                 Scroll folderview if necessary during dnd
5910
5911 2002-12-02 [colin]      0.8.6claws47
5912
5913         * src/folder.[ch]
5914                 Add check to verify a move is within a single mailbox
5915         * src/folderview.c
5916                 Add specific error string for this check
5917
5918 2002-12-02 [colin]      0.8.6claws46
5919
5920         * src/folder.c
5921                 Add a test to folder moving, remove a statusbar_print
5922         * src/folderview.c
5923                 Add Move folder... context-menu item
5924                 Factorize folder moving code
5925                 Enable folder DND for mbox
5926
5927 2002-12-01 [christoph]  0.8.6claws45
5928
5929         * ac/aspell.m4
5930                 remove conf.aspelltest if the version check fails
5931
5932 2002-11-30 [christoph]  0.8.6claws44
5933
5934         * autogen.sh
5935                 run libtoolize --force in autogen to create missing
5936                 libtool scripts
5937
5938 2002-11-30 [christoph]  0.8.6claws43
5939
5940         * src/Makefile.am
5941         * src/pgptext.c
5942         * src/procmime.c
5943         * src/rfc2015.c
5944         * src/uuencode.[ch]             ** REMOVED **
5945         * src/common/Makefile.am
5946         * src/common/uuencode.[ch]      ** NEW **
5947                 move uuen/decoder to common directory
5948
5949 2002-11-30 [christoph]  0.8.6claws42
5950
5951         * src/Makefile.am
5952         * src/base64.[ch]               ** REMOVED **
5953         * src/codeconv.c
5954         * src/compose.c
5955         * src/ldif.c
5956         * src/pgptext.c
5957         * src/procmime.c
5958         * src/rfc2015.c
5959         * src/smtp.c
5960         * src/unmime.c
5961         * src/common/Makefile.am
5962         * src/common/base64.[ch]        ** NEW **
5963                 move base64 en/decoder to common directory
5964
5965 2002-11-30 [christoph]  0.8.6claws41
5966
5967         * src/common                    ** NEW **
5968                 new directory for UI independent code
5969         * src/gtk                       ** NEW **
5970                 new directory for GTK frontend
5971         * src/common/.cvsignore         ** NEW **
5972         * src/gtk/.cvsignore            ** NEW **
5973                 ignore build files
5974         * src/common/Makefile.am        ** NEW **
5975         * src/gtk/Makefile.am           ** NEW **
5976                 automake files to build new seperated stuff
5977         * src/Makefile.am
5978                 the binary will currently still be build with the
5979                 files in src, so we include the code from the
5980                 subdirs for now after building the libs there
5981
5982 2002-11-30 [paul]       0.8.6claws40
5983
5984         * src/compose.c
5985                 fix bug [642731] 'Wrong selected account with drafted mail'
5986
5987 2002-11-29 [oliver]     0.8.6claws39
5988         
5989         * src/messageview.c
5990                 o update summaryview when switching between different
5991                   messageviews          
5992         * src/toolbar.c  
5993                 o check if messageview holds already removed msg
5994                   from summaryview
5995                 
5996
5997 2002-11-29 [oliver]     0.8.6claws38
5998
5999         * src/toolbar.c 
6000                 remove not needed variables and includes
6001                 make messageview stay opened and move to next when msgs are deleted 
6002
6003 2002-11-29 [oliver]     0.8.6claws37
6004         
6005         * src/toolbar.c 
6006                 disable compose button (messageview toolbar) by default
6007                 deleted msgs are moved to trash
6008         
6009 2002-11-29 [melvin]     0.8.6claws36
6010
6011         * configure.in
6012                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6013                 and to detect signatures expirations (gpgme 0.3.6)
6014
6015         * src/main.c
6016                 Use non obsolescent function for Gpgme engine checking.
6017
6018         * src/rfc2015.c
6019                 Inform about expired signatures or signatures which key
6020                 has expired. Expiration date is displayed.
6021
6022         * src/sigstatus.c
6023                 Inform about expired signatures or signatures which key
6024                 has expired.
6025
6026 2002-11-28 [paul]       0.8.6claws35
6027
6028         * src/folderview.c
6029                 re-instate 'Check for new messages' in Newsgroup
6030                 folders right-click menu, after a suggestion from
6031                 Tim Mann <timmann@users.sourceforge.net>
6032
6033         * src/main.c
6034                 after a crash check only local folders for new
6035                 messages
6036
6037 2002-11-28 [paul]       0.8.6claws34
6038
6039         * configure.in
6040                 apply patch that fixes the checking of GTK with XIM 
6041                 support on different OSs, such as FreeBSD. Patch 
6042                 submitted by Topia <topia@users.sourceforge.net>
6043                 
6044 2002-11-28 [paul]       0.8.6claws33
6045
6046         * src/mainwindow.c
6047           src/prefs_common.c
6048           src/prefs_toolbar.c
6049                 more changes to the English
6050
6051 2002-11-28 [paul]       0.8.6claws32
6052
6053         * sync with 0.8.6cvs13
6054                 see ChangeLog 2002-11-28 (no sync needed
6055                 for src/compose.c)
6056
6057 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6058         
6059         * src/mainwindow.[ch]
6060                 add patch by Ivan F. Martinez introducing messageview Toolbar
6061                 some changes and committed by oliver    
6062
6063 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6064
6065         * src/messageview.[ch]
6066                 add patch by Ivan F. Martinez introducing messageview Toolbar
6067                 some changes and committed by oliver    
6068
6069 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6070
6071         * src/compose.[ch]
6072                 add patch by Ivan F. Martinez introducing messageview Toolbar
6073                 some changes and committed by oliver    
6074
6075 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6076         
6077         * src/toolbar.[ch]
6078                 add patch by Ivan F. Martinez introducing messageview Toolbar
6079                 some changes and committed by oliver
6080
6081 2002-11-28 [oliver]     0.8.6claws27
6082         
6083         * src/prefs_toolbar.[ch]
6084                 getting ready for messageview toolbar
6085                 free mem allocated by gettext
6086                 change prefs_toolbar to prefs_toolbar_open
6087  
6088 2002-11-28 [thorsten]   0.8.6claws26
6089
6090         * src/imageview.[ch]
6091                 cleaned up conflicting declarations of
6092                 imageview_show_image()
6093
6094 2002-11-28 [paul]       0.8.6claws25
6095
6096         * src/grouplistdialog.c
6097           src/prefs_common.c
6098           src/prefs_summary_column.c
6099                 a few more improvements to the English
6100
6101 2002-11-28 [colin]      0.8.6claws24
6102
6103         * man/sylpheed.1
6104                 A few updates to command-line parameters
6105
6106 2002-11-28 [colin]      0.8.6claws23
6107
6108         * src/prefs_filtering.c
6109                 Fix problems with prefs_filtering_delete_path:
6110                 a) if the first rule is removed, original pointers
6111                    weren't updated (leading to segfaults)
6112                 b) it was always global_processing updated in case
6113                    of removed path was parent of rule path
6114
6115 2002-11-27 [paul]       0.8.6claws22
6116
6117         * src/mainwindow.c
6118           src/prefs_account.c
6119           src/prefs_actions.c
6120           src/prefs_common.c
6121           src/prefs_customheader.c
6122           src/prefs_display_header.c
6123           src/prefs_filtering.c
6124           src/prefs_folder_item.c
6125           src/prefs_matcher.c
6126           src/prefs_scoring.c
6127           src/prefs_summary_column.c
6128           src/prefs_template.c
6129           src/prefs_toolbar.c
6130                  improve the English in the GUI
6131
6132 2002-11-27 [colin]      0.8.6claws21
6133
6134         * src/folder.c
6135                 Fix processing renaming problems happening after
6136                 last commit
6137
6138 2002-11-27 [colin]      0.8.6claws20
6139
6140         * src/folder.c
6141                 recursive move now deletes src each subfolder after 
6142                 having moved it
6143         * src/folderview.c
6144                 Use identifier instead of path during dnd (enables
6145                 IMAP folder dnd)
6146
6147 2002-11-27 [paul]       0.8.6claws19
6148
6149         * src/main.c
6150                 apply patch that does command-line processing 
6151                 BEFORE gtk_init, allowing claws to run from 
6152                 shell-scripts in non-X environment (e.g. crontab 
6153                 or ip-up, ip-down scripts). Patch submitted by
6154                 Ruslan N. Balkin <baron@dartel.ru>
6155                 
6156         * po/it.po
6157                 updated by Alessandro Maestri
6158
6159 2002-11-27 [paul]       0.8.6claws18
6160
6161         * sync with 0.8.6cvs12
6162           src/prefs_common.c
6163                 Differences are that main uses a 'Receive dialog'
6164                 frame on the Interface tab, whereas claws groups all 
6165                 the dialogs together in a 'Dialogs' frame.
6166
6167 2002-11-27 [colin]      0.8.6claws17
6168
6169         * src/prefs_matcher.c
6170                 Fix Execute criteria's NOT flag
6171
6172
6173 2002-11-26 [christoph]  0.8.6claws16
6174
6175         * src/ssl.c
6176                 rewrite the ssl code a little bit, only use one
6177                 SSL context, set default certificates' file/path
6178
6179 2002-11-26 [thorsten]   0.8.6claws15
6180
6181         * src/compose.c
6182                 default-reply-to didn't work for ml-reply
6183
6184 2002-11-26 [melvin]     0.8.6claws14
6185
6186         * src/prefs_actions.c
6187                 Made pipe-actions ignore short headers in message view
6188                 Made trailing-pipe-actions write in the message view with
6189                 the same font as the original message
6190
6191 2002-11-26 [paul]       0.8.6claws13
6192
6193         * src/compose.c
6194                 this time commit the correct file
6195
6196 2002-11-26 [paul]       0.8.6claws12
6197
6198         * sync with 0.8.6cvs11
6199           src/quote_fmt_parse.y  
6200                 no sync needed
6201           src/account.[ch]       
6202                 not sync'ed
6203           src/compose.c
6204                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6205                 on draft mode.
6206                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6207                 header
6208                 
6209         see ChangeLog 2002-11-25 and 2002-11-26
6210
6211 2002-11-26 [colin]      0.8.6claws11
6212
6213         * src/folderview.c
6214                 Fix collapsed folder not auto-expanding during
6215                 mail dnd, if it was the source folder.
6216
6217 2002-11-25 [colin]      0.8.6claws10
6218
6219         * src/folderview.[ch]
6220                 Variable renaming and cleaning (slist of nodes 
6221                 to be re-collapsed is stored in FolderView)
6222
6223 2002-11-25 [paul]       0.8.6claws9
6224
6225         * src/prefs_common.[ch]
6226                 fix breakage caused by last commit
6227
6228 2002-11-25 [paul]       0.8.6claws8
6229
6230         * sync with 0.8.6cvs4
6231                 see ChangeLog 2002-11-21
6232
6233 2002-11-25 [paul]       0.8.6claws7
6234
6235         * sync with 0.8.6cvs4
6236                 see ChangeLog 2002-11-20
6237
6238 2002-11-25 [paul]       0.8.6claws6
6239
6240         * sync with 0.8.6cvs3
6241                 see ChangeLog 2002-11-18
6242
6243 2002-11-25 [colin]      0.8.6claws5
6244
6245         * src/gtkutils.[ch]
6246                 Add gtkut_ctree_node_is_parent()
6247         * src/folderview.c
6248                 Spring-loaded folders
6249
6250 2002-11-25 [colin]      0.8.6claws4
6251
6252         * src/utils.[ch]
6253                 Add slist_concat_unique(), function to merge
6254                 two GSList filtering dups
6255         * src/folder.[ch]
6256         * src/summaryview.[ch]
6257         * src/folderview.c
6258         * src/main.c
6259                 Add detection/update/display of unread answers
6260                 to marked mails
6261         * src/procmsg.[ch]
6262                 Add procmsg_find_children()
6263                 Add procmsg_msg_has_marked_parent()
6264
6265 2002-11-25 [colin]      0.8.6claws3
6266
6267         * src/ssl_certificate.[ch]
6268                 Allow checking a certificate without a DNS
6269                 lookup
6270                 Allow to forget a cert (by deleting it)
6271                 Make ssl_certificate_destroy_public
6272         * src/ssl_manager.[ch] ** NEW FILES **
6273                 Gui to manage (display/remove) certificates
6274         * src/prefs_common.[ch]
6275                 Add a pref to allow silent acceptation of
6276                 trusted certificates or not (based on the
6277                 "I want to know what's going on" principle)
6278         * src/mainwindow.c
6279                 Add SSL manager in Tools menu
6280         * src/Makefile.am
6281                 Add the new files to the build
6282         * po/POTFILES.in
6283                 Add ssl_manager.c to translations
6284
6285 2002-11-25 [colin]      0.8.6claws2
6286
6287         * src/summaryview.[ch]
6288                 Add S_SEARCH_EXTENDED to the quick search, which 
6289                 allows to search using filtering syntax.
6290
6291 2002-11-25 [colin]      0.8.6claws1
6292
6293         * src/summaryview.c
6294                 Deletion of duplicates now prefer deleting
6295                 the unread dup (fixes feature-request 638989).
6296
6297 2002-11-24 [paul]       0.8.6claws
6298
6299         * po/es.po
6300           po/pl.po
6301           po/ru.po
6302           po/sr.po
6303                 updated by Ricardo Mones Lastra,
6304                 Witold Wladyslaw Wojciech Wilk,
6305                 Ruslan N. Balkin, and  Urke MMI 
6306                 respectively
6307
6308 2002-11-24 [paul]       0.8.5claws182
6309
6310         * po/bg.po
6311                 updated by George Danchev
6312
6313 2002-11-23 [alfons]     0.8.5claws181
6314
6315         * src/imap.c
6316                 tiny memory leak found by browsing Dimitar's 
6317                 valgrind report
6318
6319 2002-11-23 [paul]       0.8.5claws180
6320
6321         * po/it.po
6322                 updated by Alessandro Maestri
6323
6324 2002-11-22 [christoph]  0.8.5claws179
6325
6326         * src/compose.c
6327         * src/inc.c
6328         * src/prefs_filtering.c
6329         * src/summaryview.c
6330                 more warning fixes
6331
6332 2002-11-22 [alfons]     0.8.5claws178
6333
6334         * src/summaryview.c
6335                 summary_execute_delete_func(): if message is deleted, make 
6336                 sure to also remove its entry in the subject hash table. 
6337                 fixes a corner case bug.
6338
6339 2002-11-22 [paul]       0.8.5claws177
6340
6341         * .cvsignore
6342                 add 'autom4te.cache'
6343                 
6344         * ltconfig      ** REMOVED **
6345                 not needed
6346
6347 2002-11-22 [paul]       0.8.5claws176
6348
6349         * src/textview.c
6350                 textview_set_font(): fix for message display in
6351                 UTF-8 locales (thanks to Sergey Vlasov).
6352                 
6353         * AUTHORS
6354                 add new team members and contributors
6355
6356
6357 2002-11-21 [colin]      0.8.5claws175
6358
6359         * src/procmsg.[ch]
6360                 Add procmsg_remove_special_headers()
6361         * src/mh.c
6362                 Use procmsg_remove_special_headers() for 
6363                 previous fix
6364
6365 2002-11-21 [colin]      0.8.5claws174
6366
6367         * src/mh.c
6368                 Fix moving/copying from queue/draft folders
6369                 for MH folders
6370
6371 2002-11-21 [christoph]  0.8.5claws173
6372
6373         * src/crash.c
6374         * src/filtering.c
6375         * src/logwindow.c
6376         * src/main.c
6377         * src/matcher_parser_lex.[hl]
6378         * src/mbox.c
6379         * src/mbox_folder.[ch]
6380         * src/prefs_filtering.c
6381         * src/procheader.c
6382         * src/quote_fmt_lex.l
6383         * src/ssl.c
6384                 fix all warnings except the warnings in lex and yacc files
6385
6386 2002-11-20 [christoph]  0.8.5claws172
6387
6388         * src/imap.c
6389                 fix MsgInfo retrieval for IMAP draft and queue folders
6390                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6391
6392 2002-11-19 [christoph]  0.8.5claws171
6393
6394         * src/compose.c
6395                 fix segfault, when draft saving does not get
6396                 the MsgInfo of the new message
6397                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6398
6399 2002-11-19 [christoph]  0.8.5claws170
6400
6401         * src/procmsg.c
6402                 add parameter check for flag setting function
6403                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6404
6405 2002-11-18 [paul]       0.8.5claws169
6406
6407         * src/compose.c
6408                 more sensitivity fixes to redirect mode:
6409                 * disable toolbar draft button
6410                 * allow only Address book in the Tools menu
6411                 * disable editing of message by the spell
6412                   checker
6413
6414 2002-11-18 [paul]       0.8.5claws168
6415
6416         * src/compose.c
6417                 fix sensitivity of menu items in compose_redirect():
6418                 allow only the necessary items 
6419
6420 2002-11-18 [paul]       0.8.5claws167
6421
6422         * src/compose.c
6423                 fix bug [ 603259 ] 'attachment got lost on bounce'
6424
6425 2002-11-18 [paul]       0.8.5claws166
6426
6427         * po/ru.po
6428                 updated by Ruslan N. Balkin <baron@dartel.ru>
6429
6430 2002-11-18 [colin]      0.8.5claws165
6431
6432         * src/main.c
6433           src/defs.h
6434                 Remove old filtering stuff
6435
6436
6437 2002-11-17 [oliver]     0.8.5claws164
6438
6439         * src/toolbar.h
6440                 remove not needed typedef 
6441
6442 2002-11-17 [oliver]     0.8.5claws163
6443
6444         * src/toolbar.c
6445                 make toolbar's on click events translatable
6446
6447 2002-11-15 [colin]      0.8.5claws162
6448
6449         * src/summaryview.c
6450                 Revert too-soon integration of a feature
6451
6452 2002-11-15 [christoph]  0.8.5claws161
6453
6454         * src/imap.c
6455                 use main's implementation of imap_get_msginfo
6456
6457 2002-11-15 [christoph]  0.8.5claws160
6458
6459         * src/compose.c
6460         * src/folder.[ch]
6461         * src/imap.c
6462         * src/mbox_folder.c
6463         * src/mh.c
6464         * src/news.c
6465         * src/procmsg.c
6466         * src/summaryview.c
6467                 replace claws' fetch_msginfo with main's get_msginfo
6468                 (use main's implementation where possible)
6469
6470 2002-11-15 [colin]      0.8.5claws159
6471
6472         * src/ssl_certificate.c
6473                 Missed a check
6474
6475 2002-11-16 [melvin]     0.8.5claws158
6476
6477         * po/fr.po
6478                 Updated French translations.
6479
6480 2002-11-16 [colin]      0.8.5claws157
6481
6482         * src/ssl_certificate.c
6483                 Check for missing parts in the certificates
6484
6485 2002-11-15 [colin]      0.8.5claws156
6486
6487         * src/folderview.c
6488                 Preventive fix (missing check) found by
6489                 Alfons
6490
6491 2002-11-15 [paul]
6492
6493         * NEWS
6494                 sync with 0.8.6 release
6495
6496 2002-11-15 [colin]      0.8.5claws155
6497
6498         * src/folder.[ch]
6499           src/folderview.c
6500                 Fix error handling of folder_item_move_to()
6501                 (thanks to Alfons!)
6502
6503 2002-11-15 [colin]      0.8.5claws154
6504
6505         * src/folder.[ch]
6506           src/folderview.c
6507                 folder_item_move_to() sets an error message instead
6508                 of having GUI stuff in folder.c
6509
6510 2002-11-15 [colin]      0.8.5claws153
6511
6512         * src/procmsg.[ch]
6513                 Implemented a callback for MsgInfo updates, 
6514                 heavily copy/pasted from Christoph's folder 
6515                 callback system
6516         * src/summaryview.[ch]
6517                 Register summary_update_msg as callback
6518
6519 2002-11-14 [colin]      0.8.5claws152
6520         
6521         * src/procmsg.c
6522                 Update the FolderItem after sending (fixes 617593)
6523
6524 2002-11-14 [christoph]  0.8.5claws151
6525
6526         * src/folder.c
6527                 fix wrong position of NULL pointer check found
6528                 by Sergey
6529
6530 2002-11-14 [christoph]  0.8.5claws150
6531
6532         * src/folder.c
6533                 fix segfault when deleting messages from IMAP folders
6534                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6535
6536 2002-11-14 [colin]      0.8.5claws149
6537
6538         * src/compose.c
6539                 Forwarding was also ignoring the folder's default account.
6540
6541 2002-11-14 [colin]      0.8.5claws148
6542
6543         * src/compose.c
6544                 Fix sent folder not set to folder properties when 
6545                 forwarding.
6546
6547 2002-11-14 [thorsten]   0.8.5claws147
6548
6549         * src/inc.c
6550                 inc_start(): Files were not moved from .processing to inbox,
6551                 if no global processing rule existed
6552
6553 2002-11-14 [colin]      0.8.5claws146
6554
6555         * src/ssl_certificate
6556                 Fix file operations
6557
6558 2002-11-14 [paul]       0.8.5claws145
6559
6560         * po/it.po
6561                 updated by Alessandro Maestri
6562
6563 2002-11-13 [alfons]     0.8.5claws144
6564
6565         * src/folder.c
6566                 folder_item_close(): only mark messages unread
6567                 when a folder has new messages 
6568
6569 2002-11-13 [keith]      0.8.5claws143
6570
6571         * src/imap.c
6572                 Fix problem moving or copying between
6573                 IMAP folders
6574
6575 2002-11-13 [colin]      0.8.5claws142
6576
6577         * src/matcher_parser_parse.y
6578                 Fix rule problem when " don't match
6579
6580 2002-11-13 [christoph]  0.8.5claws141
6581
6582         * src/folder.c
6583         * src/folderview.c
6584                 moved cache saving to folder_item_close
6585                 the folderview should not have to deal with
6586                 this things
6587
6588 2002-11-13 [christoph]  0.8.5claws140
6589
6590         * src/summaryview.c
6591                 moved setting of important score to
6592                 summary_set_prefs_from_folderitem
6593
6594 2002-11-13 [colin]      0.8.5claws139
6595
6596         * src/matcher_parser_parse.y
6597                 Fix a segfault in the parser (happening when
6598                 a good expression had been tested and a bad 
6599                 one arrives)
6600
6601 2002-11-13 [paul]       0.8.5claws138
6602
6603         * sync with 0.8.5cvs24
6604                 see ChangeLog 2002-11-13
6605                 
6606         * po/pt_BR.po
6607                 updated by Fabio Jr. Beneditto
6608
6609 2002-11-13 [colin]      0.8.5claws137
6610         
6611         * src/msgcache.c
6612           src/defs.h
6613           src/procmsg.[ch]
6614                 Revert last commit, problem
6615
6616 2002-11-13 [colin]      0.8.5claws136
6617
6618         * src/msgcache.c
6619                 Remove duplicated code
6620         * src/defs.h
6621                 Bumped CACHE_VERSION and MARK_VERSION
6622         * src/procmsg.[ch]
6623                 Network endian for cache and mark files
6624
6625 2002-11-12 [colin]      0.8.5claws135
6626
6627         * src/inc.c
6628                 Fix the "socket error" dialog which disappeared
6629
6630 2002-11-12 [colin]      0.8.5claws134
6631
6632         * src/msgcache.c
6633                 Reverse last commit which had performance 
6634                 problems, but still reverse the list
6635
6636 2002-11-12 [colin]      0.8.5claws133
6637
6638         * src/msgcache.c
6639                 Reverse list order
6640
6641 2002-11-12 [melvin]     0.8.5claws132
6642
6643         * src/compose.c
6644                 Added a check for a NULL prefs_common.dictionary
6645
6646 2002-11-12 [colin]      0.8.5claws131
6647
6648         * src/ssl_certificate.[ch]
6649                 Use FQDN hostname
6650
6651 2002-11-12 [colin]      0.8.5claws130
6652
6653         * src/ssl_certificate.[ch]
6654                 Take connection port into account for 
6655                 checking certificates (a single hostname
6656                 could have multiple servers with multiple
6657                 certificates)
6658         * src/ssl.c
6659                 Pass the port to ssl_certificate_check
6660
6661 2002-11-12 [paul]       0.8.5claws129
6662
6663         * src/folder.c
6664                 fix a typo in last commit
6665
6666 2002-11-12 [paul]       0.8.5claws128
6667
6668         * sync with 0.8.5cvs23
6669                 see ChangeLog entry 2002-11-12
6670
6671 2002-11-11 [colin]      0.8.5claws127
6672
6673         * src/ssl_certificate.c
6674                 Cleaner messages
6675                 Don't popup, instead log error, if the 
6676                 corresponding pref is checked
6677         * src/ssl_certificate.h
6678                 include <openssl/objects/h>
6679
6680 2002-11-11 [colin]      0.8.5claws126
6681
6682         * src/ssl_certificate.h
6683                 _Really_ clean it
6684
6685 2002-11-11 [colin]      0.8.5claws125
6686         
6687         * src/ssl_certificate.c
6688                 Fixed leak
6689
6690 2002-11-11 [colin]      0.8.5claws124
6691
6692         * src/ssl.c
6693                 Cleaned a bit
6694         * src/ssl_certificate.[ch]
6695                 Cleaned a bit (better use of SSL API)
6696                 (This will cause non-recognition of saved 
6697                  certificates of claws12[23]...)
6698
6699 2002-11-11 [paul]       0.8.5claws123
6700         
6701         * po/es.po
6702                 updated by Ricardo Mones Lastra
6703
6704 2002-11-11 [colin]      0.8.5claws122
6705
6706         * src/ssl.c
6707                 Fix a typo
6708
6709 2002-11-11 [colin]      0.8.5claws121
6710
6711         * src/ssl_certificate.[ch] ** NEW FILES **
6712         * src/ssl.[ch]
6713                 Check SSL certificates presented to us
6714         * src/Makefile.am
6715                 Add ssl_certificate.[ch]
6716         * po/POTFILES.in
6717                 Add ssl_certificate.c
6718
6719 2002-11-11 [paul]       0.8.5claws120
6720
6721         * sync with 0.8.5cvs22
6722                 see ChangeLog 2002-11-11
6723
6724 2002-11-11 [paul]       0.8.5claws119
6725
6726         * sync with 0.8.5cvs21
6727                 see ChangeLog 2002-11-11
6728
6729 2002-11-10 [jens]       0.8.5claws118
6730
6731         * src/folder.c
6732         * src/folderview.c
6733                 corrected some typing
6734         * po/de.po
6735                 updated german translation
6736         * sylpheed.spec.in
6737                 cleaned up specfile and adjusted it for claws
6738
6739 2002-11-10 [colin]      0.8.5claws117
6740
6741         * src/summaryview.c
6742                 a STATUSBAR_PUSH/POP fix
6743
6744 2002-11-10 [colin]      0.8.5claws116
6745
6746         * src/prefs_folder_item.c
6747                 Fix hanging after opening folder properties
6748
6749 2002-11-10 [hoa]        0.8.5claws115
6750
6751         * src/matcher_parser_lex.l
6752         * src/matcher_parser_parse.y
6753                 config file for scoring and filtering is no more trashed
6754                 when there is a syntax error in a filtering rule when
6755                 editing it in a dialog.
6756
6757 2002-11-09 [colin]      0.8.5claws114
6758
6759         * src/mbox_folder.c
6760                 Added missing initialisation of folder->destroy()
6761
6762 2002-11-09 [colin]      0.8.5claws113
6763
6764         * src/folder.c
6765           src/folderview.c
6766                 Fix the status bar messages
6767
6768 2002-11-09 [colin]      0.8.5claws112
6769
6770         * src/folderview.c
6771                 Fix hangs after folder dnd, happening after 
6772                 claws109.
6773
6774 2002-11-09 [christoph]  0.8.5claws111
6775
6776         * src/folderview.c
6777                 just changed order of calls (reverse order of
6778                 associated calls)
6779         * src/inc.c
6780                 lock inc when checking only one account, otherwise
6781                 inc all could be executed at the same time
6782
6783 2002-11-09 [christoph]  0.8.5claws110
6784
6785         * src/folderview.c
6786                 better unlock the mouse cursor before calling
6787                 summary_show because it changes the cursor too
6788
6789 2002-11-09 [christoph]  0.8.5claws109
6790
6791         * src/folder.[ch]
6792         * src/folderview.c
6793                 add functions to open and close a folder
6794                 o opending will execute scanning for remote folders
6795                   and processing
6796                 o closing will unset new flag for messages
6797
6798 2002-11-09 [colin]      0.8.5claws108
6799
6800         * src/folder.c
6801                 Add a call to prefs_matcher_write_config to 
6802                 avoid non-leaf folders filtering settings to be
6803                 lost
6804
6805 2002-11-09 [paul]       0.8.5claws107
6806
6807         * src/prefs_account.c
6808                 re-word a label
6809
6810 2002-11-09 [colin]      0.8.5claws106
6811
6812         * src/folderview.c
6813                 Minor esthetic fix
6814
6815 2002-11-09 [colin]      0.8.5claws105
6816
6817         * src/folderview.c
6818                 Fix prefs_filtering deletion for MH folders (same
6819                 reason as below)
6820         * src/prefs_filtering.c
6821                 Fix prefs_filtering renaming and deletion for 
6822                 folder-based processing rules.  
6823
6824 2002-11-09 [christoph]  0.8.5claws104
6825
6826         * src/compose.c
6827         * src/folder.[ch]
6828         * src/folderview.[ch]
6829         * src/import.c
6830         * src/inc.c
6831         * src/main.c
6832         * src/mainwindow.c
6833         * src/messageview.c
6834         * src/prefs_folder_item.c
6835         * src/procmsg.c
6836         * src/summaryview.c
6837                 implement a callback system for folder item updates
6838
6839 2002-11-09 [colin]      0.8.5claws103
6840
6841         * src/folderview.c
6842                 Fix prefs_filtering renaming for MH folders (we
6843                 shouldn't rename by path as another folder could
6844                 have the same hierarchy).
6845
6846 2002-11-09 [colin]      0.8.5claws102
6847
6848         * src/folder.c
6849                 Fix a leak found by Christoph, use better variable
6850                 names
6851
6852 2002-11-09 [colin]      0.8.5claws101
6853
6854         * src/folder.c
6855                 One more fix for processing rules
6856
6857 2002-11-08 [colin]      0.8.5claws100
6858         
6859         * src/matcher.c
6860                 Don't copy the compiled regexp (will be reevaluated)
6861         * src/folderview.c
6862                 Lock folderview while moving
6863         * src/folder.c
6864                 Provide info on what's happening to the user
6865
6866 2002-11-08 [colin]      0.8.5claws99
6867
6868         * src/folderview.c
6869                 Fix folder reordering after a move if parent is 
6870                 root
6871         * src/scoring.[ch]
6872                 Add function to copy a ScoringProp
6873         * src/prefs_folder_item.c
6874                 Copy scoring rules when copying a folder prefs
6875
6876 2002-11-08 [colin]      0.8.5claws98
6877
6878         * src/folderview.c
6879                 Fixes in case of failure
6880         * src/filtering.[ch]    
6881                 Add function to duplicate a FilteringProp
6882         * src/matcher.[ch]
6883                 Add function to duplicate a MatcherProp
6884         * src/prefs_folder_item.c
6885                 Save folder's processing rules when copying 
6886                 its prefs
6887
6888 2002-11-08 [colin]      0.8.5claws97
6889         
6890         * src/folderview.c
6891                 Sort after move
6892         * src/folder.c 
6893                 Change a printf to debug_print
6894
6895 2002-11-08 [colin]      0.8.5claws96
6896
6897         * src/folder.c
6898           src/folderview.c
6899                 Fix segfaults, call me stupido
6900         
6901
6902 2002-11-08 [colin]      0.8.5claws95
6903
6904         *src/folder.c
6905                 Added forgotten prefs to save when moving folders
6906
6907 2002-11-08 [colin]      0.8.5claws94
6908
6909         * src/folder.c
6910                 Fixes to folder DND (prefs copy)
6911         * src/folderview.c
6912                 Optimization for folder DND (don't rescan whole tree)
6913                 Added folderview_create_folder_node() for this 
6914                 optimization, so de-duped a bit the code
6915         * src/prefs_folder_item.[ch]
6916                 Added prefs_folder_item_copy_prefs()    
6917           
6918 2002-11-08 [paul]       0.8.5claws93
6919
6920         * src/prefs_account.c
6921           tools/README
6922           tools/kmail2sylpheed_v2.pl
6923                 correct some typos
6924
6925 2002-11-08 [paul]       0.8.5claws92
6926
6927         * src/compose.c
6928           src/prefs_account.[ch]
6929                 remove account options 'clearsign' and 'ascii_armored',
6930                 replace with 'default_gnupg_mode' to prevent mixed-mode
6931                 Privacy settings
6932
6933 2002-11-08 [paul]       0.8.5claws91
6934
6935         * src/compose.[ch]
6936                 re-implement GnuPG 'on-the-fly' mode selection,
6937                 disallow mixed-mode
6938
6939 2002-11-08 [colin]      0.8.5claws90
6940
6941         * src/folderview.c
6942           src/prefs_folder_item.c
6943                 Change "Property" to "Properties"
6944
6945 2002-11-07 [colin]      0.8.5claws89
6946
6947         * src/folderview.c
6948           src/folder.c
6949                 Allow folder dropping to a root folder
6950
6951 2002-11-07 [paul]       0.8.5claws88
6952
6953         * src/compose.c
6954                 revert last commit
6955
6956 2002-11-07 [paul]       0.8.5claws87
6957
6958         * src/compose.c
6959                 fix reply-to-list bug. closes bug report
6960                 "[633382] reply-to-list broken in recent cvs"
6961
6962 2002-11-07 [paul]       0.8.5claws86
6963
6964         * src/compose.c
6965                 add a forgotten '#if USE_GPGME ... #endif'
6966
6967 2002-11-07 [paul]       0.8.5claws85
6968
6969         * sync with 0.8.5cvs20
6970                 see ChangeLog 2002-11-07
6971
6972 2002-11-07 [colin]      0.8.5claws84
6973
6974         * src/folder.[ch]
6975                 Change folder_item_move_to to return the newly 
6976                 created folderitem.
6977         * src/folderview.c
6978                 Select the new folderitem after moving.
6979
6980 2002-11-07 [colin]      0.8.5claws83
6981
6982         * src/prefs_filtering.c
6983                 Fix rule rewriting when moving a leaf folder to a 
6984                 shorter path
6985
6986 2002-11-07 [colin]      0.8.5claws82
6987
6988         * src/prefs_filtering.c
6989                 fix a leak
6990
6991 2002-11-07 [colin]      0.8.5claws81
6992
6993         * src/folder.[ch]
6994                 Add folder_item_move_to() function to move a 
6995                 folderitem into another one (updates matcher etc)
6996         * src/folderview.c
6997                 Add folder drag'n drop (context menu to come)
6998                 [Should be dataloss free, but Please backup before 
6999                  trying !]
7000
7001 2002-11-06 [colin]      0.8.5claws80
7002
7003         * src/mh.c
7004                 mh_create_folder() returns NULL if can't create
7005                 directory hierarchy
7006
7007 2002-11-06 [paul]       0.8.5claws79
7008
7009         * src/compose.[ch]
7010                 allow 'on-the-fly' changing of the type of encryption 
7011                 and/or signing used (mime/ascii) via the compose window
7012
7013 2002-11-06 [paul]       0.8.5claws78
7014
7015         * sync with 0.8.5cvs19
7016                 see ChangeLog 2002-11-06 for src/account.c: 
7017                 account_get_special_folder()
7018                 
7019 2002-11-05 [alfons]     0.8.5claws77
7020
7021         * src/crash.c
7022                 very minor cleanups: nothing to see here, move on. :-)
7023
7024 2002-11-05 [colin]      0.8.5claws76
7025
7026         * src/main.c
7027                 Changes choices if compose windows are opened to
7028                 Discard, Draft, Don't quit
7029
7030 2002-11-05 [thorsten]   0.8.5claws75
7031
7032         * src/compose.c
7033                 reenabled default_reply_to folder option
7034
7035 2002-11-05 [colin]      0.8.5claws74
7036
7037         * src/compose.[ch] 
7038                 add compose_draft()
7039         * src/crash.c
7040                 add SIGTERM handler
7041         * src/main.[ch]
7042                 add clean_quit() for the SIGTERM handler
7043
7044 2002-11-05 [paul]       0.8.5claws73
7045         
7046         * po/es.po
7047                 updated by Ricardo Mones Lastra
7048
7049 2002-11-05 [melvin]     0.8.5claws72
7050
7051         * src/logwindow.c
7052                 Fixed log-clipping bug #616795.
7053                 To stop logging in the log window use 0 length.
7054         * src/prefs_common.c
7055                 Added a label to inform about the 0 log length behaviour.
7056
7057 2002-11-05 [paul]       0.8.5claws71
7058
7059         * sync with 0.8.5cvs17
7060                 see ChangeLog 2002-11-05
7061
7062 2002-11-04 [paul]       0.8.5claws70
7063
7064         * sylpheed-128x128.png
7065           sylpheed-64x64.png
7066           sylpheed.png
7067                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7068                 <nikai@users.sourceforge.net>
7069                 
7070         * po/bg.po
7071                 updated by George Danchev
7072
7073 2002-11-03 [thorsten]   0.8.5claws69
7074
7075         * src/main.c
7076           src/mimeview.c
7077           src/rfc2015.h
7078                 add check if gpg is active
7079
7080 2002-11-03 [thorsten]   0.8.5claws68
7081
7082         * src/toolbar.h
7083                 removed GSList declaration causing trouble on MacOS-X
7084                 (submitted by alfons, reported by xfesty)
7085
7086 2002-11-01 [paul]       0.8.5claws67
7087
7088         * src/mainwindow.c
7089                 remove last remnants of main's filter code
7090
7091 2002-11-01 [paul]       0.8.5claws66
7092
7093         * tools/filter_conv.pl
7094                 fix bug where user-defined headers were ignored
7095
7096 2002-11-01 [paul]       0.8.5claws65
7097
7098         * src/logwindow.c
7099                 make a debug_print() not translatable
7100
7101 2002-10-31 [melvin]     0.8.5claws64
7102
7103         * ac/aspell.m4
7104                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7105                 not run any GNU/aspell test.  The dictionary path will
7106                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7107                 was given, in which case, it will be $prefix/lib/aspell/
7108         * configure.in
7109                 Fixed typo in commentary (Aspell code).
7110
7111 2002-10-31 [paul]       0.8.5claws63
7112
7113         * po/POTFILES.in
7114                 remove src/filter.c and src/prefs_filter.c
7115                 thanks to Ricardo for reminding me
7116
7117 2002-10-31 [colin]      0.8.5claws62
7118
7119         * src/mbox_folder.c
7120                 Plug some leaks
7121
7122 2002-10-31 [paul]       0.8.5claws61
7123
7124         * src/prefs_filter.[ch] ** REMOVED **
7125           src/filter.[ch]       ** REMOVED **
7126           
7127         * src/Makefile.am
7128           src/folderview.c
7129           src/inc.c
7130           src/main.c
7131           src/mainwindow.c
7132           src/mbox.c
7133           src/prefs_common.c
7134           src/prefs_filtering.c
7135           src/summaryview.[ch]
7136                 remove main's 'filter' code
7137                 
7138         README.claws
7139                 update to reflect removal of main's filter
7140
7141 2002-10-31 [paul]       0.8.5claws60
7142
7143         * src/summaryview.c
7144                 remove check for global_processing in summary_filter_open(). 
7145                 This fixes the bug where if the user uses the right-click 
7146                 'Create filter rule...' and doesn't have any filter rules 
7147                 already defined in claws' advanced filtering, the newly 
7148                 created filter rule goes to main's filtering which is 
7149                 inaccessible through the gui. Now the filter rule gets added
7150                 to claws' filtering by default.
7151
7152 2002-10-28 [melvin]     0.8.5claws59
7153
7154         * src/prefs_actions.c
7155                 Fixed bug #627322 where MIME parts were not always
7156                 correctly passed to a %p action
7157                 Display an error dialog when message filename is not found.
7158
7159 2002-10-28 [melvin]     0.8.5claws58
7160
7161         * src/prefs_common.c
7162                 Readded a missing function declaration lost in 0.8.3claws34
7163
7164 2002-10-28 [paul]       0.8.5claws57
7165
7166         * sync with 0.8.5cvs15
7167                 see ChangeLog 2002-10-28 and 2002-10-25
7168                 
7169         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7170
7171 2002-10-27 [oliver]     0.8.5claws56
7172
7173         * src/pop.c
7174                 plug leak in pop3_top_recv
7175
7176 2002-10-26 [christoph]  0.8.5claws55
7177
7178         * src/folder.c
7179                 set need_update folder flag when messages are added
7180                 (closes bug [ 626922 ] folder not updated after receiving)
7181
7182 2002-10-25 [melvin]     0.8.5claws54
7183
7184         * src/imageview.c
7185                 Fixed a memleak introduced in the scaling code.
7186
7187 2002-10-24 [alfons]     0.8.5claws53
7188
7189         * src/filtering.c
7190                 make filtering's forward message action forward from the 
7191                 correct account
7192                 (closes bug [628089 ] Filter -> Forward from address problem
7193                 reported by Oktay)
7194
7195 2002-10-24 [christoph]  0.8.5claws52
7196
7197         * src/mainwindow.c
7198         * src/manual.[ch]
7199                 o use manual of current locale or english if current
7200                   locale is not available (and english is available)
7201                 o also link to sylpheed doc project manuals
7202
7203 2002-10-23 [paul]       0.8.5claws51
7204
7205         * tools/README
7206           tools/kmail2sylpheed_v2.pl
7207                 add new version of kmail addressbook importer script.
7208                 works with newer versions of Kmail/KAddressBook which
7209                 have new and rearranged data.
7210
7211 2002-10-23 [martin]     0.8.5claws50
7212
7213         * src/folderview.c
7214         * src/summaryview.c
7215         * src/utils.h
7216         * src/utils.c
7217                 added length parameter to get_abbrev_newsgroup_name()
7218                 changed this function so that it abbreviates the newsgroup
7219                 names only so long it is smaller than the length parameter
7220                 (for better reading of some newsgroup names and space efficiency)
7221
7222 2002-10-22 [colin]      0.8.5claws49
7223
7224         *src/foldersel.c
7225                 Revert Alfons' last modification (after voting ;-))
7226
7227 2002-10-21 [alfons]     0.8.5claws48
7228
7229         * src/foldersel.c
7230                 folder view in folder selection dialog reflects state of
7231                 folder view in main window
7232
7233 2002-10-18 [alfons]     0.8.5claws47
7234
7235         * src/mbox.c
7236                 drop imported messages in folder selected by user,
7237                 and not in the inbox
7238                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7239
7240 2002-10-18 [alfons]     0.8.5claws46
7241
7242         * src/compose.c
7243                 make automagic reply work correctly for email accounts 
7244                 (whether it's viable to do a full sync with Hiro's 
7245                 compose.c is still under discussion)
7246
7247 2002-10-18 [melvin]     0.8.5claws45
7248
7249         * src/prefs_actions.c
7250                 Fixed bug #622275 where asynchroneous actions left 
7251                 zombies processes
7252                 Made (synchroneous) actions' input be displayed live.
7253
7254 2002-10-18 [christoph]  0.8.5claws44
7255
7256         * src/textview.c
7257                 don't add a newline in the textview in front of the
7258                 first textpart if header display is disabled
7259                 (closes bug [ 603385 ] disabled header display leaves blank
7260                  lin)
7261
7262 2002-10-18 [christoph]  0.8.5claws43
7263
7264         * src/folder.[ch]
7265         * src/imap.c
7266         * src/mbox_folder.c
7267         * src/mh.c
7268         * src/news.c
7269                 folder->get_num_list now returns an error code
7270                 (closes bug [ 609424 ] News cache cleared on failure)
7271                 
7272 2002-10-17 [colin]      0.8.5claws42
7273         
7274         * src/news.c
7275                 Changed a printf by debug_print
7276
7277 2002-10-16 [paul]       
7278
7279         * tools/OOo2sylpheed.pl
7280                 allow for spaces in the name of the
7281                 file to be attached.
7282
7283 2002-10-16 [colin]      0.8.5claws41
7284
7285         * src/main.c
7286                 Use a tristate to change online mode
7287
7288 2002-10-16 [paul]       0.8.5claws40
7289
7290         * po/es.po
7291                 updated by Ricardo Mones Lastra
7292
7293 2002-10-16 [colin]      0.8.5claws39
7294
7295         * src/main.c
7296           src/mainwindow.[ch]
7297                 Added --online and --offline command-line
7298                 switches
7299
7300 2002-10-15 [christoph]  0.8.5claws38
7301
7302         * src/procmime.c
7303                 set mimeinfo->name to NULL after g_free to
7304                 avoid double freeing with g_free
7305
7306 2002-10-14 [christoph]  0.8.5claws37
7307
7308         * src/compose.c
7309         * src/filtering.c
7310         * src/summaryview.c
7311                 remove calls to folder->change_flags that are now
7312                 done by procmsg flag functions (seems it is not
7313                 used by any foldertype anyway)
7314         * src/folder.c
7315                 init folder->change_flags with NULL
7316
7317 2002-10-14 [christoph]  0.8.5claws36
7318
7319         * src/folder.[ch]
7320         * src/imap.[ch]
7321                 use virtual functions for folder item new and destroy
7322                 functions
7323
7324 2002-10-14 [melvin]     0.8.5claws35
7325
7326         * src/compose.c
7327                 Added a test to not run the spell checker if no default
7328                 dictionary is available. No dialog is displayed though.
7329
7330 2002-10-14 [melvin]     0.8.5claws34
7331
7332         * src/gtkaspell.c
7333                 Fixed bug in dictionary list context menu where
7334                 "More..." pointed to an emtpy submenu if the
7335                 number of dictionaries is a multiple of 15
7336                 Removed unneeded code in suggestions list creation
7337
7338 2002-10-14 [paul]       0.8.5claws33
7339
7340         * po/bg.po
7341                 updated by George Danchev
7342
7343 2002-10-13 [hoa]        0.8.5claws32
7344
7345         * src/matcher.[ch]
7346           src/matcher_parser_parser.y
7347                 removed the escaped string from internal structure
7348                 of matcher.
7349
7350 2002-10-12 [colin]      0.8.5claws31
7351
7352         * src/gtksctree.[ch]
7353           src/summaryview.c
7354                 Removed useless function gtksctree_reanchor
7355
7356 2002-10-12 [alfons]     0.8.5claws30
7357         
7358         * sync with remaining main changes 2002-10-09 - 2002-10-11
7359         - drop changes to src/compose.c (requires claws specific changes)
7360         
7361 2002-10-12 [alfons]     0.8.5claws29
7362         
7363         * sync with main changes of 2002-10-08
7364         - drop changes to src/compose.c (requires claws specific changes)
7365         - drop changes to src/summaryview.c (requires changes to compose.c)     
7366
7367 2002-10-12 [alfons]     0.8.5claws28
7368         
7369         * sync with main changes of 2002-10-07
7370
7371 2002-10-12 [alfons]     0.8.5claws27
7372
7373         * sync with main changes of 2002-10-04
7374         - drop changes to src/compose.c (requires claws specific changes)
7375         - drop changes to src/prefs_folder_item.c (claws implementation
7376           seems to be working)
7377
7378 2002-10-12 [colin]      0.8.5claws26
7379
7380         * src/mainwindow.c
7381                 Fix folder-flicker when space-reading, introduced 
7382                 in claws22.
7383
7384 2002-10-12 [colin]      0.8.5claws25
7385
7386         * src/compose.c
7387                 Save account address when saving as draft.
7388                 (closes bug 621838)
7389
7390 2002-10-12 [colin]      0.8.5claws24
7391
7392         * src/summaryview.c
7393                 Fix the problem consisting of no message selected
7394                 after the last message in a folder has been moved.
7395
7396 2002-10-12 [paul]       0.8.5claws23
7397
7398         * src/compose.c
7399           src/prefs_template.c
7400           src/template.[ch]
7401                 add Cc and Bcc to templates. Patch submitted by
7402                 John L. Males.
7403
7404 2002-10-12 [colin]      0.8.5claws22
7405
7406         * src/folderview.c
7407                 Fix a bug after "Check for new messages":
7408                 If a folder was opened, it was still selected at
7409                 the end of the check, but displayed empty.
7410         * src/mainwindow.c
7411                 Remove unnecessary check
7412
7413 2002-10-12 [paul]
7414
7415         * tools/README
7416                 be more verbose in the description of
7417                 OOo2sylpheed.pl
7418                 
7419
7420 2002-10-11 [colin]      0.8.5claws21
7421
7422         * src/mainwindow.c
7423                 Make space work (better) when no mail is selected
7424
7425 2002-10-11 [colin]      0.8.5claws20
7426
7427         * src/inc.c
7428           src/news.c
7429                 fix warnings
7430
7431 2002-10-11 [colin]      0.8.5claws19
7432
7433         * src/mainwindow.c
7434                 revert 0.8.5claws6 changes as i couldn't get to
7435                 anything satisfying
7436
7437 2002-10-11 [melvin]     0.8.5claws18
7438
7439         * src/compose.c
7440                 Removed buggy and unused macro (should have been committed in
7441                 0.8.5claws17)
7442
7443 2002-10-11 [melvin]     0.8.5claws17
7444
7445         * src/compose.c
7446                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7447
7448 2002-10-11 [thorsten]   0.8.5claws16 
7449
7450         * src/folderview.c
7451                 remove rescan warning
7452
7453 2002-10-11 [colin]      0.8.5claws15 
7454
7455         * src/procheader.c
7456                 fix a segfault that happens if conv_unmime_header
7457                 fails (should be better to find out why it fails)
7458
7459 2002-10-11 [christoph]  0.8.5claws14
7460
7461         * src/summaryview.c
7462                 update folderview stats after ignore/unignore thread
7463
7464 2002-10-11 [hoa]        0.8.5claws13
7465
7466         * src/quote_fmt_parse.y
7467                 Fixed a yacc/bison syntax error
7468         * src/matcher.c
7469                 Escaping of string is fixed.
7470
7471 2002-10-11 [colin]      0.8.5claws12
7472
7473         * src/imageview.c
7474                 Resize images to fit
7475
7476 2002-10-11 [paul]       0.8.5claws11
7477
7478         * po/es.po
7479                 updated by Ricardo Mones Lastra
7480
7481 2002-10-10 [alfons]     0.8.5claws10
7482
7483         * src/compose.c
7484                 allow dropping files by "moving" files from a file manager,
7485                 not only by the more cumbersome "copying". the latter 
7486                 mostly implies holding down the Control button
7487
7488 2002-10-10 [christoph]  0.8.5claws9
7489
7490         * src/summaryview.c
7491                 update folders after thread building for ignored threads
7492
7493 2002-10-10 [christoph]  0.8.5claws8
7494
7495         * config/.cvsignore
7496                 added Makefile
7497         * src/filtering.[ch]
7498         * src/folder.[ch]
7499         * src/folderview.[ch]
7500         * src/import.c
7501         * src/inc.[ch]
7502         * src/mbox.[ch]
7503         * src/procmsg.c
7504         * src/summaryview.[ch]
7505                 o added new flag need_update to FolderItem
7506                 o removed folder_table from various functions from tracking
7507                   folder updates
7508                 o set need_update flags in folder.c's move, copy and delete
7509                   functions and procmsg's flags functions
7510                 o added function folderview_update_items_when_required that
7511                   updates all folders with need_update set
7512                 o call folderview_update_items_when_required instead of
7513                   folderview_update_item_foreach
7514
7515 2002-10-09 [sergey]     0.8.5claws7
7516
7517         * src/compose.c
7518                 Strip CRs whel loading the text into editor in reedit mode.
7519
7520 2002-10-09 [colin]      0.8.5claws6
7521
7522         * src/mainwindow.c
7523                 Make Space work when no mail is selected
7524
7525 2002-10-09 [colin]      0.8.5claws5
7526
7527         * src/gtksctree.[ch]
7528                 Fix range_select
7529                 Add gtk_sctree_reanchor() 
7530         * src/summaryview.c
7531                 Use gtk_sctree_reanchor() - better fix for 
7532                 bug 60413
7533
7534 2002-10-09 [colin]      0.8.5claws4
7535
7536         * src/summaryview.c
7537                 Fix shift-click select after delete problem
7538                 (closes bug 60413)
7539
7540 2002-10-08 [thorsten]   0.8.5claws3
7541
7542         * src/summaryview.c
7543                 exclude current msg from -hide read messages-
7544
7545 2002-10-08 [colin]      0.8.5claws2
7546
7547         * src/inc.[ch]
7548           src/pop.c
7549           src/recv.c
7550                 Differentiate socket errors from disk full
7551                 errors
7552
7553 2002-10-08 [christoph]  0.8.5claws1
7554
7555         * Makefile.am
7556         * configure.in
7557                 modifications for new config directory
7558
7559         * config.guess  ** REMOVED **
7560         * config.sub    ** REMOVED **
7561         * install-sh    ** REMOVED **
7562         * ltmain.sh     ** REMOVED **
7563         * missing       ** REMOVED **
7564         * mkinstalldirs ** REMOVED **
7565                 these files are autogenerated by automake
7566                 when you run autogen.sh
7567
7568         * config/.cvsignore     ** NEW FILE **
7569         * config/Makefile.am    ** NEW FILE **
7570                 ignore autogenerated files
7571                 create a Makefile in this directory
7572
7573 2002-10-08 [paul]       0.8.5claws
7574
7575         * 0.8.5claws release
7576         
7577         * src/compose.c
7578           src/procheader.c
7579           src/procmsg.c
7580                 fix quote reply format for newsgroups reply bug
7581                 (thanks to Hoa)
7582                 
7583         * po/en_GB.po
7584           po/pl.po
7585                 updated by me and Witold Wladyslaw Wojciech Wilk
7586                 repectively
7587
7588 2002-10-07 [paul]       0.8.3claws53
7589
7590         * po/it.po
7591           po/pt_BR.po
7592           po/sr.po
7593                 updated messages catalogs, submitted by
7594                 Alessandro Maestri, Fabio Jr.Beneditto 
7595                 and Urke MMI, respectively.
7596
7597 2002-10-07 [christoph]  0.8.3claws52
7598
7599         * src/folder.[ch]
7600         * src/folderview.c
7601         * src/mainwindow.c
7602                 fix new folder ghost message bug
7603                 (closes bug [ 619722 ] wrong count for newly created folders)
7604
7605 2002-10-07 [christoph]  0.8.3claws51
7606
7607         * src/compose.c
7608                 fix news posting problem
7609
7610 2002-10-07 [melvin]     0.8.3claws50
7611
7612         * po/fr.po
7613                 Updated French translation
7614
7615 2002-10-05 [christoph]  0.8.3claws49
7616
7617         * src/gtkstext.c
7618                 check if line_start_cache is set in gtk_stext_update_text
7619                 (closes bug [ 618119 ] crash while doing search in folder)
7620
7621 2002-10-05 [christoph]  0.8.3claws48
7622
7623         * src/imap.c
7624         * src/news.c
7625         * src/utils.c
7626         * src/utils.h
7627                 implement cache cleanups for claws' folder system
7628                 (closes bug [ 595916 ] imapcache not cleaned up)
7629
7630 2002-10-05 [melvin]     0.8.3claws47
7631
7632         * src/prefs_actions.c
7633                 Made the help text more clear for the %p token
7634
7635 2002-10-04 [paul]       0.8.3claws46
7636
7637         * sync with 0.8.5
7638                 see ChangeLog 2002-10-02 and 2002-10-03
7639
7640 2002-10-04 [christoph]  0.8.3claws45
7641
7642         * src/inc.c
7643                 fix segfault caused by pop before smtp
7644                 call to inc_account_mail with NULL
7645                 pointer for mainwin
7646
7647 2002-10-04 [paul]       0.8.3claws44
7648
7649         * configure.in
7650                 sync the LDAP detection from 0.8.5cvs1
7651
7652 2002-10-02 [christoph]  0.8.3claws43
7653
7654         * po/de.po
7655                 fix small spelling error
7656
7657 2002-10-02 [melvin]     0.8.3claws42
7658
7659         * ac/aspell.m4
7660                 Behave better and say "no" when test program cannot be run.
7661
7662 2002-10-02 [paul]       0.8.3claws41
7663
7664         * sync with 0.8.4cvs1
7665                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7666                 
7667         * src/summaryview.c
7668                 toggle the behavior of Reply menuitem between
7669                 normal reply and reply-to-list
7670
7671 2002-10-01 [sergey]     0.8.3claws40
7672
7673         * src/compose.c
7674                 Convert newlines in the message text to the canonical form
7675                 before base64 encoding (RFC2045 compliance, fixes some
7676                 interoperability issues with Evolution 1.0.3)
7677
7678 2002-09-29 [colin]      0.8.3claws39
7679
7680         * src/summaryview.c
7681                 Fix an unwanted copy/paste
7682
7683 2002-09-29 [colin]      0.8.3claws38
7684
7685         * src/mainwindow.c
7686                 Renamed "Custom toolbar" to "Customize toolbar"
7687                 Renamed "Show all header" to "Show all headers"
7688                 Renamed "Set diplay item" to "Set displayed items"
7689         * src/prefs_common.c
7690                 Renamed "Show all header" to "Show all headers"
7691         * src/prefs_summary_column.c
7692                 Renamed "diplay item" to "displayed items"
7693
7694 2002-09-29 [colin]      0.8.3claws37
7695
7696         * src/mainwindow.[ch]
7697                 online/offline status pixmaps follow theme
7698                 changes
7699         * src/summaryview.[ch]
7700                 quicksearch pixmap follows theme changes
7701
7702 2002-09-29 [thorsten]   0.8.3claws36
7703
7704         * src/compose.c
7705           src/prefs_folder_item.[ch]
7706                 add default_reply_to folder option (closes patch 581044)
7707
7708 2002-09-29 [christoph]  0.8.3claws35
7709
7710         * acconfig.h    ** REMOVED **
7711         * configure.in
7712         * ac/aspell.m4
7713         * ac/check-type.m4
7714         * ac/gnupg-check-typedef.m4
7715                 fix autoheader 2.50 warning
7716
7717 2002-09-29 [christoph]  0.8.3claws34
7718
7719         * major code cleanup (part 2)
7720         
7721                 - unused variables removed
7722                 - unused functions removed
7723                 - uninitialized variables checked
7724                 - missing return statements added
7725                 - missing function return types added
7726                 - added parentheses around assignment
7727                   when suggested by gcc
7728
7729 2002-09-29 [alfons]     0.8.3claws33
7730
7731         * src/logwindow.c
7732                 log_window_clear(): only bracket gtk_text_forward_delete() 
7733                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7734                 works around GTK text bug)
7735
7736 2002-09-29 [paul]       0.8.3claws32
7737
7738         * po/bg.po
7739           po/sr.po
7740                 updated by George Danchev and Urke MMI
7741                 respectively
7742
7743 2002-09-27 [christoph]  0.8.3claws31
7744
7745         * doc-src/readme.txt
7746         * doc-src/rfc1806.txt   ** REMOVED **
7747         * doc-src/rfc2183.txt   ** NEW FILE **
7748         * doc-src/rfc2980.txt   ** NEW FILE **
7749                 update rfcs
7750
7751 2002-09-27 [melvin]     0.8.3claws30
7752
7753         * ac/aspell.m4
7754                 Fixed typo which could break linking
7755
7756 2002-09-27 [melvin]     0.8.3claws29
7757
7758         * ac/aspell.m4
7759                 Improved GNU/aspell checking. 
7760                 Fixed bug #614490
7761
7762 2002-09-27 [paul]       0.8.3claws28
7763
7764         * sync with 0.8.3cvs8
7765                 see ChangeLog 2002-09-27
7766
7767 2002-09-26 [colin]      0.8.3claws27
7768
7769         * src/toolbar.[ch]
7770           src/mainwindow.[ch]
7771                 Add "Reply to Mailing-list" to the toolbar
7772
7773 2002-09-26 [christoph]  0.8.3claws26
7774
7775         * src/summaryview.c
7776                 Fix wrong message counts in summaryview status
7777
7778 2002-09-26 [paul]       0.8.3claws25
7779
7780         * sync with 0.8.3cvs7
7781                 see ChangeLog 2002-09-26
7782
7783 2002-09-26 [paul]       0.8.3claws24
7784
7785         * sync with 0.8.3cvs6
7786                 see ChangeLog 2002-09-25
7787
7788 2002-09-25 [christoph]  0.8.3claws23
7789
7790         * src/prefs_common.c
7791         * src/prefs_folder_item.c
7792         * src/prefs_scoring.c
7793                 Renamed "kill score" to "hide score" in GUI
7794                 and prefs files
7795
7796 2002-09-25 [paul]       0.8.3claws22
7797
7798         * sync with 0.8.3cvs5
7799                 see ChangeLog 2002-09-24
7800
7801 2002-09-24 [alfons]     0.8.3claws21
7802
7803         patch by Satoshi Nagayasu: allows appending / saving multiple 
7804         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7805         'Save as ...'")
7806
7807         * AUTHORS
7808                 add Satoshi Nagayasu
7809         * src/summaryview.c
7810                 summary_save_as(): allow saving selected files to
7811                 one file
7812                 summary_set_menu_sensitive: enable "Save As..." when
7813                 multiple files are selected
7814         * src/utils.[ch]
7815                 append_file(): new function
7816
7817 2002-09-24 [colin]      0.8.3claws20
7818
7819         * src/procmime.c
7820                 Fix segfault when mimeinfo doesn't have a 
7821                 content_type. 
7822
7823 2002-09-24 [colin]      0.8.3claws19
7824
7825         * src/prefs_common.[ch]
7826                 Add a preference to display send dialog or not
7827         * src/send.c
7828                 Display send dialog according to preference
7829
7830 2002-09-24 [colin]      0.8.3claws18
7831
7832         * src/compose.[ch]
7833                 Disable user actions when sending
7834
7835 2002-09-24 [colin]      0.8.3claws17
7836
7837         * src/procmime.c
7838                 Do not display name or filename for attachments
7839                 with an application/pgp-signature type
7840                 (security flaw, see bug 537413)
7841
7842 2002-09-23 [colin]      0.8.3claws16
7843
7844         * src/editaddress.c
7845                 Initialize entry_email, entry_alias and 
7846                 entry_remarks to first email address of the list
7847
7848 2002-09-23 [colin]      0.83claws15
7849
7850         * src/compose.c
7851                 Drop pgp-signature when reediting a signed queued
7852                 message
7853
7854 2002-09-23 [melvin]     0.8.3claws14
7855
7856         * po/fr.po
7857                 Updated French translation
7858
7859 2002-09-23 [melvin]     0.8.3claws13
7860
7861         * src/mainwindow.c
7862                 Made custom toolbar menu labels more consistent
7863         * src/prefs_toolbar.c
7864                 Made custom toolbar window title more consistent
7865
7866 2002-09-22 [colin]      0.8.3claws12
7867
7868         * src/inc.c
7869                 Initialize session type to normal before getting 
7870                 mail (fixes strange Get behaviour)
7871         * src/prefs_account.h
7872                 Move STYPE_POP_BEFORE_SMTP to last position to 
7873                 avoid other side-effects
7874
7875 2002-09-22 [colin]      0.8.3claws11
7876
7877         * src/prefs_account.c
7878                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7879                 from pop3 to apop or vice-versa
7880
7881 2002-09-22 [colin]      0.8.3claws10
7882         
7883         * src/prefs_account.[ch]
7884                 Add an option for the POP before SMTP timeout
7885         * src/inc.c
7886                 Remember time of last POP connection
7887         * src/send.c
7888                 Do POP before SMTP only if timeout reached
7889
7890 2002-09-22 [oliver]     0.8.3claws9
7891         
7892         * README.claws
7893                 explain custom toolbar
7894
7895 2002-09-22 [oliver]     0.8.3claws8
7896
7897         * src/prefs_actions.[ch]
7898         custom toolbar for compose      
7899                 actions callback from compose toolbar
7900         * src/folderview.c
7901                 remove include toolbar.h
7902
7903 2002-09-22 [oliver]     0.8.3claws7
7904         
7905         * src/prefs_toolbar.[ch]
7906                 custom toolbar for compose
7907                 - generic prefs_toolbar handles both
7908                   Mainwin's toolbar as well as Compose toolbar          
7909
7910 2002-09-22 [oliver]     0.8.3claws6
7911         
7912         * src/toolbar.[ch]
7913                 custom toolbar for compose
7914                 restructure toolbar.[ch]
7915
7916 2002-09-22 [oliver]     0.8.3claws5
7917
7918         * src/compose.[ch]
7919                 custom toolbar for compose
7920
7921 2002-09-22 [oliver]     0.8.3claws4
7922         
7923         * src/mainwindow.[ch]
7924                 custom toolbar for compose 
7925                 move mainwin toolbar back to mainwindow
7926
7927 2002-09-22 [alfons]     0.8.3claws3
7928
7929         * src/procmsg.c
7930                 :%sno/if(/if (/gc
7931                 :%sno/for(/for (/gc
7932                 (beautify)
7933
7934 2002-09-22 [alfons]     0.8.3claws2
7935         
7936         * src/procmsg.c
7937                 procmsg_save_to_outbox(): don't unlink message file from queue;
7938                 callers should do it using folder_item_remove_msg()
7939
7940 2002-09-22 [colin]      0.8.3claws1
7941
7942         * src/mimeview.[ch]
7943                 Made mimeview_check_signature() public
7944         * src/textview.c
7945                 Made GPG signatures verifiable by clicking
7946                 the [application/pgp-signature] in the Text
7947                 view
7948
7949 2002-09-22 [paul]       0.8.3claws
7950
7951         * po/bg.po
7952           po/en_GB.po
7953           po/es.po
7954           po/it.po
7955           po/pl.po
7956           po/pt_BR.po
7957           po/sr.po
7958                 updated translations, submitted by George Danchev,
7959                 me, Ricardo Mones Lastra, Alessandro Maestri,
7960                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7961                 and Urke MMI, respectively.     
7962
7963 2002-09-22 [alfons]     0.8.2claws65
7964
7965         * src/procmsg.c
7966         * src/pgptext.c
7967                 no furry valgrinds have been used to plug these memleaks
7968
7969 2002-09-20 [paul]       0.8.2claws64
7970
7971         * sync with 0.8.3cvs4
7972                 'Select thread' re-implemented 
7973                 see ChangeLog 2002-09-20
7974
7975 2002-09-21 [alfons]     0.8.2claws63
7976
7977         * src/compose.c
7978                 compose_send(): plug unnoticed memleak
7979
7980 2002-09-20 [alfons]     0.8.2claws62
7981
7982         * src/addr_compl.c
7983                 replace_address_in_edit(): strict check for NULL address to
7984                 fix "[ 607348 ] Segfault in address completion". My guess is
7985                 that this happens with an empty address book, but it's good
7986                 to have this check here anyway
7987                 
7988                 completion_window_button_press(): free string returned 
7989                 from the internal cache
7990
7991 2002-09-20 [christoph]  0.8.2claws61
7992
7993         * src/procmime.h
7994                 added ENC_BINARY to EncodingType
7995         * src/procmime.c
7996                 the string returned by procmime_get_encoding_str
7997                 should not depend on the order of values in the
7998                 EncodingType definition
7999         * doc-src/rfc1806.txt   ** NEW FILE **
8000                 Added rfc1806 about MIME Content-Disposition
8001                 Extension
8002
8003 2002-09-19 [paul]       0.8.2claws60
8004
8005         * sync with 0.8.2cvs3
8006                 see ChangeLog 2002-09-19
8007
8008 2002-09-19 [paul]       0.8.2claws59
8009
8010         * src/prefs_folder_item.c
8011                 revert to Darko's original alignment of colour
8012                 selector button
8013                 add a colon to folder_color label
8014                 
8015         * src/compose.c
8016                 add Colin's patch (with Hiro's modifications) to 
8017                 force BASE64 encoding for 8-bit text when signing
8018                 (sync with 0.8.3cvs2)
8019
8020 2002-09-18 [alfons]     0.8.2claws58
8021
8022         * src/compose.c
8023                 :%sno/if(/if (/gc
8024                 :%sno/for(/for (/gc
8025                 (beautify a little bit)
8026
8027 2002-09-18 [christoph]  0.8.2claws57
8028
8029         * src/pine.c
8030                 fix handling of fgetc return value
8031
8032 2002-09-17 [alfons]     0.8.2claws56
8033         
8034         * src/summaryview.c
8035                 summary_sort(): check non-NULL summaryview->folder_item when no 
8036                 folder is selected at all
8037                 (closes "[ 610344 ] sort label make syl Crash")
8038
8039 2002-09-17 [alfons]     0.8.2claws55
8040         
8041         * src/compose.c
8042                 beautify a little bit
8043
8044 2002-09-17 [christoph]  0.8.2claws54
8045
8046         * src/folder.c
8047                 initialize max values for cache and folder
8048                 when cache or folder is empty
8049
8050 2002-09-15 [colin]      0.8.2claws53
8051
8052         * src/compose.c
8053                 Fix a leak (thanks Alfons!) and cleaned
8054                 variables names for custom headers
8055
8056 2002-09-15 [colin]      0.8.2claws52
8057
8058         * src/compose.c
8059                 Fix custom headers recognition when
8060                 prefs_common.trans_hdr is on
8061
8062 2002-09-15 [colin]      0.8.2claws51
8063
8064         * src/compose.c
8065                 Allow dynamically-added custom headers
8066                 Yet not reparsed if reedited
8067
8068 2002-09-15 [alfons]     0.8.2claws50
8069
8070         * src/prefs_account.c
8071                 fix warnings
8072
8073 2002-09-15 [colin]      0.8.2claws49
8074         
8075         * src/prefs_account.c
8076                 fix pop_before_smtp sensitivity
8077
8078 2002-09-15 [colin]      0.8.2claws48
8079
8080         * src/inc.[ch]
8081                 add inc_pop_before_smtp()
8082                 allow MainWindow to be undefined in 
8083                 inc_account_mail() and inc_start()
8084         * src/pop.c
8085           src/prefs_account.h
8086                 add STYPE_POP_BEFORE_SMTP session type
8087         * src/prefs_account.c
8088                 activated pop before smtp option
8089         * src/send.c
8090                 do pop before smtp if the relevant option 
8091                 is set
8092
8093 2002-09-15 [paul]       0.8.2claws47
8094
8095         * sync with 0.8.3
8096                 see ChangeLog 2002-09-15
8097
8098 2002-09-14 [paul]       0.8.2claws46
8099
8100         * po/bg.po
8101                 updated Bulgarian translation, submitted by
8102                 George Danchev
8103
8104 2002-09-13 [paul]       0.8.2claws45
8105
8106         * src/compose.c
8107                 merge claws' select_account() with main's
8108                 (new) compose_select_account(). [sync with
8109                 0.8.2cvs15, see ChangeLog 2002-09-11]
8110
8111 2002-09-12 [christoph]  0.8.2claws44
8112
8113         * src/filter.c
8114                 allocate 1 elements of FolderItem not 0
8115
8116 2002-09-12 [colin]      0.8.2claws43
8117
8118         * src/compose.c
8119                 Fix bug #590825 (obey Follow-up: poster)
8120
8121 2002-09-12 [colin]      0.8.2claws42
8122
8123         * src/procmime.c
8124                 Fix bug #557009 (wrong headers for messages 
8125                 forwarded as attachments)
8126
8127 2002-09-11 [colin]      0.8.2claws41
8128         
8129         * src/compose.c
8130                 Put SCF: pseudo-header on top of message
8131                 Set draft tmp_flag when saved as draft
8132
8133         * src/procmsg.c
8134           src/procheader.c
8135                 Skip after first \n\n for beginning of real message
8136                 for drafts too
8137
8138 2002-09-11 [christoph]  0.8.2claws40
8139
8140         * src/filtering.c
8141                 use procmsg flag functions in filtering or processing
8142                 will cause incorrect folder message counts
8143
8144 2002-09-11 [colin]      0.8.2claws39
8145
8146         * src/compose.c
8147                 Fix bug #550175 - wrong save folder when reediting
8148                 drafts
8149
8150 2002-09-11 [paul]       0.8.2claws38
8151
8152         * sync with 0.8.2cvs14
8153                 see ChangeLog 2002-09-11
8154
8155 2002-09-11 [colin]      0.8.2claws37
8156
8157         * src/folder.c
8158                 Fix a typo (seeming to cause new/unread status to
8159                 be lost)
8160
8161 2002-09-10 [christoph]  0.8.2claws36
8162
8163         * src/compose.c
8164                 compose_redirect should not use compose_generic_new
8165                 because that does more stuff than expected including
8166                 opening the external editor
8167                 (closes bug "[ 526608 ] bounced messages appear blank
8168                  in editor")
8169
8170 2002-09-10 [christoph]  0.8.2claws35
8171
8172         * src/folder.c
8173                 fix problem with too large message number range
8174                 causing a crash in folder_item_scan
8175
8176 2002-09-10 [paul]       0.8.2claws34
8177
8178         * sync with 0.8.2cvs13
8179                 see ChangeLog 2002-09-10
8180
8181 2002-09-10 [christoph]  0.8.2claws33
8182
8183         * src/msgcache.c
8184                 set MsgInfo TmpFlags for queue and draft folders
8185                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8186
8187 2002-09-10 [paul]       0.8.2claws32
8188
8189         * AUTHORS
8190           po/bg.po      ** NEW FILE **
8191                 new Bulgarian translation submitted by
8192                 George Danchev <danchev@spnet.net>
8193                 
8194         * tools/Makefile.am
8195           tools/README
8196           tools/tb2sylpheed     ** NEW FILE **
8197                 add script that converts an addressbook exported
8198                 from The Bat! into a Sylpheed addressbook. Submitted
8199                 by Urke MMI <urke-kg@eunet.yu>
8200
8201 2002-09-10 [paul]       0.8.2claws31
8202
8203         * sync with 0.8.2cvs12
8204                 see ChangeLog 2002-09-10
8205
8206 2002-09-06 [paul]       0.8.2claws30
8207
8208         * src/prefs_common.c
8209                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8210                 
8211         * tools/Makefile.am
8212           tools/README
8213           tools/ldif-to-xml.py  ** REMOVED **
8214                 remove obsolete python script
8215
8216 2002-09-06 [paul]       0.8.2claws29
8217
8218         * sync with 0.8.2cvs10
8219                 see ChangeLog 2002-09-06
8220
8221 2002-09-04 [paul]       0.8.2claws28
8222
8223         * sync with 0.8.2cvs9
8224                 see ChangeLog 2002-08-04
8225
8226 2002-09-04 [colin]      0.8.2claws27 
8227
8228         * src/prefs_common.[ch]
8229                 Added signature color configuration
8230         * src/textview.c
8231                 Use user-specified signature color
8232
8233 2002-09-03 [colin]      0.8.2claws26
8234
8235         * src/prefs_common.[ch]
8236                 Added autosave and autosave_length prefs
8237         * src/compose.c
8238                 Added compose_remove_draft()
8239                 Auto-save drafts according to the prefs
8240         * src/main.c
8241                 Added a crash-indicator file, allowing to check
8242                 for new messages on startup if Sylpheed crashed
8243                 (makes saved drafts "reappear")
8244
8245 2002-09-03 [colin]      0.8.2claws25
8246
8247         * src/textview.[ch]
8248                 Grey the signature
8249
8250 2002-09-03 [paul]       0.8.2claws24
8251
8252         * sync with 0.8.2cvs8
8253                 see ChangeLog 2002-09-02 and 2002-09-03
8254
8255 2002-09-03 [darko]      0.8.2claws23
8256
8257         * src/folderview.c
8258                 use normal style when creating new folder to pick
8259                 proper font size 
8260
8261 2002-09-02 [melvin]     0.8.2claws22
8262
8263         * src/gtkaspell.m4
8264                 removed some obsolete code
8265
8266 2002-09-02 [melvin]     0.8.2claws21
8267
8268         * ac/aspell.m4
8269                 fixed test's equality sign (== to =)
8270
8271 2002-09-02 [alfons]     0.8.2claws20
8272
8273         * src/folder.c
8274         * src/mh.c
8275                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8276                 as folder->destroy virtual as suggested by Hiro
8277                 (the mh.c code seems to have been lost around mh.c.1.21)
8278
8279 2002-09-02 [paul]       0.8.2claws19
8280
8281         * po/pt_BR.po
8282                 updated by Fabio Jr. Beneditto
8283                 
8284         * src/defs.h
8285                 use 'http://claws.sylpheed.org' for homepage link. 
8286                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8287
8288 2002-09-01 [alfons]     0.8.2claws18
8289
8290         * src/mh.c
8291                 plug memleak related to one Martin Kluge found
8292
8293 2002-08-31 [paul]       0.8.2claws17
8294
8295         * sync with 0.8.2cvs6
8296                 see ChangeLog 2002-08-30
8297
8298 2002-08-31 [alfons]     0.8.2claws16
8299
8300         * src/folder.c
8301                 folder_destroy(): remove mailbox from folderlist even if it has
8302                 no destroy virtual
8303
8304 2002-08-31 [alfons]     0.8.2claws15
8305
8306         * src/folder.c
8307                 :%sno/if(/if (/gc
8308                 :%sno/for(/for (/gc
8309                 (being pedantic I know)
8310
8311 2002-08-31 [alfons]     0.8.2claws14
8312
8313         * src/folder.c
8314                 check for NULL pointers returned from folder->fetch_msginfo virtual
8315                 (should solve some reported crashes)
8316
8317 2002-08-30 [alfons]     0.8.2claws13
8318
8319         * acconfig.h
8320         * configure.in
8321         * src/crash.c
8322                 enable crash dialog on compilation time
8323                 (--enable-crash-dialog configure option)
8324
8325 2002-08-30 [alfons]     0.8.2claws12
8326
8327         * AUTHORS
8328                 add Martin Kluge
8329         * src/mh.c
8330                 apply memory leak plug patch by Martin Kluge
8331                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8332                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8333                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8334
8335 2002-08-30 [darko]      0.8.2claws11
8336
8337         * src/folderview.c
8338                 copy Gtk style from normal style to match
8339                 font size for coloured folders
8340
8341 2002-08-29 [alfons]     0.8.2claws10
8342
8343         * sylpheed.desktop
8344                 Type=Internet <- Type=Application
8345                 (reported by Michael Schwendt, see:
8346                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8347                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8348
8349 2002-08-29 [paul]       0.8.2claws9
8350
8351         * sync with 0.8.2cvs5
8352                 see ChangeLog 2002-08-29
8353
8354 2002-08-29 [colin]      0.8.2claws8
8355
8356         * src/summaryview.c
8357                 Added a sanity check in summary_select_thread
8358                 Should fix bug 601605
8359
8360 2002-08-29 [colin]      0.8.2claws7
8361
8362         * src/main.c
8363                 Revert claws6 changes regarding bug #591676
8364
8365 2002-08-28 [colin]      0.8.2claws6
8366         
8367         * src/main.c
8368                 Ignore cache for queue folderitems
8369                 Fix bug #591676
8370
8371 2002-08-28 [melvin]     0.8.2claws5
8372
8373         * README.claws
8374                 Fixed typos.
8375
8376 2002-08-28 [melvin]     0.8.2claws4
8377
8378         * README.claws
8379                 Updated a bit the text concerning the spell checker
8380
8381 2002-08-28 [melvin]     0.8.2claws3
8382
8383         Merged the GNU_aspell_branch:
8384                 Support of new GNU/aspell is now included and the old pspell
8385                 is not supported anymore.
8386                 See README.claws
8387
8388         * README.claws
8389                 Updated spell checker text to reflect the switch to GNU/aspell
8390
8391         * ac/aspell.m4          *** NEW ***
8392         * src/gtkaspell.[ch]    *** NEW *** 
8393         * ac/pspell.m4          *** DELETED *** 
8394         * src/gtkspell.[ch]     *** DELETED ***
8395
8396         * ac/Makefile.am
8397                 Updated for GNU/aspell support
8398
8399         * po/POTFILES.in
8400                 Replaced gtkspell.c by gtkaspell.c
8401
8402         * acconfig.h
8403         * src/Makefile.am
8404         * src/about.c
8405         * src/compose.[ch]
8406         * src/crash.c
8407         * src/main.c
8408         * src/prefs_common.[ch]
8409                 Updated for GNU/aspell support
8410
8411 2002-08-28 [paul]       0.8.2claws2
8412
8413         * sync with 0.8.2cvs4
8414                 see ChangeLog 2002-08-27 and 2002-08-28
8415
8416 2002-08-28 [colin]      0.8.2claws1
8417
8418         * src/summary_search.c
8419                 Added "AND search"
8420
8421 2002-08-28 [jens]       0.8.2claws
8422
8423         *po/de.po
8424                 Updated German translations
8425
8426 2002-08-27 [melvin]     0.8.2claws
8427
8428         * po/fr.po
8429                 Updated French translations
8430
8431 2002-08-27 [paul]       0.8.2claws
8432
8433         * sync with 0.8.2 main release
8434
8435         * po/en_GB.po
8436           po/es.po
8437           po/it.po
8438           po/pl.po
8439           po/pt_BR.po
8440           po/sr.po
8441                 updated message catalogs submitted by
8442                 Ricardo Mones Lastra, Alessandro Maestri,
8443                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8444                 Beneditto and Urke MMI  
8445
8446 2002-08-27 [hoa]        0.8.1claws123
8447
8448         * src/mainwindow.[ch]
8449         * src/summaryview.[ch]
8450                 removed the "filter setting" menu option.
8451                 add a "cancel a news message" menu option.
8452
8453 2002-08-26 [martin]     0.8.1claws122
8454
8455         * ChangeLog.claws
8456                 changed string under 0.8.1claws79 changed by myself
8457                 i'm sorry alfons :(
8458
8459 2002-08-26 [martin]     0.8.1claws121
8460
8461         * src/crash.c
8462                 added kill command to debuggerrc to start crash dialog
8463
8464 2002-08-26 [paul]       0.8.1claws120
8465
8466         * sync with 0.8.1cvs31
8467                 see ChangeLog 2002-08-26
8468
8469 2002-08-25 [alfons]     0.8.1claws119
8470
8471         * src/procmsg.c
8472                 fix bug that didn't send out correct headers to news server
8473                 when sending news article and email from queue (bug reported
8474                 and patch provided by Tim Mann; closes bug 
8475                 "[ 583196 ] 0.7.8claws can't post news")
8476
8477 2002-08-25 [alfons]     0.8.1claws118
8478
8479         * src/selective_download.c
8480                 mark two strings as translatable
8481                 (thanks to Urke MMI for pointing this out)
8482
8483 2002-08-25 [alfons]     0.8.1claws117
8484
8485         * src/summaryview.c
8486                 treat sent boxes as special and allow sorting them by addressee
8487                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8488                 submitted by Steve Lamb)
8489
8490 2002-08-24 [alfons]     0.8.1claws116
8491
8492         * src/matcher.c
8493                 fix memleak reported by Martin Kluge
8494                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8495
8496 2002-08-24 [oliver]     0.8.1claws115
8497
8498         * src/prefs_toolbar.c
8499                 o code cleanup as suggested by Alfons
8500                 o memleak fix
8501
8502 2002-08-24 [alfons]     0.8.1claws114
8503
8504         * src/summaryview.c
8505                 o fix another memory leak reported by Martin Kluge
8506                   (see "[ 599568 ] Small Memory Leak")
8507                 o remove 'from' variable from 'summary_set_header()'; we can
8508                   do with just 'to' 
8509
8510 2002-08-24 [paul]       0.8.1claws113
8511
8512         * sync with 0.8.1cvs30
8513                 see ChangeLog 2002-08-23
8514
8515 2002-08-24 [alfons]     0.8.1claws112
8516
8517         * src/summaryview.c
8518                 remove unnecessary allocations for search bar fixing leaks
8519                 reported by Martin Kluge
8520                 (see "[ 599451 ] Further memory leaks?")
8521
8522 2002-08-24 [alfons]     0.8.1claws111
8523
8524         * src/main.c
8525                 make get_socket_name() public for crash.c
8526         * src/crash.c
8527                 o make report bug button work (goes to claws' 
8528                   bug tracker at sf.net)
8529                 o introduce function for doing important stuff just
8530                   before claws goes down
8531                 o clean up code 
8532
8533 2002-08-24 [alfons]     0.8.1claws110
8534
8535         * src/compose.c
8536                 move cursor to "To" entry when forwarding as attachment
8537                 (reported and solved by Steve Lamb, closes bug report
8538                 "[ 592880 ] Forward as attachment; cursor not in to")
8539
8540 2002-08-24 [colin]      0.8.1claws109
8541
8542         * src/mainwindow.c
8543                 fix quick search visibility after GUI (de)separations.
8544
8545 2002-08-23 [colin]      0.8.1claws108
8546
8547         * src/mainwindow.c
8548                 fix header pane visibility after folderview or
8549                 messageview (de)separation
8550
8551 2002-08-23 [paul]       0.8.1claws107
8552
8553         * src/mainwindow.[ch]
8554           src/toolbar.c
8555                 give full control of display or non-display 
8556                 of the Execute icon to Custom toolbar settings.
8557                 add new sensitivity condition to maninwindow.h: 
8558                 M_DELAY_EXEC
8559
8560         * ChangeLog
8561           ChangeLog.jp
8562           NEWS
8563                 more sync with 0.8.1cvs29
8564
8565 2002-08-23 [melvin]     0.8.1claws106
8566
8567         * src/alertpanel.c
8568                 Readded support for custom widget in alertpanel lost in last
8569                 sync.
8570
8571 2002-08-23 [paul]       0.8.1claws105
8572
8573         * sync with 0.8.1cvs29
8574                 see ChangeLog 2002-08-23
8575
8576 2002-08-23 [colin]      0.8.1claws104
8577
8578         * src/summaryview.c
8579                 Fix folder and search pixmaps exchanging positions
8580                 after theme or toolbar changes. Thank to Oliver for 
8581                 reporting this.
8582
8583 2002-08-23 [colin]      0.8.1claws103
8584
8585         * src/mainwindow.c
8586           src/messageview.[ch]
8587           src/noticeview.[ch]
8588           src/summaryview.c
8589                 Changed messageview_create() and noticeview_create()
8590                 to avoid the last gdk_warning
8591
8592 2002-08-22 [colin]      0.8.1claws102
8593
8594         * src/summaryview.c
8595                 Fix my new `Creating pixmap from xpm' warning
8596
8597 2002-08-22 [colin]      0.8.1claws101
8598
8599         * src/mainwindow.c
8600                 Fix some of the gdk warnings
8601
8602 2002-08-22 [colin]      0.8.1claws100
8603
8604         * src/Makefile.am
8605         * src/stock_pixmap.c
8606         * src/stock_pixmap.h
8607         * src/pixmaps/quicksearch.xpm *ADDED*
8608                 Add the quicksearch pixmap
8609         * src/mainwindow.c
8610         * src/summaryview.c
8611         * src/summaryview.h
8612                 Make quicksearch bar visible/hidden via a button
8613
8614 2002-08-22 [christoph]  0.8.1claws99
8615
8616         * src/folder.c
8617                 fix folder update for newsgroups with message
8618                 numbers below minimum number of articles to fetch
8619                 (closes bug #598445)
8620
8621 2002-08-22 [paul]       0.8.1claws98
8622
8623         * sync with 0.8.1cvs28
8624                 see ChangeLog 2002-08-22
8625
8626 2002-08-21 [alfons]     0.8.1claws97
8627
8628         * src/crash.c
8629                 use bt instead of bt full which seems to work 
8630                 better, and bt full doesn't give a great deal 
8631                 of information anyway
8632
8633 2002-08-21 [colin]      0.8.1claws96
8634
8635         * src/summaryview.c
8636                 fix summaryview_searchtype_changed prototype
8637
8638 2002-08-21 [christoph]  0.8.1claws95
8639
8640         * src/mainwindow.c
8641                 o fix broken menu update for sorting type, we have to
8642                   get this info from the summaryview now
8643                 o removed setting of threaded state in menu callback
8644         * src/summaryview.[ch]
8645                 more summaryview/folderitem seperation for
8646                 threading option
8647         * configure.in
8648                 removed not required --with-compiler-flags option
8649
8650 2002-08-21 [oliver]     0.8.1claws94
8651         
8652         * src/toolbar.h 
8653                 o rename toolbar.xml to toolbar_main.xml
8654                   since toolbar_compose.xml might come up 
8655                   any time soon
8656         * README.claws
8657                 add custom toolbar              
8658
8659 2002-08-21 [darko]      0.8.1claws93
8660
8661         * src/procmsg.c
8662                 don't reset tmp flags for messages copied
8663                 to sent folder
8664
8665 2002-08-21 [colin]      0.8.1claws92
8666         
8667         * src/prefs_filtering.c
8668                 fix renaming rules on folder rename 
8669                 when folder is not a leaf folder
8670
8671 2002-08-21 [paul]       0.8.1claws91
8672
8673         * src/prefs_folder_item.c
8674                 fix alignment of colour selector
8675
8676 2002-08-21 [paul]       0.8.1claws90
8677
8678         * sync with 0.8.1cvs27
8679                 see ChangeLog 2002-08-21
8680
8681 2002-08-21 [paul]       0.8.1claws89
8682
8683         * src/summaryview.c
8684                 fix crash when changing field type in
8685                 Quick search bar
8686
8687 2002-08-21 [colin]      0.8.1claws88
8688
8689         * src/summaryview.c
8690                 Made quick search case-insensitive
8691
8692 2002-08-21 [paul]       0.8.1claws87
8693
8694         * sync with 0.8.1cvs26
8695                 see ChangeLog 2002-08-21
8696
8697 2002-08-20 [christoph]  0.8.1claws86
8698
8699         * src/folderview.c
8700         * src/main.c
8701         * src/summaryview.[ch]
8702                 more summaryview/folderitem seperation for
8703                 sort_key and sort_type
8704         * src/procmsg.c
8705                 added missing return statement
8706
8707 2002-08-20 [colin]      0.8.1claws85
8708
8709         * src/summaryview.[ch]
8710                 Added a quick search box
8711         * src/mainwindow.c
8712         * src/prefs_common.[ch]
8713                 Added a show/hide option for the quick search
8714
8715 2002-08-20 [oliver]     0.8.1claws84
8716         
8717         * src/mainwindow.c
8718                 remove toolbar_create_popups
8719         * src/toolbar.[ch]
8720                 o remove toolbar_create_popups
8721                 o fix toolbar_set_sensitive 
8722                   (Bug reports #596834 and #596832)     
8723         * src/prefs_toolbar.c
8724                 o add "Set default" button
8725                 o align label and text + combo widgets
8726
8727 2002-08-20 [hoa]        0.8.1claws83bis
8728
8729         * src/imap.c
8730                 fixed a bug in imap_fetch_msginfo() in case there is no
8731                 current folder.
8732
8733 2002-08-20 [darko]      0.8.1claws83
8734
8735         * src/folderview.c
8736                 copy the color style of folder view so it
8737                 works with GTK themes
8738
8739 2002-08-20 [darko]      0.8.1claws82
8740
8741         * src/folder.h
8742         * src/folderview.c
8743         * src/prefs_folder_item.[hc]
8744                 don't use UI stuff in folder.h
8745
8746 2002-08-20 [darko]      0.8.1claws81
8747
8748         * src/folder.h
8749         * src/prefs_folder_item.h
8750         * src/folderview.c
8751         * src/prefs_folder_item.c
8752                 ability to set folder color in folderview
8753
8754 2002-08-19 [alfons]     0.8.1claws80
8755
8756         * src/summaryview.c
8757                 fix one of the earlier memleaks reported by Martin Kluge
8758
8759 2002-08-19 [alfons]     0.8.1claws79
8760
8761         * src/mainwindow.c
8762                 hide notice view when selecting seperate folder
8763                 view (reported by Urke MMI)
8764
8765 2002-08-19 [christoph]  0.8.1claws78
8766
8767         * src/folderview.c
8768         * src/prefs_folder_item.h
8769         * src/summaryview.[ch]
8770                 o add summary_set_prefs_from_folderitem to set
8771                   summaryview prefs (first step to remove all
8772                   references to the folderitem in summaryview)
8773                 o moved compiled regex stuff from folderitem prefs
8774                   to summaryview code
8775
8776 2002-08-19 [paul]       0.8.1claws77
8777
8778         * src/compose.c
8779                 add check for '.' to QUOTE_IF_REQUIRED
8780
8781 2002-08-19 [paul]       0.8.1claws76
8782
8783         * src/inc.c
8784                 sync with 0.8.1cvs25 (plug memory leak)
8785
8786         * src/prefs_toolbar.c
8787                 re-order prefs_toolbar_cancel()
8788
8789 2002-08-18 [alfons]     0.8.1claws75
8790
8791         * src/inc.c
8792         * src/matcher.c
8793                 plug other memleaks reported by Martin Kluge
8794
8795 2002-08-18 [paul]       0.8.1claws74
8796
8797         * po/pt_BR.po
8798                 updated by Fabio Jr. Beneditto
8799
8800 2002-08-18 [paul]       0.8.1claws73
8801
8802         * src/toolbar.[ch]
8803                 fix bug where tooltips were displayed untranslated              
8804
8805         * src/prefs_toolbar.c
8806                 fix bug where clicking 'Cancel' creates an icon & text
8807                 toolbar regardless of prefs
8808         
8809
8810 2002-08-17 [oliver]     0.8.1claws72
8811
8812         * src/prefs_toolbar.c
8813                 update toolbar on CANCEL
8814                 bug reported by Martin Kluge
8815         * src/toolbar.c
8816                 toolbar_destroy memleak fixed           
8817
8818 2002-08-17 [alfons]     0.8.1claws71
8819
8820         * src/toolbar.c
8821                 plug another memleak reported by Martin Kluge
8822
8823 2002-08-16 [alfons]     0.8.1claws70
8824
8825         * src/crash.c
8826                 use execvp() correctly (suggested by wwp; thanks!)
8827
8828 2002-08-16 [alfons]     0.8.1claws69
8829
8830         * src/gtksctree.c
8831                 plug memory leak reported by Kim Schultz & Martin Kluge
8832
8833 2002-08-16 [paul]       0.8.1claws68
8834
8835         * po/es.po
8836                 updated by Ricardo Mones Lastra
8837
8838 2002-08-16 [paul]       0.8.1claws67
8839
8840         * src/toolbar.h
8841                 fix bug where 'Compose News' icon showed wrong
8842                 tooltip
8843
8844 2002-08-16 [paul]       0.8.1claws66
8845
8846         * sync with 0.8.1cvs24
8847                 see ChangeLog 2002-08-16
8848
8849         * po/it.po
8850                 updated by Alessandro Maestri
8851
8852 2002-08-15 [paul]       0.8.1claws65
8853
8854         * po/sr.po
8855                 updated by Urke MMI
8856
8857 2002-08-15 [paul]       0.8.1claws64
8858
8859         * src/*.c
8860                 don't translate debug info
8861
8862         * src/matcher.[ch]
8863                 add copyright info
8864
8865 2002-08-15 [paul]       0.8.1claws63
8866
8867         * src/prefs_toolbar.c
8868                 fix bug where clicking 'OK' creates an icon & text
8869                 toolbar regardless of prefs
8870
8871 2002-08-14 [alfons]     0.8.1claws62
8872
8873         * src/main.c
8874                 add global var that has the full argv[0]
8875         * src/crash.c
8876                 o execvp the correct sylpheed by using argv0
8877                   and setting the correct work dir
8878                 o other tweaks  
8879
8880 2002-08-14 [oliver]     0.8.1claws61
8881         
8882         * enable/disable Toolbar Action Buttons 
8883         * code cleanups
8884         * src/mainwindow.c
8885         * src/toolbar.[ch]      
8886         * src/prefs_toolbar.c   
8887
8888 2002-08-14 [melvin]     0.8.1claws60
8889
8890         * po/fr.po
8891                 Updated French translations
8892
8893 2002-08-14 [melvin]     0.8.1claws59
8894
8895         * src/crash.c
8896                 Made bug report not translatable
8897         * src/exporthtml.c
8898                 Fixed exporthtml_build_filespec() return value
8899         * src/foldersel.c
8900                 Fixed incorrect include file
8901         * src/gtkspell.c
8902         * src/prefs_actions.c
8903         * src/prefs_toolbar.c
8904                 Made debug info not translatable
8905         * src/mutt.c
8906         * src/quote_fmt.c
8907                 Added missing includes
8908         * src/prefs_common.c
8909                 Fixed typo
8910
8911 2002-08-14 [paul]       0.8.1claws58
8912
8913         * faq/es/sylpheed-faq.html
8914           faq/es/sylpheed-faq-[1-3].html
8915           faq/es/sylpheed-faq-4.html     **NEW FILE **
8916                 update Spanish FAQ
8917
8918 2002-08-13 [christoph]  0.8.1claws57
8919
8920         * src/procmsg.c
8921                 ignore thread fix that did not mark all
8922                 child nodes of a ignored thread as
8923                 ignored. Does not work perfectly yet,
8924                 but it is better now
8925
8926 2002-08-13 [alfons]     0.8.1claws56
8927
8928         * src/crash.c
8929                 o implement 'save crash log'
8930                 o some tweaks
8931
8932 2002-08-13 [melvin]     0.8.1claws55
8933
8934         * src/main.c
8935                 removed unrequired "execinfo.h" header
8936
8937 2002-08-12 [paul]       0.8.1claws54
8938
8939         * faq/en/sylpheed-faq.html
8940           faq/en/sylpheed-faq-[1-3].html
8941           faq/en/sylpheed-faq-4.html     **NEW FILE **
8942                 update English FAQ
8943
8944 2002-08-12 [alfons]     0.8.1claws53
8945
8946         * po/POTFILES.in
8947                 add crash.c to translatables
8948         * src/crash.c
8949                 bring in Leandro's crash dialog
8950
8951 2002-08-11 [alfons]     0.8.1claws52
8952
8953         * src/crash.c
8954                 clean up some warnings
8955
8956 2002-08-11 [alfons]     0.8.1claws51
8957
8958         * acconfig.h
8959         * configure.in
8960         * src/crash.[ch]        ** NEW FILES **
8961         * src/main.c            
8962                 initial gdb crash handler
8963
8964 2002-08-11 [paul]       0.8.1claws50
8965
8966         * src/prefs_toolbar.c
8967                 replace Up/Down arrow pixmaps with text to be
8968                 consistent across icon themes
8969
8970 2002-08-11 [paul]       0.8.1claws49
8971
8972         * src/prefs_common.c
8973           src/prefs_toolbar.c
8974                 rename 'Pixmap' -> 'Icon'
8975
8976         * src/toolbar.[ch]
8977                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8978
8979 2002-08-10 [paul]       0.8.1claws48
8980
8981         * src/prefs_toolbar.c
8982                 re-work the UI
8983
8984 2002-08-10 [paul]       0.8.1claws47
8985
8986         * src/main.c
8987                 don't write Processing progress to status bar
8988                 patch submitted by Alexander Evseev
8989
8990         * src/prefs_toolbar.c
8991                 re-position and resize window
8992                 make window assume correct size on first call
8993
8994 2002-08-10 [paul]       0.8.1claws46
8995
8996         * src/mainwindow.c
8997           src/prefs_toolbar.c
8998           src/toolbar.c
8999           src/toolbar.h
9000                 obey coding style
9001                 follow UI text conventions
9002
9003 2002-08-10 [alfons]     0.8.1claws45
9004
9005         * src/toolbar.c
9006                 correct pixmap for delete action
9007
9008 2002-08-10 [paul]       0.8.1claws44
9009
9010         * po/pt_BR.po
9011                 updated by Fabio Jr. Beneditto
9012
9013 2002-08-10 [paul]       0.8.1claws43
9014
9015         * po/POTFILES.in
9016                 add custom toolbar files
9017
9018 2002-08-10 [paul]       0.8.1claws42
9019
9020         * sync with 0.8.1cvs22
9021                 see ChangeLog 2002-08-09
9022
9023 2002-08-09 [paul]       0.8.1claws41
9024
9025         * tools/Makefile.am
9026           tools/README
9027           tools/outlook2sylpheed.pl     ** NEW FILE **
9028                 add script to convert exported Outlook
9029                 contacts list to a Sylpheed addressbook.
9030                 Submitted by Ricardo Mones Lastra.
9031
9032 2002-08-09 [paul]       0.8.1claws40
9033
9034         * AUTHORS
9035           configure.in
9036           po/sr.po      ** NEW FILE **
9037                 add Serbian message catalog. Submitted by
9038                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9039
9040 2002-08-09 [paul]       0.8.1claws39
9041
9042         * sync with 0.8.1cvs21
9043                 see ChangeLog 2002-08-08
9044
9045 2002-08-08 [oliver]     0.8.1claws38
9046
9047         * src/mainwindow.c
9048                 move Custom Toolbar to Configuration menu
9049
9050 2002-08-08 [oliver]     0.8.1claws37
9051
9052         * src/prefs_toolbar.c
9053                 fix substitute pixmap bug
9054
9055 2002-08-08 [paul]       0.8.1claws36
9056
9057         * sync with 0.8.1cvs19
9058                 see ChangeLog 2002-08-08
9059
9060 2002-08-07 [christoph]  0.8.1claws35
9061
9062         * src/utils.c
9063                 fixed a memory leak in new canonicalize_file_replace
9064
9065 2002-08-07 [christoph]  0.8.1claws34
9066
9067         * src/utils.[ch]
9068                 o canonicalize_file_replace should create the temporary
9069                   file in the same directory as the original file.
9070                 o added get_tmpfile_in_dir that creates a temorary file
9071                   in a specified directory.
9072
9073 2002-08-07 [melvin]     0.8.1claws33
9074
9075         * src/toolbar.c
9076                 fixed bug where 'Article' button acted as 'Email' button.
9077
9078 2002-08-07 [paul]       0.8.1claws32
9079
9080         * sync with 0.8.1.cvs17
9081                 see ChangeLog 2002-08-07
9082
9083 2002-08-07 [colin]      0.8.1claws31
9084         
9085         * src/news.c
9086                 fix mass-cancel problem
9087
9088 2002-08-07 [thorsten]   0.8.1claws30
9089
9090         * src/prefs_toolbar.c
9091                 fix: crash on replace or add new button
9092         * src/toolbar.c
9093                 fix: close xmlfile after reading
9094         * src/utils.c
9095                 fix: unlink() file before rename()
9096
9097 2002-08-06 [paul]       0.8.1claws29
9098
9099         * sync with 0.8.cvs15
9100                 see ChangeLog 2002-08-06
9101
9102 2002-08-06 [oliver]     0.8.1claws28
9103
9104         * src/toolbar.c
9105         * src/prefs_toolbar.c
9106                 fixed empty toolbar issue
9107
9108 2002-08-06 [oliver]     0.8.1claws27
9109
9110         * Custom Toolbar Final 
9111         * src/folderview.c
9112         * src/inc.c
9113         * src/summaryview.c
9114                 o toolbar stuff now lives in src/toolbar.[ch]
9115                 o main_window_toolbar_* functions are renamed to
9116                   toolbar_* reflecting their new source file
9117         * src/mainwindow.[ch]
9118                 o remove toolbar stuff  
9119
9120 2002-08-06 [oliver]     0.8.1claws26
9121         
9122         * src/Makefile.am
9123         * src/prefs_toolbar.[ch]        **New File**
9124         * src/toolbar.[ch]              **New File**
9125                 o prefs_toolbar.[ch] custom toolbar frontend
9126                 o toolbar.[ch]       backend 
9127
9128 2002-08-06 [oliver]     0.8.1claws25
9129
9130         * src/prefs_actions.[ch]
9131                 o new exported function actions_execute
9132
9133 2002-08-06 [paul]       0.8.1claws24
9134
9135         * sync with 0.8.1cvs4
9136                 see ChangeLog 2002-08-06
9137
9138 2002-08-06 [paul]       0.8.1claws23
9139
9140         * sync with 0.8.1cvs13
9141                 see ChangeLog 2002-08-06
9142
9143 2002-08-06 [paul]       0.8.1claws22
9144
9145         * sync with 0.8.1cvs12
9146                 see ChangeLog 2002-08-05 and 2002-08-06
9147
9148 2002-08-06 [match]      0.8.1claws21
9149
9150         * src/addrclip.c
9151                 improvements to cut/copy/paste address
9152
9153 2002-08-05 [match]      0.8.1claws20
9154
9155         * src/addritem.[ch]
9156         * src/addrcache.c
9157         * src/addrbook.c
9158         * src/editaddress.c
9159         * src/addressbook.c
9160                 fixes to improve cut/copy/paste
9161
9162 2002-08-06 [melvin]     0.8.1claws19
9163
9164         * src/account.[ch]
9165                 account_find_all_from_address(): new function that returns the
9166                 list of all accounts that are matched in an address.
9167         * src/alertpanel.[ch]
9168                 alertpanel() now accepts a custom widget
9169                 alertpanel_with_widget(): new function that pops up a panel with
9170                 a custom widget in it 
9171         * src/gtkutils.[ch]
9172                 gtkut_account_menu_new(): new function that allows the selection
9173                 of an account from a list of accounts.
9174         * src/messageview.c
9175                 Extended Return Receipt notification to select the correct 
9176                 account and to make a security test on the Delivery-Notification
9177                 address which should be the same as the Return-Path.
9178
9179 2002-08-06 [thorsten]   0.8.1claws18
9180
9181         * src/mimeview.c
9182                 attach_all: save unnamed as "noname.%d",
9183                 dont free static dirname
9184
9185 2002-08-05 [alfons]     0.8.1claws17
9186
9187         * configure.in
9188                 detect XIM by trying to link rather than compile a XIM program
9189
9190 2002-08-05 [oliver]     0.8.1claws16
9191                 
9192         * src/stock_pixmap.[ch]
9193                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9194                 o new func to retrieve pixmaps
9195
9196 2002-08-05 [paul]       0.8.1claws15
9197
9198         * sync with 0.8.1cvs10
9199                 see ChangeLog 2002-08-05
9200
9201 2002-08-04 [alfons]     0.8.1claws14
9202
9203         * src/textview.c
9204                 see if this plugs memleak
9205
9206 2002-08-04 [melvin]     0.8.1claws13
9207
9208         * src/gtkspell.c
9209                 fixed bug that could crash Sylpheed when highlighting
9210                 all misspelled words.
9211
9212 2002-08-03 [melvin]     0.8.1claws12
9213
9214         * src/prefs_actions.c
9215                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9216         * src/messageview.c
9217                 fixed bug where the Return Receipt was sent to
9218                 Delivery-Notification-To address even if it was not present
9219
9220 2002-08-02 [alfons]     0.8.1claws11
9221
9222         * src/prefs_actions.c
9223                 o more check for NULLs
9224                 o put create_io_dialog() in right conditional block
9225
9226 2002-08-02 [paul]       0.8.1claws10
9227
9228         * po/es.po
9229                 updated by Ricardo Mones Lastra
9230
9231 2002-08-01 [christoph]  0.8.1claws9
9232
9233         * src/folder.c
9234                 don't free the cache of the opened
9235                 folder in the summaryview
9236         * src/summaryview.c
9237                 don't unset flags, if it is not required
9238
9239 2002-08-01 [paul]       0.8.1claws8
9240
9241         * sync with 0.8.1cvs8
9242                 see ChangeLog entry 2002-08-01
9243
9244 2002-08-01 [paul]       0.8.1claws7
9245
9246         * sync with 0.8.1cvs7
9247                 see ChangeLog 2002-07-31 and 2002-08-01
9248
9249 2002-07-31 [christoph]  0.8.1claws6
9250
9251         * src/mainwindow.c
9252                 forgot to update menu sensitivity
9253                 function for new menu entry
9254
9255 2002-07-31 [alfons]     0.8.1claws5
9256
9257         * src/main.c
9258                 check folder item and its path for NULL on
9259                 initial processing
9260
9261 2002-07-31 [christoph]  0.8.1claws4
9262
9263         * src/folder.c
9264                 check if folder_item_get_msginfo in
9265                 folder_item_remove_msg returned NULL
9266         * src/imap.c
9267                 better clear the uid cache in the
9268                 uid validity check function and delete
9269                 cached messages
9270
9271 2002-07-31 [paul]       0.8.1claws3
9272
9273         * man/sylpheed.1
9274                 add the '--attach' option and a few other
9275                 minor changes
9276
9277 2002-07-31 [paul]       0.8.1claws2
9278
9279         * sync with 0.8.1cvs5
9280                 see ChangeLog 2002-07-31
9281
9282 2002-07-31 [christoph]  0.8.1claws1
9283
9284         * src/folderview.[ch]
9285         * src/mainwindow.c
9286                 replace "Rescan all folders..." with
9287                 "Check all folders for new messages..."
9288
9289 2002-07-30 [paul]       0.8.1claws
9290
9291         * version 0.8.1claws released
9292
9293 2002-07-30 [paul]       0.8.0claws29
9294
9295         * tools/OOo2sylpheed.pl ** NEW FILE **
9296           tools/README
9297                 add script to enable sending documents as
9298                 attachments from OpenOffice.org
9299
9300 2002-07-30 [melvin]     0.8.0claws28
9301
9302         * src/prefs_actions.c
9303                 Made the actions' input/output dialog display
9304                 without delay.
9305
9306 2002-07-30 [christoph]  0.8.0claws27
9307
9308         * src/procmsg.c
9309                 check if folder_item_get_msginfo in
9310                 procmsg_save_to_outbox returned NULL
9311
9312 2002-07-30 [paul]       0.8.0claws26
9313
9314         * sync with 0.8.1cvs4
9315                 see ChangeLog 2002-07-29
9316
9317 2002-07-29 [thorsten]   0.8.0claws25
9318
9319         * README.claws
9320                 added selective download, delete on server
9321
9322 2002-07-29 [paul]       0.8.0claws24
9323
9324         * sync with 0.8.1cvs3
9325                 see ChangeLog 2002-07-29
9326
9327 2002-07-27 [christoph]  0.8.0claws23
9328
9329         * src/folder.c
9330                 add extra check if fetching the msginfo
9331                 returned NULL
9332
9333 2002-07-27 [paul]       0.8.0claws22
9334
9335         * sync with 0.8.1cvs2
9336                 see ChangeLog 2002-07-26
9337
9338 2002-07-27 [christoph]  0.8.0claws21
9339
9340         * src/imap.c
9341                 add another check if a valid msginfo
9342                 was returned
9343
9344 2002-07-26 [hoa]        0.8.0claws20
9345
9346         * src/folder.c
9347                 Fixed a condition in folder_item_destroy()
9348
9349         * src/imap.c
9350                 Fixed an error in IMAP protocol
9351
9352 2002-07-26 [alfons]     0.8.0claws19
9353
9354         * src/folder.c
9355                 ofcourse compare with identifier, not the path
9356
9357 2002-07-26 [alfons]     0.8.0claws18
9358
9359         * src/folder.c
9360                 use folder item identifier for saving / restoring
9361                 preferences because folder->path might not be unique
9362
9363 2002-07-26 [melvin]     0.8.0claws17
9364
9365         * src/logwindow.c
9366                 Fixed a crash introduced in 0.8.0claws5 when log is 
9367                 cut under 80 characters.
9368
9369 2002-07-26 [paul]       0.8.0claws16
9370
9371         * sync with 0.8.1cvs1
9372                 see ChangeLog 2002-07-26
9373
9374 2002-07-26 [christoph]  0.8.0claws15
9375
9376         * src/imap.[ch]
9377                 imap folder now remembers the last selected
9378                 folder and imap_fetch_msginfo skips selecting
9379                 the folder if it is already selected
9380
9381 2002-07-26 [christoph]  0.8.0claws14
9382
9383         * src/folder.c
9384         * src/folderview.c
9385         * src/imap.c
9386                 fix imap folder rescanning
9387
9388 2002-07-25 [christoph]  0.8.0claws13
9389
9390         * src/filter.c
9391         * src/folder.[ch]
9392         * src/folderview.c
9393         * src/imap.[ch]
9394         * src/mainwindow.c
9395         * src/mbox_folder.c
9396         * src/mh.c
9397         * src/news.c
9398                 implement imap uid cache and uid validity check
9399
9400 2002-07-25 [alfons]     0.8.0claws12
9401
9402         * src/summaryview.c
9403                 fix a brown paper bag bug, and also add some more
9404                 checks
9405
9406 2002-07-25 [christoph]  0.8.0claws11
9407
9408         * src/folder.c
9409                 don't mix copy, fetch_msginfo and remove
9410                 operations in folder item copy and move
9411                 operations
9412
9413 2002-07-25 [christoph]  0.8.0claws10
9414
9415         * src/folderview.c
9416         * src/mainwindow.c
9417         * src/prefs_folder_item.c
9418         * src/summaryview.[ch]
9419                 remove no longer required parameter update_cache from
9420                 summary_show
9421
9422 2002-07-25 [paul]       0.8.0claws9
9423
9424         * sync with 0.8.1
9425         
9426         * AUTHORS
9427                 a few corrections
9428
9429 2002-07-24 [alfons]     0.8.0claws8
9430
9431         * src/summaryview.c
9432                 sort correctly when using simplified subject line
9433                 (closes feature request "[ 585141 ] applying regexp to subject 
9434                 before sort" submitted by Alexandra Walford)
9435
9436 2002-07-24 [paul]       0.8.0claws7
9437
9438         * sync with 0.8.0cvs3
9439                 see ChangeLog 2002-07-24
9440
9441 2002-07-23 [christoph]  0.8.0claws6
9442
9443         * src/folder.c
9444         * src/folder.h
9445         * src/summaryview.c
9446         * src/summaryview.h
9447         * src/main.c
9448                 o separate processing and summaryview
9449                 o removed summary_write_cache from summaryview
9450                 o removed summaryview->killed_messages, because we don't have
9451                   to keep a list of killed messages anymore. New cache will
9452                   keep the hidden messages in cache anyway
9453         * src/folderview.c
9454         * src/inc.c
9455         * src/selective_download.c
9456                 o removed unnecessary summary_write_cache calls
9457         * src/procmsg.c
9458                 o don't set ignore thread flag in procmsg_get_thread_tree
9459                   if it is already set
9460         * src/mainwindow.c
9461         * src/statusbar.h
9462                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9463                   they are used in different files
9464
9465 2002-07-23 [melvin]     0.8.0claws5
9466
9467         * src/addressbook.c
9468         * src/addrgather.c
9469         * src/editaddress.c
9470         * src/editgroup.c
9471         * src/editldap_basedn.c
9472         * src/importldif.c
9473         * src/prefs_common.c
9474                 Fixed few memory leak (gtk_editable_get_chars returns
9475                 an allocated string)
9476         * src/logwindow.c
9477                 Fixed few memory leak (gtk_editable_get_chars returns
9478                 an allocated string) and modified a little the log cutting
9479                 loop.
9480         * src/compose.c
9481                 Replaced a call to an obsolete function gtk_entry_get_text()
9482                 by gtk_editable_get_chars()
9483         * src/send.c
9484                 Removed a debug printf
9485
9486 2002-07-23 [christoph]  0.8.0claws4
9487
9488         * src/filesel.c
9489                 fix another g_dirname memory leak
9490
9491 2002-07-23 [christoph]  0.8.0claws3
9492
9493         * src/mh.c
9494                 fixed a memory leak in mh_fetch_msginfo
9495                 fixed crash when message header could not be
9496                 parsed
9497
9498 2002-07-23 [paul]       0.8.0claws2
9499
9500         * sync with 0.8.0cvs2
9501                 see ChangeLog 2002-07-23
9502
9503 2002-07-23 [paul]       0.8.0claws1
9504
9505         * sync with 0.8.0cvs1
9506                 see ChangeLog 2002-07-23
9507
9508 2002-07-23 [paul]       0.8.0claws
9509
9510         * release of 0.8.0claws
9511
9512 2002-07-23 [paul]       0.7.8claws99
9513
9514         * po/ru.po
9515                 new Russian translation, submitted by
9516                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9517
9518 2002-07-22 [jens]       0.7.8claws98
9519
9520         * po/de.po
9521                 Updated German translations.
9522
9523 2002-07-22 [paul]       0.7.8claws97
9524
9525         * po/es.po
9526           po/it.po
9527           po/nl.po
9528           po/pt_BR.po
9529                 updated translations by Ricardo Mones Lastra,
9530                 Alessandro Maestri, Wilbert Berendsen and 
9531                 Fabio Jr. Beneditto respectively
9532
9533 2002-07-22 [christoph]  0.7.8claws96
9534
9535         * src/mimeview.c
9536                 fix memory leak caused by wrong g_dirname usage
9537
9538 2002-07-22 [christoph]  0.7.8claws95
9539
9540         * src/summaryview.c
9541                 update new and unread message counts for summaryview
9542                 summaryview does not get it from the folder anymore
9543                 and has to update the values itself
9544
9545 2002-07-22 [melvin]     0.7.8claws94
9546
9547         * po/fr.po
9548                 Updated French translations.
9549
9550 2002-07-22 [christoph]  0.7.8claws93
9551
9552         * src/matcher.c
9553                 set prop->preg pointer to NULL or following check
9554                 will not fail and regexec will be called with
9555                 invalid pointer
9556
9557 2002-07-21 [alfons]     0.7.8claws92
9558         
9559         * src/prefs_common.[ch]
9560                 remove option "Send return receipt on request"
9561
9562 2002-07-21 [thorsten]   0.7.8claws91
9563
9564         * src/mimeview.c
9565                 fixed memleaks, coding style as pointed out by alfons
9566
9567 2002-07-21 [alfons]     0.7.8claws90
9568
9569         * src/messageview.c
9570         * src/noticeview.[ch]
9571                 o fix bug notice view being displayed when going to empty folder 
9572                   (noticed by Christoph)
9573                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9574                   (noticed by Thorsten)
9575
9576 2002-07-21 [thorsten]   0.7.8claws89
9577
9578         * src/mimeview.c
9579                 Included save_all patch from Xaview FACQ
9580                 added support for pathnames
9581
9582 2002-07-21 [alfons]     0.7.8claws88
9583
9584         * po/POTFILES.in
9585         * src/Makefile.am
9586         * src/mainwindow.c
9587         * src/messageview.[ch]
9588         * src/noticeview.c      ** NEW FILE **
9589         * src/noticeview.h      ** NEW FILE **
9590                 make return receipts work again
9591                 (UI idea by Leandro Pereira)
9592
9593 2002-07-21 [paul]       0.7.8claws87
9594
9595         * src/summaryview.c
9596                 fix sensitivity of 'Select thread'
9597
9598 2002-07-21 [paul]       0.7.8claws86
9599
9600         * src/prefs_common.c
9601                 add browser command line for Galeon
9602
9603 2002-07-21 [paul]       0.7.8claws85
9604
9605         * Makefile.am
9606                 fix 'EXTRA_DIST': remove README.README, add TODO
9607                 and TODO.claws
9608
9609 2002-07-21 [alfons]     0.7.8claws84
9610
9611         * src/gtkstext.c
9612                 make enter clear selection
9613                 (closes "[ 579888 ] Editor selection/entry error"
9614                 reported by Steve Lamb)
9615
9616 2002-07-21 [alfons]     0.7.8claws83
9617         
9618         * src/summaryview.c
9619                 sort message list when selecting unthread messages
9620                 (closes "[ 501593 ] switching threaded view doesn't sort"
9621                 reported by Simon Schubert)
9622
9623 2002-07-20 [alfons]     0.7.8claws82
9624         
9625         * src/matcher.c
9626                 const-correctness
9627
9628 2002-07-20 [thorsten]   0.7.8claws81
9629
9630         * src/matcher.c
9631                 Fixed expansion of empty fields in matchactions
9632
9633 2002-07-19 [melvin]     0.7.8claws80
9634
9635         * src/gtkspell.c
9636                 Removed a duplicate menu entry (fast mode) introduced during
9637                 the new cache merge
9638                 Added a menu separator between 'Use alternate' and 'Fast mode'
9639
9640 2002-07-19 [paul]       0.7.8claws79
9641
9642         * tools/Makefile.am
9643           tools/README
9644                 correct typos
9645
9646 2002-07-19 [thorsten]   0.7.8claws78
9647
9648         * tools/calypso_convert.pl      ** NEW FILE **
9649           tools/README
9650           tools/Makefile.am
9651                 script to import mbox files exported
9652                 by calypso
9653                 o generates folder structure
9654                 o includes attachments
9655
9656 2002-07-19 [melvin]     0.7.8claws77
9657
9658         * src/selective_download.[ch]
9659                 Fixed bug where closing the dialog with the window manager's
9660                 close button will not unlock the summary
9661                 Corrected some function declarations that missed a return value
9662                 Made the source code comply better with coding style.
9663         * src/prefs_common.c
9664                 Added new browser command line for Mozilla.
9665
9666 2002-07-18 [paul]       0.7.8claws76
9667
9668         * src/mainwindow.c
9669           src/selective_download.[ch]
9670                 reflect theme changes, fix Gdk Warning when creating 
9671                 pixmap from NULL window, and minor clean up.
9672                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9673
9674         * po/en_GB.po
9675                 updated
9676
9677 2002-07-17 [paul]       0.7.8claws75
9678
9679         * INSTALL[.jp]
9680                 sync with 0.8.0
9681         
9682         * po/en_GB.po
9683                 updated
9684
9685 2002-07-16 [paul]       0.7.8claws74
9686
9687         * tools/filter_conv.pl
9688           tools/README
9689                 replace conversion script with reimplemented version, 
9690                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9691
9692 2002-07-16 [colin]      0.7.8claws73
9693
9694         * src/summaryview.c
9695                 remove forgotten debug messages - sorry ;-)
9696
9697 2002-07-16 [colin]      0.7.8claws72
9698
9699         * src/mimeview.c
9700           src/summaryview.c
9701           src/textview.c
9702           src/textview.h
9703                 add the ability to select part of a text mime-part 
9704                 to reply.
9705
9706 2002-07-15 [christoph]  0.7.8claws71
9707
9708         * src/folder.c
9709                 fix folder message count for folders without
9710                 msg_is_changed (includes news folders)
9711
9712 2002-07-15 [martin]     0.7.8claws70
9713
9714         * src/summaryview.c
9715                 option "display recipient on 'From'..." now works
9716                 without the need of enabling the option
9717                 "display  sender  using  address  book".
9718
9719 2002-07-15 [christoph]  0.7.8claws69
9720
9721         * src/summaryview.c
9722                 removed setting folder status from summaryview.
9723                 folder.c should update all message counts correctly.
9724
9725 2002-07-15 [paul]       0.7.8claws68
9726
9727         * po/pt_BR.po
9728                 updated by Fabio Junior Beneditto
9729
9730 2002-07-15 [darko]      0.7.8claws67
9731
9732         * src/mh.c
9733                 Fixed target folder colorization, don't decrease op
9734                 number twice
9735
9736 2002-07-14 [paul]       0.7.8claws66
9737
9738         * sync with main 0.8.0
9739                 see ChangeLog 2002-07-14
9740
9741 2002-07-13 [melvin]     0.7.8claws65
9742         
9743         * src/addrbook.c
9744         * src/addressbook.c
9745         * src/addrindex.c
9746                 Replaced sprintf by g_snprintf to prevent possible buffer
9747                 overflow.
9748         * src/news.c
9749                 Corrected a log message output format.
9750                 Added a missing "done" debug output.
9751         * src/compose.c
9752                 Added keyboard accelerator for Priority menu items
9753                 Added missing \n in debug output
9754         * src/logwindow.c
9755         * src/gtkspell.c
9756         * src/rfc2015.c
9757                 Added missing \n in debug output
9758
9759 2002-07-13 [paul]       0.7.8claws64
9760
9761         * man/sylpheed.1
9762                 change Sergey's email address to the sf address
9763
9764         * src/textview.c
9765                 increase show_url_timeout (more useful for long
9766                 urls)
9767
9768 2002-07-12 [sergey]     0.7.8claws63
9769
9770         * src/rfc2015.c
9771                 applied (with some modifications) patch to set the
9772                 micalg parameter for signatures
9773                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9774
9775 2002-07-12 [sergey]     0.7.8claws62
9776
9777         * man/Makefile.am
9778         * configure.in
9779                 fixed man page installation
9780
9781 2002-07-12 [paul]       0.7.8claws61
9782
9783         * sync with 0.7.8cvs26
9784                 see ChangeLog 2002-07-11 and 2002-07-12
9785
9786 2002-07-11 [christoph]  0.7.8claws60
9787
9788         * src/compose.c
9789         * src/procmsg.c
9790                 first use the message number to find the message
9791                 to mark with a reply flag but check the
9792                 message-id if we got the correct message, if not
9793                 try to find it by message-id.
9794                 use new string seperator that is not allowed
9795                 in message-ids.
9796
9797 2002-07-11 [paul]       0.7.8claws59
9798
9799         * sync with 0.7.8cvs23
9800                 see ChangeLog 2002-07-10
9801
9802 2002-07-10 [christoph]  0.7.8claws58
9803
9804         * src/folder.[ch]
9805         * src/msgcache.[ch]
9806                 Added message-id table to the cache in memory
9807                 and functions to msgcache.c and folder.c to
9808                 fetch MsgInfos by message id
9809         * src/compose.c
9810         * src/procmsg.c
9811                 store folder and message-id of message replying
9812                 to in queue header and set reply flag after sending
9813                 (Closes bug #469498)
9814
9815 2002-07-10 [paul]       0.7.8claws57
9816
9817         * AUTHORS
9818           man/sylpheed.1.gz
9819                 add Martin to the list of authors
9820
9821 2002-07-09 [martin]     0.7.8claws56
9822         * src/gtksctree.c
9823                 Added gtk_ctree_last_visible(), tree_update_level(),
9824                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9825                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9826                 from gtk+ to gtksctree.c for the new sorting code
9827                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9828                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9829         * src/gtksctree.h
9830                 Added declaration for gtk_sctree_sort_recursive() and
9831                 gtk_sctree_sort_node
9832         * src/addressbook.c
9833         * src/foldersel.c
9834         * src/folderview.c
9835         * src/summaryview.c
9836                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9837                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9838
9839 2002-07-08 [paul]       0.7.8claws55
9840
9841         * more sync with 0.7.8cvs21
9842                 see ChangeLog 2002-07-08
9843
9844 2002-07-08 [paul]       0.7.8claws54
9845
9846         * sync with 0.7.8cvs21
9847                 see ChangeLog 2002-07-08
9848
9849 2002-07-07 [alfons]     0.7.8claws53
9850
9851         * src/Makefile.am
9852         * src/stock_pixmap.[ch]
9853         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9854         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9855         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9856                 add new pixmaps for upcoming notice pane
9857
9858 2002-07-06 [melvin]     0.7.8claws52
9859
9860         * src/gtkspell.[ch]
9861                 Made them a bit closer to Sylpheed's coding style.
9862                 Removed old code.
9863                 Removed possible memory leaks when some errors occurs.
9864
9865 2002-07-06 [melvin]     0.7.8claws51
9866
9867         * po/Makefile.in.in
9868                 Removed --no-location in xgettext command line to help
9869                 translators that use Emacs' po-mode
9870         * src/quote_fmt.c
9871                 Removed unnecessary comments that messed up sylpheed.pot
9872
9873 2002-07-06 [paul]       0.7.8claws50
9874
9875         * sync with 0.7.8cvs19
9876                 see ChangeLog 2002-07-05
9877
9878 2002-07-06 [christoph]  0.7.8claws49
9879
9880         * src/folder.c
9881         * src/mainwindow.c
9882                 fix folder_item_remove_all_msg and folderview
9883                 status for trash folders after emptying trash
9884
9885 2002-07-05 [paul]       0.7.8claws48
9886
9887         * sync with 0.7.8cvs16
9888                 see ChangeLog 2002-07-04 and 2002-07-05
9889
9890 2002-07-04 [paul]       0.7.8claws47
9891
9892         * sync with 0.7.8cvs14
9893                 see  ChangeLog 2002-07-04
9894
9895 2002-07-03 [alfons]     0.7.8claws46
9896
9897         * src/folder.c
9898                 dupe folder item's path because it's being reallocated
9899                 by new folder scanning code
9900
9901 2002-07-03 [christoph]  0.7.8claws45
9902
9903         * src/imap.c
9904                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9905         * src/msgcache.c
9906                 add missing return in msgcache_write
9907
9908 2002-07-02 [thorsten]   0.7.8claws44
9909
9910         * src/jpilot.c
9911         * src/msgcache.c
9912         * src/rfc2015.c
9913                 use binary mode for file access
9914
9915 2002-07-02 [christoph]  0.7.8claws43
9916
9917         * major code cleanup (part 1)
9918         
9919                 - unused variables removed
9920                 - unused functions removed
9921                 - uninitialized variables checked
9922                 - missing return statements added
9923                 - missing function return types added
9924                 - added parentheses around assignment and
9925                   && in || when suggested by gcc
9926               
9927         * src/mh.c
9928         * src/folder.c
9929                 replaced direct calls to folder->scan_tree
9930                 with folder_scan_tree and restore folder
9931                 prefs in this function. The folder should
9932                 not have to deal with them.
9933                 ( Should now work for all folder types )
9934
9935 2002-07-02 [paul]       0.7.8claws42
9936
9937         * sync with 0.7.8cvs13
9938                 see ChangeLog 2002-07-01 and 2002-07-02
9939
9940 2002-07-01 [christoph]  0.7.8claws41
9941
9942         * src/summaryview.c
9943                 fix "goto next/prev unread message" with
9944                 ignored threads
9945
9946 2002-07-01 [paul]       0.7.8claws40
9947
9948         * po/es.po
9949                 updated by Ricardo Mones Lastra
9950
9951 2002-06-30 [match]      0.7.8claws39
9952
9953         * src/jpilot.c
9954                 applied variation of leonerd's patch (566661) to
9955                 allow multiple email addresses per JPilot entry.
9956                 addresses may be separated by space, comma, pipe,
9957                 semi-colon, new-line.
9958
9959 2002-06-30 [alfons]     0.7.8claws38
9960
9961         * src/procmsg.c
9962                 simple fix for putting older nodes before
9963                 newer nodes when threading by subject
9964
9965 2002-06-30 [christoph]  0.7.8claws37
9966
9967         * src/folder.c
9968         * src/folderview.c
9969         * src/mh.c
9970         * src/news.c
9971         * src/procmsg.c
9972                 fix broken folder tree rescaning
9973                 and don't use procmsg_get_mark_sum
9974                 anymore
9975
9976 2002-06-30 [christoph]  0.7.8claws36
9977
9978         * merge new cache branch
9979         * src/imap.c
9980                 fix new cache imap copy bug
9981         * src/folder.c
9982                 improved folder_item_scan
9983                 it should now always set the correct
9984                 new, unread and total message counts
9985
9986 2002-06-29 [paul]       0.7.8claws35
9987
9988         * configure.in
9989                 correct syntax error
9990
9991 2002-06-29 [paul]       0.7.8claws34
9992
9993         * configure.in
9994           Makefile.am
9995           man/Makefile.am       ** NEW FILE **
9996           man/sylpheed.1.gz     ** NEW FILE **
9997                 add Sylpheed man page
9998
9999 2002-06-29 [paul]       0.7.8claws33
10000
10001         * po/pt_BR.po
10002                 updated by Fabio Junior Beneditto
10003
10004 2002-06-28 [jens]       0.7.8claws32
10005
10006         * po/de.po
10007                 translation updated
10008
10009         * src/selective_download.c
10010                 removed gettext for space " "
10011
10012         * src/imap.c
10013                 removed wrong space
10014
10015 2002-06-28 [paul]       0.7.8claws31
10016
10017         * sync with 0.7.8cvs11
10018                 see ChangeLog 2002-06-28
10019
10020 2002-06-28 [paul]       0.7.8claws30
10021
10022         * sync with 0.7.8cvs10
10023                 see ChangeLog 2002-06-27 and 2002-06-28
10024
10025 2002-06-26 [paul]       0.7.8claws29
10026
10027         * src/addrgather.c
10028           src/selective_download.c
10029                 don't gettextise empty strings.
10030                 reserved by gettext. gettext("") returns 
10031                 the header entry with meta information, 
10032                 not the empty string
10033
10034         * po/en_GB.po
10035                 updated
10036
10037 2002-06-26 [paul]       0.7.8claws28
10038
10039         * sync with 0.7.8cvs7
10040                 see ChangeLog 2002-06-25
10041
10042         * src/prefs_common.c
10043                 ...and in the process, tweak the gui a little
10044
10045 2002-06-25 [alfons]     0.7.8claws27
10046         
10047         * configure.in
10048         * src/Makefile.am
10049                 fine tune ldap library detection
10050
10051 2002-06-25 [alfons]     0.7.8claws26
10052
10053         * src/compose.c
10054                 don't allow return receipts when composing a news article
10055
10056 2002-06-25 [paul]       0.7.8claws25
10057
10058         * Makefile.am
10059                 add '$(AMTAR)' to 'release' section to allow for
10060                 new and older autotools
10061
10062 2002-06-25 [paul]       0.7.8claws24
10063
10064         * src/summaryview.c
10065                 fix "No more unread messages" persistant pop-up
10066                 window bug
10067
10068 2002-06-25 [paul]       0.7.8claws23
10069
10070         * po/it.po
10071                 updated by Alessandro Maestri
10072
10073 2002-06-25 [paul]       0.7.8claws22
10074
10075         * sync with 0.7.8cvs6
10076                 see ChangeLog 2002-06-25
10077
10078 2002-06-24 [paul]       0.7.8claws21
10079
10080         * tools/update-po
10081                 add GPL copyright information
10082
10083 2002-06-24 [paul]       0.7.8claws20
10084
10085         * tools/Makefile.am
10086           tools/README
10087           tools/update-po       ** NEW FILE **
10088                 add script that eases the creation of *.po files
10089                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10090
10091 2002-06-23 [alfons]     0.7.8claws19
10092
10093         * src/messageview.c
10094                 make notification_convert_header obey const correctness
10095                 (next step will be fixing the broken return receipt)
10096
10097 2002-06-23 [paul]       0.7.8claws18
10098
10099         * src/messageview.c
10100                 fix bug introduced in last commit:
10101                 removed too much code in last commit - put back what's
10102                 needed
10103
10104 2002-06-23 [paul]       0.7.8claws17
10105
10106         * src/messageview.[ch]
10107                 remove code committed in error from locally patched
10108                 source
10109
10110 2002-06-23 [colin]      0.7.8claws16
10111
10112         * src/compose.[ch]
10113                 add compose_entry_select(), used to select the default_to
10114                 email address - hopefully avoiding people sending mails to
10115                 wrong recipients.
10116
10117 2002-06-22 [alfons]     0.7.8claws15
10118
10119         * AUTHORS
10120                 add Bram Metsch & Stanislav Karchebny
10121         * src/smtp.[ch]
10122         * src/prefs_account.[ch]
10123         * src/send.c
10124                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10125                   options.  (see <http://sourceforge.net/tracker/index.php
10126                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10127
10128                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10129                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10130
10131 2002-06-22 [paul]       0.7.8claws14
10132
10133         * sync with 0.7.8cvs5
10134                 see ChangeLog 2002-06-19 and 2002-06-20
10135
10136 2002-06-22 [alfons]     0.7.8claws13
10137
10138         * src/selective_download.c
10139                 fix a stupid mistake I made
10140
10141 2002-06-22 [alfons]     0.7.8claws12
10142
10143         * src/selective_download.[ch]
10144                 fix another unnoticed leak; cleanup code
10145
10146 2002-06-21 [alfons]
10147
10148         * tools/Makefile.am
10149                 gpg-sign <-- gpg-sign-syl
10150
10151 2002-06-21 [alfons]     0.7.8claws11
10152
10153         * src/selective_download.c
10154         * src/selective_download.h
10155                 fix assorted mix of allocation errors (should solve
10156                 problem reported by Philippe Gramoullé, see:
10157                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10158
10159 2002-06-20 [melvin]     0.7.8claws10
10160
10161         * tools/gpg-sign *REMOVED*
10162           tools/gpg-sign-syl *ADDED*
10163                 Replaced the gpg clearsigning script with the version using
10164                 xterm instead of ssh-askpass and changed its name.
10165
10166         * README.claws
10167                 Updated actions example to reflect the renaming of the
10168                 gpg clearsigning script.
10169
10170 2002-06-19 [paul]       0.7.8claws9
10171
10172         * sync with 0.7.8claws9
10173                 see ChangeLog 2002-06-18 and 2002-06-19
10174
10175 2002-06-19 [paul]       0.7.8claws8
10176
10177         * sync with 0.7.8cvs1
10178                 see ChangeLog 2002-06-18
10179
10180 2002-06-18 [alfons]     0.7.8claws7
10181
10182         * src/mainwindow.h
10183                 add omitted prototype
10184
10185 2002-06-17 [paul]       0.7.8claws6
10186
10187         * src/mainwindow.c
10188                 fix hiding of exec_btn
10189
10190 2002-06-17 [paul]       0.7.8claws5
10191
10192         * src/pop.c
10193                 remove unneeded code: should_delete() 
10194                 and Pop3State::uidl_todelete_list
10195
10196 2002-06-17 [paul]       0.7.8claws4
10197
10198         * sync with 0.7.8
10199                 see ChangeLog 2002-06-11 and 2002-06-13
10200
10201 2002-06-16 [alfons]     0.7.8claws3
10202         
10203         * src/folder.c
10204                 make sure lock sort mode (claws specific) is
10205                 also persists after a tree rescan
10206
10207 2002-06-16 [alfons]     0.7.8claws2
10208
10209         * src/prefs_folder_item.c
10210         * src/folder.[ch]
10211                 fix persistence of folder sort mode (broken
10212                 by adapting Hiro's new folder persistence code)
10213
10214 2002-06-16 [alfons]     0.7.8claws1
10215
10216         * AUTHORS
10217         * src/logwindow.c
10218         * src/prefscommon.[ch]
10219                 control size of log text in log window; 
10220                 closes patch #569155 submitted by Mitko Haralanov.
10221
10222 2002-06-15 [paul]       0.7.8claws
10223
10224         * release of 0.7.8claws
10225
10226 2002-06-15 [paul]       0.7.7claws
10227
10228         * po/pt_BR.po
10229                 updated by Fabio Junior Beneditto
10230
10231 2002-06-14 [paul]       0.7.6claws49
10232
10233         * po/es.po
10234                 updated by Ricardo Mones Lastra
10235
10236 2002-06-14 [paul]       0.7.6claws48
10237
10238         * po/nl.po
10239                 updated translation by Wilbert Berendsen
10240
10241 2002-06-14 [melvin]     0.7.6claws47
10242
10243         * po/fr.po
10244                 Updated French translation
10245
10246 2002-06-13 [paul]       0.7.6claws46
10247
10248         * src/filesel.c
10249                 allow filename to be typed in, rather than just
10250                 selected by the mouse. Patch by Gustavo Noronha Silva.
10251
10252 2002-06-13 [alfons]     0.7.6claws45
10253
10254         * src/mainwindow.[ch]
10255                 more cleanups (removing unnecessary menu items Expand 
10256                 summary / message view)
10257
10258 2002-06-13 [melvin]     0.7.6claws44
10259
10260         * po/POTFILES.in
10261                 Added src/string_match.c
10262         * src/string_match.c
10263                 Fixed possible buffer overflow.
10264                 Corrected typo.
10265                 Added missing config.h header.
10266         * src/prefs_common.c
10267           src/prefs_matcher.c
10268           src/prefs_scoring.c
10269                 Made some strings translatable (missing _(..)).
10270
10271 2002-06-13 [melvin]     0.7.6claws43
10272
10273         * README.claws
10274                 Corrected action example (verifying clearsigned mail).
10275         * src/prefs_account.c
10276                 Corrected typo.
10277         * src/prefs_common.c
10278                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10279
10280 2002-06-12 [alfons]     0.7.6claws42
10281
10282         * src/summaryview.c
10283                 add init of score column lost in 0.7.6claws42
10284
10285 2002-06-12 [paul]       0.7.6claws41
10286
10287         * src/prefs_account.c
10288                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10289                 behavior of the radio buttons, (from 0.7.7cvs2)
10290
10291 2002-06-11 [alfons]     0.7.6claws40
10292
10293         * src/messageview.[ch]
10294         * src/summaryview.[ch]
10295         * src/summary_search.c
10296         * src/mainwindow.c
10297                 perform a sync to bring in Hiro's separate view implementation 
10298
10299                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10300
10301 2002-06-11 [paul]       0.7.6claws39
10302         
10303         * src/prefs_account.c
10304                 correct a typo on the Receive tab
10305
10306 2002-06-10 [match]      0.7.6claws38
10307
10308         * src/addressbook.c
10309                 Included address completion patch from Gustavo Noronha.
10310
10311 2002-06-10 [paul]       0.7.6claws37
10312
10313         * src/inc.[ch]
10314           src/pop.c
10315           src/prefs_account.[ch]
10316           src/selective_download.[ch]
10317                 apply PATCH #561712
10318                  NEW:
10319                 - check if POP Account
10320                 - Receive Button renamed to Preview
10321                 - Preview Button Popup: preview new/all messages
10322                 - Download Button
10323                 - Account Preferences-->Receive tab checkbutton if you
10324                   want to remove Mail after Download
10325                 -: default YES
10326                 - Account Preferences-->Receive tab checkbutton use
10327                   filtering rules on preview
10328                   (think of delete_on_server)
10329                 -: default YES
10330                 - Account selectable from SD dialog
10331                 - checkbutton to show already downloaded messages if
10332                   all messages are previewed
10333                 - new clist column showing Date
10334                 - ESC KEY close
10335                 FIXES:
10336                 - play ball with UIDL
10337                 - fault tolerant (?) 
10338                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10339
10340 2002-06-10 [melvin]     0.7.6claws36
10341
10342         * README.claws
10343                 Added a hint to ac/README in cvs instructions.
10344
10345         * src/prefs_actions.c
10346                 Made it possible to use a more elaborate command line
10347                 for asynchronous actions, too.
10348
10349 2002-06-10 [melvin]     0.7.6claws35
10350         
10351         * src/prefs_actions.c
10352                 Make it possible to use a more elaborate command line
10353                 (e.g. |foo|bar|cat>there;echo Done|)
10354                 Corrected error message when calling %f, %F and %p commands
10355                 from the compose window.
10356
10357 2002-06-09 [colin]      0.7.6claws34
10358
10359         * src/summaryview.c
10360                 Automatically find unread messages in current folder
10361                 before annoying the user.
10362
10363 2002-06-08 [alfons]     0.7.6claws33
10364
10365         * po/it.po
10366                 remove bad formatting string in it.po translation
10367                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10368
10369 2002-06-08 [paul]       0.7.6claws32
10370
10371         * sync with 0.7.6cvs25
10372                 see ChangeLog 2002-06-07
10373
10374 2002-06-05 [paul]       0.7.6claws31
10375
10376         * src/mainwindow.c
10377                 add 'Sort by locked' and 'Sort by score'
10378
10379 2002-06-05 [paul]       0.7.6claws30
10380
10381         * sync with 0.7.6cvs24
10382                 see ChangeLog 2002-06-04
10383
10384 2002-06-04 [paul]       0.7.6claws29
10385
10386         * po/pt_BR.po
10387                 updated by Fabio Junior Beneditto
10388
10389 2002-06-03 [thorsten]   0.7.6claws28
10390
10391         * src/matcher.c
10392                 fclose() matcherrc after reading
10393
10394 2002-06-03 [paul]       0.7.6claws27
10395
10396         * sync with 0.7.6cvs21
10397                 see ChangeLog 2002-05-31
10398
10399 2002-05-31 [paul]       0.7.6claws26
10400
10401         * sync with 0.7.6cvs20
10402                 see ChangeLog 2002-05-29 and 2002-05-30
10403
10404 2002-05-31 [paul]       0.7.6claws25
10405
10406         * src/imap.c
10407                 hopefully fix last buggy sync
10408
10409         * README.claws
10410                 correct typo in 'Actions' examples
10411
10412 2002-05-29 [paul]       0.7.6claws24
10413
10414         * sync with 0.7.6cvs18
10415                 see ChangeLog 2002-05-28 and 2002-05-29
10416
10417         * src/news.c
10418           src/nntp.[ch]
10419                 sync with above 
10420
10421 2002-05-28 [paul]       0.7.6claws23
10422
10423         * sync with 0.7.6cvs16
10424                 see ChangeLog 2002-05-28
10425
10426 2002-05-27 [thorsten]   0.7.6claws22 
10427
10428         * faq/it/sylpheed-faq-1.html
10429           faq/it/sylpheed-faq-2.html
10430           faq/it/sylpheed-faq-3.html
10431           faq/it/sylpheed-faq.html
10432                 corrected DOS lineendings
10433         * faq/de/sylpheed-faq-1.html
10434           faq/de/sylpheed-faq-2.html
10435           faq/en/sylpheed-faq-1.html
10436           faq/en/sylpheed-faq-2.html
10437           faq/en/sylpheed-faq-3.html
10438           faq/es/sylpheed-faq-1.html
10439           faq/es/sylpheed-faq-2.html
10440           faq/es/sylpheed-faq-3.html
10441           faq/fr/sylpheed-faq-1.html
10442           faq/it/sylpheed-faq-1.html
10443           faq/it/sylpheed-faq-2.html
10444           faq/it/sylpheed-faq-3.html
10445           faq/it/sylpheed-faq.html
10446                 changed ">" to &quot;
10447
10448 2002-05-27 [paul]       0.7.6claws21
10449         
10450         * sync with 0.7.6cvs15
10451                 see ChangeLog 2002-05-27
10452
10453 2002-05-27 [paul]       0.7.6claws20
10454
10455         * src/prefs_account.c
10456                 correct a typo
10457
10458 2002-05-26 [paul]       0.7.6claws19
10459
10460         * tools/README
10461                 correct a typo
10462
10463 2002-05-25 [paul]       0.7.6claws18
10464
10465         * tools/README
10466                 add description of kmail2sylpheed.pl
10467
10468 2002-05-25 [paul]       0.7.6claws17
10469
10470         * tools/kmail2sylpheed.pl       ** NEW FILE **
10471                 perl script that converts an exported Kmail address
10472                 book, converts it to sylpheed addressbook file,
10473                 writes the file to .sylpheed, and updates
10474                 addrbook--index.xml 
10475
10476 2002-05-25 [paul]       0.7.6claws16
10477
10478         * sync with 0.7.6cvs14
10479                 see ChangeLog 2002-05-23
10480
10481 2002-05-24 [paul]       0.7.6claws15
10482
10483         * README.claws
10484                 make a correction and add some more info
10485
10486 2002-05-24 [paul]       0.7.6claws14
10487
10488         * src/compose.c
10489                 fix memory leak in 
10490                 compose_redirect_write_headers_from_headerlist()
10491                 add Subject and Resent-Message-ID to
10492                 compose_redirect_write_headers()
10493                 Received, Subject, and X-UIDL are filtered out in 
10494                 compose_redirect_write_to_file()
10495
10496 2002-05-23 [paul]       0.7.6claws13
10497
10498         * src/compose.[ch]
10499           src/filtering.c
10500           src/mainwindow.c
10501           src/matcher.[ch]
10502           src/matcher_parser_lex.l
10503           src/matcher_parser_parse.y
10504           src/prefs_common.[ch]
10505           src/prefs_filtering.c
10506           src/summaryview.c
10507                 rename 'Bounce' to 'Redirect'
10508
10509 2002-05-23 [paul]       0.7.6claws12
10510
10511         * more sync with 0.7.6cvs13
10512           src/compose.c
10513                 see ChangeLog 2002-05-22
10514
10515 2002-05-22 [paul]       0.7.6claws11
10516
10517         * sync with 0.7.6cvs13
10518           src/codeconv.c
10519                 see ChangeLog 2002-05-20
10520           src/prefs_common.c
10521                 see ChangeLog 2002-05-22
10522
10523 2002-05-21 [melvin]     0.7.6claws10
10524
10525         * src/folderview.c
10526                 Added missing filtering and scoring headers
10527                 Fixed bad function call that showed garbage 
10528                 in Folder->Processing
10529
10530 2002-05-21 [paul]       0.7.6claws9
10531
10532         * tools/Makefile.am
10533                 make all tools executable, (patch by Alfons).
10534
10535 2002-05-20 [alfons]     0.7.6claws8
10536
10537         * src/procheader.c
10538                 don't forget to call mktime() so we have a valid week 
10539                 and year day
10540                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10541
10542 2002-05-20 [paul]       0.7.6claws7
10543
10544         * src/html.c
10545                 fix broken parsing of urls
10546         * src/textview.c
10547                 fix displaying of urls
10548
10549                 both fixes from the patch [547855] by Eugene 
10550                 Brevdo (zonem)
10551
10552 2002-05-19 [alfons]     0.7.6claws6
10553
10554         * configure.in
10555                 make sylpheed configure correctly with the latest
10556                 and greatest of automake / autoconf / gettext
10557
10558 2002-05-19 [alfons]     0.7.6claws5
10559
10560         * src/procheader.c
10561         * src/procheader.h
10562                 add function for returning ime zone offset
10563         * src/quote_fmt.c
10564         * src/quote_fmt_parse.y
10565                 better quotation formatting - does not convert
10566                 to local time, but uses the original date string.
10567                 
10568                 Note: %z inserts the timezone offset (should 
10569                 work also on platforms where strftime does not
10570                 support %z).
10571
10572 2002-05-18 [christoph]  0.7.6claws4
10573
10574         * src/summaryview.c
10575                 fix indentation of some code
10576         * tools/Makefile.am
10577                 fix spaces after \
10578         * src/Makefile.am
10579                 add missing \
10580                 correct path for ignorethread.xpm
10581                 incorrect filename for sylpheed_logo.xpm
10582                 add missing include matcher_parser_parse.h
10583
10584 2002-05-18 [paul]       0.7.6claws3
10585
10586         * sync with 0.7.6cvs8
10587                 see ChangeLog 2002-05-16 and 2002-05-17
10588
10589 2002-05-18 [melvin]     0.7.6claws2
10590
10591         * README.claws
10592                 Corrected an action's definition and fixed some misspellings.
10593
10594 2002-05-18 [paul]       0.7.6claws1
10595
10596         * tools/Makefile.am
10597           tools/gpg-sign        ** new file **
10598           tools/uudec           ** new file **
10599                 add Melvin's Actions scripts
10600
10601         * README.claws
10602                 add Melvin's descriptions for Actions
10603
10604 2002-05-18 [paul]       0.7.6claws
10605
10606         * Version 0.7.6claws released
10607
10608 2002-05-17 [paul]       0.7.5claws32
10609
10610         * po/es.po
10611                 updated by Ricardo Mones Lastra
10612
10613 2002-05-17 [paul]       0.7.5claws31
10614
10615         * src/compose.c
10616                 fix Account prefs default folder for sent/draft/deleted
10617                 messages bug
10618
10619         * po/it.po
10620           po/nl.po
10621                 updated translation by Alessandro Maestri and
10622                 Wilbert Berendsen
10623
10624 2002-05-17 [melvin]     0.7.5claws30
10625
10626         * src/prefs_actions.c
10627                 Fixed bug where using %F not at the end of the command 
10628                 resulted in an additional empty argument being created.
10629                 Thanks to Darko Koruga for reporting the bug.
10630
10631 2002-05-17 [melvin]     0.7.5claws29
10632
10633         * po/fr.po
10634                 Updated French translations.
10635
10636 2002-05-15 [paul]       0.7.5claws28
10637         
10638         * po/es.po
10639                 updated by Ricardo Mones Lastra
10640
10641 2002-05-15 [paul]       0.7.5claws27
10642
10643         * sync with 0.7.6cvs4
10644                 see ChangeLog 2002-05-14 and 2002-05-15
10645
10646 2002-05-14 [paul]       0.7.5claws26
10647
10648         * sync with 0.7.6cvs1
10649                 see ChangeLog 2002-05-13
10650
10651 2002-05-13 [thorsten]   0.7.5claws25
10652
10653         * src/messageview.c
10654                 fix select_all and copy in multipart messages
10655         * src/mainwindow.c
10656                 fix select_all and copy in multipart messages
10657
10658 2002-05-12 [paul]       0.7.5claws24
10659
10660         * src/summaryview.c
10661                 reverse last commit, bug already fixed in 0.7.5claws3
10662
10663 2002-05-12 [netztorte]  0.7.5claws23
10664
10665         * src/summaryview.c
10666                 dont parse empty addressbook (checked in before claws20)
10667
10668 2002-05-12 [melvin]     0.7.5claws22
10669
10670         * src/procmsg.[ch]
10671                 Removed unneeded priority code introduced by the previous 
10672                 commit.
10673
10674 2002-05-12 [melvin]     0.7.5claws21
10675
10676         * src/compose.[ch]
10677                 Added possibility to set message's priority.
10678         * src/procmsg.[ch]
10679                 Added possibility to set message's priority.
10680                 Added missing headers
10681
10682 2002-05-12 [melvin]     0.7.5claws20
10683
10684         * src/prefs_actions.c
10685                 Removed implicitely added quotes around the name
10686                 of the temporary files of mime parts.
10687
10688 2002-05-12 [paul]       0.7.5claws19
10689
10690         * sync with 0.7.5cvs20
10691                 see ChangeLog 2002-05-11
10692
10693 2002-05-12 [alfons]     0.7.5claws18
10694
10695         * src/quote_fmt_lex.l
10696         * src/quote_fmt_parse.y
10697                 allow quote / reply date & time format to be set using
10698                 %D{format}. format is a format string you'd pass to
10699                 strftime() (see man strftime, or the Display tab |
10700                 Date format setting).
10701
10702                 Currently %D converts the date to local time. 
10703
10704 2002-05-11 [paul]       0.7.5claws17
10705
10706         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10707                 see ChangeLog 2002-05-10 and 2002-05-11
10708
10709 2002-05-10 [paul]       0.7.5claws16
10710
10711         * sync with 0.7.5cvs16
10712                 see ChangeLog entries 2002-05-09 and 
10713                 2002-05-10
10714
10715 2002-05-10 [colin]      0.7.5claws15
10716
10717         * src/textview.c
10718                 Corrected a bug that prevented sylpheed to open
10719                 double-clicked URIs.
10720
10721 2002-05-09 [paul]       0.7.5claws14
10722
10723         * sync with 0.7.5cvs14
10724                 see ChangeLog 2002-05-08 and 2002-05-09
10725
10726 2002-05-08 [paul]       0.7.5claws13
10727
10728         * sync with 0.7.5cvs11
10729                 see ChangeLog entry 2002-05-08
10730
10731 2002-05-08 [paul]       0.7.5claws12
10732
10733         * src/mainwindow.c
10734           src/textview.[ch]
10735                 fix segfault on View->Open in new window
10736                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10737
10738 2002-05-07 [paul]       0.7.5claws11
10739
10740         * sync with 0.7.5cvs9
10741                 see ChangeLog entry 2002-05-07
10742
10743 2002-05-06 [paul]       0.7.5claws10
10744
10745         * src/messageview.c
10746           src/textview.c
10747                 display url in statusbar on single-click
10748                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10749
10750 2002-05-06 [match]      0.7.5claws9
10751
10752         * src/addritem.[ch]
10753                 new functions.
10754         * src/addrcache.c
10755                 tidy up.
10756         * src/xmlprops.[ch]
10757                 XML implementation of properties file.
10758         * src/exporthtml.[ch]
10759         * src/expthtmldlg.[ch]
10760         * src/addressbook.c
10761                 export to HTML.
10762
10763 2002-05-02 [sergey]     0.7.5claws8
10764
10765         * src/mainwindow.c (mainwin_entries),
10766           src/prefs_common.c (prefs_send_create()),
10767           src/codeconv.c (locale_table):
10768                 use charset name "Windows-1251" instead of "CP1251".
10769
10770 2002-05-02 [colin]      0.7.5claws7
10771         
10772         * src/compose.c
10773           src/prefs_common.c
10774           src/prefs_folder_item.c
10775                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10776
10777 2002-05-02 [hiro]       0.7.5claws6
10778
10779         * src/imap.c
10780                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10781
10782 2002-05-02 [paul]       0.7.5claws5
10783
10784         * src/compose.c
10785                 more sync with 0.7.5cvs7, see ChangeLog entry
10786                 2002-05-02
10787
10788 2002-05-02 [hiro]       0.7.5claws4
10789
10790         * src/compose.c
10791                 compose_queue_sub():
10792                 check if queue folder exists (closes #550397).
10793                 removed directory creation since it should be handled
10794                 transparently.
10795         * src/imap.c
10796                 imap_add_msg(): return UID for appended message
10797                 (closes #548842).
10798
10799 2002-04-30 [paul]       0.7.5claws3
10800
10801         * src/summaryview.c
10802                 fix account_find_from_address() bug
10803
10804 2002-04-28 [colin]      0.7.5claws2
10805
10806         * src/compose.c
10807           src/textview.c
10808           src/prefs_common.[ch]
10809           src/utils.[ch]
10810                 Added user-definable quotation characters recognition.
10811
10812 2002-04-28 [paul]       0.7.5claws1
10813
10814         * sync with 0.7.5cvs4
10815                 see ChangeLog entry  2002-04-25
10816
10817 2002-04-28 [paul]       0.7.5claws
10818
10819         * po/es.po
10820           po/nl.po
10821           po/pt_BR.po
10822                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10823                 Fabio Junior Beneditto
10824
10825 2002-04-27 [jens]       0.7.4claws103
10826
10827         * po/de.po
10828                 updated German translation.
10829
10830 2002-04-27 [hiro]       0.7.4claws102
10831
10832         * src/summaryview.c
10833                 summary_write_cache(): fixed the mark loss of hidden messages.
10834
10835 2002-04-26 [melvin]     0.7.4claws101
10836
10837         * src/procmsg.c
10838                 fixed a second typo (same one)
10839         * po/fr.po
10840           po/it.po
10841           po/pt_BR.po
10842                 fixed the type again...
10843
10844 2002-04-26 [melvin]     0.7.4claws100
10845
10846         * src/procmsg.c
10847                 fixed a typo in an alert message ("temorary").
10848         * po/it.po
10849         * po/pt_BR.po
10850                 corrected the typo  described above.
10851         * po/fr.po
10852                 updated French translation.
10853
10854 2002-04-26 [darko]      0.7.4claws99
10855
10856         * src/summaryview.c
10857                 fix target folder colorization
10858
10859 2002-04-25 [paul]       0.7.4claws98
10860
10861         * po/it.po
10862                 updated by Alessandro Maestri
10863
10864 2002-04-24 [colin]      0.7.4claws97
10865         
10866         * src/compose.c
10867                 Fixed double "subject is empty" question.
10868
10869 2002-04-23 [colin]      0.7.4claws96
10870         
10871         * src/mimeview.c
10872                 Corrected issue when "automatically display images" was
10873                 not set : first image remained after selecting second.
10874
10875 2002-04-23 [melvin]     0.7.4claws95
10876
10877         * src/prefs_actions.c
10878                 Don't display in/out dialog if there is nothing to show.
10879
10880 2002-04-23 [paul]       0.7.4claws94
10881
10882         * sync with 0.7.5cvs3
10883                 bug fixes: see ChangeLog entry 2002-04-23
10884
10885 2002-04-22 [darko]      0.7.4claws93
10886
10887         * src/compose.c
10888                 fix previous check-in which changed code after
10889                 merge from main
10890
10891 2002-04-22 [paul]       0.7.4claws92
10892
10893         * faq/de/*
10894                 add German FAQ
10895         * faq/en/*
10896           faq/es/*
10897           faq/fr/*
10898                 update English, Spanish and French FAQs
10899         * manual/de/*
10900           manual/es/*
10901                 add German and Spanish manuals
10902         * manual/en/*
10903           manual/fr/*
10904                 update English and French manuals
10905
10906         * src/Makefile.am
10907                 add to and re-arrange the pixmap entries
10908
10909 2002-04-22 [darko]      0.7.4claws91
10910
10911         * src/compose.c
10912                 fix sender initials recognition to only allow
10913                 '>' after the initials
10914
10915 2002-04-21 [paul]       0.7.4claws90
10916
10917         * sync with 0.7.5 release
10918                 see ChangeLog entry 2002-04-21
10919
10920 2002-04-21 [alfons]
10921
10922         * src/Makefile.am
10923                 add colin's new pixmaps to EXTRA_DIST
10924
10925 2002-04-21 [colin]      0.7.4claws89
10926         * src/compose.c
10927         * src/inc.c
10928         * src/mainwindow.[ch]
10929         * src/prefs_common.[ch]
10930         * src/stock_pixmap.[ch]
10931                 Added "Work offline" ability.
10932
10933 2002-04-21 [colin]      0.7.4claws88
10934         
10935         * src/mimeview.c
10936         * src/prefs_common.c
10937         * src/prefs_common.h
10938         * src/textview.c : Added an option to common preferences -> display
10939           to allow user not to automatically display images.
10940
10941 2002-04-21 [paul]       0.7.4claws87
10942
10943         * sync with 0.7.4cvs52
10944                 see ChangeLog entry 2002-04-21 (src/imap.c)
10945
10946 2002-04-21 [paul]       0.7.4claws86
10947
10948         * sync with 0.7.4cvs51
10949                 see ChangeLog entry 2002-04-21
10950
10951 2002-04-21 [paul]       0.7.4claws85
10952
10953         * sync with 0.7.4cvs49
10954                 see ChangeLog entries 2002-04-20 and 2002-04-21
10955
10956         * src/Makefile.am
10957                 clean up: remove old 'stock_' element from xpm 
10958                 filenames.
10959
10960 2002-04-21 [alfons]     0.7.4claws84
10961
10962         apply sync patch from Paul
10963
10964         * src/folderview.c
10965                 use old claws prefs_folder_item_create() for now
10966
10967 2002-04-19 [match]      0.7.4claws83
10968
10969         * src/addressbook.[ch]
10970         * src/addrharvest.[ch]
10971         * src/addrgather.[ch]
10972                 recurse folders.
10973         * src/mainwindow.c
10974         * src/summaryview.[ch]
10975                 change menu option.
10976
10977 2002-04-19 [paul]       0.7.4claws82
10978
10979         * po/pt_BR.po
10980                 updated by Fabio Junior Beneditto
10981
10982 2002-04-14 [alfons]     0.7.4claws81
10983
10984         * src/passphrase.c
10985                 add #include <sys/types.h> for mode_t and off_t 
10986
10987 2002-04-13 [paul]       0.7.4claws80
10988         
10989         * src/main.c
10990           src/passphrase.[ch]
10991           src/pgptext.c
10992           src/prefs_common.[ch]
10993           src/rfc2015.c
10994                 enable storing of GnuPG passphrase for the whole 
10995                 session or a user-defined number of minutes. patch 
10996                 submitted by Ravemax <ravemax@dextrose.com>
10997
10998 2002-04-13 [alfons]     0.7.4claws79
10999
11000         * src/textview.c
11001                 make email parser also stop scanning when encountering separators
11002                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11003
11004 2002-04-13 [paul]       0.7.4claws78
11005
11006         * sync with 0.7.4cvs39
11007                 see ChangeLog entry 2002-04-12
11008
11009 2002-04-11 [paul]       0.7.4claws77
11010
11011         * sync with 0.7.4cvs37
11012                 see ChangeLog entry 2002-04-11
11013
11014 2002-04-11 [paul]       0.7.4claws76
11015
11016         * COPYING 
11017                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11018                 the clause for OpenSSL). sync with sylpheed main
11019
11020 2002-04-09 [melvin]     0.7.4claws75
11021
11022         * src/compose.c
11023                 Made 'Ctrl-Enter' on send ignore some modifiers 
11024                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11025                 to bind other *-Enter (but not Alt-Enter).
11026
11027 2002-04-09 [paul]       0.7.4claws74
11028
11029         * sync with 0.7.4cvs35
11030                 see ChangeLog entries 2002-04-09
11031
11032 2002-04-08 [paul]       0.7.4claws73
11033
11034         * sync with 0.7.4cvs33
11035                 see ChangeLog entry 200-04-08
11036
11037 2002-04-07 [match]      0.7.4claws72
11038
11039         * src/addrharvest.[ch]
11040                 fixed to read all addresses in header, regardless
11041                 of header size. improved name parsing. accommodate
11042                 harvest from folders and selected message.
11043         * src/addritem.[ch]
11044                 included new address parsing function.
11045         * src/addrgather.[ch]
11046         * src/addressbook.[ch]
11047         * src/summaryview.[ch]
11048         * src/mainwindow.c
11049                 allow address harvest of folder as well as selected
11050                 messages.
11051
11052 2002-04-07 [paul]       0.7.4claws71
11053
11054         * src/esmtp.[ch]
11055           src/smtp.c
11056                 don't try to authenticate with CRAM-MD5 in SMTP when 
11057                 SMTP-AUTH enabled if MTA doesn't issue this 
11058                 auth-method in it's ehlo-response. bug item #531364,
11059                 patch item #938910. patch submitted by Colin Leroy 
11060                 <colin@colino.net>
11061
11062 2002-04-07 [paul]       0.7.4claws70
11063
11064         * src/nntp.c
11065                 fix missing MODE_READER bug. patch submitted by
11066                 Colin Leroy <colin@colino.net>
11067
11068 2002-04-07 [alfons]     0.7.4claws69
11069
11070         * src/matcher.[ch]
11071         * src/prefs_filtering.c
11072         * src/summaryview.c
11073                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11074                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11075
11076 2002-04-07 [paul]       0.7.4claws68
11077
11078         * sync with 0.7.4cvs32
11079                 see ChangeLog entry 2002-04-06
11080
11081         * tools/filter_conv.pl
11082                 more bug fixes
11083
11084 2002-04-06 [paul]       0.7.4claws67
11085
11086         * tools/filter_conv.pl
11087                 modify to be able to find the name of the first
11088                 mailbox and use that. main's filter does not
11089                 record the full path to the mailbox and therefore
11090                 can only filter to the first mailbox.
11091
11092 2002-04-05 [paul]       0.7.4claws66
11093
11094         * tools/filter_conv.pl
11095                 attempt to make the script all-encompassing and
11096                 be able to convert any main 'filter' rule thrown
11097                 at it
11098
11099 2002-04-05 [paul]       0.7.4claws65
11100
11101         * tools/filter_conv.pl
11102                 allow for collapsed folder trees
11103
11104 2002-04-05 [paul]       0.7.4claws64
11105
11106         * sync with 0.7.4cvs31
11107                 see ChangeLog entries 2002-04-05
11108
11109 2002-04-03 [paul]       0.7.4claws63
11110
11111         * sync with 0.7.4cvs29
11112                 see ChangeLog entries 2002-04-02 and 2002-04-03
11113
11114 2002-04-02 [paul]       0.7.4claws62
11115
11116         * sync with 0.7.4cvs26
11117                 see ChangeLog entry 2002-04-01
11118
11119 2002-04-02 [match]      0.7.4claws61
11120
11121         * src/pine.[ch]
11122         * src/importpine.[ch]
11123         * src/addressbook.c
11124                 import Pine address book.
11125
11126 2002-04-02 [match]      0.7.4claws60
11127
11128         * src/addrharvest.[ch]
11129                 improve address parsing of funky addresses.
11130
11131 2002-04-02 [darko]      0.7.4claws59
11132
11133         * src/compose.c
11134                 wrap on send improvements, it now recognizes quoted
11135                 initials as part of the quotation string, and it
11136                 does not join lines separated by CR
11137
11138 2002-04-01 [match]      0.7.4claws58
11139
11140         * src/mgutils.[ch]
11141                 added new functions.
11142         * src/mutt.[ch]
11143                 remove excessive duplicate address generation
11144                 on import.
11145
11146 2002-04-01 [alfons]     0.7.4claws57
11147         
11148         * src/summaryview.c
11149                 put back g_free() 
11150
11151 2002-04-01 [paul]       0.7.4claws56
11152
11153         * sync with 0.7.4cvs25
11154                 see ChangeLog entry 2002-04-01
11155
11156 2002-04-01 [alfons]     0.7.4aprilfool55
11157
11158         * src/summaryview.c
11159                 honour feature request item #537427 to allow for
11160                 displaying names from address book for sent mail also
11161
11162 2002-03-29 [paul]       0.7.4claws54
11163
11164         * src/mainwindow.c
11165           src/prefs_filtering.[ch]
11166           src/prefs_matcher.c
11167           src/summaryview.c
11168                 add 'fast filter' for claws' filtering,
11169                 /Tools/Create filter rule/... patch submitted
11170                 by Neill Miller <neillm@thecodefactory.org>
11171
11172 2002-03-29 [paul]       0.7.4claws53
11173
11174         * sync with 0.7.4cvs24
11175                 see ChangeLog entry 2002-03-29
11176
11177 2002-03-28 [paul]       0.7.4claws52
11178
11179         * sync with 0.7.4cvs23
11180                 see ChangeLog entry 2002-03-28
11181
11182 2002-03-27 [melvin]     0.7.4claws51
11183
11184         * src/prefs_actions.c
11185                 Added support to pass only one message part (as a
11186                 file) to the command using '%p'. No quotes are needed
11187                 because doubles quotes are automatically added.
11188                 Fixed bug where Sylpheed could block when waiting for
11189                 a child process to finish.
11190                 Changed the help menu to remove quotes around symbols to 
11191                 avoid misinterpretation (they must not be used).
11192
11193 2002-03-27 [melvin]     0.7.4claws50
11194
11195         * src/inc.c
11196                 Made the new mail notification command always 
11197                 execute asynchronously.
11198
11199 2002-03-27 [paul]       0.7.4claws49
11200
11201         * src/compose.c
11202                 fix bug introduced in last commit
11203
11204 2002-03-27 [paul]       0.7.4claws48
11205
11206         * sync with 0.7.4cvs21
11207                 see ChangeLog 2002-03-26 and 2002-03-27
11208
11209 2002-03-26 [hoa]        0.7.4claws47
11210
11211         * src/prefs_folder_item.c
11212                 really fixed the bug #516442 with folder rescan.
11213
11214 2002-03-26 [paul]       0.7.4claws46
11215
11216         * sync with 0.7.4cvs19
11217                 see ChangeLog entries 2002-03-25 and 2002-03-26
11218
11219 2002-03-25 [hoa]        0.7.4claws45
11220
11221         * src/matcher.c
11222         * src/mh.c
11223                 fix the bug #516442 with folder rescan.
11224
11225         * src/prefs_common.[ch]
11226         * src/compose.c
11227                 added an option to enable two different behaviours
11228                 for bounce.
11229
11230
11231 2002-03-25 [paul]       0.7.4claws44
11232
11233         * src/mainwindow.c
11234           src/selective_download.c
11235                 correct a few menuitem labels
11236
11237 2002-03-25 [christoph]  0.7.4claws43
11238
11239         * src/procmsg.c
11240                 fix non deleted tmp message in
11241                 procmsg_save_to_outbox
11242                 fix problems caused by sync with
11243                 main branch's procmsg_send_queue
11244
11245 2002-03-25 [paul]       0.7.4claws42
11246
11247         * src/quote_fmt.c
11248           src/quote_fmt_lex.l
11249           src/quote_fmt_parse.y
11250                 add Last name (%L) placeholder for quoting. 
11251                 patch submitted by Thorsten Thielen 
11252                 <thth@users.sourceforge.net>
11253
11254 2002-03-25 [paul]       0.7.4claws41
11255
11256         * src/utils.c
11257                 get full hostname. patch submitted by
11258                 Bob Woodside <rwoodside1@comcast.net>
11259
11260 2002-03-25 [paul]       0.7.4claws40
11261
11262         * src/account.c
11263           src/news.c
11264           src/nntp.[ch]
11265           src/prefs_account.[ch]
11266                 enable NNTP over SSL. patch submitted by
11267                 Pascal Jermini <pascal@infinity.hn.org>
11268
11269 2002-03-24 [paul]       0.7.4claws39
11270
11271         * src/prefs_common.c
11272                 make the arrangement of the Compose tab more
11273                 coherent
11274
11275         * src/mainwindow.c
11276                 fix some irregularities of style
11277
11278         * po/de.po
11279                 updated by Kilian Krause
11280
11281 2002-03-23 [paul]       0.7.4claws38
11282
11283         * po/pt_BR.po
11284                 updated by Fabio Junior Beneditto
11285
11286 2002-03-23 [paul]       0.7.4claws37
11287
11288         * src/mainwindow.c
11289                 move 'Gather addresses' to 'Tools' menu
11290                 make 'Selective download' sensitive
11291
11292 2002-03-23 [paul]       0.7.4claws36
11293
11294         * sync with 0.7.4cvs16
11295                 see ChangeLog entries 2002-03-23
11296
11297 2002-03-22 [christoph]  0.7.4claws35
11298
11299         * src/quote_fmt_parse.y
11300                 fix include program output
11301
11302 2002-03-22 [alfons]     0.7.4claws34
11303
11304         * src/pop.c
11305                 initialize GDate stack variable correctly (sorry!)
11306
11307 2002-03-22 [paul]       0.7.4claws33
11308
11309         * src/compose.c
11310           src/mainwindow.c
11311           src/prefs_actions.c
11312           src/prefs_common.c
11313                 rename 'Tool' to 'Tools'
11314
11315         * src/mainwindow.c
11316                 move 'Delete duplicated messages' from
11317                 'Message/' to 'Tools/'
11318                 re-arrange the order of 'Tools/' items
11319
11320 2002-03-22 [paul]       0.7.4claws32
11321
11322         * src/addr_compl.c
11323           src/addressbook.[ch]
11324                 auto-address completion now also matches on
11325                 Nickname. patch submitted by Bob Forsman 
11326                 <hammor@users.sourceforge.net>
11327
11328         * src/editaddress.c
11329                 correct a spelling mistake
11330
11331 2002-03-22 [alfons]     0.7.4claws31
11332
11333         * src/pop.c
11334                 fix getting uidl from incorrect string 
11335                 (spotted by Colin)
11336
11337 2002-03-21 [alfons]     0.7.4claws30
11338
11339         * src/pop.c
11340                 more code refactoring
11341                 plug mem leak introduced by delete on server
11342
11343 2002-03-21 [paul]       0.7.4claws29
11344
11345         * sync with 0.7.4cvs11
11346                 see ChangeLog entries 2002-03-20
11347
11348 2002-03-20 [alfons]     0.7.4claws28
11349
11350         * src/inc.c
11351                 apply Colin's patch and refactor
11352
11353 2002-03-20 [paul]       0.7.4claws27
11354
11355         * sync with sylpheed 0.7.4cvs9
11356                 see ChangeLog entry 2002-03-20
11357
11358 2002-03-19 [christoph]  0.7.4claws26
11359
11360         * src/mh.c
11361         * src/procmsg.[ch]
11362         * src/summaryview.c
11363                 revert changes for flag updates
11364                 (does not work correctly and no time to debug)
11365
11366 2002-03-20 [alfons]     0.7.4claws25
11367
11368         * src/pop.c
11369                 refactor should_delete() a little bit 
11370
11371 2002-03-19 [paul]       0.7.4claws24
11372
11373         * src/inc.[ch]
11374           src/pop.c
11375           src/prefs_account.[ch]
11376                 allow the user to leave downloaded mail on the 
11377                 server for n days. Patch submitted by Colin Leroy 
11378                 <colin@colino.net>
11379
11380 2002-02-19 [paul]       0.7.4claws23
11381
11382         * sync with sylpheed 0.7.4cvs8
11383                 see ChangeLog entries 2002-03-19
11384
11385 2002-03-18 [paul]       0.7.4claws22
11386
11387         * sync with sylpheed 0.7.4cvs6
11388                 see ChangeLog entry 2002-03-18
11389
11390 2002-03-18 [paul]       0.7.4claws21
11391
11392         * po/en_GB.po
11393                 add en_GB message catalogue
11394
11395         * src/mbox_folder.c
11396           src/prefs_account.c
11397           src/prefs_actions.c
11398                 correct a few spelling mistakes
11399
11400 2002-03-17 [alfons]     0.7.4claws20
11401
11402         * src/matcher.c
11403                 more stringent checks for NULL params when writing
11404                 filtering actions to a file
11405                 
11406 2002-03-17 [hoa]        0.7.3claws20
11407
11408         * src/news.c
11409                 fixed the count of new messages
11410
11411         * src/compose.c
11412                 fixed the "attachment properties" window
11413
11414 2002-03-17 [paul]       0.7.4claws19
11415
11416         * src/defs.h
11417           src/folder.h
11418           src/news.c
11419           src/prefs_account.[ch]
11420           src/procmsg.[ch]
11421           src/summaryview.c
11422                 automatically mark cross-posted messages as read 
11423                 and (optionally) give them a colour label
11424                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11425                 
11426
11427 2002-03-17 [paul]       0.7.4claws18
11428
11429         * sync with sylpheed 0.7.4cvs5
11430                 see ChangeLog entry 2002-03-17
11431
11432 2002-03-17 [melvin]     0.7.4claws17
11433         
11434         * src/textview.c
11435                 Worked around a gtktext 'bug': when searching for 
11436                 a text in a long message it was scrolling slowly
11437                 line by line until it hit the searched text.
11438         * po/fr.po
11439                 Updated French translation
11440
11441 2002-03-17 [melvin]     0.7.4claws16
11442
11443         * src/mainwindow.c
11444         * src/compose.c
11445         * src/prefs_actions.c
11446                 Moved "Edit/Actions" to "Tool/Actions"
11447                 Made mainwindow/compose window sensitive as soon as
11448                 no child process is running anymore even if the io dialog
11449                 is open.
11450                 Fixed a struct being initialized with a non constant char*
11451
11452 2002-03-16 [christoph]  0.7.4claws15
11453
11454         * configure.in
11455                 add --with-compiler-flags option
11456                 (only for developer hacking)
11457         * src/mh.c
11458         * src/procmsg.[ch]
11459         * src/summaryview.c
11460                 try to make folder-stats and flag handling more
11461                 independent from the summaryview. msgcounts
11462                 are only set when the folder is opened and
11463                 procmsg_msginfo_(un)set_flags will handle it
11464                 later and summaryview will get the values
11465                 from the folder.
11466
11467 2002-03-16 [paul]       0.7.4claws14
11468
11469         * src/messageview.c
11470                 fix Return-receipt. Patch submitted by Bob
11471                 Woodside <rwoodside1@comcast.net>
11472
11473 2002-03-16 [paul]       0.7.4claws13
11474
11475         * src/compose.c
11476                 fix 'dynamic' signatures, make it work again
11477                 broken during sync on 2002-03-14 (0.7.4claws2)
11478
11479 2002-03-15 [match]      0.7.4claws12
11480
11481         * src/addrharvest.[ch]
11482         * src/addrgather.[ch]
11483         * src/addressbook.[ch]
11484         * src/mainwindow.c
11485                 included address harvester feature. still some
11486                 issues with address parsing that I will fix.
11487
11488 2002-03-15 [match]      0.7.4claws11
11489
11490         * src/addrbook.[ch]
11491         * src/addrcache.[ch]
11492         * src/addressbook.[ch]
11493         * src/addrindex.c
11494         * src/editbook.c
11495         * src/importldif.c
11496         * src/importmutt.c
11497         * src/jpilot.[ch]
11498         * src/main.c
11499         * src/syldap.[ch]
11500         * src/vcard.[ch]
11501                 tidy up. fix memory leaks. moved attribs and methods
11502                 from individual interfaces to addrcache object. prep
11503                 for new stuff to come in.
11504
11505 2002-03-15 [alfons]     0.7.4claws10
11506
11507         * src/matcher.[ch]
11508         * src/matcher_parser_parse.y
11509         * src/matcher_parser_lex.l
11510         * src/prefs_matcher.c
11511                 add filtering conditions message greater than, smaller 
11512                 than, and exactly matching a size in bytes
11513                 (does not work with delete from POP3 server yet)
11514
11515                 this should also give others an idea what you should
11516                 do to add new criterions to claws filtering system
11517                 
11518
11519 2002-03-15 [paul]       0.7.4claws9
11520
11521         * tools/filter_conv.pl
11522                 exit if there are no filter rules to convert
11523                 rename filterrc to filterrc.old after completion
11524
11525 2002-03-15 [paul]       0.7.4claws8
11526
11527         * sync with sylpheed 0.7.4cvs3
11528                 see ChangeLog entry 2002-03-14
11529
11530 2002-03-14 [paul]       0.7.4claws7
11531
11532         * src/compose.c
11533                 clean up the last commit (ahem)
11534
11535 2002-03-14 [paul]       0.7.4claws6
11536
11537         * src/compose.c
11538                 fix bug #515655. honour account preferences
11539                 regarding gpg default signing/encryption when 
11540                 changing account from the compose window.
11541
11542 2002-03-14 [paul]       0.7.4claws5
11543
11544         * src/folderview.c
11545                 remove unnecessary curly brackets
11546
11547 2002-03-14 [paul]       0.7.4claws4
11548
11549         * src/folderview.c
11550           src/prefs_filtering.[ch]
11551                 add filter rename on folder rename and filter
11552                 delete on folder delete. Patch submitted by
11553                 Neill Miller <neillm@thecodefactory.org> 
11554
11555 2002-03-14 [christoph]  0.7.4claws3
11556
11557         * src/procmsg.c
11558         * src/send.c
11559                 fix local delivery
11560                 (patch submitted by "Simon 'corecode' Schubert")
11561         * src/prefs_common.c
11562         * src/procmsg.c
11563                 fix gcc 3.0 warning
11564
11565 2002-03-14 [paul]       0.7.4claws2
11566
11567         * sync with sylpheed 0.7.4cvs2
11568                 see ChangeLog entry 2002-03-13
11569
11570 2002-03-12 [darko]      0.7.4claws1
11571
11572         * src/mainwindow.c
11573                 fix what seems to be a copy and paste error
11574                 when setting color for important messages
11575                 (reported by wwp)
11576
11577 2002-03-11 [paul]       version 0.7.4claws released
11578
11579 2002-03-11 [paul]       0.7.4claws
11580
11581         * po/es.po
11582           po/it.po
11583           po/nl.po
11584           po/pt_BR.po
11585                 update message catalogs. Submitted by Ricardo Mones 
11586                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11587                 Fabio Junior Beneditto
11588
11589         * configure.in
11590           faq/Makefile.am
11591           faq/it/Makefile
11592           faq/it/sylpheed-faq*
11593           src/mainwindow.c
11594           src/manual.[ch]
11595                 add FAQ in Italian
11596         
11597
11598 2002-03-11 [jens]       0.7.3claws7
11599
11600         * po/de.po
11601                 updated German translation
11602
11603 2002-03-11 [melvin]     0.7.3claws6
11604
11605         * po/fr.po
11606                 updated and corrected French translation
11607
11608 2002-03-10 [hoa]        0.7.3claws5
11609
11610         * src/account.c
11611         * src/inc.c
11612         * src/prefs_account.c
11613         * src/procmsg.c
11614         * src/send.[ch]
11615                 fixed the local account.
11616                 you have to change the default "/usr/sbin/sendmail"
11617                 to "/usr/sbin/sendmail -t" in the preferences of
11618                 the local account.
11619
11620         * src/procmime.c
11621                 removed some debug display for renderer
11622
11623 2002-03-10 [paul]       0.7.3claws4
11624
11625         * faq/en/sylpheed-faq-1.html
11626           faq/en/sylpheed-faq-2.html
11627                 update
11628
11629 2002-03-09 [paul]       0.7.3claws3
11630
11631         * sync with sylpheed 0.7.4
11632                 see ChangeLog entry 2002-03-09
11633
11634 2002-03-08 [paul]       0.7.3claws2
11635
11636         * faq/en/sylpheed-faq*
11637           faq/es/sylpheed-faq*
11638           faq/fr/sylpheed-faq*
11639                 update the FAQs
11640
11641         * manual/fr/.cvsignore
11642           manual/fr/Makefilea.am
11643           manual/fr/sylpheed*
11644           src/mainwindow.c
11645           src/manual.[ch]
11646                 add the French manual
11647
11648 2002-03-07 [paul]       0.7.3claws1
11649
11650         * sync with sylpheed 0.7.3cvs4
11651                 see ChangeLog entries  2002-03-06 and 2002-03-07
11652         
11653         * po/nl.po
11654                 updated by Wilbert Berendsen
11655
11656 2002-03-07 [melvin]     0.7.2claws34
11657
11658         * src/selective_download.c
11659                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11660
11661 2002-03-06 [paul]       0.7.2claws33
11662
11663         * sync with sylpheed 0.7.3cvs1
11664                 bug fix, see ChangeLog entry 2002-03-05
11665
11666 2002-03-05 [paul]       0.7.2claws32
11667
11668         * src/mimeview.c
11669           src/pgptext.[ch]
11670           src/procmsg.c
11671                 reverse the pgp ascii-armored code implemented in 
11672                 0.7.2claws16. removal of this code until it matures.
11673                 this means that verifying ascii-armored pgp sigs and
11674                 automatic decryption of ascii-armored encrypted
11675                 messages no longer works.
11676
11677 2002-03-05 [paul]       0.7.2claws31
11678
11679         * configure.in
11680           Makefile.am
11681         * faq/Makefile.am
11682         * faq/en/Makefile.am
11683           faq/en/sylpheed-faq.html
11684           faq/en/sylpheed-faq-1.html
11685           faq/en/sylpheed-faq-2.html
11686           faq/en/sylpheed-faq-3.html
11687         * faq/es/Makefile.am
11688           faq/es/sylpheed-faq.html
11689           faq/es/sylpheed-faq-1.html
11690           faq/es/sylpheed-faq-2.html
11691           faq/es/sylpheed-faq-3.html
11692           faq/es/sylpheed-faq-4.html
11693         * faq/fr/Makefile.am
11694           faq/fr/sylpheed-faq.html
11695           faq/fr/sylpheed-faq-1.html
11696           faq/fr/sylpheed-faq-2.html
11697           faq/fr/sylpheed-faq-3.html
11698         * src/Makefile.am
11699           src/defs.h
11700           src/mainwindow.c
11701           src/manual.[ch]
11702                 add FAQs in English, Spanish and French
11703
11704
11705 2002-03-05 [paul]       0.7.2claws30
11706
11707         * manual/en/sylpheed.html
11708           manual/en/sylpheed-XX.html
11709                 updated the English manual
11710
11711 2002-03-05 [hoa]        
11712
11713         * src/summaryview.c
11714                 dialog box pops up if the article can't be deleted.
11715
11716 2002-03-04 [paul]       
11717         
11718         * po/pt_BR.po
11719                 updated by Fabio Junior Benedito
11720
11721 2002-03-04 [hoa]
11722
11723         * removed ac/gpgme.m4
11724                 to avoid autogen common problem
11725                 developers have to install gpgme development package now
11726
11727         * src/compose.c
11728                 encoding to 7bit or 8bit is enabled.
11729
11730 2002-03-03 [alfons]     0.7.2claws29
11731
11732         * src/pop.c
11733                 merge fix by Oliver Haertel for selective
11734                 download buglet
11735
11736 2002-03-03 [paul]       0.7.2claws28
11737         
11738         * sync with sylpheed 0.7.3
11739
11740 2002-03-03 [paul]       0.7.2claws27
11741
11742         * sync with sylpheed 0.7.2cvs24
11743                 see ChangeLog entries 2002-03-02 and 2002-03-03
11744
11745 2002-03-02 [melvin]     0.7.2claws26
11746
11747         * src/inc.[ch]
11748         * src/main.c
11749         * src/mainwindow.c
11750         * src/prefs_common.[ch]
11751                 Added user definable notification on new mail arrival.
11752                 Removed unused variables in spell checker prefs code.
11753
11754 2002-03-02 [melvin]     0.7.2claws25
11755
11756         * src/quote_fmt.c
11757                 Removed unnecessary escape sequences.
11758                 Changed 'Initial...' to 'Initials of Sender'
11759
11760 2002-03-02 [paul]       0.7.2claws24
11761
11762         * sync with sylpheed 0.7.2cvs22
11763                 see ChangeLog entry 2002-03-01
11764
11765 2002-03-01 [hoa]        0.7.2claws23
11766
11767         * src/mainwindow.c
11768                 Set sensitivity of delete actions to active
11769                 even if the folder is a newsgroup.
11770
11771         * src/summaryview.c
11772                 - Set sensitivity of delete actions
11773                 - Added function check_permission() that will check if the
11774                   user is authorized to delete a message. For news, it
11775                   will check if the author is the same.
11776                 - Enabled deletion when there is no trash folder.
11777
11778         * src/news.[ch]
11779                 - Added news_cancel_article() to cancel articles
11780                 - Implemented news_remove_message() (public function)
11781
11782 2002-03-01 [paul]       0.7.2claws22
11783
11784         * src/gtkutils.c
11785           src/textview.c
11786                 recognise urls that that don't include 'http://' and
11787                 simply begin 'www.' 
11788
11789         * AUTHORS
11790                 remove duplicated name
11791
11792 2002-02-28 [paul]       0.7.2claws21
11793
11794         * src/mainwindow.c
11795           src/summaryview.[ch]
11796                 add ability to 'Select thread'
11797                 combines Melvin's "Select thread's head" patch (#510907)
11798                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11799                 patch (#518514) 
11800
11801 2002-02-28 [paul]       0.7.2claws20
11802
11803         * src/mimeview.c
11804                 hopefully fix segfault on right-clicking a mime part
11805                 that some people have experienced.      
11806                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11807
11808 2002-02-28 [paul]       0.7.2claws19
11809
11810         * sync with sylpheed 0.7.2cvs21
11811                 see ChangeLog entries 2002-02-27 and 2002-02-28
11812
11813 2002-02-27 [paul]       0.7.2claws18
11814
11815         * sync with sylpheed 0.7.2cvs18
11816                 see ChangeLog entries 2002-02-26 and 2002-02-27
11817
11818 2002-02-26 [alfons]     0.7.2claws17
11819
11820         * src/procheader.c
11821                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11822                 (spotted by Chris Hessman <idatech@gmx.net>)
11823
11824 2002-02-26 [paul]       0.7.2claws16
11825
11826         * src/mimeview.c
11827           src/pgptext.[ch]
11828           src/procmsg.c
11829                 make decryption of ascii-armored pgp encrypted messages
11830                 and verification of ascii-armored signatures work again.
11831                 slightly altered from the patch by Jens Jahnke 
11832                 <jan0sch@gmx.net>
11833
11834                 ##FIX ME##
11835                 * the checking of plaintext signatures always comes up in 
11836                   a popup box
11837                 * it doesn't work for multipart messages 
11838                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11839                   including the msg headers and these 2 line themselves, are 
11840                   not displayed
11841
11842         * src/mainwindow.c
11843                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11844                 "View/Message View" becomes "View/Separate Message View"
11845                 because its less ambiguous.
11846
11847         * po/es.po
11848                 updated by Ricardo Mones Lastra
11849
11850 2002-02-26 [paul]       0.7.2claws15
11851
11852         * sync with sylpheed 0.7.2cvs17
11853                 see ChangeLog entries 2002-02-25 and 2002-02-26
11854
11855 2002-02-25 [christoph]  0.7.2claws14
11856
11857         * src/filtering.[ch]
11858         * src/inc.c
11859                 do filtering stuff after all messages have been received
11860                   1. drop all messages to .processing
11861                   2. scan processing folder for messages
11862                   3. filter messages or move to inbox
11863                 this will also find old messages left in processing after
11864                 a crash or something like that and we get a real msginfo
11865                 from folder->get_msg_list and do not have to create our
11866                 own in filter_message
11867         * src/matcher_parser_parse.y
11868                 remove MIX/MAX warning (reordered includes)
11869
11870 2002-02-25 [paul]       0.7.2claws13
11871
11872         * sync with sylpheed 0.7.2cvs15
11873                 see ChangeLog entry 2002-02-24
11874
11875 2002-02-24 [alfons]     0.7.2claws12
11876
11877         * src/filtering.c
11878                 clear old color flags first when applying a new color to
11879                 a message info. 
11880                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11881
11882 2002-02-24 [alfons]     0.7.2.claws11
11883         
11884         * AUTHORS
11885         * src/prefs_common.c
11886                 add presets for Opera and Konqueror, closes patch #517261,
11887                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11888
11889 2002-02-24 [alfons]     0.7.2.claws10
11890
11891         * AUTHORS
11892         * src/summaryview.c
11893                 fix threading for null message ids, closes patch #521601,
11894                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11895
11896 2002-02-24 [alfons]     0.7.2claws9
11897
11898         * src/summaryview.c
11899         * src/filtering.c
11900                 make Tool | Filter Message work with filtering system so
11901                 setting flags also works
11902
11903                 TODO:
11904
11905                 - Processing uses the same function as Tool | Filter
11906                   Message, but doesn't use the same update proc yet
11907
11908 2002-02-23 [paul]       0.7.2claws8
11909
11910         * sync with sylpheed 0.7.2cvs14
11911                 see ChangeLog entries 2002-02-22 and 2002-02-23
11912
11913 2002-02-22 [christoph]  0.7.2claws7
11914
11915         * src/quote_fmt.c
11916                 Add column space to table
11917         * src/quote_fmt_parse.y
11918                 Close files
11919
11920 2002-02-22 [paul]       0.7.2claws6
11921
11922         * src/Makefile.am
11923           src/defs.h
11924           src/filtering.c
11925           src/inc.[ch]
11926           src/mainwindow.c
11927           src/matcher.[ch]
11928           src/matcher_parser_lex.l
11929           src/matcher_parser_parse.y
11930           src/pop.[ch]
11931           src/prefs_account.h
11932           src/prefs_filtering.c
11933           src/selective_download.[ch]   *** NEW FILES ***
11934           src/utils.[ch]
11935           po/POTFILES.in
11936                 Selective Download added to 'Tool' menu. 
11937                 Retrieves email headers of the currently selected pop3 
11938                 account and allows the user to mark emails for deletion 
11939                 right on the pop3 server. Patch submitted by Oliver Haertel 
11940                 <oha@users.sourceforge.net>.
11941         
11942         * po/POTFILES.in
11943                 add 'src/quote_fmt.c'           
11944
11945 2002-02-22 [christoph]  0.7.2claws5
11946
11947         * src/Makefile.am
11948                 added quote_fmt.c
11949         * src/prefs_common.[ch]
11950         * src/prefs_template.c
11951         * src/quote_fmt.c               *** NEW FILE ***
11952         * src/quote_fmt.h
11953                 move quote format symbol description code
11954                 to it's own file because it is used from
11955                 differnent code parts
11956                 Rewrote symbol description GUI
11957                   + use table
11958                   + add separators
11959                   + get data from array (no more long constant strings)
11960         * src/quote_fmt_lex.l
11961         * src/quote_fmt_parse.y
11962                 Symbol for Literal % changed to \% instead of %%
11963                 (More logical as \ is used for quoting for other symbols)
11964                 Add |f and |p to include files and program output
11965                 Examples:
11966                     |f{/home/.../.signature}
11967                     |p{date}
11968         * po/de.po
11969                 Correct wrong spelling for "Referenzen"
11970
11971 2002-02-21 [paul]       0.7.2claws4
11972
11973         * src/procmsg.c
11974                 forgotten during sync
11975
11976 2002-02-21 [paul]       0.7.2claws3
11977
11978         * sync with sylpheed 0.7.2cvs11
11979                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11980                 2002-02-20 and 2002-02-21
11981
11982 2002-02-20 [melvin]     0.7.2claws2
11983
11984         * src/prefs_actions.c
11985                 Added error report when child cannot fork or when execvp 
11986                 returns with an error.
11987
11988 2002-02-19 [christoph]  0.7.2claws1
11989
11990         * src/codeconv.c
11991                 return unconverted text if conde conversion is not possible
11992                 when libjconv is used.
11993                 (patch submitted by "Simon 'corecode' Schubert")
11994
11995 2002-02-19 [paul]       
11996
11997         * version 0.7.2claws release
11998
11999 2002-02-19 [paul]       0.7.2claws
12000
12001         * po/nl.po
12002                 updated by Wilbert Berendsen
12003
12004
12005 2002-02-18 [alfons]     0.7.1claws13
12006
12007         * src/syldap.c
12008         * src/jpilot.c
12009                 remove references to dlfcn and explicitly loading functions
12010                 from dynalink libs, because libs linked anyway, and functions
12011                 are loaded explicitly
12012
12013 2002-02-17 [melvin]     0.7.1claws12
12014
12015         * src/prefs_actions.c
12016                 Replaced children wait loop with double fork technique.
12017                 Now, input/output window updated at each new output.
12018                 free_children(): Fixed a memory leak.
12019                 Made input/output window non closable if running children
12020                 still exist.
12021                 Added missing <unistd.h> include.
12022                 Added some --debug outputs.
12023
12024 2002-02-17 [melvin]     0.7.1claws11
12025
12026         * src/summaryview.c
12027                 Fixed bug where descending sort order did not select top
12028                 message.
12029
12030 2002-02-17 [melvin]     0.7.1claws10
12031
12032         * acconfig.h
12033                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12034         * src/prefs_common.c
12035                 Pspell data package directory no more hard coded but
12036                 set during configuration (PSPELL_PATH). (Thanks to 
12037                                 Gustavo Noronha Silva.)
12038
12039 2002-02-17 [melvin]     0.7.1claws9
12040
12041         * configure.in
12042                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12043         * src/gtkspell.c
12044                 Fixed compile-time warnings.
12045
12046 2002-02-16 [alfons]     0.7.1claws8
12047
12048         * src/filesel.c
12049                 fix inadvertent free of NULL pointer which caused
12050                 sylpheed to crash when closing the save-as dialog
12051                 using the window close button
12052
12053 2002-02-16 [carsten]    0.7.1claws7
12054         * src/mainwindow.[ch]
12055           src/summaryview.c
12056           src/prefs_common.c
12057                 fixes for pixmap theming code:
12058                         - recently changed mail attributes shouldn't get
12059                           lost any longer
12060                         - theme is only reloaded iff another theme was
12061                           selected
12062
12063 2002-02-16 [paul]       0.7.1claws6
12064
12065         * sync with sylpheed 0.7.2 release
12066                 see ChangeLog entry 2002-02-15 and 2002-02-16
12067
12068 2002-02-15 [paul]       0.7.1claws5
12069
12070         * sync with sylpheed 0.7.1cvs9
12071                 see ChangeLog entry 2002-02-15
12072
12073         * po/POTFILES.in
12074                 remove unneeded headerwindow.c entry
12075
12076 2002-02-14 [carsten]    0.7.1claws4
12077         * src/summaryview.c
12078                 fixed a bug for "Go to next unread message": there was
12079                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12080                 in the prefs, because of doing "Search again" instead
12081                 "No"
12082
12083 2002-02-14 [carsten]    0.7.1claws3
12084         * src/stock_pixmap.c
12085                 removed 2 more mem leaks; following memprof,
12086                 this code is "leak free" now :)
12087
12088 2002-02-14 [carsten]    0.7.1claws2
12089         * src/stock_pixmap.c
12090                 used opendir/readdir/closedir instead of scandir
12091                 -> code should work now on Solaris
12092
12093 2002-02-14 [paul]       0.7.1claws1
12094
12095         * sync with sylpheed 0.7.1cvs8
12096                 see ChangeLog entries 2002-02-13 and 2002-02-14
12097
12098         * README.claws
12099                 add some description of Actions and Pixmap Themes
12100
12101 2002-02-13 [paul]       
12102
12103         * version 0.7.1claws release
12104
12105 2002-02-13 [paul]       0.7.1claws
12106
12107         * po/es.po
12108           po/it.po
12109           po/pt_BR.po
12110                 updated translations, submitted by Ricardo Mones Lastra,
12111                 Alessandro Maestri and Fabio Junior Beneditto
12112
12113 2002-02-13 [melvin]     0.7.0claws75
12114
12115         * src/prefs_actions.c
12116                 Added missing "signal.h" include
12117
12118 2002-02-13 [melvin]     0.7.0claws74
12119
12120         * src/prefs_folder_item.c
12121                 Added missing "config.h" include
12122         * po/fr.po
12123                 Updated French translation for folder propriety.
12124
12125 2002-02-13 [jens]       0.7.0claws73
12126
12127         * po/POTFILES.in
12128                 Added missing src/prefs_folder_item.c [log added by melvin]
12129         * po/de.po
12130                 Updated German translation.
12131
12132 2002-02-13 [melvin]     0.7.0claws72
12133
12134         * po/fr.po
12135                 Updated French translation.
12136
12137 2002-02-13 [melvin]     0.7.0claws71
12138
12139         * src/gtkutils.c
12140                 Made gtkut_editable_get_selection return NULL if selection
12141                 is of length zero.
12142                 This fixes a bug where selecting part of message A then
12143                 switching to message B and replying to it will not
12144                 quote the message's body.
12145
12146 2002-02-12 [paul]       0.7.0claws70
12147
12148         * src/mainwindow.c
12149                 cosmetic, relating to pixmap themes: on toolbar make 
12150                 updating of 'Exec' and 'Compose news/Compose email'
12151                 icons faster.
12152
12153 2002-02-12 [carsten]    0.7.0claws69
12154         * src/folderview.c
12155           src/mainwindow.[ch]
12156           src/stock_pixmap.c
12157           src/summaryview.c
12158           src/prefs_common.c
12159                 - refreshing after changing pixmap theme better
12160                   now (thanks Paul)
12161                 - wanted to remove some mem leaks, but alfons was
12162                   faster (and had the better solution ;)
12163
12164 2002-02-12 [alfons]     0.7.0claws68
12165
12166         * src/prefs_common.c
12167         * src/stock_pixmap.[ch]
12168                 plug mem leaks, refactor code a little bit
12169
12170
12171 2002-02-12 [sergey]     0.7.0claws67
12172
12173         * src/imap.c
12174                 Fixed problem with copying messages to IMAP folders when the
12175                 server uses something other than '/' as a namespace separator
12176                 (cyrus-imapd uses '.').
12177
12178 2002-02-12 [jens]       0.7.0claws66
12179
12180         * po/de.po
12181                 Updated German Translation
12182
12183 2002-02-12 [paul]       0.7.0claws65
12184
12185         * sync with sylpheed 0.7.1cvs1
12186                 see ChangeLog entry 2002-02-12
12187
12188 2002-02-12 [melvin]     0.7.0claws64
12189
12190         * src/prefs_actions.c
12191                 Fixed "feature" where children's output was duplicated 
12192                 instead of refreshed while monitoring.
12193                 Removed some debug code.
12194
12195 2002-02-12 [christoph]  0.7.0claws63
12196
12197         * src/compose.c
12198                 always delete message from queue after sending/send error
12199                 (closes bug #509601)
12200
12201 2002-02-12 [melvin]     0.7.0claws62
12202
12203         * src/prefs_actions.c
12204                 Children wait loop is now triggered with a timeout of 1s
12205                 Added %F which is replaced with the list of filenames 
12206                 of all selected messages (as suggested by Ricardo Mones Lestra)
12207                 Pipe syntax changed. Prefix with | to send selection, postfix
12208                 with | to retrieve output. Prefix with > or * to send
12209                 user definable input to the command (*: input is hidden)
12210                 Old pipe action should now be postfixed with |, too.
12211
12212 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12213         * src/stock_pixmap.c
12214                 fixed a bug: if there's no theme directory don't
12215                 throw an error, just do "nothing" (thanks Alfons)
12216
12217 2002-02-12 [carsten]    0.7.0claws60
12218         * src/folderview.c
12219           src/summaryview.c
12220                 had to write the cache twice (nasty!); some marks would 
12221                 get lost if not
12222
12223 2002-02-11 [carsten]    0.7.0claws59
12224         * acconfig.h
12225           configure.in
12226           doc-src/maintainer_guide.txt
12227           src/compose.[ch]
12228           src/defs.h
12229           src/folderview.[ch]
12230           src/gtkutils.[ch]
12231           src/mainwindow.[ch]
12232           src/prefs_common.[ch]
12233           src/stock_pixmap.[ch]
12234           src/summaryview.[ch]
12235                 pixmap theming and related work on pixmap
12236                 handling on some other places
12237                 (e.g. hrm features for all folder)
12238           src/pixmap/stock_*.xpm -> the stock_ was removed
12239         
12240 2002-02-11 [paul]       0.7.0claws58
12241
12242         * sync with sylpheed 0.7.1 release
12243                 see ChangeLog entries 2002-02-11
12244
12245 2002-02-08 [paul]       0.7.0claws57
12246
12247         * sync with sylpheed 0.7.0cvs39
12248                 see ChangeLog entry 2002-02-07 (last entry) 
12249
12250         * src/prefs_actions.c
12251           src/prefs_filtering.c
12252           src/prefs_matcher.c
12253           src/prefs_scoring.c
12254                 sync: made it compile with C compilers other than gcc
12255
12256 2002-02-07 [paul]       0.7.0claws56
12257
12258         * sync with sylpheed 0.7.0cvs38
12259                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12260                 2002-02-07
12261
12262 2002-02-07 [darko]      0.7.0claws55
12263
12264         * src/gtkutils.[ch]
12265         * src/summaryview.c
12266                 Fix const gchar */gchar * issue (thanks Hiro)
12267
12268 2002-02-07 [darko]      0.7.0claws54
12269
12270         * src/compose.[ch]
12271         * src/filtering.c
12272         * src/gtkutils.[ch]
12273         * src/prefs_template.c
12274         * src/quote_fmt.h
12275         * src/quote_fmt_parse.y
12276         * src/summaryview.c
12277         * src/utils.[ch]
12278                 When replying or forwarding an email don't quote the entire
12279                 mail body but use the part of the message text that is selected
12280
12281 2002-02-06 [melvin]     0.7.0claws53
12282
12283         * src/prefs_common.[ch]
12284         * src/gtkspell.[ch]
12285         * src/compose.c
12286                 Made possible to switch quickly to last used dictionary
12287                 which makes checking bilingual documents easier.
12288
12289 2002-02-06 [melvin]     0.7.0claws52
12290         
12291         * po/POTFILES.in
12292                 Added forgotten new file src/prefs_actions.c
12293
12294 2002-02-06 [melvin]     0.7.0claws51
12295
12296         * src/prefs_actions.c   ** NEW FILE **
12297         * src/prefs_actions.h   ** NEW FILE **
12298                 Added actions to execute on message text view, or on the
12299                         message's file.
12300         * src/Makefile.am
12301                 Added src/prefs_actions.[ch]
12302         * src/compose.c
12303                 Added new menu "Edit/Actions"
12304         * src/defs.h
12305                 Added new actionsrc file.
12306         * src/main.c
12307                 Added actionsrc reading.
12308         * src/mainwindow.c
12309                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12310         * src/prefs_common.h
12311                 Added new element actionslst element to prefs_common.
12312
12313 2002-02-06 [paul]       0.7.0claws50
12314
12315         * sync with sylpheed 0.7.0cvs36
12316                 see ChangeLog entry 2002-02-06
12317
12318 2002-02-05 [paul]
12319
12320         * po/es.po
12321                 updated by Ricardo Mones Lastra
12322
12323 2002-02-05 [paul]       0.7.0claws49
12324
12325         * sync with sylpheed 0.7.0cvs33
12326                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12327
12328 2002-02-05 [paul]       0.7.0claws48
12329
12330         * src/compose.c
12331                 re-add 'Edit/Advanced/Delete entire line', previously named
12332                 'Delete Line+'
12333
12334 2002-02-04 [paul]       0.7.0claws47
12335
12336         * src/compose.c
12337           src/summaryview.c
12338                 fix bug #494993 (Reply All not taking Reply-To into consi)
12339                 eliminate differences in behaviour of right-click 'Reply to all' 
12340                 in summary view and 'Reply to all' on the toolbar. 
12341                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12342                 view and From gets ignored by 'Reply to all' on toolbar.
12343                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12344                 From when no Reply-To header is present.
12345
12346 2002-02-04 [paul]       0.7.0claws46
12347
12348         * sync with sylpheed 0.7.0cvs30
12349                 see ChangeLog entries 2002-02-03 and 2002-02-04
12350
12351 2002-02-03 [melvin]     0.7.0claws45
12352
12353         * src/gtkspell.[ch]
12354                 Readded function to highlight all misspelled words.
12355                 Fixed bug where user-provided-words did not replace
12356                         correctly the misspelled word when using the mouse.
12357                 Fixed bug where checking a region selected from right to left did
12358                         not check the region at all.
12359                 Fixed bug where 'Check backwards' may not check at all. 
12360                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12361                 Fixed possible buffer overflow when checking for long strings (>1k).
12362                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12363                 Accelerators code uses now gtk_widget_add_accel.
12364                 Removed and disabled obsolete and unfinished code.
12365                 Cleaning up.
12366
12367         * src/compose.c
12368                 Added menu item to Highlight all misspelled words.
12369
12370 2002-02-01 [paul]       0.7.0claws44
12371
12372         * src/mainwindow.c
12373                 fix '/View/Hide read messages' sensitivity when all
12374                 messages in a folder are hidden
12375
12376 2002-02-01 [paul]       0.7.0claws43
12377
12378         * src/main.c
12379                 add --send option to command line interface, sends all
12380                 queued mail. Patch submitted by Ricardo Mones Lastra.
12381
12382 2002-01-31 [paul]       0.7.0claws42
12383
12384         * src/mainwindow.c
12385                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12386
12387 2002-01-31 [paul]       0.7.0claws41
12388
12389         * sync with sylpheed 0.7.0cvs27
12390                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12391                 and 2002-01-31
12392
12393         * src/textview.c
12394                 comment out elements of textview_show_part() as temporary
12395                 workaround for attachment 'Display as text' bug 
12396
12397         * po/pt_BR.po
12398                 updated by Fabio Junior Beneditto
12399
12400 2002-01-30 [paul]       0.7.0claws40
12401
12402         * sync with sylpheed 0.7.0cvs24
12403                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12404                 and 2002-01-30
12405
12406         * src/compose.c
12407                 add {N_("/_Spelling"), ... "<Branch>"} to 
12408                 GtkItemFactoryEntry compose_entries[]
12409
12410         * src/prefs_common.c
12411                 add claws menu items to prefs_keybind_apply_clicked()
12412                 and remove non-claws menu items
12413
12414 2002-01-29 [paul]       0.7.0claws39
12415
12416         * sync with sylpheed 0.7.0cvs22
12417                 see ChangeLog entries 2002-01-28 and 2002-01-29
12418
12419 2002-01-28 [melvin]     0.7.0claws38
12420
12421         * src/compose.c
12422                 Added the declartion of compose_send_control_enter.
12423
12424         * src/compose.c
12425         * src/gtkspell.[ch]
12426                 Added in a 'Spelling' menu which includes the configuration menu. 
12427                 Added a real 'Check all' and got rid from the old one which only
12428                 highlited misspelled word.
12429                 Made 'Check while typing' a disableable option.
12430                 Added a dialog when there are no more misspelled word.
12431                 Added a dialog if error occurs when switching to a dictionary.
12432         
12433         * src/prefs_common.[ch]
12434                 Added option for the default 'Check while typing' option.
12435
12436
12437 2002-01-28 [alfons]     0.7.0claws37
12438
12439         * src/compose.c
12440                 fix buglet and make code comply with sylpheed code style
12441
12442 2002-01-28 [paul]       0.7.0claws36
12443
12444         * sync with sylpheed 0.7.0cvs19
12445                 see ChangeLog entries for 2002-01-28
12446
12447 2002-01-28 [hoa]        0.7.0claws35
12448
12449         * src/defs.h
12450                 added rendererrc
12451
12452         * src/main.c
12453                 read the renderer config
12454
12455         * src/procmime.[ch]
12456                 use the renderer config to convert mime attachments
12457
12458         * src/textview.c
12459                 don't use textview_show_html/ertf,
12460                 use get_text_content instead
12461
12462 2002-01-27 [alfons]     0.7.0claws34
12463         
12464         * src/news.c
12465                 make sylpheed believe it can delete a news message...
12466                 (messages are NOT deleted, maybe we should remove
12467                 processing from the folder properties after all.)
12468
12469 2002-01-27 [alfons]     0.7.0claws33
12470
12471         * src/folder.c
12472                 add extra checks
12473         * src/news.c
12474                 implement remove_msg() 
12475
12476 2002-01-27 [alfons]     0.7.0claws32
12477
12478         * src/procmsg.h
12479         * src/procheader.c
12480         * src/messageview.c
12481                 fix return receipt / disposition notification again. this
12482                 stuff seems to break on _every_ major summary UI change, so
12483                 it's now implemented using a flag which is saved in the
12484                 marks cache
12485                 
12486 2002-01-26 [alfons]     0.7.0claws31
12487
12488         * src/import.c
12489                 let import dialog show the destination folder identifier
12490
12491 2002-01-26 [melvin]     0.7.0claws30
12492
12493         * src/folderview.c
12494         * src/summaryview.c
12495                 Readded 'Mark all read' into summary view popup menu
12496                 Added 'Mark all read' in folder view popup menu for IMAP
12497                 and NNTP.
12498                 Made it insensitive if the selected folder is not the shown
12499                 one to avoid 'Mark all read' on the wrong folder.
12500                 
12501 2002-01-26 [paul]       0.7.0claws29
12502
12503         * src/folderview.c
12504           src/summaryview.c
12505                 move 'Mark all read' from summary view to folder view
12506                 menu. (adapted from) patch submitted by Jeremy Andrews,
12507                 <lists@kerneltrap.com>
12508
12509 2002-01-25 [alfons]     0.7.0claws28
12510
12511         * src/gtkstext.c
12512                 put the gtk class name back so GtkSText adapts the 
12513                 settings of GtkText
12514
12515 2002-01-25 [alfons]     0.7.0claws27
12516
12517         * src/folderview.c 
12518                 assimilate Ricardo's patch that shows pixmaps instead of
12519                 plain "new" and "unread" texts in the folder view column
12520                 headers 
12521
12522 2002-01-25 [paul]       0.7.0claws26
12523
12524         * src/Makefile.am
12525                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12526                 be found in non-standard locations. 
12527                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12528
12529 2002-01-25 [paul]       0.7.0claws25
12530
12531         * sync with sylpheed 0.7.0cvs16
12532                 see ChangeLog entry 2002-01-25
12533
12534 2002-01-24 [paul]       0.7.0claws24
12535
12536         * more sync with sylpheed 0.7.0cvs15
12537                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12538
12539 2002-01-23 [sergey]     0.7.0claws23
12540
12541         * src/importldif.c
12542                 Fixed segfault when closing LDIF import wizard with
12543                 the window manager.
12544         * src/imageview.c
12545         * src/imageview.h
12546         * src/messageview.c
12547         * src/mimeview.c
12548                 Fixed wrong scrolling position after switching between
12549                 text and image parts.
12550
12551 2002-01-23 [paul]       0.7.0claws22
12552
12553         * sync with sylpheed 0.7.0cvs15
12554                 see ChangeLog entries 2002-01-22 and 2002-01-23
12555
12556 2002-01-21 [melvin]     0.7.0claws21
12557
12558         * src/prefs_scoring.c
12559         * src/prefs_filtering.c
12560                 Fixed bug where scoring and filtering windows stopped
12561                 autochecking.
12562
12563 2002-01-21 [paul]       0.7.0claws20
12564
12565         * sync with sylpheed 0.7.0cvs12
12566                 see ChangeLog entries 2002-01-20 and 2002-01-21
12567
12568 2002-01-21 [carsten]    0.7.0claws19
12569         * src/mainwindow.c
12570         * src/menu.[ch]
12571         * src/messageview.[ch]
12572         * src/summaryview.[ch]
12573                 changes to shortcuts handling again:
12574                         + "Q" now controled by mainwin
12575                         + v/V are now customizable and have slightly
12576                           different meanings
12577                 the "button" to minimize the messageview (and maximize
12578                 the summary view) is a real button now
12579         * src/compose.c
12580                 "Delete Line+" added to Edit/Advanced (this will also
12581                 delete the '\n')
12582
12583 2002-01-20 [melvin] 0.7.0claws18
12584
12585         * src/addressbook.c
12586                 Made "Bcc" sensitive when addressbook is called from
12587                 compose window (it was a Claws only bug).
12588
12589 2002-01-19 [alfons] 0.7.0claws17
12590
12591         * src/inc.c
12592                 prevent unnecessary updates when currently selected folder has
12593                 no new messages 
12594
12595 2002-01-19 [alfons] 0.7.0claws16
12596         
12597         * src/summaryview.c
12598                 prevent writing the cache based on current message list in summary 
12599                 view when filtering also put messages in currently selected folder
12600
12601 2002-01-19 [paul]
12602
12603         * po/it.po
12604                 Italian translation submitted by Alessandro Maestri
12605                 <a.maestri@cs.tin.it>
12606
12607 2002-01-18 [melvin]     0.7.0claws15
12608
12609         * src/prefs_filters.c
12610                 fixed bug where 'cancel' from 'filters' window stops autochecking
12611                 if the timer timed out  when the window was open.
12612
12613 2002-01-18 [match]      0.7.0claws14
12614
12615         * src/addrclip.[ch]     ** NEW FILE **
12616         * src/addrselect.[ch]   ** NEW FILE **
12617         * src/adbookbase.h      ** NEW FILE **
12618                 addressbook cut, copy and paste
12619         * src/addrbook.[ch]
12620         * src/addrcache.[ch]
12621         * src/addressitem.h
12622         * src/addrindex.[ch]
12623         * src/addritem.[ch]
12624         * src/importldif.c
12625         * src/importmutt.c
12626         * src/jpilot.[ch]
12627         * src/syldap.[ch]
12628         * src/vcard.[ch]
12629         * src/jpilot.[ch]
12630         * src/editbook.c
12631         * src/editjpilot.c
12632         * src/editldap.c
12633         * src/editvcard.c
12634                 support for copy/paste
12635         * src/addressbook.c
12636                 support for copy/paste
12637                 tidy up menu option processing
12638                 correct address list function arguments
12639         * src/editaddress.c
12640                 sort user attributes
12641         * src/ldif.h
12642         * src/mutt.h
12643                 tidy up
12644
12645         * src/addrbook.[ch]
12646         * src/addrbook.[ch]
12647         * src/addrbook.[ch]
12648                 
12649
12650 2002-01-18 [paul]       0.7.0claws13
12651
12652         * sync with sylpheed 0.7.0cvs8
12653                 configure.in: support Mac OS X (Darwin)
12654
12655 2002-01-18 [carsten]    0.7.0claws12
12656         * src/html.c
12657                 small hack to fix a segfault with an empty href
12658                 (reported by Alexandra Walford <deeni@altern.org>)
12659         * src/mainwindow.c
12660         * src/summaryview.c
12661                 the shortcuts for Mark und Mark as unread are hardcoded
12662                 again
12663         * src/compose.c
12664         * src/gtkstext.[ch]
12665                 readded the shortcuts in gtkstext but made them
12666                 customizeable (simply by adding a menu plus a wrapper
12667                 to compose.c)
12668
12669 2002-01-17 [melvin]     0.7.0claws11
12670
12671         * src/gtkspell.c
12672                 fix default dictionary not being saved.
12673
12674 2002-01-16 [darko]      0.7.0claws10
12675
12676         * src/compose.c
12677                 fix wrapping crash with URL longer than wrapping margin
12678
12679 2002-12-08 [hoa]        0.7.0claws10
12680
12681         * src/matcher_parser_parse.y
12682                 fixed some bugs
12683
12684         * src/prefs_filtering.c
12685                 now, we can use bounce action in the dialog box.
12686
12687 2002-01-16 [carsten]    0.7.0claws9
12688         * src/gtkstext.c
12689                 removed the <control> and <alt> shortcuts because they're
12690                 not needed and interefered with the "normal" shortcuts
12691         * src/mainwindow.c
12692         * src/summaryview.c
12693                 removed most of the hardcoded shortcuts and assigned
12694                 them to menu entries making them easy customizable by
12695                 that
12696
12697 2002-01-16 |melvin]     0.7.0claws8
12698
12699         * src/gtkspell.c
12700                 fixed bug where using the mouse and when the compose
12701                 window is not on top may result in a crash.
12702
12703 2002-01-16 [melvin]     0.7.0claws7
12704
12705         * src/compose.c
12706                 fixed a long standingspell checker bug which could 
12707                 cause a crash after sending a message.
12708
12709 2002-01-16 [paul]       0.7.0claws6
12710
12711         * sync with sylpheed 0.7.0cvs7
12712                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12713                 2002-01-15, and 2002-01-16
12714
12715 2002-01-16 [melvin]     0.7.0claws5
12716
12717         * README.claws
12718         * src/compose.c
12719         * src/gtkspell.[ch]
12720         * src/main.c
12721                 Heavily modified spell checker code to work around
12722                 ispell bug, to add keyboard shortcuts and for future
12723                 enhancements. See README.claws for usage information.
12724
12725 2002-01-15 [alfons]     0.7.0claws4
12726         
12727         * src/summaryview.c
12728                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12729                 so sorting within threads reflects sort mode
12730
12731 2002-01-15 [christoph]  0.7.0claws3
12732
12733         * src/procmsg.c
12734                 added alertpanel if mail sending failed
12735
12736 2002-01-15 [alfons]     0.7.0claws2
12737         
12738         * src/prefs_filtering.c
12739                 don't stop timer when prefs filtering dialog is opened
12740
12741 2002-01-14 [alfons]     0.7.0claws1
12742
12743         * src/addr_compl.c
12744         * src/prefs.c
12745                 remove debug_print()s for privacy reasons
12746
12747 2002-01-14 [darko]      0.7.0claws
12748
12749         * README.claws
12750                 quotation wrapping is now also in the main branch
12751
12752 2002-01-14 [paul]
12753
12754         * tools/filter_conv.pl
12755                 allow for Boolean Op and case-sensitivity
12756                 this file is included in the release and tagged
12757                 'rel_0_7_0'
12758
12759 2002-01-13 [paul]       0.7.0claws
12760
12761         * release 0.7.0, with cvs tag 'rel_0_7_0'
12762
12763 2002-01-13 [paul]
12764
12765         * tools/filter_conv.pl
12766         * tools/README
12767                 rewritten to output to matcherrc instead of filteringrc
12768
12769         * po/es.po
12770                 updated Spanish translation by Ricardo Mones Lastra
12771
12772 2002-01-13 [alfons]
12773
12774         * po/nl.po
12775                 update dutch translation
12776
12777 2002-01-13 [paul]
12778
12779         * po/pt_BR.po
12780                 Updated by Fabio Junior Beneditto 
12781
12782 2002-01-13 [melvin]     0.6.6claws53
12783
12784         * po/fr.po
12785                 Updated french translation
12786
12787 2002-01-12 [alfons]     0.6.6claws52
12788
12789         * src/filtering.c
12790                 plug mem leak that has been sitting there for ages              
12791
12792 2002-01-12 [alfons]     0.6.6claws51
12793
12794         * src/summaryview.c
12795                 undo melvin's changes from 0.6.6claws48 because summary
12796                 view now refuses to select first unread message when
12797                 selecting a folder 
12798
12799 2002-01-11 [alfons]     0.6.6claws50
12800
12801         * src/import.c
12802                 use claws' semantics for getting folder item when
12803                 importing an mbox file into a folder 
12804                 (submitted by Dale P. Smith)
12805
12806 2002-01-11 [christoph]  0.6.6claws49
12807
12808         * src/prefs.h
12809                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12810                 toggle widget, because non static prefs can not use
12811                 prefs_set_* functions
12812         * src/prefs_account.c
12813                 toggle smtp auth password field sensitivity if
12814                 user id is empty and add descrition of usage for
12815                 these fields
12816         * src/prefs_folder_item.c
12817                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12818                 callbacks
12819
12820 2002-01-11 [melvin]     0.6.6claws48
12821
12822         * src/compose.c
12823                 fix the 'Ctrl-Enter' feature for sending and test really
12824                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12825                 editables which was not documented in Gtk)
12826
12827         * src/summaryview.c
12828                 Made summaryview refresh after sorting and not before.
12829
12830 2002-01-11 [christoph]  0.6.6claws47
12831
12832         * src/compose.c
12833                 select account from account ids if possible and
12834                 correctly set save folder for copy in reedit
12835
12836 2002-01-10 [paul]       0.6.6claws46
12837
12838         * sync with sylpheed 0.7.0 release
12839                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12840                 2002-01-09
12841
12842 2002-01-09 [alfons]
12843
12844         * src/summaryview.c
12845                 remove more dirt traces...
12846
12847 2002-01-09 [alfons]
12848         
12849         * src/summaryview.c
12850                 clean up some traces of my debugging stuff
12851
12852 2002-01-09 [alfons]     0.6.6claws45
12853
12854         * src/filtering.c
12855                 break up filteringprop_apply() in three separate pieces
12856                 so we can drop messages that failed processing in the
12857                 inbox
12858
12859         * src/summaryview.c
12860                 fix bug #469598 "no refresh of inbox after filter" which 
12861                 was introduced by the new summary view locking, and which 
12862                 prevented the summary view to update after a manual filter 
12863                 message. claw's filter message requires a summary_show().
12864                 (aargh, summary_show() again! :-)
12865                 
12866 2002-01-07 [alfons]     0.6.6claws44
12867
12868         * src/headerwindow.c
12869         * src/logwindow.c
12870         * src/messageview.c
12871         * src/sourcewindow.c
12872                 bring in Hiro's last 0.7.0 wm class fixes
12873
12874         * tools/sylprint.pl
12875                 bring in Ricardo's fix for sylprint script
12876
12877         * AUTHORS       
12878         * src/rfc2015.[ch]
12879         * src/prefs_common.[ch]
12880         * src/prefs_account.[ch]
12881         * src/compose.c
12882                 clean up account preference poison in rfc2015,
12883                 and preparation to fix double sign bug 
12884                 (patch submitted by Simon 'corecode' Schubert)
12885
12886 2002-01-07 [christoph]  0.6.6claws43
12887
12888         * src/mh.c
12889                 search for free message number, do not only rely
12890                 on last_num
12891         * src/send.c
12892                 fix smtp auth and use extra account information
12893                 if available, if not use pop3 data instead
12894                 (closes bug #500341)            
12895         * src/ssl.[ch]
12896                 match coding style
12897
12898 2002-01-06 [alfons]     0.6.6claws42
12899
12900         * src/mainwindow.c
12901                 try making the separate windows work again...
12902
12903 2002-01-06 [alfons]     0.6.6claws41
12904
12905         * src/mainwindow.c
12906                 adapt Hiro's separate window menu (to get rid of the funny
12907                 duplicate menu items), and make it work again
12908
12909 2002-01-06 [alfons]     0.6.6claws40
12910
12911         * tools/Makefile.am
12912         * tools/sylprint.rc
12913         * tools/sylprint.pl
12914         * tools/README.sylprint
12915                 add sylprint script for printing mails from Sylpheed
12916                 (contributed by Ricardo Mones Lastra)
12917
12918         * src/acount.c
12919                 clean up
12920
12921 2002-01-06 [melvin]     0.6.6claws39
12922
12923         * src/mainwindow.c
12924         * src/summaryview.c
12925                 Fixed crash introduced in 0.6.6claws38 by the menu
12926                 reorganisation (Hide read messages)
12927         
12928         * ChangeLog.claws 
12929                 Fixed typo (we are now in 2002, alfons ;) )
12930
12931 2002-01-05 [alfons]     0.6.6claws38
12932
12933         * sync with sylpheed 0.6.6cvs10-17
12934                 (last stuff marked as LAST_STABLE)
12935
12936 2002-01-04 [melvin]     0.6.6claws37
12937
12938         * src/account.c
12939                 Made account selection code use strcasestr again instead of
12940                 g_strcasecmp (fixes bug where reediting queued messages
12941                 did not select proper account reported by T. Link).
12942         
12943         * src/folderview.c
12944                 Fix bug where folder icons are not shown when 'hide read messages'
12945                 is on.
12946         
12947         * src/stock_pixmaps.[ch]
12948                 Added folder icons for 'hide read messages'.
12949         
12950         * src/compose.c
12951                 Fixed bug where 'Enter' in a header entry will send the message 
12952                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12953
12954 2002-01-03 [melvin]     0.6.6claws36
12955         
12956         * src/prefs.[ch]
12957                 Added popup menu for common preferences and
12958                 account preferences (right click on tab displays
12959                                 a menu of all tabs.)
12960
12961 2002-01-02 [melvin]     0.6.6claws35
12962
12963         * src/gtkspell.[ch]
12964                 Made spelling code compatible with undo/redo feature.
12965                 Added creation of suggestion mode menu for the general
12966                         preferences.
12967         
12968         * src/prefs_common.[ch]
12969                 Added option menu for the speller's suggestion mode.
12970                 Added missing spaces in "..." buttons and made a "..."
12971                         button non translatable!
12972         
12973         * src/compose.c
12974                 Made speller use the default suggestion mode.
12975                 Hack to make it possible to choose 'CTRL-Enter' as a
12976                         shortcut for sending (and only for sending).
12977
12978         * src/prefs_folder_item.c
12979                 Changing subject simplification does not update cache 
12980                         anymore (because it is unnecessary).
12981                 Fixed bug where changing subject simplification updated the 
12982                         summaryview even when the viewed folder is not the
12983                         folder which properties are being changed. (E.g. 
12984                                         viewing folder A and changing
12985                                         the subject simplification of 
12986                                         folder B -not being viewed- updated the 
12987                                         summaryview of folder A with data of
12988                                         folder B). (Hope this is clear... )
12989
12990 2001-12-31 [alfons]     0.6.6claws34
12991         
12992         * src/ldif.c
12993         * src/mutt.c
12994                 fgetc() returns a signed integer which doesn't
12995                 fit in a char. so c truncates this to a char
12996                 but we may lose significant bits. i.e. we may
12997                 comparing 0xFF which may not be equal to -1
12998                 unless properly casted to signed char which
12999                 we won't do because fgetc() returns a signed
13000                 integer which doesn't fit in a char. so c 
13001                 truncates this to a char but we may lose 
13002                 significat bits. (you got the idea, thanks
13003                 to Gustavo Noronha Silva <kov@debian.org>
13004                 and the Debian folks!)
13005
13006 2001-12-30 [alfons]     0.6.6claws33
13007
13008         * src/prefs_common.c
13009                 add #ifdef USE_PSPELLs that Melvin forgot               
13010
13011 2001-12-30 [melvin]     0.6.6claws32
13012         
13013         * src/prefs_common.[ch]
13014                 Added configurable color for misspelled words.
13015
13016         * src/gtkspell.[ch]
13017                 Fixed bug of foreground text color (reported by David
13018                                 Mehrmann)
13019                 Added configurable color for misspelled words.
13020
13021 2001-12-30 [alfons]     0.6.6claws31
13022
13023         * src/folder.c
13024                 remove unnecessary things someone put there
13025
13026         * src/mh.c
13027         * src/folder.[ch]
13028                 make folder properties (like threading and sorting) persistent
13029                 (closes bug #497424 "rescan folder tree resets proprieties")
13030                 currently this is only for MH folders. 
13031
13032 2001-12-29 [melvin]     0.6.6claws30
13033
13034         * src/string_match.[ch]
13035                 Optimized a bit: regexp pattern buffer compiled only once, and
13036                   one subroutine call removed. Fixed ^ regexp search: Now, 
13037                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13038         
13039         * src/summaryview.c
13040                 Subject filtering changed to filter summary columns and
13041                   not directly the messages subject cache. The loss in 
13042                   performance is balanced by the improvement of string_match.
13043                 Added an alert panel if there is an error in the regexp.
13044
13045         * src/src/prefs_folder_item.h
13046                 Added a regexp pattern buffer.
13047
13048 2001-12-28 [alfons]     0.6.6claws29
13049
13050         * src/string_match.[ch]
13051                 clean up name space
13052                 allow compilation *BSD
13053
13054 2001-12-27 [alfons]     0.6.6claws28
13055
13056         * src/filter.c
13057                 sync the Hiro's bug fix for BSD
13058
13059 2001-12-27 [melvin]     0.6.6claws27
13060         
13061         * src/compose.c
13062                 Simplify focus to subject entry code.
13063
13064 2001-12-27 [darko]      0.6.6claws26
13065
13066         * src/filtering.c
13067         * src/mbox_folder.c
13068         * src/messageview.c
13069         * src/mh.c
13070         * src/procheader.[ch]
13071         * src/procmsg.h
13072         * src/stock_pixmap.[ch]
13073         * src/summaryview.c
13074                 Show key icon for encrypted mails in summary view
13075
13076         * src/pixmaps/clip.xpm
13077         * src/pixmaps/clipkey.xpm
13078         * src/pixmaps/key.xpm
13079                 New/modified icons for the above
13080
13081 2001-12-27 [melvin]     0.6.6claws25
13082
13083         * src/prefs_common.c
13084                 Put spell checker options in a separate tab to decrease
13085                 the Common Preferences window height.
13086
13087         * README.claws  
13088                 Update spell checker usage instruction about its options
13089                 location.
13090
13091 2001-12-27 [melvin]     0.6.6claws24
13092
13093         * src/compose.c
13094                 Changed subject entry widget position. Initial focus is
13095                 on the To header instead of the subject entry.
13096                 Creating a new header scrolls the header list to make the
13097                 created one visible. Nevertheless, when automatically filling
13098                 headers, the first one is shown.
13099                 A Tab key press in the last empty header entry zips the 
13100                 focus to the subject entry.
13101                 (I did not change the combo boxes, yet)
13102
13103 2001-12-26 [alfons]     0.6.6claws23
13104
13105         * src/prefs_account.c
13106         * src/inc.c
13107                 allow default inbox to reside in another mailbox (only
13108                 works for POP3 accounts)
13109
13110 2001-12-26 [alfons]     0.6.6claws22
13111         
13112         * src/textview.c
13113                 make reply-on-click work with the account of the selected folder
13114         * src/compose.c
13115                 put a fixme here to remind me to fix finding correct default
13116                 account for nested folders
13117
13118 2001-12-25 [alfons]     0.6.6claws21
13119
13120         * src/summaryview.c
13121                 make column headers display locked and mark pixmaps (idea by Melvin) 
13122                 fix bug by adding score and locked column type to sort array
13123
13124 2001-12-25 [alfons]     0.6.6claws20
13125         
13126         * src/summaryview.c
13127                 catch a *potentially* inadvertent write back of  
13128                 the message cache(s) introduced by 0.6.5claws37
13129
13130 2001-12-25 [christoph]  0.6.6claws19
13131
13132         * src/stock_pixmap.[ch]
13133         * src/summaryview.c
13134                 add ignore thread pixmap
13135                 (can someone draw a better icon for this?)
13136
13137 2001-12-24 [alfons]     0.6.6claws18
13138
13139         * src/prefs_folder_item.c
13140                 make address completion actually work for the
13141                 Default To address in the Folder Property dialog.
13142
13143 2001-12-24 [alfons]     0.6.6claws17
13144         
13145         * src/summaryview.c
13146                 use new style regexp for subject stripping 
13147                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13148
13149 2001-12-24 [darko]      0.6.6claws16
13150
13151         * src/pgptext.c
13152         * src/rfc2015.c
13153                 move GPG related informational messages to debug mode
13154
13155 2001-12-23 [alfons]     0.6.6claws15
13156
13157         * src/stock_pixmap.[ch]
13158         * src/summaryview.c
13159                 add the forgotten Claws' locked pixmap
13160
13161 2001-12-23 [alfons]     0.6.6claws14
13162
13163         * src/filesel.c
13164                 accept file name typed in entry in multi file
13165                 selector (patch submitted by Gustavo Noronha Silva 
13166                 <kov@debian.org>)
13167
13168 2001-12-23 [alfons]     0.6.6claws13
13169
13170         * src/prefs_filter.c
13171         * src/prefs_filtering.c
13172         * src/matcher.c
13173         * src/importmutt.c
13174                 clean up a little bit
13175         
13176         * src/string_match.c
13177                 validate input strings a little bit more
13178
13179 2001-12-23 [alfons]     0.6.6claws12
13180
13181         * src/Makefile.am
13182         * src/summaryview.c
13183         * src/string_match.[ch]         ** NEW **
13184         * src/folderview.[ch]
13185         * src/headerview.h
13186         * src/folder.[ch]
13187         * src/prefs_folder_item.[ch]
13188                 add subject simplification to strip out strings from
13189                 a subject line (esp. handy for mailing lists). 
13190                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13191                 but slightly changed things for better integration.)
13192
13193 2001-12-23 [alfons]     0.6.6claws11
13194
13195         * src/mainwindow.c
13196                 fix bug introduced by submission included in 0.6.5claws52.
13197                 ideally this submission should clean the trash if any trash
13198                 folder has a message. however, the hasTrash variable was
13199                 set to false whenever a trash folder was empty (discarding
13200                 a previously found *filled* trash folder.)
13201
13202                 also edited the code a little bit and made it more safe.
13203
13204 2001-12-22 [alfons]     0.6.6claws10
13205
13206         * src/imap.c
13207                 quick fix for Martin Pool's omission of an account
13208                 specific SSL setting
13209
13210 2001-12-22 [alfons]     0.6.6claws9
13211
13212         * src/compose.c
13213         * src/messageview.c
13214         * src/mimeview.c
13215         * src/pgptext.c
13216         * src/procmime.[ch]
13217                 better support for multipart/digest (submitted
13218                 by Fredrik <e98fo@efd.lth.se>)
13219
13220 2001-12-22 [alfons]     0.6.6claws8
13221
13222         * src/addressbook.c
13223                 correct function signature
13224         * src/socket.[ch]
13225         * src/imap.[ch]
13226         * src/prefs_account.[ch]
13227                 allow IMAP over SSH tunnel (patch submitted by 
13228                 Martin Pool <mbp@samba.org>)
13229
13230 2001-12-21 [alfons]     0.6.6claws7
13231
13232         * sync with sylpheed 0.6.6cvs4-9
13233                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13234
13235 2001-12-21 [christoph]  0.6.6claws6
13236
13237         * src/compose.c
13238         * src/prefs_folder_item.[ch]
13239                 implement saving of outgoing messages to current folder.
13240                 fix segfault when no default outbox is available
13241                 (closes bug #495683)
13242
13243 2001-12-21 [carsten]    0.6.6claws5
13244         * src/folderview.c
13245         * src/summaryview.c
13246                 pressing CTRL while DND does now the expected thing and
13247                 copies the mail (moving is still the default, as this
13248                 seam more appropriate for handling mails by DND)
13249
13250 2001-12-18 [paul]       0.6.6claws4
13251
13252         * sync with sylpheed 0.6.6cvs3
13253                 see ChangeLog entries 2001-12-18
13254
13255 2001-12-18 [hiro]       0.6.6claws3
13256
13257         * src/undo.c
13258                 fix for multibyte characters (obtain the number of letters
13259                 instead of bytes).
13260
13261 2001-12-17 [paul]       0.6.6claws2
13262
13263         * sync with sylpheed 0.6.6cvs1
13264                 see ChangeLog entry 2001-12-16
13265
13266 2000-12-17 [alfons]     0.6.6claws1
13267
13268         * src/filtering.c
13269                 clean up
13270
13271 2001-12-16 [paul]       0.6.6claws
13272 2001-12-15
13273
13274         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13275
13276         * src/mimeview.c
13277                 last minute sync with main 0.6.6
13278
13279         * po/es.po
13280                 updated by Ricardo Mones Lastra
13281                 update for last minute sync
13282         * po/fr.po
13283         * po/nl.po
13284                 update for last minute sync
13285         * po/de.po
13286                 updated by Jens Oberender
13287         * po/pt_BR.po
13288                 updated by Fabio Junior Beneditto
13289
13290         * src/prefs_common.[ch]
13291         * src/undo.c
13292                 number of undo levels is user configurable
13293                 (squeeze it into the release in the dying
13294                 moments) Submitted by Jens Oberender    
13295
13296 2001-12-15 [melvin]
13297
13298         * po/fr.po
13299                 updated french translation
13300
13301 2001-12-15 [paul]       0.6.5claws92
13302
13303         * sync with sylpheed 0.6.5cvs28
13304                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13305
13306         * po/nl.po
13307                 update to allow for sync
13308
13309 2001-12-15 [alfons]
13310         
13311         * po/nl.po
13312                 update dutch translation
13313
13314 2001-12-14 [carsten]    0.6.5claws91
13315         * src/summaryview.c
13316                 fixed bug #473785; also after changing the column order
13317                 the same message will be selected and displayed as before
13318                 the reordering
13319
13320 2001-12-14 [carsten]    0.6.5claws90
13321         * src/folderview.c
13322                 probably found the bug reported by wwb opening or closing
13323                 a folder tree just before dnd (found the solution in the
13324                 balsa source -- thanks to them)
13325
13326 2001-12-14 [carsten]    0.6.5claws89
13327         * src/gtkutils.c
13328         * src/account.c
13329                 moved gtk_clist_moveto to the right place, so that
13330                 only the accounts dialog is effected on opening
13331
13332 2001-12-14 [carsten]    0.6.5claws88
13333         * src/gtkutils.c
13334                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13335                 now, so that the focused row will be seen in any case
13336                 (reported by wwp on sf-claws-user)
13337
13338 2001-12-14 [darko]      0.6.5claws87
13339
13340         * src/compose.c
13341                 remove unnecessary line
13342
13343 2001-12-14 [paul]       0.6.5claws86
13344
13345         * sync with sylpheed 0.6.5cvs27
13346                 see ChangeLog entries 2001-12-14
13347
13348 2001-12-14 [carsten]    0.6.5claws85
13349         * src/mainwindow.c
13350                 following a suggestion of Melvin the rcoabm pops up
13351                 right under the button now and the button is reliefed
13352                 while the popup is open
13353
13354 2001-12-14 [darko]      0.6.5claws84
13355
13356         * src/compose.c
13357                 fix crash when wrapping long lines if linewrap quotation
13358                 is disabled and wrapper encounters a word spanning more
13359                 than one line
13360
13361 2001-12-13 [paul]       0.6.5claws83
13362
13363         * src/compose.c
13364                 prefer 'Reply-To' header over mailing list header when
13365                 replying to a message. Finally prevent all those confirmation 
13366                 messages being sent to the list itself.
13367
13368         * src/summaryview.c
13369                 remove unused summary_set_menu_sensitive() entry
13370
13371 2001-12-13 [paul]       0.6.5claws82
13372
13373         * src/folderview.c
13374         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13375         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13376         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13377                 improvements to 'Hide read messages': Inbox, Outbox,
13378                 Trash, Queue, and Draft icons now reveal presence of hidden 
13379                 messages
13380
13381 2001-12-12 [alfons]     0.6.5claws81
13382
13383         0.6.5claws80 was tagged as LAST_STABLE
13384
13385         * src/filtering.[ch]
13386         * src/matcher.[ch]
13387         * src/matcher_parser_lex.c
13388                 fix the filtering; my last attempt to get it right, 
13389                 if it does not work, it's Hoa's turn. ;-)
13390
13391                 for my honourable peers:
13392                 
13393                 the code now makes a clear distinction between
13394                 rules as they are displayed (probably escaped),
13395                 and as they are executed (probably unescaped). the
13396                 parser does *NOT* do any unescaping, this is
13397                 the task of the matcher.c (which breaks up a
13398                 rule into condition) and the filtering.c (which
13399                 breaks up the rule's action). to make this
13400                 run happily we provide an unescaped copy of
13401                 crucial strings to the MatcherProp and 
13402                 FilteringAction structures. note that the only
13403                 exception to this is any REGEXP string. those
13404                 are directly passed to regcomp() and regexp()
13405                 (who have much more powerful unescape functions).
13406                 
13407                 for everyone else:
13408         
13409                 you can escape tab (\t), carriage return (\r),
13410                 linefeed (\n), form feed (\f), quote (\"), 
13411                 single quote (\'), bell (\b) in all the entry
13412                 lines in the scoring & filtering dialogs.
13413                 as an added bonus this should not affect
13414                 existing filtering rules.
13415
13416 2001-12-12 [carsten]    0.6.5claws80
13417
13418         * src/summaryview.c
13419         * po/de.po
13420                 "item(s) selected" is now sensitive to 1 or more
13421                 than one selected (nice for language where simple
13422                 adding of a "s" is not possible as German (Eintrag
13423                 ->Eintr"age)
13424                 
13425                 the "forward as attachment" entry from the right
13426                 click menu removed, "forward" acts following the
13427                 prefs
13428         
13429         * src/textview.c
13430                 reverted my former changes; so compiler warning again
13431                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13432                 nevertheless
13433
13434         * src/messageview.c
13435                 "search in message" does now *not* only work in MVIEW_TEXT
13436                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13437                 message
13438
13439         * src/mainwindow.c
13440                 removed "/File/_Close" as it was the same as "/File/E_xit"
13441                 and we don't need it two times
13442
13443                 the separate folder view and message view now get a distinct
13444                 WMCLASS, just in case someone is using sawfish ;-)
13445
13446                 as the menu entries "/View/Message view" and "/View/Folder tree"
13447                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13448                 make them sensitive accordingly and as these two are "shown"
13449                 after startup anytime check this menuitem at startup
13450
13451 2001-12-12 [paul]       0.6.5claws79
13452
13453         * src/folderview.c
13454                 fix sensitivity of 'Search folder...', broken in
13455                 0.6.5claws75
13456
13457         * src/mainwindow.c
13458                 fix dodgy English
13459
13460 2001-12-11 [carsten]    0.6.5claws78
13461         * src/filtering.c
13462                 fixed two typos returning a wrong FALSE/TRUE
13463         * src/mainwindow.[ch]
13464                 extra menu for email/news button removed
13465
13466 2001-12-11 [alfons]     0.6.5claws77
13467         
13468         * src/matcher.c                 (1.3)
13469         * src/matcher_parser_lex.l      (1.28)
13470                 revert for another attempt
13471                 mark 0.6.5claws77 as LAST_STABLE
13472
13473 2001-12-11 [christoph]  0.6.5claws76
13474
13475         * po/de.po
13476                 fixed wrong translation for prev. unread msg
13477
13478 2001-12-11 [paul]       0.6.5claws75
13479
13480         * src/folder.[ch]
13481         * src/folderview.c
13482         * src/mainwindow.c
13483         * src/summaryview.[ch]
13484         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13485                 enable ability to hide read messages on per folder basis via 
13486                 '/Summary/Hide read messages'; when selected, a folder will 
13487                 have a red open folder icon, instead of a blue icon, if the 
13488                 folder contains hidden messges
13489                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13490
13491         * src/mainwindow.c
13492                 remove '/Message/Forward as attachment' from 
13493                 main_window_set_menu_sensitive() to prevent debug warning
13494
13495         * src/folderview.c
13496         * src/mainwindow.c
13497                 Clean up some of the English
13498
13499         * tools/newscache_clean.pl
13500                 allow for new 'hidereadmsgs' entry in folderlist.xml
13501
13502         * po/es.po
13503                 updated translation, submitted by Ricardo Mones Lastra
13504
13505 2001-12-11 [paul]       0.6.5claws74
13506
13507         * sync with sylpheed 0.6.5cvs25
13508                 see ChangeLog entry 2001-12-11
13509
13510 2001-12-10 [alfons]     0.6.5claws73
13511
13512         * src/matcher.c
13513                 add more control characters
13514         * src/matcher_parser_lex.l
13515                 make escaping / unescaping work again
13516
13517 2001-12-10 [alfons]     0.6.5claws72
13518
13519         * src/imap.c
13520                 clean up warnings "returning value for void function" 
13521         * src/prefs_filtering.c
13522                 make info button for execute action sensitive
13523
13524 2001-12-10 [paul]       0.6.5claws71
13525
13526         * src/compose.c
13527         * src/imap.[ch]
13528         * src/summaryview.c
13529                 fix: imap server now gets informed of MARKED, UNMARKED
13530                 and REPLY events. Now people can use different IMAP-Mail
13531                 clients and have the exact same information about MARKED,
13532                 UNMARKED and REPLY status with all of them. Especially
13533                 useful for imap servers with a web-frontend.
13534                 submitted by Tobias Sandhaas <medlor@web.de>
13535
13536 2001-12-09 [melvin]     0.6.5claws70
13537         
13538         * src/textview.[ch]
13539                 fixed bug #490076 (hunted down by Alfons who implemented
13540                 a workaround in 0.6.5claws65)
13541
13542 2001-12-09 [christoph]  0.6.5claws69
13543
13544         * src/summaryview.c
13545                 set pointer to string in LOCKED column to NULL
13546                 (might fix bug #490800)
13547
13548 2001-12-09 [carsten]    0.6.5claws68
13549
13550         * po/de.po
13551                 resolved some cluttered menu shortcuts 
13552                 ('creating new email' and 'creating news message'
13553                 hade the same)
13554         * src/compose.c
13555                 wmclass now distinc from main window
13556         * src/mainwindow.c
13557           src/mainwindow.h
13558                 email/news and forward button functionality similar
13559                 to the reply buttons; removed the ugly dropdown arrows
13560                 and use instead the right mouse button
13561
13562 2001-12-09 [paul]       0.6.5claws67
13563
13564         * src/imap.c
13565         * src/utils.h
13566                 allow spaces in imap folder names
13567                 submitted by Willem van Engen <wvengen@stack.nl>
13568
13569 2001-12-09 [paul]       0.6.5claws66
13570
13571         * sync with sylpheed 0.6.5cvs24
13572                 see ChangeLog entry 2001-12-09
13573
13574 2001-12-08 [alfons]     0.6.5claws65
13575
13576         * src/textview.c
13577                 prevent secondary selection claim after "add to sender" dialog
13578                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13579                 we trick GTK by simulating a click at (0, 0) in the textview.
13580
13581 2001-12-08 [hoa]        0.6.5claws64
13582
13583         * src/folder.c
13584                 fixed a bug about the .processing folder name while filtering
13585
13586 2001-12-08 [alfons]     0.6.5claws63
13587
13588         * src/folderview.c 
13589                 work around problem of not correctly updating folder stats
13590                 when deleting messages. there's some folder scanning evil
13591                 going so the folderview_update_msg_num() does not work
13592                 correctly. need to investigate this.
13593
13594 2001-12-08 [paul]       0.6.5claws62
13595
13596         * sync with sylpheed 0.6.5cvs23
13597                 see ChangeLog entry 2001-12-08
13598
13599 2001-12-07 [christoph]  0.6.5claws61
13600
13601         * src/compose.c
13602                 fix another header translation problem
13603
13604 2001-12-07 [alfons]     0.6.5claws60
13605
13606         * src/mbox.c
13607                 make filtering also work on local spool mbox
13608
13609 2001-12-07 [carsten]    0.6.5claws59
13610         * src/addressbook.c
13611                 addressbook window gets a wmclass distinct from the main
13612                 sylpheed window
13613         * src/compose.h
13614         * src/mainwindow.[ch]
13615                   forward menu item will use mode selected in prefs, forward 
13616                 as attatchment in menu removed (will be substituted in the
13617                 toolbar similar to reply buttons)
13618                   create news message menu entry and news button is now 
13619                 sensitive to the existance of a news account
13620         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13621         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13622         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13623                 these are removed because the toolbar buttons don't show
13624                 the quoting modus any longer
13625
13626 2001-12-07 [paul]
13627
13628         * tools/newscache_clean.pl      ** NEW FILE **
13629                 perl script to do some tidying up in the newscache directory 
13630                 
13631         * tools/sylpheed-switcher       ** NEW FILE **
13632                 perl script to enable easy switching between main and claws
13633                 
13634         * tools/README
13635                 added descriptions of the two new perl scripts          
13636
13637
13638 2001-12-07 [melvin]     0.6.5claws58
13639
13640         * src/messageview.c
13641                 fixed a warning during compilation introduced in 0.6.5claws56
13642
13643 2001-12-07 [paul]       0.6.5claws57
13644
13645         * src/mainwindow.[ch]
13646         * src/menu.[ch]
13647                 further usability enhancements to replying with or without 
13648                 quoting via the toolbar, use of Ctrl key is replaced by 
13649                 drop down menu 
13650                 Submitted by Carsten Schurig            
13651
13652 2001-12-07 [melvin]     0.6.5claws56
13653
13654         * src/messageview.c
13655                 hack to fix bug that prevented to make/paste selections
13656                 after switching between MVIEW_TEXT and MVIEW_MIME views
13657                 without deselecting the selection first.
13658
13659 2001-12-06 [alfons]     0.6.5claws55
13660
13661         * src/filtering.[ch]
13662         * src/inc.c
13663                 revise filtering a little bit more, and make sure
13664                 messages are delivered to the appropriate inbox
13665                 (perhaps set per account)
13666
13667 2001-12-06 [paul]       0.6.5claws54
13668
13669         * sync with sylpheed 0.6.5cvs22
13670                 see ChangeLog entry 2001-12-06
13671
13672 2001-12-05 [alfons]     0.6.5claws53
13673
13674         * src/inc.c
13675         * src/folder.[ch]
13676         * src/procmsg.c
13677         * src/filtering.c
13678                 more revisions of filtering system
13679                 (last stable version is marked as LAST_STABLE)
13680                 
13681                 | NOTE 1): the filtering system now uses a local folder called
13682                 | .processing. if filtering fails, check this directory
13683                 | for missing messages.
13684                 |
13685                 | NOTE 2): help us find the filtering actions still missing
13686
13687 2001-12-05 [paul]       0.6.5claws52
13688
13689         * src/mainwindow.c
13690                 fix bug where 'Empty Trash?' pop-up window appears even
13691                 when Trash is empty, submitted by Jesse Skinner         
13692
13693 2001-12-05 [melvin]     0.6.5claws51
13694
13695         * src/compose.c
13696                 fixed bug #486106 to select correct account when reediting 
13697                 a queued message
13698         
13699 2001-12-04 [alfons]     0.6.5claws50
13700
13701         * src/mh.c
13702                 declare markfile in appropriate functions when
13703                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13704                 for spotting this)
13705
13706 2001-12-04 [paul]       0.6.5claws49
13707
13708         * sync with sylpheed 0.6.5cvs21
13709                 see ChangeLog entry 2001-12-04
13710
13711 2001-12-03 [christoph]  0.6.5claws48
13712
13713         * po/de.po
13714                 changed translation of undo
13715         * src/account.c
13716         * src/folder.c
13717                 don't reinvent the wheel to traverse a GNode
13718         * src/compose.[ch]
13719                 seperate code to create the compose gui into functions
13720                 add "Others" page with folder selection for saving copy
13721                 of the message.
13722                 the folder identifier is saved to queue header
13723         * src/procmsg.c
13724                 save message to folder in queue header
13725
13726 2001-12-03 [paul]       0.6.5claws47
13727
13728         * sync with sylpheed 0.6.5cvs20
13729                 see ChangeLog entry 2001-12-03
13730
13731 2001-12-01 [paul]
13732
13733         * more sync with sylpheed 0.6.5cvs19
13734                 see ChangeLog entry 2001-11-29
13735
13736 2001-11-30 [paul]       0.6.5claws46
13737         
13738         * src/compose.c
13739                 remove conflicts introduced by Hoa's last commit
13740          
13741         * src/mainwindow.c
13742                 make 'Message/Bounce' sensitive
13743
13744 2001-11-30 [hoa]        0.6.5claws45
13745
13746         * src/compose.c
13747                 slightly change bounce function to add
13748                 information about the user that bounced the mail
13749                 in the From header line.
13750
13751         * src/folderview.c
13752                 permit the use of processing in outbox folder.
13753
13754 2001-11-29 [paul]       0.6.5claws44
13755
13756         * src/mainwindow.[ch]
13757         * src/prefs_common.c
13758         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13759         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13760         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13761                 usability enhancements to the quoting, implements
13762                 use of Ctrl key to toggle quoting settings
13763                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13764
13765 2001-11-29 [paul]       0.6.5claws43
13766         
13767         * sync with sylpheed 0.6.5cvs19
13768                 see ChangeLog entry 2001-11-28
13769
13770 2001-11-29 [melvin]     0.6.5claws42
13771         * src/Makefile.am
13772                 added enriched.[ch] to the list of files
13773
13774         * src/textview.c
13775         * src/mimeview.c
13776         * src/procmime.[ch]
13777         * src/enriched.[ch]
13778                 added support to view text/enriched
13779                 added support to show headers in message view for text/enriched and text/html
13780                         in non multipart messages
13781
13782 2001-11-28 [paul]       0.6.5claws41
13783
13784         * more sync with sylpheed 0.6.5cvs18
13785                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13786
13787 2001-11-27 [paul]       0.6.5claws40
13788         
13789         * po/pt_BR.po
13790                 updated translation, submitted by Fabio Junior Beneditto
13791                 
13792         * sync with sylpheed 0.6.5cvs18
13793                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13794                 2001-11-27
13795
13796
13797 2001-11-26 [paul]
13798
13799         * po/es.po
13800                 updated translation, submitted by Ricardo Mones Lastra
13801
13802 2001-11-26 [alfons]
13803
13804         * src/matcher.c
13805                 add more translatable strings
13806
13807 2001-11-26 [christoph]  0.6.5claws39
13808
13809         * po/de.po      
13810                 fixed one more umlaut
13811         * src/compose.c
13812                 fix translated header when it should not be translated
13813
13814 2001-11-26 [paul]       0.6.5claws38
13815
13816         * src/mainwindow.c
13817                 remove '/Message/Add Sender to address book' from 
13818                 main_window_set_menu_sensitive(), prevent debug warning
13819                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13820
13821 2001-11-26 [paul]       0.6.5claws37
13822
13823         * src/summaryview.c
13824                 fix 'recurring unread state' bug 
13825
13826         * tools/README 
13827         * tools/filter_conv.pl
13828                 read name of top level mailbox from folderlist.xml
13829                 and presume nothing about its name              
13830
13831 2001-11-26 [darko]      0.6.5claws36
13832
13833         * src/gtkstext.[ch]
13834                 removed functions that are now in gtkutils.c
13835                 use gtkut_text_is_uri_string() from gtkutils.c
13836         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13837
13838 2001-11-26 [paul]       0.6.5claws35
13839
13840         * sync with sylpheed 0.6.5cvs16
13841                 see ChangeLog entries 2001-11-25 and 2001-11-26
13842
13843 2001-11-25 [alfons]     0.6.5claws34
13844
13845         EXPERIMENTAL!!! Please checkout the last stable version using: 
13846           
13847         % cvs update -r LAST_STABLE -dRAP
13848
13849         (Or help us testing this stuff.)
13850
13851         * src/filtering.c               (1.14)
13852         * src/filtering.h               (1.6)
13853         * src/inc.c                     (1.28)
13854         * src/matcher.c                 (1.20)
13855         * src/mbox.c                    (1.9)
13856         * src/procmsg.h                 (1.14)
13857         * src/summaryview.c             (1.59)
13858         * src/summaryview.h             (dunno)
13859                 revert/merge/sync to as it was before commit 
13860                 on Thu, 19 Jul 2001 10:15:51 -0700.
13861
13862 2001-11-25 [hoa]        0.6.5claws33
13863
13864         * src/main.c
13865                 processing mails at startup
13866
13867         * src/folderview.c
13868         * src/summaryview.[ch]
13869                 processing mails when entering folder
13870
13871         * src/prefs_filtering.c
13872                 fixed some UI bugs
13873
13874 2001-11-24 [alfons]     0.6.5claws32
13875
13876         * src/summaryview.[ch]
13877                 make summary sort headers work, and also make
13878                 sure the sort type is stored
13879
13880 2001-11-23 [alfons]     0.6.5claws31
13881
13882         * src/summaryview.[ch]
13883                 make lock work like mark
13884                 disallow deleting messages marked as locked
13885
13886 2001-11-23 [alfons]     0.6.5claws30
13887
13888         * src/gtkstext.c
13889         * src/compose.[ch]
13890         * src/Makefile.am
13891         * src/undo.[ch]
13892                 merge undo patch submitted by Jens
13893
13894 2001-11-23 [christoph]  0.6.5claws29
13895
13896         * src/.cvsignore
13897                 added ylwrap
13898         * src/compose.c
13899                 fixed gpg signing and encoding
13900         * src/folder.[ch]
13901         * src/main.c
13902                 added --status option to get new, unread and total
13903                 message count from a running sylpheed
13904         * src/prefs_common.c
13905                 temporary fix for reply_with_quote problem
13906                 (don't call functions for non existing widget)
13907         * src/procmsg.c
13908                 one more check for ignored threads but still not
13909                 always working correctly. probably a recursive
13910                 check for all parents is needed
13911
13912 2001-11-23 [darko]      0.6.5claws28
13913
13914         * src/compose.c
13915                 wrapping on send improvements
13916         * src/gtkutils.[ch]
13917                 fix for GtkSText after last sync with main branch
13918                 GTK_TEXT -> GTK_STEXT
13919
13920 2001-11-23 [paul]       0.6.5claws27
13921
13922         * sync with sylpheed 0.6.5cvs14
13923                 see ChangeLog entries 2001-11-22 and 2001-11-23
13924                 
13925         * po/de.po
13926                 fixed the scrambled umlauts 
13927                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13928
13929 2001-11-21 [paul]       0.6.5claws26
13930
13931         * sync with sylpheed 0.6.5cvs12
13932                 see 2nd ChangeLog entry dated 2001-11-20
13933
13934 2001-11-20 [paul]       0.6.5claws25
13935
13936         * sync with sylpheed 0.6.5cvs11
13937                 see ChangeLog entry 2001-11-19 (src/utils.c)
13938
13939 2001-11-20 [hiro]
13940
13941         * src/compose.c
13942                 GTK_TEXT -> GTK_STEXT
13943                 fix for wrong comment
13944
13945 2001-11-20 [hiro]       0.6.5claws24
13946
13947         * src/compose.[ch]
13948                 more merges from main branch
13949                 removed fatal warnings (uninitialized variables etc.)
13950                 some coding style fix
13951         * src/gtkutils.h
13952                 fixed typo.
13953         * src/addressbook.c
13954           src/addrindex.c
13955                 V-Card -> vCard
13956
13957 2001-11-19 [hoa]        0.6.5claws23
13958
13959         * src/filtering.c
13960         * src/prefs_scoring.c
13961         * src/matcher.[ch]
13962         * src/scoring.c
13963                 cleaning code
13964
13965         * src/matcher_parser_parse.y
13966         * src/prefs_filtering.c
13967                 bouncing
13968
13969 2001-11-19 [alfons]     0.6.5claws22
13970
13971         more of my old things into claws
13972
13973         * src/Makefile.am
13974         * src/prefs_common.c
13975         * src/procmsg.h
13976         * src/summaryview.[ch]
13977         * src/prefs_summary_column.c
13978         * src/pixmaps/locked.xpm
13979                 add indicators for locking of message in summary view
13980                 (does not work yet, only visual indicator)
13981
13982 2001-11-19 [paul]       0.6.5claws21
13983
13984         * sync with sylpheed 0.6.5cvs10
13985                 see ChangeLog entry 2001-11-19
13986
13987 2001-11-18 [alfons]     0.6.5claws20
13988         
13989         * src/filtering.c
13990                 remove an inadvertent free I forgot in previous clean up 
13991
13992 2001-11-18 [alfons]     0.6.5claws19
13993
13994         * src/filtering.[ch]
13995                 clean up & plug leaks
13996
13997 2001-11-18 [paul]       0.6.5claws18
13998
13999         * sync with sylpheed 0.6.5cvs9
14000                 see ChangeLog entries 2001-11-17 and 2001-11-18
14001
14002 2001-11-16 [paul]       0.6.5claws17
14003
14004         * sync with sylpheed 0.6.5cvs8
14005                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14006
14007 2001-11-16 [paul]       0.6.5claws16
14008
14009         * sync with sylpheed 0.6.5cvs7
14010                 see ChangeLog entries 2001-11-15 and 2001-11-16
14011
14012 2001-11-15 [hoa]        0.6.5claws15
14013
14014         * src/compose.c
14015                 fix bounce, mails we received couln't be bounced to ourself.
14016
14017         * src/defs.h
14018         * src/filtering.[ch]
14019         * src/matcher.[ch]
14020         * src/matcher_parser.h
14021         * src/matcher_parser_lex.l
14022         * src/matcher_parser_parse.y
14023         * src/inc.c
14024         * src/main.c
14025         * src/mbox.c
14026         * src/prefs_filtering.[ch]
14027         * src/mainwindow.c
14028         * src/prefs_matcher.c
14029         * src/prefs_scoring.c
14030         * src/scoring.[ch]
14031         * src/summaryview.c
14032                 new matcher/filter/score configuration file parser
14033                 one unique configuration file => ~/.sylpheed/matcherrc
14034                 import in currently automatic, then save are made
14035                 in this new file.
14036                 one filter per folder and one global filter
14037                 (filter of a folder will be used as folder processing)
14038
14039         * src/folder.c
14040                 fix a bug in folder_item_get_identifier
14041                 
14042         * src/messageview.c
14043                 receive receipt return are fixed.
14044
14045 2001-11-14 [alfons]     0.6.5claws14
14046
14047         * src/session.h
14048                 add things from main branch to make claws compile
14049
14050 2001-11-14 [paul]       0.6.5claws13
14051
14052         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14053                 see ChangeLog entries 2001-11-08 to 2001-11-14
14054
14055 2001-11-14 [hoa] 0.6.5claws12
14056
14057         * src/compose.[ch]
14058         * src/mainwindow.c
14059         * src/summaryview.c
14060                 add "bounce mail" option
14061
14062 2001-11-13 [christoph]  0.6.5claws11
14063
14064         * src/compose.c
14065                 Cleanup a mess i add before commiting
14066
14067 2001-11-13 [hoa]        0.6.5claws10
14068
14069         * src/compose.c
14070                 some fixes when mail are sent or
14071                 for crossposts
14072
14073 2001-11-13 [christoph]  0.6.5claws9
14074
14075         * po/de.po
14076                 Changed two string with the same translation
14077         * src/compose.c
14078         * src/procmsg.[ch]
14079         * src/send.[ch]
14080                 New mailsending process:
14081                   - Always queue message before sending
14082                     (message will be saved if sylpheed crashed or
14083                      freezes while sending)
14084                   - Allow queuing of newspostings
14085                   - No copy in outbox before sending
14086                     (closes bug #469501)
14087                   - No more redundant code for send and send_later
14088         * src/summaryview.c
14089                 Applied wwp <subscript@free.fr>'s patch that fixes
14090                 marks for multiple forwarded messages (+compose.c)
14091
14092 2001-11-12 [alfons]
14093
14094         * README.claws
14095                 remove things that are now in main branch
14096         
14097         * po/nl.po
14098                 update Dutch translation
14099
14100 2001-11-12 [mhadasht]   0.6.5.claws8
14101
14102         * src/prefs_common.c
14103                 re-enabled account autoselection feature for forward
14104                 and reedit lost during the branch point for SYNC-B4-REL
14105         * src/gtkspell.c
14106                 gtkpspell_get_dict(): more readable code (even if function is
14107                 not used yet)
14108         * ChangeLog.claws
14109                 added version number info to 2001-11-12 [hiro] comment.
14110
14111 2001-11-12 [hiro]       0.6.5.claws7
14112
14113         * src/compose.c
14114                 compose_forward(): fixed a bug that forward quote mark
14115                 wasn't used.
14116                 removed unnecessary code.
14117         * src/template_select.[ch]: removed.
14118
14119 2001-11-11 [alfons]
14120
14121         * src/compose.c
14122                 :%s/GTK_TEXT/GTK_STEXT/g
14123         
14124         * src/compose.[ch]
14125         * src/undo.[ch]
14126         * src/Makefile.am
14127                 revert the undo stuff (this is 0.6.6claws stuff)
14128
14129 2001-11-11 [hoa]        0.6.5.claws6
14130
14131         * src/compose.[ch]
14132                 Insert signature at the end of the text.
14133                 Added undo patch but currently disabled
14134
14135         * src/procmsg.c
14136                 Threading by subject improved.
14137
14138         * added src/undo.[ch]
14139                 Undo module for compose dialog box.
14140
14141 2001-11-11 [alfons]     0.6.5.claws5
14142
14143         * src/procmsg.c
14144                 prevent threading by subject on nodes that have already been
14145                 threaded by in-reply-to (as in "circular references in a tree
14146                 result in a dead branch")
14147
14148 2001-11-09 [hoa]        0.6.5.claws4
14149         
14150         * src/folderview.c
14151                 allows creation of mbox folder item from any files.
14152
14153 2001-11-09 [alfons]     0.6.5.claws3
14154         
14155         * src/utils.c
14156         * src/procmsg.c
14157                 do what I mean and correct threading by subject so it really
14158                 ignores attracting lines without "Re: "
14159
14160 2001-11-07 [alfons]     0.6.5.claws2
14161
14162         * src/procmsg.c
14163         * src/utils.[ch]
14164                 only attract by subject if a subject line starts with a "Re: "
14165         * src/syldap.c
14166                 remove warning
14167
14168 2001-11-07 [paul]       0.6.5claws1
14169
14170         * sync with sylpheed 0.6.5. release
14171                 see ChangeLog entry 2001-11-07
14172
14173 2001-11-07 [paul]       0.6.4claws31
14174
14175         * sync with sylpheed 0.6.4cvs18
14176                 see ChangeLog entries 2001-10-30 to 2001-11-07
14177                 prefs_templates.[ch] renamed prefs_template.[ch]
14178
14179 2001-11-06 [alfons]
14180         
14181         * src/utils.h
14182                 add semicolon Hoa forgot ;-)
14183                 
14184
14185 2001-11-06 [hoa]        0.6.4claws30
14186         
14187         * src/procmsg.c
14188         * src/summaryview.c
14189         * src/utils.c
14190         * src/utils.h
14191                 threading by subject - empty subject are ignored
14192
14193 2001-11-06 [christoph]  0.6.4claws29
14194
14195         * src/socket.c
14196                 use SSL_peek for sock_gets
14197         * src/utils.c
14198                 removed unneeded pointer in extracting quoted
14199                 names implementation
14200
14201 2001-11-06 [melvin]     0.6.4claws28
14202
14203         * src/gtkspell.c
14204                 fixed bug #476792 Selection overtyping with spell checker
14205                 fixed bug which could cause a buffer overflow
14206                 fixed a memory leak
14207
14208 2001-11-06 [hoa]        0.6.4claws27
14209         
14210         * src/procmsg.c
14211         * src/summaryview.c
14212                 threading by subject
14213
14214 2001-11-05 [alfons]     0.6.4claws26
14215         
14216         * README.claws
14217                 Claws -> Sylpheed (vice versa)
14218
14219         * src/compose.c
14220                 :%s/gtk_text/gtk_stext/g
14221                 :%s/GTK_TEXT/GTK_STEXT/g
14222                 (thanks to Jonathan Ware for spotting this)
14223
14224 2001-11-04 [christoph]  0.6.4claws25
14225
14226         * src/summaryview.c
14227                 replace Xalloca + strdup with Xstrdup_a
14228         * src/utils.c
14229                 better implementation of extracting quoted names
14230                 from addresses (remove backlashes and ignore
14231                 quotes after them)
14232
14233 2001-11-04 [alfons]     0.6.4claws24
14234
14235         * src/utils.[ch]
14236                 edit to comply more with coding style
14237
14238         * src/textview.c
14239                 fix bug reported by Kim Schulz. introduced by the patch integrated
14240                 in 0.6.4claws15. the code did not check the return value of
14241                 the html parser.
14242
14243         * AUTHORS
14244                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14245
14246 2001-11-04 [christoph]  0.6.4claws23
14247
14248         * src/main.c
14249         * src/prefs_common.[ch]
14250                 init some pointers that possibly caused a segfault
14251                 reported in the claws-users ML
14252
14253 2001-11-04 [hoa]        0.6.4claws22
14254
14255         * src/grouplistdialog.c
14256                 change the names of the nodes in the tree
14257
14258         * src/compose.c
14259                 enhanced mailto syntax as described in
14260                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14261                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14262
14263         * src/utils.c
14264                 encode and decode URI (useful when opening URL into
14265                 netscape).
14266
14267 2001-11-03 [hoa]        0.6.4claws21
14268
14269         * src/grouplistdialog.c
14270                 a new newsgroups list selection dialog box
14271                 with a CTree instead of a CList
14272
14273 2001-11-03 [hoa]        0.6.4claws20
14274
14275         * src/folderview.c
14276                 enable property and scoring options when right
14277                 click on "inbox"
14278
14279         * src/summaryview.c
14280                 fixed bug when nickname were displayed using
14281                 the address book.
14282
14283 2001-11-02 [darko]      0.6.4claws19
14284
14285         * src/compose.c
14286                 new wrap quotation and URL/long words wrapping implementation
14287         * src/compose.c src/gtkstext.[ch]
14288                 move gtkstext_strncmp() to gtkstext.c
14289
14290 2001-11-01 [christoph]  0.6.4claws18
14291
14292         * src/prefs_account.c
14293                 fixed mess in account settings dialog
14294         * src/prefs_folder_item.c
14295                 added label with folder path to dialog
14296
14297 2001-10-31 [match]      0.6.4claws17
14298
14299         * src/vcard.c
14300                 fix memory leak.
14301         * src/addrbook.c
14302                 fix generation of spurious address book file names.
14303                 remove redundant functions.
14304         * po/POTFILES.in
14305                 added missing file names.
14306
14307 2001-10-30 [paul]       0.6.4claws16
14308
14309         * sync with sylpheed 0.6.4cvs6
14310                 see ChangeLog entries 2001-10-26 to 2001-10-30
14311
14312         * tools/filter_conv.pl
14313                 read folderlist.xml to discover whether the top-level
14314                 folder is called 'Mailbox' or 'Mail' 
14315
14316 2001-10-29 [paul]       0.6.4claws15
14317
14318         * src/html.c, src/textview.c
14319                 activate links in html mail and fix clickable parts
14320                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14321
14322 2001-10-29 [paul]
14323
14324         * po/de.po, po/es.po, po/pt_BR/po
14325                 updated translations, submitted by Jens Oberender,
14326                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14327
14328 2001-10-29 [darko]      0.6.4claws14
14329
14330         * src/compose.c
14331                 fix wrapping for good
14332
14333 2001-10-29 [darko]
14334
14335         * src/compose.c
14336                 undo previous change as it broke the smart wrapping
14337
14338 2001-10-29 [darko]      0.6.4claws13
14339
14340         * src/compose.c
14341                 fix infinite loop when long URL is quoted
14342                 (closes bug #475122.
14343
14344 2001-10-28 [match]
14345
14346         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14347                 import Mutt address book
14348         * src/ldif.[ch] src/importldif.h
14349                 modified import LDIF handle user attributes
14350
14351 2001-10-28 [christoph]  0.6.4claws12
14352
14353         * src/summaryview.c
14354                 fixed that filtering did not work if there
14355                 were no filter rules
14356                 (closes bug #472003 and better implementation
14357                  of patch #474644)
14358
14359 2001-10-27 [christoph]  0.6.4claws11
14360
14361         * src/compose.c
14362                 make the folder's default account to be used when
14363                 replying. (patch by wwp <subscript@free.fr>)
14364         * src/compose.c
14365                 code cleanup, nearly killed all of wwp's patch
14366                 for folder's default account in compose
14367         * src/folderview.c
14368                 error panel when a folder could not be created
14369                 (closes bug #471080 new folder name & already
14370                  existing file)
14371
14372 2001-10-26 [alfons]
14373
14374         * src/utils.h
14375                 change prototype of strstr2() that Christoph forgot about
14376
14377 2001-10-26 [christoph]  0.6.4claws10
14378
14379         * src/account.c
14380                 made search for accounts by email address not case
14381                 sensitive
14382         * src/folder.c
14383                 fixed memory leak in folder_item_get_identifier
14384         * src/gtkspell.c
14385         * src/utils.c
14386                 fixed wrong strstr2 (should work like strstr)
14387
14388 2001-10-26 [darko]      0.6.4claws9
14389
14390         * src/compose.c src/gtkstext.[ch]
14391         * src/gtkstext.c
14392                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14393
14394 2001-10-26 [paul]       0.6.4claws8
14395
14396         * src/html.c
14397                 ignore css and javascript tags in html mail
14398                 case-insensitive, with or without double-quoted
14399                 strings
14400
14401 2001-10-26 [paul]       0.6.4claws7
14402
14403         * sync with sylpheed 0.6.4cvs1
14404                 see ChangeLog entry 2001-10-26
14405
14406         * src/prefs_account.c, src/prefs_common.c,
14407           src/prefs_summary_column.c
14408                 minor improvements to the English
14409
14410 2001-10-25 [alfons]     0.6.4claws6
14411
14412         * src/gtkstext.c
14413         
14414                 make GtkSText follow style of GtkText (closes bug 
14415                 #469211 "text selection while writing message")
14416                 
14417                 do sync with GTK 1.2.10
14418
14419 2001-10-25 [paul]       0.6.4claws5
14420
14421         * src/html.c
14422                 ignore css tags in html mail
14423
14424 2001-10-25 [darko]      0.6.4claws4
14425
14426         * src/compose.c
14427                 don't declare is_url_string as static function since
14428                 we need it in gtkstext.c
14429         * src/gtkstext.c
14430                 remove unused variable
14431                 don't wrap long URLs while composing a message
14432
14433 2001-10-24 [christoph]  0.6.4claws3
14434
14435         * src/socket.c
14436                 fix ssl deadlock, when peer closes connection
14437
14438 2001-10-24 [paul]       0.6.4claws2
14439
14440         * src/prefs_common.c
14441                 gettextize the gpg ascii-armored warning message
14442
14443         * src/compose.c
14444                 insert a DOS/MAC file into the composed message
14445                 (improvements)
14446
14447         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14448
14449 2001-10-22 [paul]       0.6.4claws1
14450
14451         * sync with sylpheed 0.6.4 release
14452                 see ChangeLog entries 2001-10-21
14453
14454         * po/fr.po, po/pt_BR.po
14455                 updated by Melvin Hadasht and Fabio Junior Beneditto
14456
14457 2001-10-21 [paul]       0.6.3claws30
14458
14459         * src/compose.c
14460                 insert a DOS text file from the compose window
14461                 into the composed message text (removes CRs characters)
14462                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14463
14464         * tools/filter_conv.pl, tools/README
14465                 automatically use ~/.sylpheed as working directory
14466                 print out confirmation message on completion
14467
14468         * correct Hoa's last ChangeLog.claws entry
14469
14470 2001-10-20 [hoa]        0.6.3claws29
14471
14472         * src/grouplistdialog.c
14473                 bugfix (another ?) to give the right
14474                 newsgroups list for each news server.
14475
14476         * src/news.c
14477         * src/news.h
14478                 improve the newsgroups list cache
14479
14480 2001-10-20 [paul]       0.6.3claws28
14481
14482         * sync with sylpheed 0.6.3cvs9
14483                 see ChangeLog entry 2001-10-19
14484
14485         * correct Alfons' last ChangeLog.claws entry
14486
14487 2001-10-19 [alfons]
14488
14489         * src/pgptext.[ch]
14490                 fix compilation problems (part of bug #472895)
14491
14492 2001-10-18 [hoa]        0.6.3claws27
14493
14494         * src/grouplistdialog.c
14495                 bugfix when we refresh was clicked (bug 472701)
14496
14497 2001-10-19 [christoph]  0.6.3claws26
14498
14499         * src/compose.c
14500                 last header entry should default to "To:" or
14501                 "Newsgroups:" and not copy the last entry line
14502                 in a new compose window
14503                 (closes bug #472686, #470792)
14504
14505 2001-10-19 [paul]       0.6.3claws25
14506
14507         * sync with Sylpheed 0.6.3cvs8
14508                 see ChangeLog entries 2001-10-18 and 2001-10-19
14509
14510 2001-10-18 [christoph]  0.6.3claws24
14511
14512         * src/procmsg.c
14513                 reimplement ignore thread
14514         
14515 2001-10-18 [hoa]        0.6.3claws23
14516
14517         * src/folderview.c
14518         * src/grouplistdialog.[ch]
14519                 enhanced news subscription interface (feature 469113)
14520
14521         * src/news.c
14522         * src/news.h
14523                 enchanced newsgroup listing,
14524                 now, we can get groups informations
14525                 (NNTPGroupInfo)
14526
14527 2001-10-18 [paul]       0.6.3claws22
14528
14529         * src/summaryview.c
14530                 remove comment (sync with main branch)
14531         * src/mainwindow.c
14532                 fix 'Re-edit' bug in 'Message' menu
14533
14534 2001-10-17 [christoph]  0.6.3claws21
14535
14536         * src/compose.c
14537                 ignore empty or whitespace only header lines
14538
14539 2001-10-17 [paul]       0.6.3claws20
14540
14541         * sync with sylpheed 0.6.3cvs7
14542                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14543                 2001-10-17
14544
14545 2001-10-17 [darko]
14546
14547         * src/compose.c
14548                 wrap long lines without spaces
14549                 don't wrap URLs
14550
14551 2001-10-16 [paul]
14552
14553         * po/es.po, po/nl.po, po/pt_BR.po
14554                 updated by Ricardo Mones Lastra, Alfons,
14555                 and Fabio Junior Beneditto
14556
14557         * sylpheed-0.6.3claws released
14558
14559 2001-10-15 [melvin] 0.6.3claws18
14560
14561         * README.claws
14562                 added summary and detailed installation instructions
14563                 for spell checker
14564         * po/fr.po
14565                 Updated, corrected and completed french translation
14566
14567 2001-10-15 [hoa] 0.6.3claws17
14568         * src/grouplistdialog.c
14569                 we can choose the newsgroups to display with wildcards
14570
14571 2001-10-15 [christoph]  0.6.3claws16
14572
14573         * src/account.c
14574         * src/compose.c
14575         * src/prefs_folder_item.[ch]
14576                 applied wwp <subscript@free.fr>'s folder
14577                 default account patch
14578         * po/de.po
14579                 Fixed wrong translation
14580
14581 2001-10-13 [alfons, christoph, melvin]  
14582                         0.6.3claws15
14583
14584         solution #2 to solve MT-safety problems defers all GUI related calls
14585         to the main thread using a gtk_idle_add() callback. discussed on
14586         ircnet #sylpheed, with christoph spotting some issues with the
14587         original code, and melvin allowing us to lobotomize his sylpheed.
14588
14589         * src/syldap.[ch], src/main.c
14590                 fix race problem in ldap search thread by deferring GUI 
14591                 stuff to main thread using gtk_idle_add()
14592
14593 2001-10-13 [paul]       0.6.3claws14
14594
14595         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14596                 add Sergey's smtpcred.patch
14597                 adds separate username/password setting for SMTP Auth
14598                 needed by some servers
14599                 (closes feature request #471659)
14600
14601 2001-10-13 [paul]       0.6.3claws13
14602
14603         * src/pgptext.[ch] **NEW FILES**
14604         * src/Makefile.am, src/messageview.c, src/mimeview.c
14605                 decrypt ascii-armored gpg text embedded in
14606                 the message body.
14607                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14608
14609 2001-10-13 [christoph]  0.6.3claws12
14610
14611         * README.claws
14612                 some more details on default to and
14613                 feature requests
14614         * src/main.c
14615                 init glib threading when ldap is used
14616         * src/syldap.c
14617                 threading fixes
14618         * po/de.po
14619                 fixed a typo
14620
14621 2001-10-12 [paul]       0.6.3claws11
14622
14623         * src/prefs_common.[ch], src/rfc2015.c
14624                 enable ascii-armored gpg text to be embedded in the
14625                 message body, selectable through the 'Privacy'
14626                 preferences. Supports encrypting only.
14627                 Submitted by Ravemax <ravemax@dextrose.com>
14628
14629 2001-10-12 [paul]       0.6.3claws10
14630
14631         * sync with sylpheed 0.6.3cvs6
14632                 see ChangeLog entries 2001-10-11 and 2001-11-12
14633
14634         * src/folderview.c
14635                 incorporated mbox folders, scoring, and folder
14636                 properties into the sync
14637
14638 2001-10-12 [darko]      0.6.3claws9
14639
14640         * README.claws
14641                 describe quotation wrapping
14642         * src/compose.c
14643                 don't treat tab as space to calculate line length properly
14644
14645 2001-10-11 [alfons]
14646
14647         * README.claws
14648                 correct description of how to make new filtering system work,
14649                 add some other things
14650                 
14651         * src/syldap.c
14652                 remove sched_yield() (not necessary / unportable)
14653
14654 2001-10-11 [paul]       0.6.3claws8
14655
14656         * sync with sylpheed 0.6.3cvs3
14657                 see ChangeLog entry 2001-10-10
14658
14659 2001-10-10 [christoph]  0.6.3claws7
14660
14661         * .cvsignore
14662                 ignore 2 files created by newer autotools
14663         * src/prefs_folder_item.c
14664                 using table for widget alignment
14665                 fixed memory leak and broken octal display
14666         * src/filesel.c
14667                 fixed segfault caused by lost filename
14668                 workaround (closes bug #469551)
14669
14670 2001-10-10 [paul]       0.6.3claws6
14671
14672         * sync with sylpheed 0.6.3cvs2
14673                 see ChangeLog entries 2001-10-09 and 2001-10-10
14674
14675 2001-10-10 [darko]      0.6.3.claws5
14676
14677         * src/gtkstext.c
14678                 proper calculation of right margin if smart wrapping is enabled
14679         * src/compose.c
14680                 automatically wrap long lines if wrap quotation is enabled
14681
14682 2001-10-09 [alfons]     0.6.3.claws4
14683
14684         * src/summaryview.c
14685                 select correct row when deleting last row in the summary view (and
14686                 close bug "[ #469104 ] select second last in list when deleting")
14687
14688 2001-10-09 [paul]       0.6.3claws3
14689
14690         * sync with sylpheed 0.6.3cvs1
14691                 updated some autotool scripts
14692
14693 2001-10-09 [darko]      0.6.3claws2
14694
14695         * src/gtkstext.[ch]
14696                 new name and mark with Sylpheed comment
14697         * src/compose.c
14698                 smart quotation wrapping a-la VIM
14699
14700 2001-10-08 [paul]       0.6.3claws1
14701
14702         * sync with sylpheed 0.6.3 release
14703                 see ChangeLog entry 2001-10-08
14704
14705 2001-10-08 [paul]       0.6.2claws24
14706
14707         * src/summaryview.c
14708                 more sync with sylpheed 0.6.2cvs12
14709                 Fixed the bug that didn't select the last row correctly
14710
14711
14712 2001-10-07 [paul]       0.6.2claws23
14713
14714         * sync with sylpheed 0.6.2cvs12
14715                 see ChangeLog entry 2001-10-07
14716
14717 2001-10-06 [match]
14718         * src/jpilot.[ch]
14719                 enable jpilot to read unsynch'ed addresses.
14720
14721         * src/editldap_basedn.c
14722                 fix segfault when opening dialog.
14723
14724 2001-10-06 [alfons]     0.6.2.claws22
14725
14726         * src/summaryview.c
14727                 fix bug with summary view selecting last *inserted*
14728                 node instead of last *visible* node. remember we
14729                 work with a tree
14730
14731 2001-10-06 [paul]       0.6.2claws21
14732
14733         * po/pt_BR.po
14734                 updated translation, contains some fixes and new
14735                 translations, submitted by Gustavo Noronha Silva
14736                 <kov@debian.org>
14737
14738         * src/prefs_common.c
14739                 change 'each' to 'every' - fix dubious English
14740
14741         * sync with sylpheed 0.6.2cvs11
14742
14743 2001-10-05 [alfons]     0.6.2claws20
14744
14745         * src/mainwindow.[ch], src/folderview.c
14746                 make composite tool button switch between "Compose News"
14747                 and "Compose Mail" depending on selected folder
14748                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14749
14750 2001-10-05 [paul]       0.6.2claws19
14751
14752         * src/mainwindow.c, src/summaryview.c
14753                 fix 'Message/Reply to all', broken in last commit
14754
14755         * src/compose.c
14756                 fix X_BEENTHERE seg fault, thanks to Alfons
14757
14758 2001-10-04 [paul]       0.6.2claws18
14759
14760         * src/compose.[ch], src/mainwindow.c
14761                 make "Message/Reply" reply to mailing lists; matches
14762                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14763                 based on portions of the patch submitted by
14764                 Junichi Uekawa <dancer@netfort.gr.jp>
14765
14766 2001-10-04 [darko]      0.6.2claws17
14767
14768         * src/compose.c
14769                 better smart wrapping
14770         * src/gtkstext.[hc]
14771                 a function to make text buffer contiguous
14772
14773 2001-10-03 [paul]       0.6.2claws16
14774
14775         * sync with sylpheed 0.6.2cvs10
14776
14777 2001-10-02 [alfons]
14778
14779         * configure.in
14780         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14781                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14782                 references to chinese translations (hope someone picks up
14783                 this)
14784
14785 2001-10-02 [christoph]  0.6.2claws15
14786
14787         * src/compose.c
14788                 fixed non translated header bug
14789         * ChangeLog.claws
14790                 fixed wrong date in alfons last entry ;)
14791
14792 2001-10-02 [alfons]     0.6.2claws14
14793
14794         * src/compose.c, src/prefs_common.[ch]
14795                 add block cursor option
14796
14797 2001-10-02 [paul]       0.6.2claws13
14798
14799         * sync with sylpheed 0.6.2cvs9
14800
14801 2001-09-30 [paul]       0.6.2claws12
14802
14803         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14804                 updated translations
14805
14806         * po/POTFILES.in
14807                 add 'src/importldif.c'
14808
14809         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14810                 added eudora-to-vCard conversion tool
14811                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14812
14813         * sync with sylpheed 0.6.2cvs8
14814
14815 2001-09-30 [paul]
14816
14817         * sylpheed-0.6.2claws released
14818
14819 2001-09-27 [melvin]     0.6.2claws11
14820
14821         * src/gtkspell.c
14822                 fixed crash when using default path (introduced 
14823                 in 0.6.2claws10)
14824                 fixed tiny bug for initial suggestion mode
14825
14826 2001-09-27 [melvin]     0.6.2claws10
14827         
14828         * src/gtkspell.c
14829                 fixed bug where gtkpspell didn't set the path correctly
14830
14831         * README.claws
14832                 added a paragraph about spell checking
14833                 
14834
14835
14836 2001-09-27 [paul]       0.6.2claws9
14837
14838         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14839                 replace '// comments' with '/* comments */' to prevent
14840                 some compiler warnings 
14841
14842         * sync with sylpheed 0.6.2cvs6
14843
14844 2001-09-26 [alfons]     0.6.2claws8
14845
14846         * src/messageview.c
14847                 introduce return receipt request notification again,
14848                 which was lost because of other semantics in 
14849                 procheader_parse() (???)
14850
14851 2001-09-26 [christoph]  0.6.2claws7
14852
14853         * src/compose.c
14854                 replace comments for old code with #if 0
14855                 readded auto cc, bcc and reply-to
14856         * src/prefs_matcher.c
14857         * src/prefs_scoring.c
14858                 removed some definition (was moved to
14859                 prefs.h)
14860
14861 2001-09-26 [paul]       0.6.2claws6
14862
14863         * src/mainwindow.c
14864                 make 'Follow-up and reply to' sensitive
14865
14866         * more sync with sylpheed 0.6.2cvs5
14867
14868 2001-09-25 [melvin]
14869
14870         * 0.6.2claws5
14871
14872         * src/gtkspell.c
14873                 fixed bug for "US-ASCII" introduced by the encoding code
14874
14875 2001-09-25 [paul]
14876
14877         * 0.6.2claws4
14878
14879         * src/prefs_common.[ch], src/summaryview.c
14880                 'next unread msg' 'go to next folder?' dialog can be
14881                 given default behaviour, either always show dialog,
14882                 or assume 'yes', or assume 'no'
14883                 Submitted by wwp <subscript@free.fr>
14884
14885 2001-09-25 [melvin]
14886                 
14887         * src/compose.c src/gtkspell.[ch]
14888                 added support for different encodings
14889
14890 2001-09-25 [paul]
14891
14892         * more sync with sylpheed 0.6.2cvs5
14893
14894 2001-09-24 [alfons]
14895         
14896         * src/prefs_folder_item.c
14897                 add check for item->prefs->default_to string is NULL and
14898                 add another check when freeing this string
14899
14900 2001-09-24 [paul]
14901
14902         * configure.in
14903                 change to version 0.6.2claws3
14904
14905         * sync with sylpheed 0.6.2cvs5 
14906
14907 2001-09-24 [match]
14908         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14909                 import LDIF files.
14910         * src/addrcache.[ch], addrindex.[ch]
14911                 small update for future
14912         * src/addrbook.c
14913                 fix test XML file.
14914
14915 2001-09-24 [melvin]
14916         * src/gtkspell.[ch]
14917                 added 'Learn from mistakes' option
14918                 better handling of quotes in checked words
14919                 sorted dict list
14920         * po/fr.po
14921                 small update for spell checking stuff
14922
14923 2001-09-23 [alfons]
14924         
14925         * src/gtkspell.c
14926                 edit a little bit so it complies more with main coding style
14927
14928 2001-09-23 [alfons]
14929
14930         * src/folder.[ch], prefs_folder_item.c, compose.c
14931                 migrate "request return receipt" folder property
14932                 to folderlist.xml
14933
14934 2001-09-22 [alfons]
14935
14936         * README.claws **NEW**
14937                 (add things of interest for users of main branch 
14938                 and claws here)
14939
14940         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14941                 re-implement threading per folder option, but store 
14942                 the setting in folderlist.xml (where it belongs)
14943
14944 2001-09-21 [melvin]
14945
14946         * src/gtkspell.[ch]
14947                 fixed bug when compose window is under another window
14948         * src/prefs_common.[ch] src/compose.c
14949                 changed 'dictionary_path' to 'dictionary' to be consistent
14950                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14951         * ac/pspell.m4 src/Makefile.am 
14952                 dropped PSPELL_PATH macro
14953         * po/fr.po
14954                 updated translations
14955
14956 2001-09-21 [christoph]
14957
14958         * src/compose.c
14959                 added border around header fields
14960                 keep header type when new field is added
14961
14962 2001-09-20 [christoph]
14963
14964         * src/utils.[ch]
14965                 more portable debug_print with source filename
14966                 and linenumber
14967         * src/procmsg.c
14968                 more newlines after debug messages
14969
14970 2001-09-20 [paul]
14971
14972         * configure.in
14973                 change to version 0.6.2claws2
14974
14975         * sync with sylpheed 0.6.2cvs3
14976
14977 2001-09-19 [melvin]
14978
14979         * src/gtkspell.c
14980                 fixed the post-right-click focus pb
14981                 fixed crash when 'Spell check all' after dict change 
14982                         and when cursor is at the end of the text
14983                 shift-right-click pops up config menu even on misspelled words.
14984         * po/POTFILES.in
14985                 added gtkspell.c
14986
14987 2001-09-19 [melvin]
14988
14989         * src/about.c
14990                 added pspell to compiled-in features list
14991
14992 2001-09-18 [melvin]
14993
14994         * switched to pspell and dropped ispell
14995         * ac/pspell.m4
14996                 new file. autoconf macro for pspell
14997         * ac/Makefile.am 
14998         * configure.in acconfig.h
14999                 added pspell support
15000         * src/Makefile.am
15001         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15002         * src/prefs_common.[ch] 
15003                 added pspell support
15004
15005 2001-09-18 [christoph]
15006
15007         * src/addr_compl.c
15008         * src/template.[ch]
15009                 replace LOG_MESSAGE with debug_print
15010         * src/compose.[ch]
15011                 gui improvements
15012         * src/menu.c
15013                 added newline after debug message
15014         * src/utils.h
15015                 using __VA_ARGS__ for debug_print macro
15016         * tools/.cvsignore
15017                 ignore Makefile and Makefile.in
15018
15019 2001-09-18 [paul]
15020
15021         * configure.in
15022                 change to version 0.6.2claws1
15023         * sync with sylpheed 0.6.2cvs1
15024
15025         * src/matcher.c 
15026         * src/prefs_matcher.c
15027                 add 'score equal to' option, submitted by
15028                 Paul Evans <nerd@freeuk.com>
15029
15030 2001-09-15 [christoph]
15031
15032         * src/mainwindow.c
15033                 comment out menu entry not existing in claws
15034         * src/menu.c
15035                 add debug output for non existing menu entries
15036         * src/summaryview.c
15037                 fix next/prev unread message for ignored threads
15038         * src/utils.[ch]
15039                 add sourcefile and line number to debug output
15040                 otherwise it is sometimes hard to find the
15041                 source code part if debug messages are translated
15042
15043 2001-09-14 [darko]
15044         
15045         * src/folderview.c
15046                 refresh target folder style after colour is changed
15047
15048 2001-09-13 [paul]
15049
15050         * configure.in
15051                 change to version 0.6.1claws3
15052
15053         * sync with sylpheed 0.6.1cvs6
15054
15055 2001-09-13 [darko]
15056         
15057         * src/folderview.c
15058                 fix target folder colourization to use user selected colour
15059
15060 2001-09-12 [darko]
15061         
15062         * src/summaryview.c
15063                 fix crash when message that is marked for copy/move is unmarked
15064
15065 2001-09-09 [paul]
15066
15067         * configure.in
15068                 change to version 0.6.1claws2
15069
15070         * sync with sylpheed 0.6.1cvs3
15071
15072 2001-09-09 [alfons]
15073         
15074         * src/folderview.c
15075                 fix bug with default font used for trash folder text
15076
15077 2001-09-06 [paul]
15078
15079         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15080                 updated translations
15081
15082         * configure.in
15083                 change to version 0.6.1claws1
15084
15085         * sync with sylpheed 0.6.1cvs2
15086
15087 2001-09-03 [paul]
15088
15089         * po/POTFILES.in
15090                 add Match's new addressbook
15091
15092         * po/de.po
15093                 updated translation submitted by Jens Oberender
15094
15095 2001-09-02 [paul]
15096
15097         * configure.in
15098                 change to 0.6.1claws
15099         * sync with sylpheed 0.6.1 release
15100
15101 2001-09-02 [paul]
15102
15103         * configure.in
15104                 change to 0.6.0claws2
15105
15106         * sync with sylpheed 0.6.0cvs4
15107
15108         * po/pt_BR.po
15109                 updated translation submitted by Fabio Junior Beneditto
15110
15111 2001-09-01 [match]
15112         * pixmaps/
15113                 interface.xpm
15114                 book.xpm
15115                 address.xpm
15116         * src/
15117                 Makefile.am
15118                 a ton of new files
15119
15120 2001-08-31 [paul]
15121
15122         * configure.in
15123                 change to version 0.6.0claws1
15124
15125         * sync with sylpheed 0.6.0cvs1
15126
15127         * po/es.po
15128                 updated translation submitted by Ricardo Mones Lastra
15129
15130         * po/POTFILES.in
15131                 add 'src/prefs_templates.c'
15132
15133         * src/compose.c, src/summaryview.c
15134                 fix segfault on 'Re_edit'               
15135
15136 2001-08-30 [alfons]
15137
15138         * configure.in, Makefile.am
15139         * tools/Makefile.am
15140                 add tools directory to source distribution
15141
15142 2001-08-30 [paul]
15143
15144         * configure.in
15145                 change to version 0.6.0claws
15146
15147         * sync with sylpheed 0.6.0 release
15148
15149 2001-08-30 [christoph]
15150
15151         * configure.in
15152                 removed autoconf version check
15153
15154 2001-08-30 [paul]
15155
15156         * src/account.c, src/compose.c, src/prefs_common.[ch]
15157         * src/procheader.[ch] src/utils.[ch]
15158                 Enhanced automatic account selection on replies
15159                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15160
15161         * configure.in
15162                 add LDAP and JPilot to the configuration results output.
15163
15164 2001-08-29 [christoph]
15165
15166         * src/summeryview.c
15167                 no bold font for ignored threads
15168
15169 2001-08-29 [paul]
15170
15171         * configure.in
15172                 change to version 0.5.3claws6
15173
15174         * sync with sylpheed 0.5.3cvs10
15175                 src/stringtable.[ch]: New Files
15176
15177         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15178         * src/pixmaps/sylpheed.xpm
15179                 add mini-icons to windows (by Alfons)
15180
15181 2001-08-27 [paul]
15182
15183         * src/mainwindow.c
15184                 new functions: next_labeled_cb(), prev_labeled_cb()
15185
15186         * src/summaryview.c
15187                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15188                 summary_select_next_labeled(), summary_select_prev_labeled()
15189
15190         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15191                 give claws blue folders and a blue trash can
15192
15193 2001-08-27 [paul]
15194
15195         * configure.in
15196                 change to version 0.5.3claws5
15197
15198         * sync with sylpheed 0.5.3cvs9
15199                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15200
15201 2001-08-24 [christoph]
15202
15203         * src/filesel.c
15204                 keep filename when browsing directories
15205                 (not working for user entered filename, but
15206                  for default name and selected filename from
15207                  file list)
15208         * src/mainwindow.c
15209                 fixed wrong spelling "Folllow-up"
15210         * src/mbox_folder.c
15211         * src/procmsg.c
15212         * src/summaryview.c
15213                 fixed new/unread message count with ignored
15214                 threads (2 commits, first didn't notice no
15215                 longer needed decreasing)
15216         * src/inc.c
15217                 readded scrolling of progress dialog
15218                 (lost in sync)
15219
15220 2001-08-24 [paul]
15221
15222         * configure.in
15223                 change to 0.5.3claws4
15224
15225         * sync with sylpheed 0.5.3cvs7
15226
15227 2001-08-24 [christoph]
15228
15229         * src/compose.c
15230                 set request return receipt when replying
15231                 if it is set is the folder prefs of the
15232                 message
15233         * src/inc.c
15234                 disable final error popup if popups are
15235                 disabled in config (again)
15236
15237 2001-08-23 [paul]
15238
15239         * configure.in
15240                 Change version number to 0.5.3claws3
15241
15242         * sync with sylpheed 0.5.3cvs5
15243
15244         * src/mimeview.c
15245                 double quote '%s' in 'gedit %s' to fix bug when
15246                 opening attachment with spaces in the name
15247
15248 2001-08-22 [alte]
15249         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15250           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15251                 initial message templates support
15252
15253
15254 2001-08-22 [paul]
15255
15256         * configure.in
15257                 change version number to 0.5.3claws2
15258
15259         * sync with sylpheed 0.5.3cvs4
15260
15261         * src/procmsg.h src/summaryview.c
15262                 re-implement (un)ignore thread
15263
15264 2001-08-21 [paul]
15265
15266         * src/summaryview.c
15267                 remove unnecessary code
15268         * src/compose.c
15269                 enable 'dynamic' signatures (submitted by
15270                 Eric Limpens <eric@hscg-internet.nl>)
15271
15272 2001-08-21 [paul]
15273
15274         clean up after sync with sylpheed 0.5.3 release
15275
15276         * src/folderview.c
15277                 fix re-introduced font mess, see Christoph's
15278                 entry 2001-06-24
15279
15280         * src/summaryview.c
15281                 remove prev_msgnum
15282                 use sylpheed's small font instead of
15283                 gtk default font for summary view
15284
15285
15286 2001-08-17 [paul]
15287
15288         * configure.in
15289                 add pl to ALL_LINGUAS - sync with main branch
15290
15291         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15292                 Updated. Translations by Jens Oberender, Ricardo Mones
15293                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15294
15295         * po/pl.po  ** NEW FILE **
15296                 sync with the main branch
15297
15298         * src/folderview.c
15299                 fix target folder colorizing and refresh problem
15300
15301
15302 2001-08-17 [christoph]
15303
15304         * src/mainwindow.c
15305                 claws uses 4 colors for target folder coloring.
15306                 arrays were not long enough and destroyed the
15307                 stack causing a segfault.
15308                 target folder colorizing does not work anymore
15309                 for me
15310
15311 2001-08-16 [paul]
15312
15313         * configure.in
15314                 change to version 0.5.3claws1
15315
15316         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15317           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15318           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15319
15320                 sync with sylpheed 0.5.3 release, but keep claws method of
15321                 configuring/saving fonts
15322
15323         * src/addressbook.[ch]
15324                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15325                 in line with a similar change in Hiroyuki's branch
15326
15327         * src/mainwindow.[ch]
15328                 disable main_window_set_thread_option()
15329         * src/prefs_folder_item.c
15330                 comment out &tmps_prefs.enable_thread,
15331         * src/mbox_folder.c, src/procmsg.[ch]
15332                 comment out MSG_IS_IGNORE_THREAD
15333         * src/summaryview.c
15334                 comment out summary_ignore_thread() and summary_unignore_thread()
15335                 comment out MSG_IS_IGNORE_THREAD
15336
15337                 use Hiroyuki's threading instead.
15338
15339
15340
15341 2001-08-15 [paul]
15342
15343         * src/account.c
15344                 use Hiroyuki's 0.5.3 column scheme but also
15345                 include the enable/disable button.
15346         * src/pixmaps/mark.xpm
15347                 add Hiroyuki's amended pixmap
15348
15349 2001-08-13 [christoph]
15350
15351         * src/account.c
15352                 receive at get all column showed wrong state for APOP
15353                 button should only work for POP3 and APOP accounts
15354         * src/prefs_account.c
15355                 added missing preprocessor statement for SSL
15356
15357 2001-08-12 [paul]
15358
15359         * src/account.[ch]
15360                 add 'receive at get all' column and enable/disable
15361                 button.
15362
15363 2001-08-06 [christoph]
15364
15365         * src/account.c
15366                 show usage of SSL in protocol column
15367
15368         * src/imap.c
15369         * src/inc.c
15370                 renamed ssl options
15371
15372         * src/prefs_account.[ch]
15373                 moved ssl options to a new page
15374
15375         * src/send.c
15376         * src/smtp.c
15377         * src/ssl.[ch]
15378                 renamed ssl options
15379                 added support for SMTP STARTTLS command
15380
15381 2001-08-05 [christoph]
15382
15383         * configure.in
15384                 debian autoconf needs version check to find
15385                 correct autoconf version. if the file is
15386                 named configure.in 2.13 is used, which does
15387                 not work with this configure.in script.
15388                 other solution would be to rename the script
15389                 to configure.ac as suggested in the autoconf
15390                 manual.
15391
15392         * src/inc.c
15393                 disable final error popup if popups are
15394                 diabled in config
15395
15396         * src/socket.c
15397                 bugfix in ssl_gets
15398                 fixes IMAP over SSL problem
15399
15400 2001-08-03 [paul]
15401
15402         * configure.in
15403                 change to 0.5.2claws1
15404
15405         * sync with sylpheed 0.5.2cvs1
15406
15407 2001-08-02 [alfons]
15408
15409         * configure.in
15410                 quick fix for ispell detection...
15411
15412 2001-08-01 [paul]
15413
15414         * configure.in
15415                 change to 0.5.1claws4
15416
15417         * sync with sylpheed 0.5.1cvs7
15418
15419 2001-07-31 [alfons]
15420
15421         * src/prefs_common.c, src/prefs_common.h, 
15422           src/gtkspell.c, src/gtkspell.h
15423                 add global spelling checker settings (compose tab) +
15424                 selection of dictionary 
15425           
15426         * configure.in  
15427                 guess valid ispell location
15428
15429 2001-07-31 [paul]
15430
15431         * po/POTFILES.in
15432                 removal of 'src/quote_fmt_parse.c'
15433         * po/de.po
15434                 Updated de.po
15435                 (submitted by Jens Oberender <didge@suse.de>)
15436
15437 2001-07-31 [darko]
15438
15439         * src/folder.[ch]
15440         * src/folderview.[ch]
15441         * src/mainwindow.c
15442         * src/mh.c
15443         * src/prefs_common.[ch]
15444         * src/summaryview.c
15445                 target folder colourization
15446
15447 2001-07-30 [paul]
15448
15449         more sync with Sylpheed 0.5.1cvs6 
15450
15451 2001-07-30 [darko]
15452
15453         * src/mh.c
15454         * src/prefs_folder_item.[hc]
15455         * src/summaryview.c
15456                 shared folders support with a GUI
15457
15458 2001-07-29 [paul]
15459
15460         0.5.1claws3
15461
15462         * sync with Sylpheed 0.5.1cvs6
15463
15464 2001-07-29 [paul]
15465
15466         * po/pt_BR.po
15467                 updated
15468                 (submitted by Fabio Junior Beneditto)
15469
15470 2001-07-28 [paul]
15471
15472         * src/procmime.c
15473         * AUTHORS
15474                 patch to correct bad image mime headers
15475                 (submitted by Don Quijote <dq@searchlores.org>)
15476
15477 2001-07-28 [paul]
15478
15479         * tools/gif2xface.pl   **NEW FILE**
15480         * tools/README
15481                 script to convert file.gif to file.xface for
15482                 use in a custom header.
15483                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15484
15485 2001-07-27 [alfons]
15486         
15487         * configure.in
15488                 change macros for detecting JPilot and LDAP
15489
15490 2001-07-27 [christoph]
15491
15492         * src/filtering.c
15493                 code cleanup (MIN / MAX warning, needed casting)
15494
15495 2001-07-27 [alfons]
15496
15497         * procheader.c
15498                 disallow setting flags when detecting certain headers
15499                 (X-Status, Status, Seen, X-Seen). 
15500         
15501         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15502
15503 2001-07-27 [christoph]
15504
15505         * src/prefs_filter.c
15506         * src/prefs_filtering.c
15507         * src/prefs_matcher.c
15508         * src/prefs_scoring.c
15509                 scroll list when moving rows up or down
15510
15511         * src/imap.c
15512         * src/imap.h
15513         * src/prefs_account.c
15514         * src/prefs_account.h
15515         * src/send.c
15516                 SMTP over SSL (untested, feedback requested)
15517                 IMAP over SSL
15518
15519         * src/ssl.c
15520                 code cleanup
15521
15522 2001-07-26 [alfons]
15523         
15524         * configure.in, acconfig.h
15525                 define CLAWS (need this for main / claws detection)
15526
15527 2001-07-25 [alfons]
15528
15529         * configure.in
15530                 Sylpheed 0.5.1claws2
15531                 
15532         * sync with Sylpheed 0.5.1cvs4
15533
15534 2001-07-25 [christoph]
15535
15536         * src/scoring.c
15537                 fixed segfault
15538                 item->prefs == NULL (don't know why)
15539
15540 2001-07-25 [alfons]
15541
15542         * configure.in
15543                 Sylpheed 0.5.1claws1
15544
15545         * sync with Sylpheed 0.5.1cvs1-3
15546
15547 2001-07-24 [christoph]
15548
15549         * src/folderview.c
15550         * src/prefs_folder_item.[ch]
15551                 added folderitem preferences dialog with
15552                 default To: and auto request return receipt
15553
15554         * src/compose.[ch]
15555         * src/menu.[ch]
15556                 changes to handle new folderitem preferences
15557
15558         * src/mainwindow.c
15559         * src/summaryview.c
15560                 call compose new mail with current folderitem
15561
15562 2001-07-24 [alfons]
15563
15564         Release Sylpheed 0.5.1claws
15565
15566         * configure.in
15567                 change to release version 0.5.1claws
15568
15569 2001-07-24 [christoph]
15570
15571         * src/summaryview.c
15572                 fixed segfault that happend when the selected
15573                 message was removed while retrieving new messages.
15574
15575         * po/es.po
15576                 updated translation
15577                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15578
15579 2001-07-22 [alfons]
15580
15581         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15582         this is a work in progress, for more information: http://nlpagan.net/sylman 
15583         
15584         * configure.in, src/mainwindow.c, manual/Makefile.am
15585                 add support for English manual
15586
15587         * AUTHORS
15588                 add authors of user manuals
15589
15590         * manual/en/sylpheed*.html
15591                 add English documentation
15592
15593 2001-07-22 [christoph]
15594
15595         * po/POTFILES.in
15596                 added src/ssl.c
15597         * src/ssl.c
15598                 changed a wrong debug message
15599
15600 2001-07-22 [alfons]
15601
15602         * po/nl.po
15603                 update Dutch translation
15604
15605         * src/prefs_filtering.c, 
15606           src/prefs_matcher.c
15607                 add more translatable strings           
15608
15609 2001-07-21 [alfons]
15610
15611         0.5.0claws7
15612
15613         * configure.in
15614                 change version
15615
15616         * src/inc.c, src/summaryview.[ch]
15617                 prevent update of mark file when filtering has done, by
15618                 using a variable; this affects two functions:
15619                         inc.c::inc_finished()
15620                         summaryview.c::summary_show()
15621
15622 2001-07-20 [alfons]
15623
15624         * src/filtering.[ch], src/prefs_filtering.c, 
15625           src/matcher.[ch]
15626                 add filtering action for label coloring 
15627
15628         * po/POTFILES.in
15629                 add labelcolors.c
15630
15631         * added src/labelcolors.c
15632         * added src/labelcolors.h
15633         * src/Makefile.am, src/summaryview.c
15634                 rearrange label coloring code
15635
15636         * src/procmsg.h
15637                 add more parentheses so label colouring works correctly
15638
15639         * src/filtering.c
15640                 don't really delete message, but move it to Trash
15641
15642         * src/prefs_matcher.c
15643                 add quote options to info dialog
15644
15645 2001-07-20 [christoph]
15646
15647         * src/Makefile.am
15648         * src/inc.c
15649         * src/main.[ch]
15650         * src/socket.h
15651         * src/ssl.[ch] (new)
15652                 moved ssl stuff to a seperate file
15653
15654 2001-07-20 [darko]
15655
15656         * src/summaryview.c
15657                 fix show sender using address book with no e-mail
15658                 address in From: field
15659
15660 2001-07-19 [alfons]
15661
15662         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15663                 fix messy handling of escaping... now at least the
15664                 execute command is useful. escape char is '\', we
15665                 accept \n and \r too. 
15666
15667                 Real life example:
15668                 
15669                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15670                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15671
15672 2001-07-18 [alfons]
15673
15674         0.5.0claws6
15675
15676         * src/summaryview.c
15677                 clean up
15678
15679         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15680           src/procmsg.[ch]
15681                 revise filtering; currently move, copy, marking have
15682                 been tested. if you like bleeding edge stuff, you
15683                 should definitely go for this version :)
15684
15685         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15686
15687 2001-07-17 [christoph]
15688
15689         * src/utils.c
15690                 timestamp log
15691
15692 2001-07-17 [alfons]
15693
15694         0.5.0claws5
15695
15696         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15697           bits in the mark file, without affecting either branch. Lots of
15698           files changed, also in claws branch.
15699
15700           UNTESTED: use of mbox folders
15701
15702         * src/summaryview.c
15703                 added mark all read; however this was a quick hack used for
15704                 cleaning up mess after initial merge with Hiroyuki
15705
15706         * configure.in
15707                 change claws version number back to 0.5.0claws5 to clear up 
15708                 confusion & pretension (recent release was technically 
15709                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15710
15711 2001-07-16 [alfons]
15712
15713         sync with Hiroyuki's 0.5.0cvs4
15714
15715 2001-07-16 [alfons]
15716
15717         0.5.1claws3
15718
15719         * src/filtering.[ch]
15720                 remove invalid updating of mark files for 
15721                 filter actions MATCHING_ACTION_MOVE and 
15722                 MATCHING_ACTION_DELETE; this should fix the
15723                 folder update bug
15724                 
15725         * src/procmsg.c
15726                 revert Christoph's stab at fixing the folder 
15727                 update bug
15728
15729         * po/POTFILES.in
15730                 add missing files with translatable strings
15731
15732         * src/summaryview.c
15733                 remove debug print
15734
15735 2001-07-15 [alfons]
15736
15737         * src/addr_compl.[ch], src/prefs_filtering.c
15738                 make "filtering pref dialog's destination entry" an
15739                 "address completable entry", if filter destination is 
15740                 an email address
15741
15742         0.5.1claws2
15743         
15744         sync with Hiroyuki's 0.5.0cvs2-3
15745
15746 2001-07-15 [christoph]
15747
15748         * src/procmsg.c
15749                 fixed folder stats update after incorporation
15750
15751 2001-07-15 [alfons]
15752
15753         * src/summaryview.c
15754                 * finish label colouring stuff (for now)
15755                 * fix incorrect colour bug (off by one) 
15756
15757 2001-07-14 [alfons]
15758
15759         * src/mainwindow.c
15760                 change text labels for news and mail message so there's
15761                 plenty of toolbar estate left
15762
15763         * configure.in
15764                 0.5.1claws1
15765
15766         * src/folderview.c
15767           src/folder.[ch]
15768                 sync with Hiroyuki's 0.5.0cvs1
15769
15770         * src/summaryview.c
15771                 more rewrite label colouring
15772
15773 2001-07-14 [alfons]
15774
15775         * src/summaryview.[ch]
15776                 * start rewrite label colouring 
15777                 * fix proper location "Add Sender To Addressbook" menu item
15778
15779 2001-07-13
15780
15781         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15782         (actually this is 0.5.0claws4)
15783
15784 2001-07-13 [alfons]
15785
15786         * po/pt_BR.po
15787                 * fix duplicate message
15788                 * add updated Portugese / Brazilian translation
15789                   submitted by Fabio Junior Beneditto
15790
15791 2001-07-12 [alfons]
15792
15793         * AUTHORS
15794                 add Jens
15795
15796         * po/nl.po
15797                 add updated Dutch translation
15798
15799         * po/de.po
15800                 add updated German translation submitted by Jens
15801
15802 2001-07-11 [alfons]
15803
15804         Prerelease before 0.5.0claws. Please test.
15805         This version is temporarily tagged as VERSION_0_5_0_TEST
15806
15807         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15808           src/prefs_scoring.c, src/prefs_matcher.c, 
15809           src/prefs_filtering.c, src/mbox.c, 
15810           src/main.c, src/inc.c, src/filtering.[ch]
15811                 revert new Hoa's new matcher (does not work yet)
15812
15813         * src/Makefile.am
15814                 clean up
15815
15816 2001-07-10
15817
15818         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15819
15820
15821 2001-07-10 [alfons]
15822
15823         * Makefile.am
15824                 add ChangeLog.claws to EXTRA_DIST
15825         * src/Makefile.am
15826                 add matcher_parser_parse.h to EXTRA_DIST
15827
15828 2001-07-10 [christoph]
15829
15830         * src/inc.c
15831                 add destination folder to table of
15832                 folders that need to be updated after
15833                 incorporation
15834
15835 2001-07-10 [alfons]
15836
15837         * folder.[ch]
15838           folderview.c
15839                 make collapse state of folders and folder items persistent, i.e.
15840                 if you collapse a folder tree, the next time sylpheed-claws starts 
15841                 up the folder tree remains collapsed.  
15842                 
15843 2001-07-10 [christoph]
15844
15845         * acconfig.h
15846         * configure.in
15847                 added --enable-ssl
15848         * src/md5.[ch]
15849                 renamed MD5_CTX to MD5_CTX_syl
15850                 conflicts with a struct in openssl
15851         * src/inc.c
15852         * src/main.[ch]
15853         * src/prefs_account.[ch]
15854         * src/socket.[ch]
15855                 SSL support for POP
15856         * src/mainwindow.c
15857                 fixed compose with current account
15858                 broken by new compose button stuff
15859
15860 2001-07-09 [hoa]
15861
15862         * AUTHORS
15863                 changed my email address
15864
15865         * src/matcher_parser_parse.y
15866                 clean the parser to remove conflicts
15867
15868 2001-07-09 [alfons]
15869
15870         * AUTHORS
15871                 add Match Grun
15872
15873         * configure.in
15874                 fix incorrect description of --enable-ldap parameter
15875
15876         * src/prefs_common.[ch]
15877           src/compose.c
15878                 add experimental option "smart wrapping" which makes the
15879                 compose editor auto wrap.
15880                 
15881                 | TODO: the problem with the buggy cursor handling is caused |
15882                 | by the GtkText. when deleting / backspacing text its       |
15883                 | wrapping algorithm does not take in account the previous   |
15884                 | line. should find a way to hack this in.                   |
15885                 | or should perhaps combine this with the word wrapping      |
15886                 | patch i wrote in january.                                  |
15887
15888         * src/about.c
15889                 show build parameters for LDAP and JPilot
15890
15891         * src/summaryview.c
15892                 revert Christoph's bugfix for selecting next unread message, 
15893                 because folder stats aren't updated correctly
15894
15895 2001-07-08 [hoa]
15896
15897         * src/filtering.c
15898         * src/mainwindow.c
15899         * src/matcher.c
15900         * src/matcher_parser_lex.l
15901         * src/matcher_parser_parse.y
15902         * src/prefs_filtering.c
15903         * src/prefs_scoring.c
15904         * src/scoring.c
15905                 bugfix of the config file parser
15906
15907 2001-07-08 [alfons]
15908
15909         * src/Makefile.am
15910                 added generated matcher sources to BUILT_SOURCES
15911
15912 2001-07-08 [hoa]
15913
15914         * src/Makefile.am
15915         * src/.cvsignore
15916                 added new config file parser
15917
15918         * src/scoring.[ch]
15919         * src/filtering.[ch]
15920         * src/matcher.[ch]
15921         * src/prefs_filtering.c
15922         * src/prefs_matcher.c
15923         * src/prefs_scoring.c
15924         * added src/matcher_parser.h
15925         * added src/matcher_parser_lex.h
15926         * added src/matcher_parser_lex.l
15927         * added src/matcher_parser_parse.y
15928                 lex & yacc config file parser
15929
15930         * src/mbox.c
15931         * src/inc.c
15932         * src/main.c
15933                 changes prefs_filtering into global_filtering           
15934
15935         * src/summaryview.c
15936                 build threads with subjects only if "Re: " is at the
15937                 beginning of the subject
15938
15939 2001-07-07 [paul]
15940
15941         0.5.0claws
15942
15943         sync with sylpheed 0.5.0
15944                 change of version number only
15945
15946 2001-07-06 [paul]
15947
15948         0.5.0claws5
15949
15950         sync with sylpheed 0.5.0pre5
15951
15952 2001-07-05 [paul]
15953
15954         sync with sylpheed 0.5.0pre4 release
15955                 /po and /manual/ja not sync'ed
15956
15957 2001-07-04 [paul]
15958
15959         more sync with sylpheed 0.5.0pre4
15960
15961 2001-07-03 [christoph]
15962
15963         * src/addressbook.c
15964                 fixed address book broken by address book
15965                 for VCard, JPilot, LDAP
15966
15967 2001-07-03 [alfons]
15968
15969         * src/matcher.c
15970         * src/textview.c
15971                 stopped memory leaks
15972
15973 2001-07-03 [paul]
15974
15975         more sync with sylpheed 0.5.0pre4
15976
15977 2001-07-02 [match]
15978
15979         * included address book patch for VCard, JPilot, LDAP
15980         * pref_common.c - fixed Font options on Display tab (cosmetic)
15981         * alertpanel.c - fixed truncated message
15982
15983 2001-07-02 [christoph]
15984
15985         * src/mbox_folder.c
15986         * src/procmsg.[ch]
15987         * src/summaryview.c
15988                 mark threads for ignoring
15989
15990 2001-07-02 [paul]
15991
15992         0.5.0claws4
15993
15994         * sync with sylpheed 0.5.0pre4
15995                 updated gettext to 0.10.38.
15996
15997 2001-07-01 [paul]
15998
15999         * src/ mainwindow.c
16000         * src/procmsg.h
16001         * src/summaryview.[ch]
16002                 new right-click option: Label.
16003                 substitute for 'Mark-->Mark/Unmark', colours the line.
16004                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16005
16006 2001-07-01 [christoph]
16007
16008         * src/folderview.c
16009                 fixed font for trash
16010         * src/summaryview.c
16011                 move ctree to unread message
16012
16013 2001-07-01 [paul]
16014
16015         * sync with sylpheed 0.5.0pre3 release
16016
16017 2001-06-30 [alfons]
16018
16019         * src/filesel.[ch]
16020         * src/compose.c
16021                 allow inserting / attaching multiple files in
16022                 the composer window
16023
16024 2001-06-30 [paul]
16025
16026         * src/codeconv.c
16027                 small change to Alfons' previous stuff so that it
16028                 actually makes
16029
16030 2001-06-30 [alfons]
16031
16032         * lots of files changed; first attempt to merge the changes
16033           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16034
16035 2001-06-30 [paul]
16036
16037         * po/pt_BR.po
16038                 updated and completed, translations by Fabio
16039                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16040
16041 2001-06-29 [alfons]
16042
16043         * src/compose.c
16044         * src/mimeproc.[ch]
16045                 allow selecting an attached files' mime type from a 
16046                 list of types.
16047
16048 2001-06-29 [paul]
16049
16050         * more sync with sylpheed 0.5.0pre3
16051
16052 2001-06-29 [paul]
16053
16054         * po/pt_BR.po
16055                 merge with sylpheed.pot and pt_BR.po provided by
16056                 Fabio Junior Beneditto.
16057
16058 2001-06-29 [darko]
16059
16060         * src/procmime.c
16061                 make MIME types case insensitive
16062
16063 2001-06-28 [alfons]
16064
16065         * po/nl.po
16066                 merge with sylpheed.pot and old nl.po; translations added.
16067
16068 2001-06-28 [paul]
16069
16070         * more sync with sylpheed 0.5.0pre3
16071
16072 2001-06-27 [alfons]
16073
16074         * src/summaryview.c
16075                 don't crash when removing parent node of messages
16076                 attracted by subject. this was caused by not deleting
16077                 the parent node from the subject line hash table.
16078
16079 2001-06-27 [alfons]
16080
16081         * src/summaryview.c
16082         * src/compose.[ch]
16083         * src/mainwindow.c
16084                 if there are multiple messages selected, allow forwarding
16085                 them as attachments.
16086
16087 2001-06-27 [paul]
16088
16089         * more sync with sylpheed 0.5.0pre3
16090
16091 2001-06-26 [paul]
16092
16093         0.5.0claws3
16094
16095         * sync with sylpheed 0.5.0pre3
16096
16097 2001-06-25 [paul]
16098
16099         * src/mainwindow.c
16100                 fixed 'compose news article' bug
16101                 from icon-and-text toolbar
16102
16103 2001-06-25 [paul]
16104
16105         * sync with sylpheed 0.5.0pre2 release
16106
16107 2001-06-24 [christoph]
16108
16109         * src/prefs_common.c
16110                 bug fix in font selection
16111         * src/folderview.c
16112                 use sylpheed's normal font instead of
16113                 gtk default font for folders without
16114                 new messages
16115
16116 2001-06-24 [alfons]
16117
16118         * src/mainwindow.[ch]
16119                 added composite compose mail / news button (an idea by Leandro
16120                 Pereira <leandro@linuxmag.com.br>)
16121
16122 2001-06-24 [paul]
16123
16124         Added instructions for ldif-to-xml.py
16125
16126         * tools/README
16127
16128 2001-06-23 [alfons]
16129
16130         Some minor things.
16131
16132         * src/pixmaps/stock_news_compose.xpm
16133                 added pixmap by Leandro
16134         * src/prefs_common.c
16135                 tested built-in spelling checker of GCC 3.0 :)
16136         * po/nl.po
16137                 merged dutch translation of sylpheed-main with
16138                 sylpheed.pot
16139
16140 2001-06-23 [paul]
16141
16142         Added tools directory and files.
16143
16144         * tools/filter_conv.pl
16145                 converts old filter system to new filtering system
16146         * tools/ldif-to-xml.py
16147                 converts netscape addressbook to sylpheed addressbook
16148         * tools/README
16149                 descriptions/instructions for above two files
16150
16151 2001-06-23 [christoph]
16152
16153         * src/inc.c
16154         * src/manage_window.[ch]
16155         * src/prefs_common.[ch]
16156                 mail retrieval dialog can be enabled, disabled
16157                 or hidden if non of sylpheed's windows is active
16158
16159 2001-06-22 [paul]
16160
16161         0.5.0claws2
16162
16163         * sync with sylpheed 0.5.0pre2
16164
16165 2001-06-21 [christoph]
16166
16167         * src/summaryview.c
16168                 show recipient on 'from' for all accounts
16169                 
16170         * src/inc.c
16171         * src/prefs_common.[ch]
16172                 disable error popup on mail receive errors
16173
16174 2001-06-21 [alfons]
16175
16176         * src/compose.c
16177                 made the ruler correctly appear and disappear.
16178
16179         * src/Makefile.am
16180                 removed Hoa's work-in-progress-stuff (interesting!) so 
16181                 claws compiles ok.
16182
16183 2001-06-20 [christoph]
16184
16185         * src/inc.c
16186         * src/progressdialog.c
16187                 added scrolled window for list in progressdialog
16188
16189 2001-06-20 [paul]
16190
16191         sync with sylpheed 0.5.0pre1 release
16192
16193 2001-06-20 [christoph]
16194
16195         * src/summeryview.c
16196                 make building threads by subject work when
16197                 thread view is enabled
16198                 
16199         * src/compose.c
16200         * src/prefs_common.[ch]
16201                 automatically select account for mail replys
16202
16203 2001-06-19 [sergey]
16204
16205         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16206         they are filled in from the account settings.
16207
16208 2001-06-19 [paul]
16209
16210         * more sync with sylpheed 0.5.0pre1
16211
16212 2001-06-18 [alfons]
16213
16214         * src/Makefile.am,
16215           src/procmime.c
16216                 added --sysconfdir to CPPFLAGS for pointing to the correct
16217                 location of mime.types. 
16218
16219                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16220                 or ./configure!
16221
16222 2001-06-18 [hoa]
16223
16224         * src/summaryview.c
16225                 fixed some bug when building threads
16226
16227 2001-06-18 [pau]l
16228
16229         * src/prefs_account.c
16230                 UI stuff: More changes to the English
16231
16232 2001-06-18 [paul]
16233
16234         * src/pixmaps/stock_news_compose.xpm: new file
16235         * src/Makefile.am
16236         * src/mainwindow.c
16237         * src/summaryview.c
16238                 Added new icon for Hoa's 'compose a news
16239                 message', plus minor improvements to the
16240                 English
16241
16242         * po/ja.po
16243         * ChangeLog
16244         * ChangeLog.jp
16245                 more sync with sylpheed 0.5.0pre1
16246
16247 2001-06-18 [hoa]
16248
16249         * src/compose.[ch]
16250         * src/mainwindow.c
16251                 Follow-up and reply to
16252
16253         * src/summaryview.[ch]
16254                 Build threads also with subjects
16255
16256 2001-06-17 [hoa]
16257
16258         * src/compose.c
16259                 forwarding use the current account.
16260
16261         * src/mainwindow.c
16262                 the "compose message" button has been replaced with
16263                 "new mail" and "new news" buttons
16264
16265         * src/prefs_common.[ch]
16266                 added a configuration option to use the forward button
16267                 as "forward as attachment"
16268                 changed reply and forward format description
16269
16270         * src/quote_fmt_lex.l
16271         * src/quote_fmt_parse.y
16272                 added message with no signature in format for reply
16273                 and forward.
16274
16275 2001-06-17 [paul]
16276
16277         Minor UI stuff
16278
16279         * src/mainwindow.c
16280         * src/summaryview.c
16281                 Improvements to the English
16282
16283         * src/prefs_common.c
16284                 Improvements to the English and some
16285                 clarity/continuity improvements in the
16286                 description of Quote symbols.
16287
16288 2001-06-17 [paul]
16289
16290         0.5.0claws1
16291
16292         * sync with sylpheed 0.5.0pre1
16293
16294 2001-06-17 [hoa]
16295
16296         * src/compose.c
16297                 Better interface for compose, displayed fields
16298                 are updated whenever we change account.
16299                 Newsgroups field is automatically filled.
16300
16301         * src/mainwindow.c
16302                 Newsgroups field is automatically filled.
16303
16304         * src/prefs_account.c
16305                 Some interface stuff when fields appear and
16306                 disappear.
16307
16308 2001-06-16 [paul]
16309
16310         0.4.99claws
16311
16312         * sync with sylpheed 0.4.99
16313
16314 2001-06-16 [sergey]
16315
16316         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16317         base64_decoder_free, base64_decoder_decode): new object and
16318         functions for decoding base64 streams.
16319         * src/procmime.c (procmime_decode_content): modified to use the
16320         new base64 decoder.
16321
16322 2001-06-15 [paul]
16323
16324         0.4.99claws10
16325
16326         * sync with sylpheed 0.4.99cvs11
16327
16328 2001-06-13 [paul]
16329
16330         0.4.99claws9
16331
16332         * sync with sylpheed 0.4.99cvs9
16333
16334 2001-06-13 [hoa]
16335
16336         * src/compose.c
16337         * src/prefs_account.c
16338
16339                 SMTP server can be defined in the news account
16340                 mime type of attachment are kept.
16341
16342         * src/summaryview.c
16343
16344                 now choose the highest important score between default
16345                 and important score of folder.
16346
16347 2001-06-09 [alfons]
16348         
16349         * src/prefs_common.c: 
16350
16351                 (prefs_quote_description_create): corrected description of 
16352                 quote format characters
16353
16354 2001-06-09 [paul]
16355
16356         0.4.99claws8
16357
16358         * sync with sylpheed 0.4.99cvs8
16359
16360 2001-06-08 [sergey]
16361
16362         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16363         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16364
16365 2001-06-08 [paul]
16366
16367         0.4.99claws7
16368
16369         * sync with sylpheed 0.4.99cvs7
16370
16371 2001-06-06 [sergey]
16372
16373         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16374         clashes with autogenerated header).
16375         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16376         * src/Makefile.am: added quote_fmt.h.
16377         * src/.cvsignore: added lex/yacc autogenerated files
16378         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16379
16380 2001-06-06 [paul]
16381
16382         0.4.99claws6
16383
16384         * sync with sylpheed 0.4.99cvs6
16385
16386 2001-06-06 [hoa]
16387
16388         * added src/quote_fmt_parse.h
16389         * src/compose.c
16390                 removed warnings
16391
16392         * src/prefs.[ch]
16393                 don't modify readonly configuration files
16394
16395         * src/prefs_account.c
16396         * src/prefs_common.c
16397         * src/prefs_customheader.c
16398         * src/prefs_display_header.c
16399         * src/prefs_filter.c
16400         * src/prefs_filtering.c
16401         * src/prefs_scoring.c
16402                 don't open dialog box when configuration files
16403                 are readonly
16404
16405 2001-06-05 [sergey]
16406
16407         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16408
16409         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16410         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16411         BUILT_SOURCES to make all files rebuild properly.
16412
16413         * src/compose.c: removed #include "quote_fmt.tab.h".
16414
16415         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16416         CHARACTER value in yylval.
16417
16418         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16419         receive CHARACTER value by documented means (yylval).
16420
16421         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16422
16423 2001-06-05 [hoa]
16424
16425         * src/Makefile.am
16426                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16427
16428         * src/filtering.c
16429         * src/matcher.c
16430         * src/matcher.h
16431         * src/prefs_filtering.c
16432                 now keep the configuration for execute action
16433
16434         * src/mbox_folder.c
16435                 fixed a warning
16436
16437 2001-06-05 [paul]
16438
16439         * sync with sylpheed 0.4.99cvs5
16440
16441 2001-06-05 [hoa]
16442
16443         * src/Makefile.am
16444                 added quote_fmt.[ch]
16445
16446         * added src/quote_fmt.y
16447         * added src/quote_fmt.l
16448         * added src/quote_fmt.tab.h
16449         * added src/quote_fmt.tab.c
16450         * added src/lex.quote_fmt.c
16451                 parsing configuration for replying
16452                 and forwarding
16453
16454         * src/prefs_common.[ch]
16455                 added configuration UI for replying
16456                 and forwarding
16457
16458         * src/compose.c
16459                 using configuration for replying
16460                 and forwarding
16461
16462 2001-06-04 [hoa]
16463
16464         * src/filtering.c
16465         * src/matcher.c
16466         * src/matcher.h
16467         * src/prefs_filtering.c
16468         * src/prefs_matcher.c
16469         * src/prefs_matcher.h
16470                 action "run a command" for filtering
16471                 and matching with a command.
16472                 fixed the "whole message" matching
16473
16474         * src/mbox_folder.c
16475                 changed temporary filename for security
16476
16477         * src/messageview.c
16478                 queue the notification if it fails to send.
16479
16480         * src/prefs_common.c
16481         * src/prefs_folder_item.c
16482                 changed the default important score             
16483
16484         * src/prefs_scoring.c
16485         * src/scoring.c
16486                 hide kill score input when the folder is not
16487                 a newsgroup
16488
16489 2001-06-03 [alfons]
16490
16491         * src/prefs_common.c:
16492
16493                 (prefs_font_select): pass font name in font entry box to font
16494                 selection dialog.
16495
16496 2001-06-03 [sergey]
16497
16498         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16499
16500 2001-06-03 [paul]
16501
16502         * sync with sylpheed 0.4.99cvs4
16503
16504 2001-06-03 [alfons]
16505
16506         * src/headerwindow.c:
16507
16508                 (headerwindow_show_cb): use the selected summary view item, not
16509                 the displayed item.
16510
16511 2001-06-02 [alfons]
16512
16513         * src/headerwindow.c:
16514
16515                 (headerwindow_show_cb): always try to show msginfo
16516
16517 2001-06-02 [hoa]
16518
16519         * src/compose.c
16520                 keep attached parts when reediting or forwarding.
16521
16522 2001-06-01 [hoa]
16523
16524         * src/folderview.c
16525         * src/prefs_folder_item.[ch]
16526         * src/prefs_scoring.[ch]
16527         * src/scoring.[ch]
16528         * src/summaryview.[ch]
16529         * src/main.c
16530         * src/mainwindow.c
16531         * src/prefs_common.[ch]
16532                 support for folder scoring
16533                 kill score and important score for messages
16534         
16535         * src/prefs_account.c
16536                 some display bug fixed for local account
16537                 preferences
16538
16539 2001-05-31 [alfons]
16540
16541         * src/summaryview.c:
16542
16543                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16544                 sender to address book menu item is disabled.
16545
16546 2001-05-30 [hoa]
16547
16548         * src/filtering.[ch]
16549         * src/summaryview.c
16550                 handling summary menu / filter messages
16551
16552         * src/folder.[ch]
16553                 add some stuff
16554
16555         * src/foldersel.c
16556                 imap folders now appears in list
16557
16558         * src/mbox_folder.c
16559                 doesn't crash if destination mail is not writeable
16560
16561 2001-05-29 [hoa]
16562
16563         * src/compose.c
16564                 removed some warnings
16565
16566         * src/filtering.c
16567         * src/folder.[ch]
16568         * src/prefs_filtering.c
16569                 global string to identify any folders           
16570                 removed some debug info
16571                 filtering to mbox folders is now possible
16572
16573         * src/mainwindow.c
16574                 removed some warnings
16575
16576         * src/mbox_folder.c
16577                 permission on files are changed to read/write for user only,
16578                 nothing for other.
16579                 creation of subfolder is handled better.
16580
16581 2001-05-28 [alfons]
16582
16583         Verified the sync for src/prefs_common.[ch] and
16584         src/prefs_account.[ch]. I believe there were some
16585         minor indentation differences.
16586
16587 2001-05-28 [paul]
16588
16589         0.4.99claws3
16590
16591         * sync with 0.4.99cvs3
16592
16593 2001-05-28 [hoa]
16594
16595         * src/compose.c
16596                 handling flags for mbox format
16597
16598         * src/filtering.c
16599                 use of mark file only for MH format
16600                 handling flags for mbox format
16601                 filtering cannot yet move or copy mails to mbox folders.
16602
16603         * src/folder.[ch]
16604                 changed move_msg, copy_msg,
16605                 move_msgs_with_dest, copy_msgs_with_dest functions
16606                 uses only folder->copy_msg() function
16607                 uses folder->finished_copy() to handle the destination
16608                 folder at the end of the copy or move operation.
16609
16610         * src/foldersel.c
16611                 included mbox directories.
16612
16613         * src/folderview.[ch]
16614         * src/mainwindow.c
16615                 handle folders operation for mbox format
16616
16617         * src/mbox.c
16618                 disable conversion of "From " header
16619
16620         * src/mbox_folder.[ch]
16621                 completion of mbox format handling
16622
16623         * src/mh.c
16624                 changed mh_copy_msg() function and
16625                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16626                 mh_copy_msgs_with_dest()
16627
16628         * src/prefs_filtering.c
16629                 removed some warnings
16630
16631         * src/prefs_matcher.c
16632                 default boolean operation is AND
16633
16634         * src/procheader.c
16635                 handling flags for mbox format
16636                 handling of "From " header
16637
16638         * src/procmsg.[ch]
16639                 removed data field
16640                 added MSG_REALLY_DELETED flags to handle deletion of
16641                 messages in mbox format.
16642
16643         * src/summaryview.c
16644                 handling flags for mbox format
16645                 disable the MSG_DELETED flags when messages
16646                 are deleted in mbox format
16647
16648         * src/textview.c
16649                 "From " headers display fixed.
16650
16651 2001-05-27 [alfons]
16652
16653         * src/textview.c:
16654                 
16655                 (get_email_part): skip quoted email addresses, like in e.g.
16656                 "'alfons@proteus.demon.nl'".
16657
16658 2001-05-26 [alfons]
16659
16660         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16661         and fixing the persistence troubles when using separate windows.
16662
16663         * src/mainwindow.c:
16664         
16665             Added #define SEPARATE_ACTION used in the gtk item factory for 
16666             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16667                 use gtk_item_factory_get_widget_by_action() to get the items.
16668                 
16669             Removed separate_widget_cb from the gtk item factory data   
16670           
16671             (mainwindow_create): connect separate_widget_cb() to check
16672             menu item "toggled" signal. also passing a MainWindow pointer
16673                 as object data for both check menu items.
16674                 
16675             (separate_widget_cb): definition of separate_widget_cb() to match
16676             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16677                 window using gtk_object_get_data(). The type of window separation 
16678                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16679         
16680         * src/prefs_filtering.c,
16681           src/prefs_matcher.c: added horizontal scrollbars
16682
16683 2001-05-25 [darko]
16684
16685         * src/headerview.c
16686                 fix segfault with invalid bold font
16687         * src/summaryview.c
16688                 correctly display summary stats after row is marked
16689
16690 2001-05-23 [sergey]
16691
16692         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16693         encodings with libjconv.
16694
16695 2001-05-23 [hoa]
16696
16697         * src/Makefile.am
16698                 added mbox_folder.[ch]
16699         * src/defs.h
16700                 mbox temporary folder
16701         * src/folder.[ch]
16702         * added src/mbox_folder.[ch]
16703         * src/folderview.c
16704         * src/procheader.[ch]
16705                 added mbox support
16706         * src/mbox.c
16707                 bugfix for file incorporation filtering
16708         * src/imap.c
16709                 enable creation of MBOX
16710         * src/prefs_display_header.c
16711                 enable use of headers like "From "
16712                 something that should be fixed :
16713                         displaying of such headers add an extra space
16714         * src/prefs_folder_item.c
16715                 don't create folders because it is not necessary
16716         * src/procmsg.h
16717                 added data field to MsgInfo for mbox internal use
16718         * src/summaryview.c
16719                 added some support for mbox
16720         * src/utils.[ch]
16721                 added get_mbox_cache_dir() function
16722
16723 2001-05-23 [hiroyuki]
16724
16725         * src/headerwindow.c
16726           src/inc.c
16727           src/main.c
16728           src/mh.c
16729           src/nntp.c
16730           src/procmsg.h
16731           src/session.h
16732           src/socket.[ch]
16733           src/summaryview.c
16734           src/textview.c
16735           src/automaton.c
16736           src/folderview.c: more sync with 0.4.99cvs2.
16737
16738         * src/headerwindow.c: reverted.
16739
16740 2001-05-22 [paul]
16741
16742         0.4.99claws2
16743
16744         * sync with sylpheed 0.4.99cvs2
16745                 * src/news.[ch]
16746                 * src/nntp.[ch]
16747                 * INSTALL
16748                 * INSTALL.jp
16749
16750 2001-05-22 [alfons]
16751
16752         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16753
16754 2001-05-21 [alfons]
16755
16756         Minor things:
16757
16758         * configure.in: if gnome-config not found, "no" is displayed
16759         
16760         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16761
16762         * src/textview.c: now also possible to add mail addresses by right
16763           clicking in the text view
16764
16765         * src/codeconv.c: merged patch which fixes endless loop when encountering
16766           invalid wide characters; from Alte <010@imis.ru>  
16767
16768 2001-05-20 [alfons]
16769
16770         Added installation of gnome specific things:
16771
16772         * Makefile.am: gnome conditional
16773
16774         * configure.in: check for installed gnome
16775
16776         * added sylpheed.png, sylpheed.desktop
16777
16778 2001-05-20 [sergey]
16779
16780         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16781
16782         * src/mainwindow.h (main_window_toolbar_create): created a button
16783         for "Reply to all".
16784         (main_window_set_toolbar_sensitive): enable/disable the new button
16785         appropriately.
16786         (toolbar_reply_to_author_cb): handle the new button.
16787
16788         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16789         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16790         failure).
16791
16792 2001-05-19 [sergey]
16793
16794         * src/compose.h (ComposeReplyMode): new modes
16795         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16796         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16797
16798         * src/compose.c
16799         (compose_send): move some code into a new function:
16800         (compose_current_mail_account): new function.
16801         (compose_reply): new argument to_author, all callers changed; if
16802         to_author==TRUE and account->protocol==A_NNTP, find and use an
16803         appropriate mail account for replying.
16804         (compose_reply_set_entry): new argument to_author; ignore
16805         compose->replyto if to_author==TRUE.
16806
16807         * src/mainwindow.c: new command "Message/Reply to author".
16808         (main_window_set_menu_sensitive): enable/disable it.
16809         (reply_cb): handle it.
16810
16811         * src/summaryview.c: new command "Reply to author".
16812         (summary_set_menu_sensitive): enable/disable it.
16813         (summary_reply_cb): handle it.
16814
16815         * src/account.c (account_find_mail_from_address): new function.
16816
16817 2001-05-18 [paul]
16818
16819         0.4.99claws1
16820
16821         * sync with sylpheed 0.4.99cvs1
16822
16823 2001-05-18 [hoa]
16824
16825         * src/compose.[ch]
16826         * src/filtering.c
16827         * src/summaryview.c
16828                 new filtering action : forward and forward as attachment
16829
16830         * src/main.c
16831                 no need for $DISPLAY when we run sylpheed --help
16832                 call to parse_cmd_opt() is moved
16833
16834         * src/mainwindow.[ch]
16835                 execute button is hidden when immediate execute
16836                 is chosen
16837
16838         * src/mh.c
16839         * src/news.c
16840         * src/prefs_folder_item.c
16841         * src/procmsg.c
16842                 better handling of missing directories
16843
16844         * src/summaryview.c
16845                 reedit is enabled in outbox
16846                 reedit is enabled in queue
16847
16848 2001-05-17 [hoa]
16849
16850         * src/filtering.c
16851         * src/matcher.[ch]
16852         * src/prefs_filtering.c
16853                 changed attachement into attachment
16854
16855 2001-05-17 [alfons]
16856
16857         0.4.67claws4    
16858
16859         * sync with sylpheed 0.4.67cvs9
16860         * sync with sylpheed 0.4.67cvs7-8
16861
16862 2001-05-17 [hoa]
16863
16864         * src/Makefile.am
16865                 added prefs_filtering.c
16866
16867         * src/filtering.[ch]
16868         * src/matcher.[ch]
16869                 removed action : forward_news and forward_news_as_attachement
16870                 (forward and forward_as_attachement can be used instead)
16871
16872         * src/mainwindow.c
16873                 added menu option to access filtering configuration
16874
16875         * src/prefs_account.c
16876                 changed mail_command default to /usr/sbin/sendmail
16877
16878         * added src/prefs_filtering.[ch]
16879                 dialog box for filtering configuration
16880
16881         * src/prefs_matcher.c
16882                 added function prefs_matcher_get_criteria_from_matching()
16883
16884         * src/prefs_scoring.c
16885                 reset the dialog when register or substitute is clicked
16886
16887 2001-05-15 [hoa]
16888
16889         * src/Makefile.am
16890                 added filtering.[ch]
16891         * src/inc.c
16892                 using filering.[ch] instead of filter.[ch]
16893         * src/main.c
16894                 reading new filtering configuration
16895         * src/matcher.[ch]
16896                 added some filtering actions
16897                 and fixed a bug for headers and mail body matching
16898         * src/mbox.c
16899                 using filering.[ch] instead of filter.[ch]
16900         * src/mh.c
16901                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16902         * src/summaryview.c
16903                 some fixes for filtering
16904
16905 2001-05-14 [hiroyuki]
16906
16907         * src/send.c: fixed some weird indentations.
16908           send_message_with_command(): call pclose() only if p != NULL.
16909         * src/textview.c: get_email_part(): modified the code for readability.
16910
16911 2001-05-14 [hiroyuki]
16912
16913         * src/md5global.h
16914           src/md5ify.c
16915           src/md5ify.h: removed from the cvs.
16916
16917 2001-05-13 [sergey]
16918
16919         * src/main.c: include rfc2015.h to avoid compiler warnings.
16920         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16921         the panel is already on screen.
16922         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16923         closing the alert window by ESC as "No".
16924         * src/prefs_common.c (prefs_interface_create): moved return
16925         receipt check button to the correct place.
16926
16927 2001-03-13 [alfons]
16928
16929         * src/prefs_common.c: 
16930                 moved return receipt check button to the Send tab. (prefs_send_create)
16931                 removed the date format ui related globals. (prefs_display_create)
16932
16933         0.4.67claws3
16934         
16935         * sync with sylpheed 0.4.67cvs5-6
16936
16937 2001-05-13 [paul]
16938
16939         * added Alfons' font selection patch
16940
16941         * src/defs.h
16942         * src/headerwindow.c
16943         * src/prefs_common.c
16944         * src/prefs_common.h
16945
16946 2001-05-13 [hoa]
16947         * src/defs.h
16948                 changed version of cache
16949         * src/matcher.[ch]
16950         * src/prefs_matcher.c
16951                 added additionnal matching criteria
16952         * src/procheader.c
16953         * src/procmsg.[ch]
16954         * src/news.c
16955                 added references in MsgInfo
16956
16957 2001-05-12 [hoa]
16958
16959         * src/defs.h
16960                 prepared some things for new filtering
16961         * src/matcher.[ch]
16962                 added some matching properties
16963                 inreplyto need to be enhanced
16964                 prepared some things for new filtering
16965         * src/messageview.c
16966                 added Return-Receipt-To handling
16967         * src/prefs_folder_item.c
16968                 changed default value to TRUE
16969         * src/prefs_matcher.c
16970                 added some matching properties
16971         * src/prefs_scoring.[ch]
16972                 the scoring dialog is finished
16973         * src/procheader.c
16974                 added Return-Receipt-To handling
16975                 Reference need to be added
16976         * src/procmsg.[ch]
16977                 added Return-Receipt-To handling
16978                 added threadscore to get a better score sorting when
16979                 threads are enabled
16980         * src/summaryview.c
16981                 suppressed a bug when we sort the list
16982                 when no folder is opened.
16983                 better score sorting when threads are enabled
16984
16985 2001-05-12 [alfons]
16986
16987         * reverted previous patch because of potential errors 
16988
16989         0.4.67claws2
16990         
16991         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16992                 applied "toggle mail-retrieval dialog window" patch submitted 
16993                 by Eric Limpens <eric@qnt.net>
16994
16995         * sync with sylpheed 0.4.67cvs4
16996
16997 2001-05-12 [sergey]
16998
16999         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17000         some picky compilers.
17001         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17002         * src/grouplist_dialog.c: include alertpanel.h.
17003         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17004         fix compile warning.
17005         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17006         #include "defs.h" before others to prevent the warning of `MIN'
17007         and `MAX' redefinition.
17008
17009 2001-05-11 [hoa]
17010
17011         * src/main.c
17012         * src/messageview.c
17013         * src/prefs_account.c
17014         * src/prefs_display_header.c
17015                 removed warning
17016         * src/Makefile.am
17017                 added prefs_scoring.[ch]
17018         * src/grouplist_dialog.c
17019                 display an error dialog box if the group list
17020                 cannot be fetched.
17021         * src/mainwindow.[ch]
17022                 added main_window_set_thread_option() function
17023                 scoring dialog box enabled
17024         * src/matcher.[ch]
17025                 added flags matching unread /new / marked
17026                 / deleted / replied / forwarded
17027         * src/news.c
17028                 newsgroups are now finally in newscache
17029         * src/prefs_matcher.[ch]
17030                 finished preferences for matching dialog
17031         * added src/prefs_scoring.[ch]
17032                 scoring dialog box completed
17033         * src/scoring.[ch]
17034                 conversion to string : added scoringprop_to_string()
17035                 write config for preferences :
17036                 added prefs_scoring_write_config()
17037         * src/summaryview.c
17038                 threads can be enabled/disabled independently
17039                 for each folder
17040
17041 2001-05-10 [alfons]
17042
17043         0.4.67claws1
17044         
17045         * AUTHORS: 
17046                 thought it would be nice to have a list of all
17047                 contributors (used Changelog as a reference)
17048         
17049         * configure.in: 
17050                 messed up version numbering...
17051
17052         0.4.66claws1
17053
17054         * sync with sylpheed 0.4.67cvs1-3
17055
17056 2001-05-10 [darko]
17057
17058         * src/prefs_common.c:
17059                 better UI for strftime format, double clicking
17060                 on format now inserts the format in text entry
17061                 replaced close button with standard OK/Cancel
17062                 moved date format button to the right of the
17063                 text entry field
17064
17065 2001-05-09 [alfons]
17066
17067         * src/gtkstext.c:
17068                 Ctrl-Home / Ctrl-End have proper cursor navigation
17069
17070 2001-05-09 [hoa]
17071
17072         * src/prefs_matcher.c
17073                 finished UI to define matching properties
17074                 added ok and cancel button
17075         * src/prefs_filter.c
17076                 added ok and cancel button
17077         * src/news.c
17078                 fixed some bug in xhdr parsing
17079
17080 2001-05-08 [alfons]
17081
17082         * src/textview.c: 
17083                 fixed a bug in textview_show_header(), which displayed two colons (':');
17084                 cleaned up some warnings
17085
17086 2001-05-08 [hoa]
17087
17088         * src/Makefile.am
17089                 added prefs_matcher.[ch]
17090                 compilation with -W -Wall
17091         * src/alertpanel.c
17092                 ungrab the mouse events if grabbed - does it
17093                 fix the bug for disposition notification ?
17094         * src/mainwindow.c
17095                 added a menu option to open the matching dialog.
17096         * src/matcher.[ch]
17097                 added matcherprop_to_string() and matcherlist_to_string()
17098                 fixed some bugs, changed the name of some options
17099                 age_sup and age_inf becomes age_greater and age_lower,
17100                 body and messageheaders becomes body_part and headers_part,
17101                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17102         * src/prefs_display_header.c
17103         * src/prefs_headers.c
17104                 fixed a bug that accidentally destroyed dialogs
17105                 when closed them with delete_event
17106                 Added *_deleted() which handle delete_event signal correctly.
17107         * src/prefs_folder_item.[ch]
17108                 added "enable_thread" field for future customization
17109         * added src/prefs_matcher.[ch]
17110                 sample of the UI to define matching properties
17111         * src/procheader.c
17112                 using procheader_headername_equal instead of str*cmp functions
17113                 using procheader_parse_header() function
17114         * src/scoring.c
17115                 using MATCHING_XXX instead of SCORING_XXX
17116         * src/summaryview.c
17117                 display the sender of the news even if this is ourself
17118                 when this is a news message.
17119         * src/textview.c
17120                 using headername_equal() instead of str*cmp functions
17121
17122 2001-05-08 [alfons]
17123
17124         0.4.66claws
17125
17126         * sync with sylpheed 0.4.66
17127         * src/gtkstext.c: trace logs added 
17128
17129 2001-05-08 [sergey]
17130
17131         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17132         signature check popup.
17133         * src/rfc2015.c (check_signature): show signature check popup only
17134         if it is enabled in preferences.
17135
17136 2001-05-07 [alfons]
17137
17138         0.4.66claws4
17139         
17140         * sync with sylpheed 0.4.66cvs6
17141
17142 2001-05-07 [darko]
17143
17144         * src/prefs_common.[ch]: added option to enable/disable
17145           looking up sender name in address book for summary pane
17146         * src/summaryview.c: look up sender in the address book
17147           by using Alfons' address completion code
17148
17149 2001-05-07 [hiroyuki]
17150
17151         * src/inc.h
17152           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17153           member of Pop3State.
17154         * src/news.c: brought #include "defs.h" before #include <glib.h>
17155           to prevent the warning of `MIN' and `MAX' redefinition.
17156
17157 2001-05-06 [hoa]
17158
17159         * removed src/headers_display.[ch]
17160         * removed src/prefs_display_headers.[ch]
17161         * src/inc.c
17162                 use a temporary file in the user directory for mbox import
17163         * src/news.c
17164                 added XHDR support to get "To" and "Cc" headers
17165                 (in order to match news with to or cc field for
17166                 scoring)
17167                 added function news_parse_xhdr() to get XHDR response
17168         * src/nntp.[ch]
17169                 added function nntp_xhdr()
17170         * src/matcher.c
17171                 fetch the message if necessary
17172
17173 2001-05-06 [alfons]
17174
17175         0.4.66claws3
17176
17177         * sync with sylpheed 0.4.66cvs3-5
17178
17179 2001-05-06 [hoa]
17180
17181         * src/utils.[ch]
17182                 added function itos_buf() to enable use of several buffers
17183         * src/summaryview.c
17184                 use of itos_buf() instead of itos() in summary list
17185                 to fix the broken display of message number.
17186
17187 2001-05-06 [alfons]
17188
17189         * src/gtkstext.c: bug in cursor up navigation fixed,
17190                 fixed another unsigned / signed comparison (we're getting there :-)
17191
17192 2001-05-06 [hoa]
17193
17194         * src/Makefile.am
17195                 added scoring.c scoring.h
17196                 prefs_folder_item.c prefs_folder_item.h
17197                 matcher.c matcher.h
17198         * src/defs.h
17199                 added FOLDERITEM_RC SCORING_RC
17200         * src/folder.[ch]
17201                 added prefs field in FolderItem :
17202                 properties for each folder (PrefsFolderItem),
17203                 sorting type and mode were added as the first properties.
17204         * src/main.c
17205                 read config for scoring
17206         * added src/matcher.[ch]
17207                 gives functions to parse configuration file to do
17208                 matching on mails with a list of conditions.
17209         * src/mainwindow.c
17210                 add option to sort by score
17211         * src/prefs_common.[ch]
17212                 added preference option to show score and for
17213                 the score column size
17214         * added src/prefs_folder_item.[ch]
17215                 properties for each folder (PrefsFolderItem),
17216                 sorting type and mode were added as the first properties.
17217         * src/procheader.[ch]
17218                 added procheader_parse_header()
17219                 added procheader_header_free()
17220                 added procheader_headername_equal()
17221                 and made modification to use them.
17222         * src/procmsg.[ch]
17223                 added score field to MsgInfo structure
17224         * added src/scoring.[ch]
17225                 gives functions to parse configuration file to do
17226                 scoring on mails with a list of conditions.
17227         * src/summaryview.[ch]
17228                 save the sorting type and mode for the folder
17229                 added column to display the score of the mail
17230                 added function summary_score_clicked()
17231                 sorting type and mode are restored to the folder
17232                 when it is reopen
17233         * src/textview.c
17234                 use procheader_parse_header(), procheader_headername_equal()
17235                 removed memory leak in text_scan_header when freeing headers
17236         * src/filter.c
17237                 changed the function to match names of headers
17238                 using procheader_headername_equal()
17239
17240         Scoring functions are implemented, an interface is needed
17241         to configure that.
17242
17243 2001-05-04 [alfons]
17244
17245         * src/gtkstext.c: 
17246                 hopefully fixed the row up navigation bug,
17247                 removed adding back / forward lines to cache
17248
17249 2001-05-04 [sergey]
17250
17251         * src/prefs_display_headers.c: user interface changes:
17252         (prefs_display_headers_create): remove unused "Show" check button;
17253         allow reordering of headers by dragging.
17254         (prefs_display_headers_write_config): remove unused variables.
17255         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17256         of lists (not needed with the new UI).
17257         (prefs_display_headers_set_list): scan lists starting from row 0,
17258         not 1 (do not skip "(New)").
17259         (prefs_display_headers_find_header): new function.
17260         (prefs_display_headers_clist_set_row): do not allow duplicates.
17261         (prefs_display_headers_delete_cb): do not skip row 0; treat
17262         closing the alert window by ESC as "No".
17263         (prefs_display_headers_up): do not protect row 0.
17264         (prefs_display_headers_down): do not protect row 0.
17265
17266 2001-05-04 [sergey]
17267
17268         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17269         functions.
17270
17271         * src/summaryview.c
17272         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17273         summary_select_next_marked, summary_select_prev_marked): new
17274         functions.
17275
17276 2001-05-03 [sergey]
17277
17278         * src/news.c: fixed a bug when no article can be fetched after
17279         server timeout if the connection was restored by news_post():
17280         (news_select_group): new function.
17281         (news_fetch_msg): call news_select_group() before fetching
17282         article.
17283         (news_get_uncached_articles): set session->group after successful
17284         GROUP command.
17285
17286 2001-05-03 [hoa]
17287
17288         * src/defs.h
17289         * src/procmsg.[ch]
17290         * src/procheader.c
17291                  changed version of cache, added cc field
17292
17293         * src/prefs_display_headers.c
17294                 the interface was changed
17295
17296         * src/prefs_headers.c
17297                 added cancel button
17298
17299 2001-05-03 [alfons]
17300
17301         * completed sync of sylpheed cvs2
17302         * src/gtkstext.c: updated row up / down cursor navigation
17303         * src/textview.c: re-edited, prepared for fixing the email address
17304                 scanner.
17305
17306 2001-05-03 [darko]
17307
17308         * src/prefs_common.c: use alfons' strftime ui code
17309         entry_datefmt and datefmt_sample widgets have to be
17310         global in this module because of this change
17311
17312 2001-05-03 [hoa]
17313
17314         * src/messageview.c
17315         * src/prefs_common.[ch] added option to activate the return receipt
17316                 feature.
17317
17318 2001-05-02 [alfons]
17319
17320         * src/gtkstext.c: fix for row up/down cursor navigation. 
17321
17322         0.4.66claws2
17323         
17324         * sync with 0.4.66cvs2
17325
17326 2001-05-02 [paul]
17327
17328         added add-sender-to-addressbook patch
17329
17330         * src/addressbook.c
17331         * src/addressbook.h
17332         * src/summaryview.c
17333
17334 2001-05-02 [sergey]
17335
17336         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17337         G_ALERTDISABLE.
17338
17339         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17340         all existing callers changed to pass FALSE; create a check button
17341         to disable the message.
17342         (alertpanel_message_with_disable): new function.
17343         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17344         (alertpanel_button_toggled): new function.
17345         (alertpanel_button_clicked, alertpanel_close): set value using
17346         G_ALERT_VALUE_MASK.
17347
17348         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17349
17350         * src/prefs_common.c (prefs_privacy_create): new check button
17351         checkbtn_gpgme_warning.
17352
17353         * src/main.c (main): moved preferences reading before gpgme
17354         initialization; check prefs_common.gpgme_warning before giving the
17355         GnuPG warning and set it to FALSE if the user wants to disable the
17356         warning.
17357
17358 2001-05-02 [hiroyuki]
17359
17360         * src/prefs_display_headers.c: modified the layout and some labels.
17361
17362 2001-05-02 [sergey]
17363
17364         * src/prefs_account.c (prefs_account_fix_size): new function.
17365         (prefs_account_create): call prefs_account_fix_size(); use
17366         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17367         size when the window is shown for the first time).
17368         (prefs_account_basic_create): changed layout of serv_table; moved
17369         localmbox_entry above smtpserv_entry (logically it replaces
17370         POP3/IMAP server).
17371         (prefs_account_protocol_activated): set sensitivity of
17372         nntpauth_chkbtn according to the protocol (in addition to
17373         hide/show); commented out gtk_table_set_row_spacing() calls.
17374         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17375         not sensitive (fixes a bug with disabled username/password boxes
17376         when editing POP3 account after NNTP with authentication).
17377
17378 2001-05-02 [hoa]
17379
17380         * src/account.c
17381         * src/inc.c
17382         * src/prefs_account.[ch]
17383         * src/send.c
17384                 removed local account without SMTP server
17385                 added option to use mail command instead of a connexion
17386                 to SMTP server when a local account is used
17387         * src/prefs_headers.c
17388                 fixed a bug
17389         * src/news.c
17390                 fixed a bug when connexion immediately closed
17391
17392 2001-05-01 [alfons]
17393
17394         0.4.66claws1
17395         
17396         * sync with 0.4.65
17397
17398 2001-05-01 [sergey]
17399
17400         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17401         widget nntpauth_chkbtn.
17402         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17403         visibility.
17404         (prefs_account_nntpauth_toggled): new function.
17405
17406         * src/news.c (news_session_new_for_folder): use NNTP
17407         authentication only if ac->use_nntp_auth is set.
17408
17409 2001-05-01 [hoa]
17410
17411         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17412         * src/prefs_display_headers.c changed the UI
17413         * src/prefs_headers.c changed account_name to account_id
17414         * src/compose.c using customheader.h
17415
17416 2001-05-01 [hiroyuki]
17417
17418         * src/esmtp.c
17419           src/news.c
17420           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17421           unsynched.
17422
17423 2001-05-01 [hoa]
17424
17425         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17426         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17427                 for displaying of headers
17428         * src/grouplist_dialog.[ch] minor changes to remove warnings
17429         * src/prefs_display_headers.[ch] dialog to choose the
17430         headers to display in the mail viewer.
17431         * src/headers.h correction of #define
17432         * src/headers_display.[ch] configuration for displaying of headers.
17433         * src/main.c read config of displaying of headers
17434         * src/prefs_common.c add a button to access the config dialog
17435                 for displaying of headers
17436         * src/prefs_display_headers.[ch] dialog for configuration for
17437                 displaying of the headers.
17438         * src/prefs_headers.c cleaning of code
17439         * src/procheader.c comments added to code
17440         * src/textview.c changes to reorder the headers depending
17441                 on the config for displaying of headers
17442
17443 2001-04-30 [alfons]
17444
17445         0.4.65claws7
17446
17447         * sync with 0.4.65cvs12
17448
17449         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17450
17451 2001-04-30 [sergey]
17452
17453         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17454
17455         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17456         is set to force reconnection after authentication failure.
17457         (nntp_gen_command): set sock->auth_failed on authentication
17458         failure, or if sock->userid and sock->passwd are not set.
17459
17460         * src/news.c (news_session_new_for_folder): set userid=NULL if
17461         password dialog is cancelled.
17462
17463 2001-04-30 [sergey]
17464
17465         * src/nntp.h (NNTPSockInfo): new type.
17466
17467         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17468         SockInfo.
17469         (nntp_open_auth, nntp_close): new functions.
17470         (nntp_gen_command): new function to handle authentication; all
17471         NNTP command functions updated to use it.
17472         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17473         (nntp_list): removed old useless code.
17474
17475         * src/news.h (NNTPSession): new field nntp_sock.
17476
17477         * src/news.c: all functions updated to use NNTPSockInfo instead of
17478         SockInfo.
17479         (news_session_new): new arguments (userid, passwd); made static;
17480         use nntp_open_auth() if needed.
17481         (news_session_destroy): use nntp_close() instead of sock_close().
17482         (news_query_password): changed arguments.
17483         (news_session_new_for_folder): new function.
17484         (news_session_get): use news_session_new_for_folder().
17485         (news_authenticate): deleted.
17486         (news_get_uncached_articles): removed old authentication code.
17487
17488 2001-04-30 [sergey]
17489
17490         * src/news.c: reverted my previous changes (need to do NNTP
17491         authentication in a cleaner way).
17492         
17493 2001-04-29 [sergey]
17494
17495         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17496         news_nntp_post, news_nntp_mode): new functions (wrappers with
17497         authentication support).
17498         (news_get_article_cmd, news_get_article, news_get_header): new
17499         argument "folder"; all callers changed.
17500         (news_get_article_cmd): added authentication support.
17501         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17502         (news_post): use news_nntp_post() instead of nntp_post().
17503         (news_get_uncached_articles): use news_nntp_group() instead of
17504         nntp_group() and news_nntp_xover() instead of nntp_xover();
17505         removed old authentication code.
17506         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17507
17508         * src/nntp.c (nntp_list): return real error code instead of
17509         hardcoded NN_ERROR.
17510
17511 2001-04-29 [sergey]
17512
17513         * configure.in: fixed wint_t typedef detection again
17514
17515 2001-04-28 [hoa]
17516
17517         * src/prefs_account.[ch], added A_LOCAL_CMD
17518                 (send mail with mail command)
17519         * src/send.c added function send_message_with_command()
17520         * src/inc.c made a more secure get_spool() function with
17521                 mktemp() but maybe mkstemp() or something more
17522                 secure can be used.
17523
17524 2001-04-28 [alfons]
17525
17526         * src/textview.c, colorization of email addresses in headers
17527
17528         0.4.65claws6
17529
17530         * bug sync with sylpheed
17531         * prefs_common.c: created date format ui for darko
17532         * sync with 0.4.65cvs11
17533         * configure.in: corrected to have the new gpg checks
17534
17535 2001-04-27 [alfons]
17536
17537         * completed sync with 0.4.65cvs10
17538         * minor debug things added to gtkstext.c
17539
17540 2001-04-27 [darko]
17541
17542         * configure.in: remove check for availability of
17543           strftime() as advised by Hiroyuki
17544         * src/prefs_common.[ch], src/procheader.c:
17545           synch strftime() code with Hiroyki's main branch
17546
17547 2001-04-26 [sergey]
17548
17549         * src/news.c: news_query_password(), news_authenticate(): new
17550           functions.
17551           news_get_uncached_articles(): added NNTP authentication
17552           handling.
17553         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17554           new functions.
17555         * src/prefs_account.c: prefs_account_protocol_activated():
17556           enable userid and password fields for NNTP.
17557
17558 2001-04-26
17559
17560         * configure.in: check for availability of strftime()
17561           [darko]
17562         * src/prefs_common.[ch], src/procheader.c: use
17563           strftime() for displaying date in summary pane if it
17564           is available
17565
17566 2001-04-25
17567
17568         * more .cvsignore cleanups [alfons]
17569
17570 2001-04-25
17571
17572         * ac/sv-check-type.m4: new autoconf macro.
17573         * configure.in: fixed wint_t typedef detection (did not work
17574           with gcc-2.96).
17575
17576 2001-04-25
17577
17578         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17579           [hiroyuki]
17580
17581 2001-04-24
17582         * modified gtkstext.c : buggy cursor navigation fixed, 
17583           and font descent also taken in account when drawing
17584           cursor. [alfons]
17585
17586 2001-04-24 [hoa]
17587         * added comments in src/news.c src/nntp.c
17588         * added src/prefs_headers.[ch]
17589         * added src/headers.[ch]
17590         * modified compose.c to activate custom headers
17591                 added function is_in_custom_headers
17592         * modified prefs_account.[ch]
17593                 added function prefs_account_customhdr_edit
17594         * modified src/defs.h :
17595                 added HEADERS_RC : name of the config file
17596                 for the custom headers
17597
17598 2001-04-24
17599
17600     0.4.65claws5
17601
17602         * configure.in
17603           src/gtkstext.[ch]
17604           src/compose.c
17605           src/Makefile.am
17606           
17607           added gtkstext with configure.in patch by Hiroyuki which
17608           should fix the XIM detection [alfons]
17609
17610         * more clean up of cvs [alfons]
17611
17612                  * removed all Makefile.in files to attic.
17613
17614                  * updated all .cvsignores to really ignore things that could
17615                    be unintentionally committed by a recursive commit.
17616
17617 2001-04-23 [hoa]
17618         * added src/grouplist_dialog.[ch]
17619         * changed src/folderview.c to call grouplist_dialog instead
17620                 of inputdialog
17621         * src/news.c :
17622                 added functions news_reset_group_list
17623                 and news_get_group_list
17624         * src/nntp.c :
17625                 added function nntp_list
17626         * src/defs.h :
17627                 added GROUPLIST_FILE : name of the newsgroup list cache file
17628
17629 2001-04-21
17630
17631         * added option to warn about queued messages on exit [sergey]:
17632
17633           * src/compose.c: compose_queue(): call folder_item_scan()
17634             and folderview_update_item() after queueing.
17635           * src/folderview.c: folderview_update_node(): draw the queue
17636             folder in bold font if there are queued messages.
17637           * src/mainwindow.c: queued_messages(): new function.
17638             app_exit_cb(): display warning if there are queued messages
17639             if warn_queued_on_exit is set.
17640           * prefs_common.[ch]: add warn_queued_on_exit option.
17641
17642         * enhanced GnuPG key selection support [sergey]:
17643
17644           * src/select-keys.c: updated to newer version from Win32
17645             branch with support for selecting arbitrary keys.
17646           * src/prefs_account.c: added the Privacy tab to the account
17647             options window.
17648             prefs_account_privacy_create(),
17649             prefs_account_sign_key_set_data_from_radiobtn(),
17650             prefs_account_sign_key_set_radiobtn(): new functions.
17651           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17652           * src/rfc2015.c: set_signers(): new function.
17653             pgp_sign(): add the account parameter, call set_signers().
17654             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17655           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17656           * src/compose.c: pass the current account to rfc2015_sign().
17657
17658         * tag name claws added to prevent confusion with main branch [alfons]
17659
17660         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17661
17662         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17663
17664         * sync with recent sylpheed cvs. Untested though. [alfons]
17665