27b31a71c34c2152a72a9f479e6fe7ecbcfeb440
[claws.git] / ChangeLog.claws
1 2003-03-25 [christoph]  0.8.11claws48
2
3         * src/mimeview.c
4         * src/procmime.c
5                 remove mime type guessing from mime parser and use
6                 name based mime types in viewer lookup for mime type
7                 application/octet-stream
8
9 2003-03-25 [christoph]  0.8.11claws47
10
11         * doc-src/readme.txt
12         * doc-src/rfc2554.txt
13                 add RFC about SMTP AUTH
14
15         * src/send_message.c
16         * src/common/smtp.[ch]
17                 add extra error code for authentication errors and
18                 clear temporary password when this error occurs
19
20         (closes Bug 84 authentication failure while sending should
21          prompt for password again)
22
23 2003-03-25 [christoph]  0.8.11claws46
24
25         * configure.ac
26         * src/Makefile.am
27         * src/imageview.[ch]                            ** REMOVE **
28         * src/messageview.[ch]
29         * src/mimeview.[ch]
30         * src/prefs_common.[ch]
31         * src/textview.c
32         * src/plugins/Makefile.am
33         * src/plugins/image_viewer/.cvsignore           ** NEW **
34         * src/plugins/image_viewer/Makefile.am          ** NEW **
35         * src/plugins/image_viewer/plugin.c             ** NEW **
36         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
37                 move image viewer into a plugin (building is enabled by default)
38                 [ToDo: Prefs for resize and autoview]
39
40 2003-03-25 [paul]       0.8.11claws45
41
42         * sync with 0.8.11cvs12
43                 see ChangeLog 2003-03-26
44
45 2003-03-25 [paul]       0.8.11claws44
46
47         * sync with 0.8.11cvs11
48                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
49                 
50         Note: Selective Download is broken.
51                 
52 2003-03-22 [christoph]  0.8.11claws43
53
54         * src/folder.c
55                 code cleanup for flags copying
56
57 2003-03-22 [christoph]  0.8.11claws42
58
59         * src/plugins/trayicon/trayicon.c
60                 fix setting the transparent area when the window size
61                 is forced by the system tray
62
63 2003-03-22 [christoph]  0.8.11claws41
64
65         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
66         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
67         * src/plugins/trayicon/newmail.xpm              ** NEW **
68         * src/plugins/trayicon/nomail.xpm               ** NEW **
69         * src/plugins/trayicon/trayicon.c
70         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
71                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
72                 o add icon for unread mails
73                 o set transparency for window
74
75 2003-03-22 [christoph]  0.8.11claws40
76
77         * src/news.c
78                 init news session to prevent crash when session is closed
79
80 2003-03-22 [christoph]  0.8.11claws39
81
82         * src/imap.c
83         * src/common/session.[ch]
84                 Init session data to make sure we don't have invalid pointers
85                 for read_ch and write_ch when new multi process sessions are
86                 not used
87
88         * src/main.c
89         * src/common/plugin.c
90         * src/common/sylpheed.c
91         * src/plugins/demo/demo.c
92         * src/plugins/dillo_viewer/dillo_viewer.c
93         * src/plugins/mathml_viewer/mathml_viewer.c
94         * src/plugins/spamassassin/spamassassin.c
95         * src/plugins/spamassassin/spamassassin_gtk.c
96                 add plugin types to allow loading plugins at different times
97                 (and maybe for different frontends), because it's not good to
98                 load GTK-Plugins gefore gtk_init was called
99
100         * configure.ac
101         * src/plugins/Makefile.am
102         * src/plugins/trayicon/.cvsignore               ** NEW **
103         * src/plugins/trayicon/Makefile.am              ** NEW **
104         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
105         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
106         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
107         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
108         * src/plugins/trayicon/trayicon.c               ** NEW **
109                 New Trayicon plugin that shows an icon in a systray that uses
110                 XEMBED protocol like Gnome's systray. Icon shows if there
111                 are new mails and a tooltip shows information about new,
112                 unread and total messages.
113
114 2003-03-22 [paul]       0.8.11claws38
115
116         * src/common/smtp.c
117                 fix ESMTP AUTH CRAM-MD5
118                 [sync with main (still version 0.8.11cvs6), see
119                  ChangeLog 2003-03-22]
120
121 2003-03-21 [colin]      0.8.11claws37
122
123         * src/send_message.c
124                 Fix USE_SSL => USE_OPENSSL
125
126 2003-03-21 [colin]      0.8.11claws36
127
128         * src/folderview.c
129                 Fix counts in drag and dropped subfolders
130
131 2003-03-21 [colin]      0.8.11claws35
132
133         * src/folder.c 
134         * src/folderview.c
135                 speed up a bit folder dnd
136
137 2003-03-20 [alfons]     0.8.11claws34
138
139         * src/main.c
140         * src/toolbar.c
141         * src/procmsg.c
142                 don't send locked queue messages
143                 (feature request "[ 705245 ] Locking message in outbox 
144                  should prevent sending")
145
146 2003-03-20 [christoph]  0.8.11claws33
147
148         * src/folder.c
149                 remove NEW and UNREAD flag in special folders when scanning
150                 
151         * src/common/smtp.c
152                 fix ESMTP AUTH CRAM-MD5
153
154 2003-03-20 [paul]       0.8.11claws32
155
156         * src/prefs_account.c
157                 Re-write 'Tunnel command to open connection' as
158                 'Use command to communicate with server', and disable
159                 it for all except IMAP accounts
160
161 2003-03-20 [paul]       0.8.11claws31
162
163         * sync with 0.8.11cvs6
164                 see ChangeLog 2003-03-20
165
166 2003-03-19 [match]      0.8.11claws30
167
168         * src/addritem.[ch]
169                 include documentation. minor refactoring.
170         * src/addr_compl.[ch]
171         * src/addrindex.[ch]
172         * src/addresbook.[ch]
173         * src/summaryview.c
174                 re-enable address lookup (was disabled in
175                 0.8.11claws20).
176
177 2003-03-19 [christoph]  0.8.11claws29
178
179         * src/procmsg.c
180                 add temp flag handling, will make moving and copying
181                 messages possible again
182
183         * src/folder.c
184                 correct calulation of folder stats
185
186 2003-03-18 [match]      0.8.11claws28
187
188         * src/editgroup.h
189                 remove case sensitive comparison (closes bug 80).
190
191 2003-03-18 [christoph]  0.8.11claws27
192
193         * src/imap.c
194                 fix imap using a tunnel command
195
196         (closes bug 87)
197
198 2003-03-18 [christoph]  0.8.11claws26
199
200         * src/folder.[ch]
201         * src/imap.c
202         * src/procmsg.[ch]
203                 rewrite flag handling for folders
204
205 2003-03-18 [christoph]  0.8.11claws25
206
207         * src/folder.c
208         * src/procmsg.c
209         * src/summaryview.c
210                 unset NEW and UNREAD flags when message is ignored, to make
211                 sure messages don't show up as unread on other IMAP clients,
212                 because the IGNORE_THREAD flag can not be syncronized through
213                 the IMAP folder
214
215 2003-03-17 [christoph]  0.8.11claws24
216
217         * src/imap.c
218                 don't use recursion to fetch uids when the number of messages
219                 does not match. Moved code into subfunction that is used
220                 again when needed, to prevent an endless loop.
221
222 2003-03-17 [thorsten]   0.8.11claws23
223
224         * src/imageview.[ch]
225                 export imageview_get_resized_size() (for plugins)
226         * src/prefs_common.[ch]
227                 added prefs_common_get() (for plugins)
228
229 2003-03-17 [christoph]  0.8.11claws22
230
231         * src/imap.c
232                 o remove UID guessing from copy code
233                 o support UIDPLUS extension for APPEND command
234
235 2003-03-17 [paul]       0.8.11claws21
236
237         * src/gtk/about.c
238                 remove 'Compiled-plugins' section.
239                 
240         * src/plugins/dillo_viewer/dillo_viewer.c
241                 slight change to description text
242
243 2003-03-16 [match]      0.8.11claws20
244         * src/ldapserver.[ch]           ** NEW **
245         * src/ldapctrl.[ch]             ** NEW **
246         * src/ldapquery.[ch]            ** NEW **
247         * src/ldaputil.[ch]             ** NEW **
248         * src/addrcindex.[ch]           ** NEW **
249         * src/addrquery.h               ** NEW **
250         * src/addritem.[ch]
251         * src/addrcache.[ch]
252         * src/addrindex.[ch]
253         * src/addr_compl.[ch]
254         * src/addressbook.[ch]
255         * src/addrbook.[ch]
256         * src/editgroup.c
257         * src/editaddress.c
258         * src/editldap.c
259         * src/editldap_basedn.c
260         * src/vcard.c
261         * src/jpilot.c
262         * src/Makefile.am
263                 included dynamic LDAP queries. improved address
264                 completion.
265
266 2003-03-16 [paul]       0.8.11claws19
267
268         * tools/multiwebsearch.pl
269                 fix a fatal typo
270
271 2003-03-16 [christoph]  0.8.11claws18
272
273         * src/mimeview.c
274         * src/plugins/dillo_viewer/dillo_viewer.c
275         * src/plugins/mathml_viewer/mathml_viewer.c
276                 make unregistering of MimeViewerFactorys possible
277
278 2003-03-16 [alfons]     0.8.11claws17
279
280         * configure.ac
281                 correct typo
282
283 2003-03-16 [melvin]     0.8.11claws16
284
285         * src/plugins/dillo_viewer.c
286                 Fixed bug where it was not possible to view more than
287                 one text/html attachment per message (bug discovered
288                 by Christoph Hohmann).
289
290 2003-03-15 [melvin]     0.8.11claws15
291
292         * src/prefs_actions.c
293                 Fixed compilation warnings.
294
295 2003-03-15 [melvin]     0.8.11claws14
296
297         * src/plugins/Makefile.am
298         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
299         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
300         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
301                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
302                 newer (http://dillo.auriga.wearlab.de/).
303
304 2003-03-15 [christoph]  0.8.11claws13
305
306         * src/imap.c
307                 don't query imap folder for attributes because we already
308                 for them from imap_status
309
310         * src/mimeview.[ch]
311                 add support for plugable MimeViewers (unloading Viewers
312                 not yet complete)
313
314         * src/plugins/Makefile.am
315         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
316         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
317         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
318                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
319                 widget from http://helm.cs.unibo.it/mml-widget/
320
321 2003-03-14 [christoph]  0.8.11claws12
322
323         * src/folder.[ch]
324                 o error return code's should better be negative
325                 o replace printf with debug_print
326
327         * src/imap.c
328                 improve IMAP folder scan by checking UID-NEXT
329
330         * src/summaryview.c
331                 remove check that are unnecessary in my opinion
332
333 2003-03-13 [christoph]  0.8.11claws11
334
335         * src/folder.[ch]
336         * src/foldersel.c
337         * src/folderview.c
338         * src/imap.c
339         * src/mbox_folder.c
340         * src/mh.c
341         * src/news.c
342         * src/prefs_scoring.c
343         * src/summaryview.c
344                 use a common function to get a displayable name
345                 for a FolderItem
346
347 2003-03-13 [paul]       0.8.11claws10
348
349         * tools/Makefile.am
350           tools/README
351           tools/multiwebsearch.conf     ** NEW FILE **
352           tools/multiwebsearch.pl       ** NEW FILE **
353                 add multiwebsearch Actions script
354
355 2003-03-13 [colin]      0.8.11claws9
356
357         * src/compose.c
358                 Remove leading emtpy lines from quoted text
359                 before quoting it
360
361 2003-03-13 [melvin]     0.8.11claws8
362
363         * src/prefs_actions.c
364                 Fixed a memory leak
365                 Code clean ups
366                 Added Cancel and OK buttons
367                 Corrected help text
368
369 2003-03-13 [christoph]  0.8.11claws7
370
371         * src/account.c
372         * src/folder.[ch]
373         * src/imap.c
374         * src/mainwindow.c
375         * src/mbox_folder.c
376         * src/mh.c
377         * src/news.c
378         * src/setup.c
379                 replace more folder type stuff with folder class stuff
380
381 2003-03-13 [melvin]     0.8.11claws6
382
383         * src/prefs_actions.c
384                 Added new tokens:
385                 %u: user provided argument
386                 %h: user provided argument (hidden on input)
387                 %s: current text selection in the message view 
388
389 2003-03-13 [paul]       0.8.11claws5
390
391         * sync with 0.8.11cvs5
392                 see ChangeLog 2003-03-11, 2003-03-12
393
394 2003-03-12 [christoph]  0.8.11claws4
395
396         * src/folder.c
397                 use folder class idstr when writing folderlist.xml
398
399         * src/folder.h
400         * src/imap.c
401         * src/news.c
402                 replace folder type checks with folder class checks
403
404 2003-03-12 [christoph]  0.8.11claws3
405
406         * src/folder.[ch]
407         * src/imap.[ch]
408         * src/main.c
409         * src/mbox_folder.[ch]
410         * src/mh.[ch]
411         * src/news.[ch]
412                 o create a list of known folder classes in the folder system
413                 o use folder class id strings for folder item identifiers
414
415 2003-03-12 [christoph]  0.8.11claws2
416
417         * src/imap.c
418                 fix imap uid validity check
419
420 2003-03-12 [christoph]  0.8.11claws1
421
422         * src/account.c
423         * src/folder.[ch]
424         * src/foldersel.c
425         * src/folderview.c
426         * src/imap.c
427         * src/mainwindow.c
428         * src/mbox_folder.c
429         * src/mh.c
430         * src/news.c
431         * src/prefs_scoring.c
432         * src/procmsg.c
433         * src/setup.c
434         * src/summaryview.c
435                 initial restructuring of folder system, seperating
436                 folders and folder classes
437
438 2003-03-12 [paul]       0.8.11claws
439
440         0.8.11claws release
441
442 2003-03-12 [christoph]
443
444         * src/gtk/prefswindow.c
445                 fix translation of "Page Index"
446
447 2003-03-12 [paul]       0.8.10claws110
448
449         a sync from 0.8.11cvs4 before the release
450
451         * src/common/utils.c
452                 subject_compare_for_sort(): allow null strings (fixes
453                 summary sorting).
454
455 2003-03-11 [paul]       0.8.10claws109
456
457         * po/es.po
458                 update Spanish translation, submitted by
459                 Ricardo Mones Lastra
460
461 2003-03-11 [melvin]     0.8.10claws108
462
463         * po/fr.po
464                 Updated French translations
465
466 2003-03-11 [paul]       0.8.10claws107
467
468         * manual/en/Makefile.am
469           manual/en/*.html
470                 update English manual, add a new page
471                 updated by Francois Barriere <fbarriere@atmel.fr>
472                 
473         * po/bg.po
474           po/it.po
475           po/sr.po
476                 update Bulgarian, Italian, and Serbian translations
477                 submitted by George Danchev, Alessandro Maestri, and
478                 Urke MMI
479
480 2003-03-10 [paul]       0.8.10claws106
481
482         * src/gtk/about.c
483           src/gtk/prefswindow.c
484                 make some strings translatable
485
486 2003-03-10 [darko]      0.8.10claws105
487
488         * src/compose.c
489                 code cleanup to make Hiro happy
490
491 2003-03-10 [paul]       0.8.10claws104
492
493         * sync with 0.8.11cvs2
494                 see ChangeLog 2003-03-10
495
496 2003-03-09 [melvin]     0.8.10claws103
497
498         * src/textview.c
499                 textview_set_font(): fix for message display in
500                 UTF-8 locales (thanks to Sergey Vlasov).
501                 (was unintentionnaly reverted in 0.8.6claws6)   
502
503 2003-03-08 [darko]      0.8.10claws102
504
505         * src/compose.c
506                 fix infinite loop in wrapping as reported
507                 by happycactus
508                 obsoletes patch #696482
509
510 2003-03-08 [christoph]  0.8.10claws101
511
512         * src/imap.c
513                 add workaround for IMAP servers that do not
514                 support the "UID SEARCH UID" command
515
516 2003-03-07 [christoph]  0.8.10claws100
517
518         * src/plugins/spamassassin/spamassassin.[ch]
519         * src/plugins/spamassassin/spamassassin_gtk.c
520                 code cleanup
521
522 2003-03-07 [paul]       0.8.10claws99
523
524         * po/es.po
525                 updated Spanish translation, submitted by
526                 Ricardo Mones Lastra
527
528 2003-03-07 [christoph]  0.8.10claws98
529
530         * src/send.c
531                 fix in 0.8.10claws94 was wrong
532                 local delivery does not require escaping, remove escaping
533                 code to make signatures of mails with "." lines valid
534                 
535                 NOTE: requires that sendmail is executed with "-i" option,
536                       what is the default now, but has to be changed in all
537                       exsiting accounts)
538
539 2003-03-07 [paul]       0.8.10claws97
540
541         * sync with 0.8.11 release
542                 see ChangeLog 2003-03-07
543
544 2003-03-06 [paul]       0.8.10claws96
545
546         * src/compose.c
547                 revert commit 0.8.10claws92
548
549 2003-03-06 [paul]       0.8.10claws95
550
551         * src/folderview.c
552                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
553
554         * src/gtkaspell.c
555                 fix bug 74, 'Crash opening editor window with pseudo-color
556                 display'
557                 
558         Patches submitted by Kevin Vigor <kevin@vigor.nu>
559
560 2003-03-06 [christoph]  0.8.10claws94
561
562         * src/send.c
563                 fix rfc2821 (4.5.2) violation in SMTP data sending,
564                 all lines starting with a period get an extra period
565                 inserted
566                 (found by Simon 'corecode' Schubert)
567
568 2003-03-06 [paul]       0.8.10claws93
569
570         * src/folderview.c
571                 if configured font can't be loaded fall back to gtk
572                 default. (with thanks to Christoph)
573                 
574                 closes long-standing bug 15 'Crashes on startup'
575
576 2003-03-06 [paul]       0.8.10claws92
577
578         * src/compose.c
579                 freeze text before autosave and thaw afterwards
580                 fixes bug 67 'autosave make re-rediting message crazy'
581
582 2003-03-06 [christoph]  0.8.10claws91
583
584         * src/compose.c
585                 ignore address comment in dupe check for Cc-list
586
587         (closes reopened bug 47 Replying to message strips name part of
588          e-mail addresses of Cc: lines)
589
590 2003-03-06 [paul]       0.8.10claws90
591
592         * src/Makefile.am
593                 remove reference to gtkxtext.h as its no longer in
594                 the repository
595
596 2003-03-06 [paul]       0.8.10claws89
597
598         * sync with 0.8.10cvs25
599                 see ChangeLog 2003-03-06
600
601 2003-03-06 [oliver]     0.8.10claws88
602         
603         * src/messageview.c
604                 remove include
605
606 2003-03-06 [oliver]     0.8.10claws87
607         
608         * src/folderview.c 
609                 remove changes introduced inclaws74
610         * src/messageview.c
611                 another attempt to sanely delete and update
612                 messages deleted in separate messageview
613
614 2003-03-05 [christoph]  0.8.10claws86
615
616         * src/summaryview.c
617                 check if "From" matches any account's address if
618                 addressbook completion of addresses is disabled too
619
620         (closes Bug 70 "Display recipient in from" doesn't check
621          folder's default account)
622
623 2003-03-05 [christoph]  0.8.10claws85
624
625         * src/compose.c
626         * src/common/utils.[ch]
627                 don't strip address comments when building Cc lists
628
629         (closes Bug 47 Replying to message strips name part of e-mail addresses
630          of Cc: lines)
631
632         * src/folder.c
633                 fix return value of copy function
634
635 2003-03-05 [christoph]  0.8.10claws84
636
637         * src/imap.c
638                 don't ask imap server for non rfc822 headers
639
640         (closes bug 71 IMAP FETCH asks for FROM header field twice)
641
642         * src/imap.c
643                 destroy session on socket error to allow reconnecting
644
645 2003-03-05 [christoph]  0.8.10claws83
646
647         * configure.ac
648                 fix building with gnome when no prefix is set
649
650         (closes bug 66 Gnome directory is set to NONE)
651
652 2003-03-05 [paul]       0.8.10claws82
653
654         * sync with 0.8.10cvs23
655                 see ChangeLog 2003-03-05
656
657 2003-03-04 [christoph]  0.8.10claws81
658
659         * src/folder.c
660                 o fix moving and copying when folder returns 0 for new
661                   message number
662                 o remove some code for single message copy and move
663                   operations and use functions for multiple messages
664
665         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
666
667         * src/news.c
668                 remove unused include
669
670 2003-03-04 [paul]       0.8.10claws80
671
672         * src/gtk/about.c
673                 list 'Compiled plugins'
674
675 2003-03-03 [christoph]  0.8.10claws79
676
677         * src/news.[ch]
678                 have to multiply the percentage of the current fetch with
679                 the percentage that it has of the total fetch operation
680                 for correct values
681
682 2003-03-03 [christoph]  0.8.10claws78
683
684         * src/news.c
685                 fix calculation of expected lines for progress indicator
686
687 2003-03-03 [christoph]  0.8.10claws77
688
689         * src/summaryview.c
690         * src/common/utils.c
691                 fix segfault when opening the root news folder
692
693 2003-03-03 [christoph]  0.8.10claws76
694
695         * src/mainwindow.[ch]
696         * src/common/Makefile.am
697         * src/common/progressindicator.[ch]
698                 add UI independent progress indicator handling
699
700         * src/news.[ch]
701                 use new progress indicator for message info fetching
702
703         * src/common/hooks.h
704                 code cleanup
705
706 2003-03-03 [oliver]     0.8.10claws75
707
708         * src/toolbar.c
709         * src/compose.c
710                 removed commented code
711
712 2003-03-03 [oliver]     0.8.10claws74
713
714         * src/toolbar.[ch]
715                 cleanups and refactoring
716         * src/compose.[ch]
717                 compose_reply_mode reply & forwarding interface for
718                 toolbar buttons
719         * src/folderview.c
720                 act on messages marked for deletion in folderview_selected
721                 based on prefs_common.immediate_exec since a message might 
722                 have been deleted by messageview in a folder we are changing 
723                 to (does anybody understand what I'm on about ?)
724
725 2003-03-03 [oliver]     0.8.10claws73
726         
727         * src/messageview.[ch]
728                 new functions
729                 - messageview_delete: delete message shown in messagview
730                 - messageview_update_view: update messageview to currently 
731                   selected summaryview message
732                 - add separate messageview to msgview_list in order to update 
733                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
734         * src/summaryview.[ch]
735                 summary_get_selection returns a list of selected msgs
736                 in summaryview
737         * src/mainwindow.c
738                 toolbar reply refactoring
739
740 2003-03-03 [paul]       0.8.10claws72
741
742         * sync with 0.8.10cvs21
743                 see ChangeLog 2003-03-03
744
745 2003-03-02 [christoph]  0.8.10claws71
746
747         * src/common/passcrypt.c
748                 use POSIX includes
749
750 2003-03-02 [christoph]  0.8.10claws70
751
752         * configure.ac
753         * src/prefs_account.c
754         * src/prefs_gtk.[ch]
755         * src/common/.cvsignore
756         * src/common/Makefile.am
757         * src/common/passcrypt.c                ** NEW **
758         * src/common/passcrypt.h.in             ** NEW **
759                 Implement password encryption in config files
760                 using unix encrypt and setkey functions. The crypt
761                 key can be set as a configure parameter. Old
762                 passwords will be converted if they do not begin
763                 with '!'
764
765 2003-03-02 [paul]       0.8.10claws69
766
767         * src/prefs_account.c
768                 fix compile error
769
770 2003-03-01 [thorsten]   0.8.10claws68
771
772         * po/el.po
773           po/hr.po
774           po/it.po
775           po/nl.po
776           po/sr.po
777           po/sv.po
778                 corrected format strings
779         * po/en_GB.po
780                 corrected headers
781                 (fix compile errors with GNU gettext-0.11.5)
782
783 2003-03-01 [oliver]     0.8.10claws67
784
785         * src/summaryview.c
786                 menu callbacks call toolbar_menu_reply
787
788 2003-03-01 [oliver]     0.8.10claws66
789
790         * src/mainwindow.c
791         * src/messageview.c
792                 menu callbacks call toolbar_menu_reply
793         * src/toolbar.[ch]
794                 callbacks from menu handled by toolbar_menu_reply
795
796 2003-03-01 [paul]       0.8.10claws65
797
798         * src/addressbook.c
799                 revert commit 0.8.10claws54 - breaks editing of
800                 addressbook.
801                 
802         * po/bg.po
803                 update Bulgarian translation, submitted by
804                 George Danchev
805
806 2003-02-28 [christoph]  0.8.10claws64
807
808         * src/account.c
809         * src/addressadd.c
810         * src/compose.c
811         * src/gtkaspell.c
812         * src/gtkxtext.h                ** REMOVE **
813         * src/imap.c
814         * src/matcher.[ch]
815         * src/mh.c
816         * src/news.c
817         * src/pine.c
818         * src/prefs_common.c
819         * src/prefs_matcher.c
820         * src/procheader.[ch]
821         * src/procmsg.[ch]
822         * src/toolbar.c
823         * src/common/ssl_certificate.c
824         * src/gtk/colorlabel.c
825         * src/gtk/menu.c
826                 o fix warnings
827                 o remove code obsoleted by new cache and folder system rework
828
829 2003-02-28 [oliver]     0.8.10claws63
830         
831         * src/toolbar.[ch]
832                 * fix bug where reply in Messageview replied to 
833                 Message displayed in summaryview
834                 (reportedd via ML by chinatinte at gmx dot ch)
835                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
836                 didn't work in separate MessageView Toolbar
837                 (wondering if anybody uses this at all ?)
838         * src/summaryview.[ch]
839                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
840                 (generalize reply and forward code);
841         * src/messageview.c 
842                 remove focus_in event which updated summaryview to messageview
843
844 2003-02-28 [paul]       0.8.10claws62
845
846         * po/Makefile.in.in
847                 add the --check option
848                 Patch submitted by Ricardo Mones Lastra
849
850 2003-02-28 [paul]       0.8.10claws61
851
852         * src/prefs_account.c
853                 re-order 'Signature' items
854
855 2003-02-28 [paul]       0.8.10claws60
856
857         * sync with 0.8.10cvs20
858                 see ChangeLog 2003-02-28
859
860 2003-02-28 [paul]       0.8.10claws59
861
862         * po/POTFILES.in
863                 update to reflect recent movement of files
864
865 2003-02-28 [paul]       0.8.10claws58
866
867         * sync with 0.8.10cvs19
868                 see ChangeLog 2003-02-28
869
870 2003-02-27 [martin]     0.8.10claws57
871
872         * src/prefs_matcher.c 
873                 fix segfault in prefs_matcher_ok() when the
874                 last entry is deleted and prevents that the
875                 message "entry not saved" comes up after deleting
876                 an entry
877
878 2003-02-27 [martin]     0.8.10claws56
879
880         * src/prefs_filtering.c 
881                 fix segfault in prefs_filtering_ok() when the
882                 last entry is deleted and prevents that the
883                 message "entry not saved" comes up after deleting
884                 an entry
885
886 2003-02-27 [paul]       0.8.10claws55
887
888         * sync with 0.8.10cvs18
889                 see ChangeLog 2003-02-27
890
891 2003-02-27 [paul]       0.8.10claws54
892
893         * src/addressbook.c
894                 fix bug where the address book crashes with 
895                 multiple lookups.
896                 Patch [687729] submitted by David Frager 
897                 <dbfrager@users.sourceforge.net>
898
899 2003-02-25 [christoph]  0.8.10claws53
900
901         * src/Makefile.am
902         * src/colorlabel.[ch]           ** REMOVE **
903         * src/gtk/Makefile.am
904         * src/gtk/colorlabel.[ch]       ** NEW **
905                 move colorlabel files to gtk directory
906
907         * src/esmtp.[ch]                ** REMOVE **
908                 has been merged into smtp.[ch] in 0.7.5
909
910 2003-02-25 [christoph]  0.8.10claws52
911
912         * src/Makefile.am
913         * src/about.[ch]                ** REMOVE **
914         * src/gtk/Makefile.am
915         * src/gtk/about.[ch]            ** NEW **
916                 move about files to gtk directory
917
918 2003-02-25 [christoph]  0.8.10claws51
919
920         * src/folder.c
921                 some code optimization of folder scanning code
922
923         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
924
925 2003-02-25 [christoph]  0.8.10claws50
926
927         * src/main.c
928         * src/common/sylpheed.c
929                 add command line parameter parsing to common code
930
931 2003-02-24 [christoph]
932
933         * Makefile.am
934         * configure.ac
935                 fix gnome prefix problems, the configure script now removed
936                 `gnome-config --prefix` from `gnome-config --datadir`
937                 and adds $(prefix} instead
938
939         (closes Bug 24 Makefile does not respect prefix when installing
940          GNOME data)
941
942 2003-02-24 [christoph]  0.8.10claws49
943
944         * src/news.c
945                 check for valid session before trying to authenticate
946
947         (closes Bug 60 crash if "authenticate on logon" is activated
948          and newsserver-hostname is not valid)
949
950 2003-02-24 [melvin]     0.8.10claws48
951
952         * src/prefs_actions.c
953                 Make sure all user's input is sent to the action and then
954                 close the socket..
955
956 2003-02-23 [alfons]     0.8.10claws46
957
958         * src/summaryview.c
959                 also wait cursor when deleting files
960
961 2003-02-23 [paul]
962
963         * tools/freshmeat_search.pl
964           tools/google_search.pl
965                 scripts should now work for any browser/browser command line
966
967 2003-02-22 [christoph]  0.8.10claws45
968
969         * src/procmsg.c
970                 fix IMAP flag setting, IMAP flag is not handled correctly
971                 anymore by the folder system and information about the
972                 folder should not be saved in the MsgInfo (in my opinion)
973
974         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
975
976 2003-02-22 [christoph]  0.8.10claws44
977
978         * src/summaryview.c
979                 fix spelling of "label" ;-)
980
981 2003-02-22 [thorsten]   0.8.10claws43
982
983         * src/mimeview.c
984           src/prefs_common.[ch]
985           src/procmime.[ch]
986                 do not use description as attachment name
987
988 2003-02-22 [alfons]     0.8.10claws42
989
990         * src/summaryview.c
991                 freeze/thaw folder item updates when changing color labels,
992                 and put a wait cursors on
993
994 2003-02-22 [thorsten]   0.8.10claws41
995
996         * src/mimeview.c
997                 save-all fixes: crash if invoked on multipart container,
998                 mimeinfo access, pathseparators, error dialog
999
1000 2003-02-21 [alfons]     0.8.10claws40
1001
1002         * src/prefs_gtk.c
1003                 remove unused var
1004
1005 2003-02-21 [colin]      0.8.10claws39
1006
1007         * src/send.c
1008                 Fix smtp logging
1009
1010 2003-02-21 [colin]      0.8.10claws38
1011
1012         * src/summaryview.c
1013                 Freeze/thaw folderItem updates when filtering messages 
1014                 via Tools/Filter messages
1015
1016 2003-02-21 [paul]       0.8.10claws37
1017
1018         * src/compose.c
1019                 revert commit 0.8.10claws26, there are ulterior motives
1020                 for users to set a Reply-To header when posting to
1021                 newsgroups
1022
1023 2003-02-21 [paul]       0.8.10claws36
1024
1025         * sync with 0.8.10cvs17
1026                 see ChangeLog 2003-02-21
1027
1028 2003-02-20 [christoph]  0.8.10claws35
1029
1030         * src/imap.c
1031                 IMAP UID fetch speedup using SEARCH
1032
1033         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1034
1035         * src/imap.c
1036                 fix problem with UIDs in IMAP UID cache that no longer existed
1037
1038 2003-02-20 [christoph]  0.8.10claws34
1039
1040         * src/imap.c
1041         * src/procheader.c
1042         * src/procheader.h
1043                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1044
1045         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1046
1047         * src/imap.c
1048                 Rewrite imap_cmd_gen_recv use sock_getline instead
1049                 of sock_gets to avoid problems with too long reply
1050                 lines
1051     
1052 2003-02-20 [colin]      0.8.10claws33
1053         
1054         * src/prefs_account.c
1055                 Better wording
1056
1057 2003-02-20 [colin]      0.8.10claws32
1058
1059         * src/compose.c
1060                 Remove useless '&& !to_sender' 
1061
1062 2003-02-20 [darko]
1063
1064         * AUTHORS
1065                 change my e-mail address
1066
1067 2003-02-19 [colin]      0.8.10claws31
1068
1069         * src/prefs_common.c
1070                 X11 style colors for every configurable color
1071
1072 2003-02-19 [alfons]     0.8.10claws30
1073
1074         * src/prefs_gtk.[ch]
1075         * src/prefs_common.c
1076                 for color_new accept both plain integers and X11 style color
1077                 names (as found in /usr/lib/X11/rgb.txt)
1078
1079 2003-02-19 [paul]       0.8.10claws29
1080
1081         * src/mainwindow.c
1082                 add tooltips to online/offline button and account selector
1083                 button
1084
1085 2003-02-19 [paul]       0.8.10claws28
1086
1087         * src/folder.c
1088           src/news.c
1089           src/prefs_account.[ch]
1090           src/prefs_common.[ch]
1091                 move 'Maximum number of articles to download' to
1092                 account prefs.
1093                 clean up account prefs gui a little by hiding entries
1094                 rather then greying out entries
1095
1096 2003-02-19 [hiro]       0.8.10claws27
1097
1098         * src/common/utils.c
1099                 fix bug #54 'yesterdays date is displayed in the message 
1100                 summary window'
1101
1102 2003-02-19 [paul]       0.8.10claws26
1103
1104         * src/compose.c
1105                 fix bug reported in Feature Request [688596] 
1106                 'Reply-to header in news'
1107
1108 2003-02-18 [paul]       0.8.10claws25
1109
1110         * src/select-keys.c
1111                 add a 'List all keys' button to key selection dialog
1112
1113 2003-02-18 [colin]      0.8.10claws24
1114         
1115         * src/stock_pixmap.c
1116                 fix compile error
1117
1118 2003-02-18 [colin]      0.8.10claws23
1119
1120         * src/common/smtp.[ch]
1121           src/prefs_account.c
1122                 Try to starttls if it seems to be the only
1123                 way to authenticate a user
1124
1125 2003-02-18 [paul]       0.8.10claws22
1126
1127         * src/Makefile.am
1128           src/folderview.c
1129           src/stock_pixmap.[ch]
1130           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1131           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1132                 as a Drafts folder is a special folder allow it to have
1133                 its own unique icons
1134
1135 2003-02-18 [colin]      0.8.10claws21
1136
1137         * src/imap.c
1138                 Fix port selection when using starttls
1139
1140 2003-02-18 [paul]       0.8.10claws20
1141
1142         * src/mainwindow.c
1143           src/prefs_common.[ch]
1144                 make blue the default new mail colour
1145
1146 2003-02-18 [paul]       0.8.10claws19
1147
1148         * sync with 0.8.10cvs14
1149                 see ChangeLog 2003-02-18
1150
1151 2003-02-17 [jens]       0.8.10claws18
1152
1153         * src/common/md5.c
1154                 fixed a compile problem with gcc 3.3
1155                 works on 2.95.3 too (testet on PPC as it is big endian)
1156
1157 2003-02-17 [paul]       0.8.10claws17
1158
1159         * sync with 0.8.10cvs13
1160                 see ChangeLog 2003-02-17
1161
1162 2003-02-17 [paul]       0.8.10claws16
1163
1164         * sync with 0.8.10cvs12
1165                 see ChangeLog 2003-02-17
1166
1167 2003-02-16 [match]      0.8.10claws15
1168
1169         * src/addressbook.c
1170                 Eliminates reloading of address data when items
1171                 deleted or added. Applied submitted by
1172                 Luke Plant <lukeplant@softhome.net>
1173
1174 2003-02-16 [paul]       0.8.10claws14
1175
1176         * src/news.c
1177                 when a 'protocol error' is encountered disconnect from
1178                 the server. This means that the user can carry on viewing
1179                 other articles and doesn't have to either wait until the
1180                 server timesout or quit sylpheed.
1181                 Fixes bug #53 'Unable to read messages in newsgroups, 
1182                 displayed message doesn't change'
1183
1184 2003-02-15 [christoph]  0.8.10claws13
1185
1186         * src/imap.c
1187                 fix bug that stopped scanning of folders when an
1188                 IMAP folder was empty
1189
1190         (closes bug 46 stop scan messages in folders after empty folder)
1191
1192 2003-02-15 [paul]
1193
1194         * tools/Makefile.am
1195           tools/README
1196           tools/freshmeat_search.pl     ** NEW FILE **
1197           tools/google_search.pl        ** NEW FILE **
1198                 Add 2 Actions scripts which search freshmeat/google
1199                 for the selected text using the browser configured
1200                 in sylpheedrc.
1201                 
1202         Note: These scripts are very dependent on the format of the
1203         browser command and may not work on every occasion. Testing
1204         is welcome. 
1205
1206 2003-02-14 [alfons]     0.8.10claws12
1207
1208         * src/compose.c
1209                 fix breakage because of uninitialized account pointer.
1210                 please verify.
1211
1212 2003-02-14 [paul]       0.8.10claws11
1213
1214         * src/compose.c
1215           src/prefs_account.[ch]
1216           src/prefs_common.[ch]
1217                 move signature settings to Account Prefs
1218
1219 2003-02-14 [paul]       0.8.10claws10
1220
1221         * sync with 0.8.10cvs11
1222                 see ChangeLog 2003-02-14
1223
1224 2003-02-13 [thorsten]   0.8.10claws9
1225
1226         * src/news.c
1227                 revert news progressbar (GUI separation)
1228
1229 2003-02-13 [paul]       0.8.10claws8
1230
1231         * src/compose.c
1232                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1233                 paragraph 1
1234
1235 2003-02-13 [paul]       0.8.10claws7
1236
1237         * src/compose.[ch]
1238           src/summaryview.c
1239                 fix 'Follow-up and Reply-to' so that it creates a reply to
1240                 the newsgroup and the sender. If the message has the keyword
1241                 'poster' in the Followup-To header, all replies go to the
1242                 sender, re: RFC 1036, Section 2.2.3
1243                 rename all instances of 'ignore_replyto' to 'to_sender', both
1244                 were previously used, now we use just one.
1245
1246 2003-02-13 [paul]       0.8.10claws6
1247
1248         * sync with 0.8.10cvs9
1249                 see ChangeLog 2003-02-13
1250
1251 2003-02-13 [paul]       0.8.10claws5
1252
1253         * configure.ac
1254                 show which plugins are configured in the configure
1255                 output.
1256
1257 2003-02-12 [thorsten]   0.8.10claws4
1258
1259         * src/news.c
1260                 show progress while fetching news headers
1261
1262 2003-02-12 [christoph]  0.8.10claws3
1263
1264         * configure.ac
1265         * src/plugins/Makefile.am
1266                 use AM_CONDITIONAL to enable plugins, automake correctly
1267                 manages this when creating distdir
1268
1269 2003-02-12 [christoph]  0.8.10claws2
1270
1271         * ac/spamassassin.m4
1272         * src/plugins/spamassassin/Makefile.am
1273                 fix building SpamAssassin plugin without OpenSSL
1274
1275 2003-02-12 [paul]       0.8.10claws1
1276
1277         * ac/Makefile.am
1278           src/Makefile.am
1279           src/plugins/Makefile.am
1280                 fix failure of 'make release'
1281
1282 2003-02-12 [paul]       0.8.10claws
1283
1284         * 0.8.10claws released
1285
1286 2003-02-12 [paul]       0.8.9claws56
1287
1288         * po/bg.po
1289           po/es.po
1290           po/it.po
1291           po/ru.po
1292           po/sr.po
1293                 updated translations by George Danchev, Ricardo Mones Lastra,
1294                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1295                 
1296         * sylpheed.spec.in
1297                 Allow the building of RPMs by a regular user. Submitted
1298                 by Sergei Astanin
1299
1300 2003-02-11 [alfons]     0.8.9claws55
1301
1302         * src/colorlabel.c
1303                 don't use pixmaps for label color rect but draw rectangles
1304                 so we can respect the color map of palette based visuals
1305                 (fixes the long time crashes on Suns - thanks to Andreas
1306                 Engel and Steve O'Hara-Smith for testing)
1307
1308 2003-02-11 [christoph]  0.8.9claws54
1309
1310         * src/matcher_parser_parse.y
1311                 correct bug where filering rules of not existing folders in
1312                 matcherrc were added to global filtering
1313                 
1314         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1315          main filter-rules after removing directory, http://bugs.debian.org/180253)
1316         
1317 2003-02-11 [paul]       0.8.9claws53
1318
1319         * sync with 0.8.10cvs7
1320                 see ChangeLog 2003-02-09
1321
1322 2003-02-11 [melvin]     0.8.9claws52
1323
1324         * po/fr.po
1325                 Updated French tranlsations
1326
1327 2003-02-10 [paul]       0.8.9claws51
1328
1329         * sylpheed.spec.in
1330                 correct --enable-openssl
1331                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1332
1333 2003-02-09 [martin]     0.8.9claws50
1334
1335         * src/prefs_matcher.c
1336                 fix segfault in prefs_matcher_substitute_cb() when
1337                 no row is selected
1338
1339 2003-02-09 [paul]       0.8.9claws49
1340
1341         * src/folderview.c
1342                 fix bug where a newsgroup folder's processing rules were
1343                 merged with the global filtering rules when the newsgroup
1344                 folder was deleted, causing some seriously bad results,
1345                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1346
1347 2003-02-08 [melvin]     0.8.9claws48
1348
1349         * src/compose.c
1350                 Corrected and modified an alert message.
1351
1352 2003-02-07 [paul]       0.8.9claws47
1353
1354         * src/folderview.c
1355                 fix bug where both an 'Account properties' window and a
1356                 'Folder properties' window were opened when clicking on
1357                 'Properties' in an NNTP or IMAP folder's popup menu.
1358
1359 2003-02-07 [paul]       0.8.9claws46
1360
1361         * sync with 0.8.10cvs6
1362                 see ChangeLog 2003-02-06
1363
1364 2003-02-06 [christoph]  0.8.9claws45
1365
1366         * src/mbox.c
1367                 freeze folder updates while importing mbox files
1368                 (closes bug 43 importing mbox took hours)
1369                 
1370         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1371
1372 2003-02-06 [thorsten]   0.8.9claws44
1373
1374         * po/de.po
1375                 Updated german translations
1376
1377 2003-02-06 [thorsten]   0.8.9claws43
1378
1379         * src/news.h
1380                 use guint for message numbers (fix count in grouplist dialog)
1381
1382 2003-02-05 [paul]       0.8.9claws42
1383
1384         * sync with 0.8.10cvs2
1385                 see ChangeLog 2003-02-05
1386
1387 2003-02-04 [colin]      0.8.9claws41
1388
1389         * src/prefs_common.[ch]
1390           src/procmsg.c
1391           src/summaryview.c
1392                 Add an option to disable threading by subject
1393
1394 2003-02-04 [christoph]  0.8.9claws40
1395
1396         * src/inc.c
1397                 only abort fetching mails from multiple accounts when the
1398                 error is fatal and does not allow to check any more accounts
1399                 (currently only disk full error)
1400
1401         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1402          receive mails for other accouts)
1403
1404 2003-02-04 [christoph]  0.8.9claws39
1405
1406         * src/folder.c
1407                 first add the new message to the cache, then
1408                 send the update notification
1409
1410         (closes bug 39 after sending message folderview doesnt get updated)
1411
1412 2003-02-04 [colin]      0.8.9claws38
1413
1414         * src/inc.c
1415                 _really_ fix this Connecting... status
1416
1417 2003-02-04 [paul]       0.8.9claws37
1418
1419         * sync with 0.8.10
1420                 see ChangeLog 2003-02-04
1421
1422 2003-02-04 [paul]       0.8.9claws36
1423
1424         * sync with 0.8.9cvs6
1425                 see ChangeLog 2003-02-03
1426
1427 2003-02-04 [paul]       0.8.9claws35
1428
1429         * po/pt_BR.po
1430                 updated by André Filipe de Assunção e Brito 
1431                 <bedecko@netsite.com.br>
1432
1433 2003-02-03 [thorsten]   0.8.9claws34
1434
1435         * po/de.po
1436                 Updated german translations
1437
1438 2003-02-02 [paul]       0.8.9claws33
1439
1440         * po/es.po
1441                 updated by Ricardo Mones Lastra
1442
1443 2003-02-02 [thorsten]   0.8.9claws32
1444
1445         * src/mh.c
1446                 Fix mh_get_msginfo() segfault if file is inaccessible
1447
1448 2003-01-31 [colin]      0.8.9claws31
1449
1450         * src/procheader.c
1451                 Fix last commit's bug
1452
1453 2003-01-31 [colin]      0.8.9claws30
1454
1455         * src/procheader.c
1456                 Missing a change for gpg-signed messages
1457
1458 2003-01-31 [paul]       0.8.9claws29
1459
1460         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1461           src/procheader.c
1462           src/stock_pixmap.[ch]
1463           src/summaryview.c
1464                 indicate GnuPG signed messages by displaying an icon
1465                 in the Attachment column.
1466
1467 2003-01-31 [paul]       0.8.9claws28
1468
1469         * sync with 0.8.9cvs4
1470                 see ChangeLog 2003-01-31
1471
1472 2003-01-31 [alfons]     0.8.9claws27
1473
1474         * src/textview.c
1475                 tune URI parser to accept mailto URLs with a '?'
1476                 (patch from Ruslan Balkin)
1477
1478 2003-01-31 [colin]      0.8.9claws26
1479
1480         * src/summaryview.c
1481                 Fix a leak introduced in claws24
1482
1483 2003-01-31 [colin]      0.8.9claws25
1484
1485         * src/summaryview.c
1486                 Freeze/Thaw folder updates when deleting dups
1487
1488 2003-01-31 [colin]      0.8.9claws24
1489         
1490         * src/addr_compl.c
1491           src/summaryview.c
1492           src/msgcache.c
1493                 little speed improvements
1494
1495 2003-01-31 [colin]      0.8.9claws23
1496
1497         * src/summaryview.c
1498                 Fix segfault when forwarding nothing
1499                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1500                 
1501 2003-01-30 [paul]       0.8.9claws22
1502
1503         * sync with 0.8.9cvs3
1504                 see ChangeLog 2003-01-30
1505
1506 2003-01-30 [paul]       0.8.9claws21
1507
1508         * sync with 0.8.9cvs2
1509                 see ChangeLog 2003-01-30
1510
1511 2003-01-29 [paul]       0.8.9claws20
1512
1513         * sync with 0.8.9cvs1
1514                 see ChangeLog 2003-01-29
1515
1516 2003-01-28 [paul]       0.8.9claws19
1517
1518         * po/POTFILES.in
1519                 update to reflect changes. 
1520                 thanks to Ricardo Mones Lastra
1521
1522 2003-01-27 [christoph]  0.8.9claws18
1523
1524         * ac/openssl.m4
1525         * ac/spamassassin.m4
1526         * src/plugins/spamassassin/README
1527         * src/plugins/spamassassin/libspamc.[ch]
1528         * src/plugins/spamassassin/utils.[ch]
1529                 updated to latest libspamc
1530
1531 2003-01-27 [christoph]  0.8.9claws17
1532
1533         * src/folder.c
1534                 fix wrong use of procheader_get_header_fields
1535
1536 2003-01-27 [christoph]  0.8.9claws16
1537
1538         * src/news.c
1539         * src/prefs_account.[ch]
1540         * src/common/nntp.[ch]
1541                 allow to force authentication for NNTP servers
1542
1543         Patch submitted by Florian Mickler <dmk@d-labs.de>
1544
1545 2003-01-26 [paul]       0.8.9claws15
1546
1547         * src/summaryview.c
1548                 speed up of marking messages as read
1549                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1550
1551 2003-01-26 [christoph]  0.8.9claws14
1552
1553         * src/Makefile.am
1554         * src/mgutils.[ch]              ** REMOVE **
1555         * src/xml.[ch]                  ** REMOVE **
1556         * src/xmlprops.[ch]             ** REMOVE **
1557         * src/common/Makefile.am
1558         * src/common/mgutils.[ch]       ** NEW **
1559         * src/common/xml.[ch]           ** NEW **
1560         * src/common/xmlprops.[ch]      ** NEW **
1561                 move xml files to common directory
1562
1563 2003-01-26 [christoph]  0.8.9claws13
1564
1565         * src/plugins/spamassassin/spamassassin_gtk.c
1566                 only set gtk entry text if string is available
1567
1568 2003-01-26 [melvin]     0.8.9claws12
1569
1570         * src/description_window.c
1571                 Allow resizing of the window
1572                 Allow automatic horizontal scroll bar
1573                 Do not vertically expand and fill
1574
1575 2003-01-26 [christoph]  0.8.9claws11
1576
1577         * src/Makefile.am
1578         * src/gtkutils.[ch]             ** REMOVE **
1579         * src/common/sylpheed.c
1580         * src/gtk/Makefile.am
1581         * src/gtk/description_window.c
1582         * src/gtk/gtkutils.[ch]         ** NEW **
1583         * src/gtk/prefswindow.c
1584                 move gtkutils to gtk directory
1585
1586 2003-01-26 [paul]       0.8.9claws10
1587
1588         * src/summaryview.c
1589                 rename summary_unread_clicked() to summary_status_clicked()
1590
1591 2003-01-26 [melvin]     0.8.9claws9
1592
1593         * src/prefs_actions.c
1594                 Cosmetical changes to the help text
1595
1596 2003-01-26 [paul]       0.8.9claws8
1597
1598         * src/folder.[ch]
1599           src/mainwindow.c
1600           src/prefs_common.c
1601           src/prefs_sumamry_column.c
1602           summaryview.[ch]
1603                 rename the 'Unread' column to 'Status'
1604
1605 2003-01-25 [match]      0.8.9claws7
1606
1607         * src/mgutils.[ch]
1608                 removed reference to LDAP constants. removed error2string.
1609                 included functions to support LDAP dynamic queries.
1610         * src/syldap.h
1611                 moved LDAP constants here.
1612         * src/addressbook.c
1613         * src/addrindex.c
1614         * src/importldif.c
1615                 removed references to LDAP constants and references to
1616                 error2string.
1617
1618 2003-01-25 [paul]       0.8.9claws6
1619
1620         * src/summaryview.c
1621                 summary_thread_build(), summary_thread_init(): remove 
1622                 unneeded reference to summaryview->folder_item
1623
1624 2003-01-25 [christoph]  0.8.9claws5
1625
1626         * src/gtk/description_window.c
1627                 o allow description texts to expand over multiple columns
1628                 o translate all columns
1629         * src/prefs_actions.c
1630                 change syntax description to use new multi column feature
1631
1632         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1633
1634 2003-01-25 [match]      0.8.9claws4
1635
1636         * src/vcard.c
1637                 fixed bug with Quoted-Printable
1638
1639 2003-01-25 [paul]       0.8.9claws3
1640
1641         * src/folder.[ch]
1642           src/summaryview.[ch]
1643                 implement per-folder collapsed/expanded threads setting
1644                 
1645         * src/prefs_common.c
1646                 remove global collapsed/expanded threads option
1647
1648 2003-01-25 [christoph]  0.8.9claws2
1649
1650         * po/POTFILES.in
1651                 add pluginwindow and prefswindow
1652         * src/compose.c
1653                 make send respond correctly to messages that could be added
1654                 to the queue folder, but the UID of the message is unknown
1655         * src/folder.c
1656         * src/imap.c
1657                 don't return guessed UIDs in imap_add_msg anymore. We return
1658                 0 to tell the folder system it was appened but the UID is
1659                 unknown. Folder system now get's the UID by scaning the folder
1660                 and searching the cache for the Message-ID
1661                 (closes bug #29 Messages queued, but not sent)
1662
1663 2003-01-25 [paul]       0.8.9claws1
1664
1665         * src/codeconv.c
1666                 conv_encode_header():  fix bug when long headers with 8-bit
1667                 characters are used, so that the encoded words are wrapped.
1668                 If the space in the original text falls on the wrap boundary,
1669                 it can be lost.
1670                 Patch by Sergey Vlasov.
1671                 
1672         * src/folderview.c
1673                  fix bug where a change to the sorting method or thread view
1674                  of a folder's messages is lost if simpify-subject is set and
1675                  toggled on or off.
1676                  Patch by Luke Plant.
1677
1678 2003-01-24 [paul]       0.8.9claws
1679
1680         * sylpheed-0.8.9claws released
1681         
1682         * Makefile.am
1683           sylpheed.spec.in
1684                 remove reference to 'INSTALL.jp'
1685
1686 2003-01-23 [paul]       0.8.8claws128
1687
1688         * po/es.po
1689           po/it.po
1690           po/ru.po
1691           po/sr.po
1692                 updated translations. submitted by Ricardo Mones Lastra,
1693                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1694
1695 2003-01-23 [colin]      0.8.8claws127
1696
1697         * src/compose.c
1698                 Fix drafted and queued news articles re-edition
1699
1700 2003-01-23 [melvin]     0.8.8claws126
1701
1702         * po/fr.po
1703                 Updated French translations
1704
1705 2003-01-23 [colin]      0.8.8claws125
1706
1707         * src/inc.c
1708                 Fix "Connecting to..." status message
1709
1710 2003-01-22 [paul]       0.8.8claws124
1711
1712         * po/bg.po
1713                 updated by George Danchev
1714                 
1715         * src/folder.c
1716                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1717                 and folder deletion
1718
1719 2003-01-21 [paul]       0.8.8claws123
1720
1721         * po/bg.po
1722                 updated by George Danchev
1723                 
1724         * src/about.c
1725                 its now 2003
1726                 
1727         * src/toolbar.c
1728                 don't translate 'Separator'
1729                 
1730         * src/plugins/spamassassin/Makefile.am
1731                 add aspell to CPPFLAGS
1732                 
1733         * src/plugins/spamassassin/spamassassin.c
1734           src/plugins/spamassassin/spamassassin_gtk.c
1735                 set correct default for spamassassin_receive_spam
1736                 slightly re-word descriptions and some
1737                 other minor changes
1738
1739 2003-01-19 [alfons]     0.8.8claws122
1740                 
1741         * src/mimeview.c
1742                 mimeview_save_as(): we might as well show the file name for
1743                 the single case "Save As" too
1744
1745 2003-01-19 [alfons]     0.8.8claws121
1746
1747         * src/crash.c
1748                 change bug tracker URL to bugzilla URL
1749
1750 2003-01-19 [alfons]     0.8.8claws120
1751
1752         * src/mimeview.c
1753                 mimeview_save_all(): display name of file before overwriting;
1754                 continue saving all, even when one overwrite was cancelled
1755
1756 2003-01-19 [christoph]  0.8.8claws119
1757
1758         * src/summaryview.c
1759         * src/procmsg.[ch]
1760                 fix wrong usage of procmsg_find_children in summaryview
1761                 by using procmsg_update_unread_children instead of
1762                 summaryview_update_unread_children
1763
1764 2003-01-19 [christoph]  0.8.8claws118
1765
1766         * src/procmsg.c
1767                 fix infinite loop in procmsg_find_children
1768                  (closes bug #25 sylpheed crashes on delete.)
1769
1770         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1771
1772 2003-01-19 [paul]       0.8.8claws117
1773
1774         * po/pt_BR.po
1775                 updated by Ivan Francolin Martinez
1776
1777 2003-01-18 [melvin]     0.8.8claws116
1778
1779         * src/prefs_actions.c
1780                 Removed syntax limitation of only one '&' at the end of command.
1781                         Now actions that contain '>/dev/null 2>&1' are possible.
1782
1783 2003-01-18 [melvin]     0.8.8claws115
1784
1785         * src/prefs_actions.c
1786                 Actions IO dialog: when the action ends
1787                 the "Close" button now has focus and [Escape] closes the
1788                 window.
1789
1790 2003-01-18 [christoph]  0.8.8claws114
1791
1792         * src/procmsg.c
1793                 o add debug output when MsgInfos are really freed
1794                 o free GSLists in procmsg_find_children and
1795                   procmsg_update_unread_children
1796
1797 2003-01-18 [christoph]  0.8.8claws113
1798
1799         * src/mainwindow.c
1800                 reorder Configuration menu
1801
1802 2003-01-18 [christoph]  0.8.8claws112
1803
1804         * src/compose.c
1805                 fix applying templates to forwarded messages
1806
1807         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1808
1809 2003-01-17 [christoph]  0.8.8claws111
1810
1811         * src/folder.c
1812                 destroy folder items, when a folder item is removed
1813
1814 2003-01-17 [christoph]  0.8.8claws110
1815
1816         * src/folder.c
1817                 fix wrong folder stats update when ignored message is
1818                 deleted
1819
1820 2003-01-17 [colin]      0.8.8claws109
1821         
1822         * src/mainwindow.c
1823         * src/summaryview.c
1824                 Quicksearch bugfixes: 
1825                 - hide help button at startup if not extended
1826                 - switch to extended when looking for replies
1827
1828 2003-01-17 [paul]
1829
1830         * sync with 0.8.9 release
1831
1832 2003-01-17 [paul]       0.8.8claws108
1833
1834         * sync with 0.8.8cvs11
1835                 see ChangeLog 2003-01-17
1836
1837 2003-01-16 [colin]      0.8.8claws107
1838
1839         * src/procmsg.c
1840                 Changed encryption test to re-ask passphrase
1841                 if an encrypted message hasn't been decrypted
1842                 Fixes bug #5
1843
1844 2003-01-16 [christoph]  0.8.8claws106
1845
1846         * src/prefs_gtk.c
1847         * src/prefs_toolbar.c
1848         * src/gtk/prefswindow.h
1849         * src/plugins/spamassassin/spamassassin_gtk.c
1850                 remove page destroy function that is not used anymore
1851
1852 2003-01-16 [paul]       0.8.8claws105
1853
1854         * sync with 0.8.8cvs9
1855                 see ChangeLog 2002-01-16
1856
1857 2003-01-16 [colin]      0.8.8claws104
1858
1859         * src/compose.[ch]
1860                 Fix bug with autosaved drafts for IMAP, when draft
1861                 folder is specified - fixes bugzilla bug #20
1862
1863 2003-01-15 [paul]       0.8.8claws103
1864
1865         * src/compose.[ch]
1866           src/procmsg.c
1867                 store folder and message-id of message forwarding
1868                 in queue header and set forward flag after sending
1869
1870 2003-01-15 [paul]       0.8.8claws102
1871
1872         * sync with 0.8.8cvs8
1873                 see ChangeLog 2002-01-15
1874
1875 2003-01-15 [colin]      0.8.8claws101
1876
1877         * src/Makefile.am
1878                 Fix linking with GNU libiconv
1879
1880 2003-01-15 [darko]      0.8.8claws100
1881
1882         * src/pine.c
1883                 fix crash when importing pine address book
1884                 entry with an empty name (reported by DY
1885                 <dybulk at tri8.net>)
1886
1887 2003-01-14 [paul]       0.8.8claws99
1888
1889         * configure.in  ** REMOVED **
1890           configure.ac  ** NEW FILE **
1891                 rename configure.in to configure.ac, as it is now
1892                 preferred
1893
1894 2003-01-14 [melvin]     0.8.8claws98
1895
1896         * src/folderview.c
1897                 folderview_check_new(): More precise function description
1898
1899 2003-01-14 [melvin]     0.8.8claws97
1900
1901         * src/folderview.c
1902                 folderview_check_new(): return the number of new messages 
1903                         since last check.
1904         * src/inc.c
1905                 inc_account_mail(): Disable counting of new messages for IMAP
1906                         and NNTP until bug [19] and [14] are fixed.
1907
1908 2003-01-14 [paul]       0.8.8claws96
1909
1910         * sync with 0.8.8cvs6
1911                 see ChangeLog 2003-01-14
1912
1913 2003-01-13 [alfons]     0.8.8claws95
1914
1915         * src/textview.c
1916                 tune email address validation (c. 0.8.8claws89): if . is 
1917                 just one char away from @, the address is invalid too 
1918                 (correctly rejects addresses like foo@.com)
1919
1920 2003-01-13 [paul]       0.8.8claws94
1921
1922         * src/messageview.c
1923           src/toolbar.c
1924                 fixes to the Message View toolbar and menu:
1925                 fix non-functioning Forward button
1926                 make Reply button consider default_reply_list
1927                 remove 'Follow-up...' menu entry
1928                 add 'Forward' and 'Redirect' menu entries
1929
1930 2003-01-13 [melvin]     0.8.8claws93
1931
1932         * src/inc.c
1933                 Fixed typo that could make new messages count incorrect.
1934
1935 2003-01-13 [melvin]     0.8.8claws92
1936
1937         * src/folderview.[ch]
1938                 folderview_check_new(): return the number of new messages.
1939         * src/inc.c
1940                 Should fix bug [14] where new mail notification worked 
1941                         incorrectly with IMAP accounts.
1942                 inc_spool_account(): return number of new msgs, or -1 on error
1943                 inc_all_spool(): return number of new msgs
1944                 
1945 2003-01-13 [melvin]     0.8.8claws91
1946
1947         * src/prefs_actions.c
1948                 Justify help text.
1949
1950 2003-01-12 [thorsten]   0.8.8claws90
1951
1952         * src/common/prefs.c
1953                 close file before rename
1954
1955 2003-01-12 [alfons]     0.8.8claws89
1956
1957         * AUTHORS
1958                 add Christian Mertes
1959         * src/common/utils.[ch]
1960                 g_stricase_hash(), g_stricase_equal(): functions for 
1961                 case insensitive hash tables
1962         * src/textview.c
1963                 use top level domain names to validate email address, based
1964                 on a patch by Christian Mertes (thanks!), but changed 
1965                 implementation to use a hash table 
1966
1967 2003-01-12 [paul]       0.8.8claws88
1968
1969         * po/bg.po
1970                 updated by George Danchev
1971
1972 2003-01-12 [alfons]     0.8.8claws87
1973
1974         * src/summaryview.c
1975                 delete / execute performance: use new style folder update
1976
1977 2003-01-12 [paul]       0.8.8claws86
1978
1979         * sync with 0.8.8cvs5
1980                 see ChangeLog 2003-01-13 (!)
1981
1982 2003-01-12 [alfons]     0.8.8claws85
1983
1984         * src/filtering.c
1985         * src/matcher_parser_parse.y
1986                 prepare change_score filtering action
1987         * src/matcher.[ch]
1988                 give up const-correctness on functions that call non-const-correct functions;
1989                 several casts to gpointer in g_free();
1990                 add change_score;
1991
1992 2003-01-12 [christoph]  0.8.8claws84
1993
1994         * src/compose.c
1995                 fix 2 warnings
1996
1997         * src/gtk/prefswindow.[ch]
1998         * src/plugins/spamassassin/spamassassin_gtk.c
1999                 changed the call of the widget create function
2000                 for PrefsPages, because sometimes the widget
2001                 create function needs a widget that already has
2002                 been attached to a window (to create GDK pixmaps
2003                 for exmaple). So we simply pass the GtkWindow as
2004                 the second parameter now.
2005
2006         * src/main.c
2007         * src/mainwindow.c
2008         * src/prefs_toolbar.[ch]
2009                 rewrite Toolbar Preferences using the new
2010                 prefs window
2011
2012 2003-01-11 [alfons]     0.8.8claws83
2013
2014         * src/addressadd.c
2015                 fix crash when adding sender to addressbook because status bar
2016                 isn't there (the status bar doesn't seem to be used though,
2017                 but I'll let Match decide what to do with it)
2018
2019 2003-01-11 [colin]      0.8.8claws82
2020
2021         * src/main.c
2022           src/toolbar.c
2023                 Two useless changes reversed
2024
2025 2003-01-11 [colin]      0.8.8claws81
2026
2027         * src/mainwindow.c
2028           src/mainwindow.h
2029                 Add mainwindow_get_mainwindow()
2030         * src/alertpanel.c
2031           src/alertpanel.h
2032                 Add alertpanel_error_log() 
2033         * src/compose.c
2034           src/inc.c
2035           src/messageview.c
2036           src/toolbar.c
2037           src/main.c
2038           src/procmsg.c
2039                 Network errors get a View Log button
2040
2041 2003-01-10 [alfons]     0.8.8claws80
2042
2043         * src/prefs_toolbar.c
2044         * src/toolbar.c
2045                 use the translatable string for "Separator" as file name for
2046                 separator toolbar items (probably make this uppercase?)
2047
2048 2003-01-10 [alfons]     0.8.8claws79
2049
2050         * src/prefs_toolbar.c
2051                 put right A_SEPARATOR description string in "displayed
2052                 toolbar items list" so manually added separators are
2053                 saved correctly (bug #10, "Adding a separator to the main 
2054                 toolbar fails, entry in xml file is wrong")
2055
2056 2003-01-10 [christoph]  0.8.8claws78
2057
2058         * src/imap.c
2059                 o fix warnings
2060                 o use CAPABILITY to check if NAMESPACE is available
2061
2062 2003-01-10 [christoph]  0.8.8claws77
2063
2064         * src/imap.[ch]
2065                 apply UIDPLUS IMAP extension support patch
2066
2067         Patch submitted by Simon 'corecode' Schubert
2068
2069 2003-01-10 [paul]       0.8.8claws76
2070
2071         * src/folderview.c
2072                 a sync from main which fixes the news account folders'
2073                 Properties bug
2074
2075 2003-01-10 [christoph]  0.8.8claws75
2076
2077         * src/folder.c
2078                 don't accept 0 as a valid uid returned by copy and move
2079                 functions. 0 means the message was copied or moved but the
2080                 new uid could not be fetched. It is not an error condition
2081                 for the copy or move operation.
2082
2083 2003-01-10 [paul]       0.8.8claws74
2084
2085         * src/prefs_filtering.c
2086                 change English used in Alert when entry is not
2087                 saved.
2088                 
2089         * sync with 0.8.8cvs4
2090                 see ChangeLog 2003-01-10
2091
2092 2003-01-10 [darko]      0.8.8claws73
2093
2094         * src/pine.c
2095                 fix crash when importing address book entry
2096                 without a valid address
2097
2098 2003-01-09 [alfons]     0.8.8claws72
2099
2100         * src/inc.c
2101                 filtering performance: use new style folder update
2102
2103 2003-01-09 [christoph]  0.8.8claws71
2104
2105         * src/compose.c
2106         * src/gtk/menu.[ch]
2107                 fix wrong selecting of mime encoding type, when
2108                 opening property dialog of attachments in the
2109                 compose window. 7bit was always selected and that
2110                 destoryed files with 8bit data.
2111                 (closes bug #9 Sylpheed-claws destroys attachments when
2112                  changing MIME-types)
2113
2114 2003-01-09 [paul]       0.8.8claws70
2115
2116         * sync with 0.8.8cvs3
2117                 see ChangeLog 2003-01-09
2118
2119 2003-01-08 [alfons]     0.8.8claws69
2120         
2121         * src/addressadd.c
2122                 apply patch by Kim Schulz to fix build breakage
2123                 because of missing variable
2124
2125 2003-01-08 [paul]       0.8.8claws68
2126
2127         * sync with 0.8.8cvs2
2128                 see ChangeLog 2002-01-08
2129
2130 2003-01-08 [paul]       0.8.8claws67
2131
2132         * po/it.po
2133                 updated by Alessandro Maestri
2134                 
2135         * src/addressadd.c
2136                 when using 'Add sender to addressbook' allow
2137                 name to be edited and remarks to be entered
2138                 Patch submitted by Luke Plant
2139
2140 2003-01-08 [darko]      0.8.8claws66
2141
2142         * README.claws, src/summaryview.c
2143                 fix description for marked messages
2144
2145 2003-01-08 [paul]
2146
2147         * tools/Makefile.am
2148           tools/launch_phoenix  ** NEW FILE **
2149                 add script that enables using Phoenix as the default
2150                 web browser. 
2151                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2152                 
2153         * tools/OOo2sylpheed.pl
2154                 remove full path to sylpheed executable, just 'sylpheed'
2155                 will do
2156                 
2157         * tools/README
2158                 add launch_phoenix informtion and re-arrange and compress
2159                 the data a little
2160
2161 2003-01-07 [christoph]  0.8.8claws65
2162
2163         * src/folder.c
2164                 fix update for source folder when moving messages
2165         * src/procmsg.[ch]
2166         * src/summaryview.c
2167                 use function to set to_folder for message infos and
2168                 automatically update the op_count for old and new
2169                 folder
2170
2171 2003-01-07 [melvin]     0.8.8claws64
2172
2173         * src/prefs_actions.c
2174                 Fixed bug where an '%p' Action on a displayed image crashed 
2175                         Sylpheed
2176                 Code clean up (get rid of duplicated code and removed unnecessary 
2177                                 structure member)
2178
2179 2003-01-07 [christoph]  0.8.8claws63
2180
2181         * src/compose.c
2182         * src/folder.[ch]
2183         * src/folderview.c
2184         * src/import.c
2185         * src/inc.c
2186         * src/main.c
2187         * src/mainwindow.c
2188         * src/messageview.c
2189         * src/prefs_folder_item.c
2190         * src/procmsg.c
2191         * src/summaryview.c
2192         * src/toolbar.c
2193                 o remove all folder update triggering from the UI code. The folder
2194                   system should know much better when a folder needs an update.
2195                 o to prevent multiple updates in a row the folder updates can be
2196                   frozen for some time.
2197
2198                 Note: - Please verify that no updates are missing
2199                       - Check where freeze/thaws should be added
2200
2201 2003-01-07 [christoph]  0.8.8claws62
2202
2203         * src/prefs_actions.c
2204                 don't translate empty strings
2205
2206         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2207
2208 2003-01-06 [christoph]  0.8.8claws61
2209
2210         * src/prefs_actions.c
2211                 mark strings for gettext
2212         * src/prefs_matcher.c
2213                 use new description window for Execute action and
2214                 match condition in Filtering
2215
2216         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2217
2218 2003-01-06 [alfons]     0.8.8claws60
2219
2220         keep myself inspired to re-organize matcher part 8; 
2221         yes, more to come (I need to move out the descriptive
2222         text for actions to matcher.c, or at least make it not
2223         depend on the wicked ordering)
2224
2225         * src/prefs_matcher.c
2226                 add documentation so others may comprehend the
2227                 UI part of the conditions
2228                 
2229 2003-01-06 [christoph]  0.8.8claws59
2230
2231         * src/prefs_actions.c
2232                 use new description window for syntax help
2233         * src/gtk/description_window.c
2234                 fix display of descriptions with column count != 2
2235
2236         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2237
2238 2003-01-06 [christoph]  0.8.8claws58
2239
2240         * src/quote_fmt.c
2241         * src/summaryview.[ch]
2242         * src/gtk/Makefile.am
2243         * src/gtk/description_window.[ch]       ** NEW **
2244                 use a generic window to display syntax descriptions
2245                 currently used in quote_fmt and summaryview (new description
2246                 for extended quick search)
2247
2248         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2249
2250 2003-01-06 [paul]       0.8.8claws57
2251
2252         * sync with 0.8.8cvs1
2253                 see ChangeLog 2003-01-06
2254
2255 2003-01-06 [christoph]  0.8.8claws56
2256
2257         * src/mainwindow.c
2258         * src/prefs_gtk.[ch]
2259         * src/gtk/prefswindow.[ch]
2260         * src/plugins/spamassassin/spamassassin_gtk.c
2261                 o remove page management from prefswindow, pages
2262                   will be an argument to prefswindow_open
2263                 o prefswindow_open gets a datapointer that is
2264                   passed to the widget_create function to allow
2265                   creation of prefswindow for specific items
2266
2267 2003-01-06 [colin]      0.8.8claws55
2268         
2269         * src/summaryview.c
2270                 We don't want regexp in the reply-finder, 
2271                 because MIDs can contain !,$,. and so on
2272
2273 2003-01-06 [jens]       0.8.8claws54
2274
2275         * src/jpilot.c
2276                 fixed a wrong free in jpilot_read_db_files
2277
2278 2003-01-06 [alfons]     0.8.8claws53
2279
2280         re-organize matcher part 8; more to come
2281        
2282         * src/matcher.c
2283                 matcherprop_to_string(): put g_free()s before the
2284                 switch-case break to fix memleaks                
2285
2286 2003-01-06 [colin]      0.8.8claws52
2287
2288         * src/summaryview.c
2289                 cleanup & reply-finder now displays the first 
2290                 matching message
2291
2292 2003-01-05 [alfons]     0.8.8claws51
2293
2294         re-organize matcher part 7; more to come
2295
2296         * src/matcher.[ch]
2297                 fixes for constant correctness;
2298                 more documentation;
2299
2300 2003-01-05 [alfons]     0.8.8claws50
2301
2302         re-organize matcher part 6; more to come
2303         
2304         * src/matcher.[ch]
2305                 fixes for constant correctness;
2306                 more documentation;
2307         * src/filtering.c
2308                 fix for constant correctness
2309
2310 2003-01-05 [colin]      0.8.8claws49
2311
2312         * src/account.[ch]
2313                 Add account_get_reply_account function
2314         * src/compose.c
2315                 Use account_get_reply_account function 
2316         * src/summaryview.c
2317                 Basic reply-finder - click on the replied
2318                 icon gets you to the outbox using quick-search
2319
2320 2003-01-05 [paul]       0.8.8claws48
2321
2322         * src/prefs_common.c
2323                 small change to English
2324                 
2325         * src/prefs_filtering.c
2326                 prefs_filtering_action_select(): improve logic and uniformity
2327                 of gui
2328
2329 2003-01-05 [alfons]     0.8.8claws47
2330
2331         fine tune solution to focus problems (bug #7)
2332
2333         * src/mainwindow.c
2334                 mainwindow_focus_in_event(): remove grab event check
2335         * src/summaryview.c
2336                 summary_button_pressed(): move selection on right-click
2337                 too. we can't possibly move the selection back after
2338                 canceling a dialog, because gtk's incomplete focus 
2339                 management. whether this is a good solution, only time
2340                 will tell.
2341
2342 2003-01-05 [christoph]  0.8.8claws46
2343
2344         * src/imap.c
2345                 fix crash when no imap connection could be established
2346
2347 2003-01-05 [paul]       0.8.8claws45
2348
2349         * src/mainwindow.c
2350           src/sumamryview.c
2351           src/gtk/menu.[ch]
2352                 fix bug 605957 'shortcuts in popup-menu'
2353                 make user-defined shortcuts work
2354                 show shortcuts that are already defined
2355                 in the main menu
2356                 Patch submitted by Luke Plant
2357
2358 2003-01-05 [alfons]     0.8.8claws44
2359
2360         * src/mainwindow.c
2361                 focus_in_event handler should not select summary view row 
2362                 when another window (menu, dialog) grabbed for events 
2363                 (bug #7, "[0.8.8claws42] Message summary focus") 
2364
2365 2003-01-04 [christoph]  0.8.8claws43
2366
2367         * src/procmsg.c
2368                 update save folder after adding the sent message
2369                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2370
2371 2003-01-02 [christoph]  0.8.8claws42
2372
2373         * src/common/plugin.c
2374                 fix unloading of all plugins and unload
2375                 plugins in reverse order
2376                 
2377         * src/gtk/pluginwindow.c
2378                 implement function of load and unload button
2379
2380         * src/gtk/prefswindow.c
2381         * src/gtk/prefswindow.h
2382                 rename register function and add new unregister
2383                 function
2384
2385         * src/plugins/spamassassin/spamassassin_gtk.c
2386                 unregister prefs page and update for changes in
2387                 src/gtk/prefswindow.c
2388
2389 2003-01-02 [paul]       0.8.8claws41
2390
2391         * po/es.po
2392                 updated by Ricardo Mones Lastra
2393
2394 2003-01-02 [paul]
2395
2396         * tools/tb2sylpheed
2397                 fixes and improvements by Urke MMI
2398
2399 2003-01-02 [thorsten]   0.8.8claws40
2400
2401         * src/procmsg.c
2402                 fixed wrong return value
2403
2404 2003-01-02 [thorsten]   0.8.8claws39
2405
2406         * src/prefs.c
2407                 fixed printing wrong variable
2408
2409 2003-01-02 [thorsten]   0.8.8claws38
2410
2411         * src/prefs.c
2412                 fixed acessing members of freed pfile struct
2413
2414 2003-01-02 [thorsten]   0.8.8claws37
2415
2416         * src/procmsg.c
2417                 detect loops across several messages
2418                 as suggested by Christoph Hohmann
2419
2420 2003-01-01 [match]      0.8.8claws36
2421
2422         * src/addrindex.c
2423                 fixed another memory leak.
2424
2425 2003-01-01 [match]      0.8.8claws35
2426
2427         * src/jpilot.[ch]
2428                 fixed memory leaks. applied Doxygen comments.
2429
2430 2003-01-01 [thorsten]   0.8.8claws34
2431
2432         * src/procmsg.c
2433                 inhibit endless loop if msg references itself
2434                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2435
2436 2003-01-01 [christoph]  0.8.8claws33
2437
2438         * src/mainwindow.c
2439         * src/gtk/Makefile.am
2440         * src/gtk/pluginwindow.c                ** NEW **
2441         * src/gtk/pluginwindow.h                ** NEW **
2442                 add plugin window
2443
2444         * src/plugins/demo/demo.c
2445         * src/plugins/spamassassin/spamassassin.c
2446         * src/plugins/spamassassin/spamassassin_gtk.c
2447                 write better plugin descriptions
2448
2449 2002-12-31 [christoph]  0.8.8claws32
2450
2451         * src/gtk/prefswindow.c
2452         * src/plugins/spamassassin/spamassassin_gtk.c
2453                 some small improvements to GTK code
2454
2455 2002-12-31 [christoph]  0.8.8claws31
2456
2457         * src/plugins/spamassassin/spamassassin_gtk.c
2458                 enable folder select button
2459
2460 2002-12-31 [christoph]  0.8.8claws30
2461
2462         * src/mainwindow.c
2463         * src/gtk/Makefile.am
2464         * src/gtk/prefswindow.c                         ** NEW **
2465         * src/gtk/prefswindow.h                         ** NEW **
2466                 add new prefs window
2467
2468         * src/common/plugin.c
2469                 don't try to load empty config lines
2470         
2471         * src/plugins/spamassassin/Makefile.am
2472         * src/plugins/spamassassin/spamassassin.c
2473         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2474         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2475                 GTK config for SpamAssassin Plugin using
2476                 the new prefs window
2477
2478 2002-12-31 [paul]       0.8.8claws29
2479
2480         * po/POTFILES.in
2481                 remove obsolete entry 'src/menu.c'
2482
2483 2002-12-31 [alfons]     0.8.8claws28
2484
2485         * src/matcher.[ch]
2486         * src/matcher_parser_parse.y
2487         * src/prefs_matcher.c
2488                 add "ignore_thread" and "~ignore_thread" condition so it's
2489                 possible to make the actions / scoring operate on the ignore
2490                 thread flag
2491
2492 2002-12-31 [christoph]  0.8.8claws27
2493
2494         * src/addrbook.c
2495         * src/addrindex.c
2496         * src/folder.c
2497         * src/matcher.c
2498         * src/prefs_account.c
2499         * src/prefs_actions.c
2500         * src/prefs_customheader.c
2501         * src/prefs_display_header.c
2502         * src/prefs_gtk.c
2503         * src/procmime.c
2504         * src/toolbar.c
2505         * src/xmlprops.c
2506         * src/common/prefs.[ch]
2507                 extend prefs file handling for reading and automatic handling
2508                 of blocks. When reading prefs_set_block_label will automatically
2509                 move on to the block. When writing it will copy all other blocks
2510                 automatically
2511
2512         * src/common/plugin.c
2513                 Now loading plugin filenames from [Plugins] block in
2514                 sylpheed rc file
2515
2516 2002-12-30 [christoph]  0.8.8claws26
2517
2518         * src/common/hooks.[ch]
2519                 return abort status to caller of hooks_invoke
2520                 
2521         * src/inc.[ch]
2522                 invoke message filtering hook and stop
2523                 default handling when filter returns abort
2524
2525         * src/common/plugin.[ch]
2526         * src/plugins/demo/demo.c
2527                 modify plugin loader, because resolving symbols for strings
2528                 does not work correctly
2529         
2530         * configure.in
2531         * ac/spamassassin.m4                            ** NEW **
2532         * src/plugins/spamassassin/.cvsignore           ** NEW **
2533         * src/plugins/spamassassin/Makefile.am          ** NEW **
2534         * src/plugins/spamassassin/README               ** NEW **
2535         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2536         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2537         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2538                 add spamassassin plugin, see src/plugins/spamassassin/README
2539                 for details
2540
2541 2002-12-29 [alfons]     0.8.8claws25
2542
2543         * src/mainwindow.c
2544                 when moving focus from a message view to the main 
2545                 window, don't forget to select the summary node
2546                 of the displayed message. should fix "[ 659103 ] 
2547                 focus-follows-mouse confuses sylpheed"
2548
2549 2002-12-29 [christoph]  0.8.8claws24
2550
2551         * src/Makefile.am
2552         * src/stringtable.[ch]          ** REMOVE **
2553         * src/common/Makefile.am
2554         * src/common/stringtable.[ch]   ** NEW **
2555                 move stringtable files to common directory
2556
2557 2002-12-29 [christoph]  0.8.8claws23
2558
2559         * src/Makefile.am
2560         * src/menu.[ch]                 ** REMOVE **
2561         * src/gtk/Makefile.am
2562         * src/gtk/menu.[ch]             ** NEW **
2563                 move menu files to gtk directory
2564
2565 2002-12-29 [match]      0.8.8claws22
2566
2567         * src/addressbook.c
2568         * src/syldap.c
2569                 moved UI specific code out of LDAP code into addressbook
2570                 UI code. fixed memory leak.
2571
2572 2002-12-29 [christoph]  0.8.8claws21
2573
2574         * src/folder.c
2575                 only check for IGNORED parent message when message is
2576                 not IGNORED itself
2577
2578 2002-12-29 [alfons]     0.8.8claws20
2579
2580         * src/summaryview.c
2581                 set gtksctree's anchor correct (immediate execute
2582                 changes the tree's layout, and anchor points at 
2583                 the incorrect row). fixes "[ 657233 ] multiple msg 
2584                 delete sometimes off by 1".
2585                 we probably have to look for more tree layout /
2586                 anchor glitches.
2587
2588 2002-12-29 [paul]       0.8.8claws19
2589
2590         * src/summaryview.c
2591                 fix bug [ 659054 ] incorrect sorting of 'From' column
2592                 when using 'display sender using address book'
2593                 thanks to Alfons and Luke Plant
2594
2595 2002-12-29 [christoph]  0.8.8claws18
2596
2597         * src/folder.c
2598         * src/procmsg.[ch]
2599                 check parent messages for IGNORE THREAD flag, when adding,
2600                 moving or copying messages to a folder
2601
2602 2002-12-27 [alfons]     0.8.8claws17
2603
2604         re-organize matcher part 5; more to come
2605
2606         * src/matcher.c
2607                 hash keywords in matchparser_tab 
2608
2609 2002-12-27 [alfons]     0.8.8claws16
2610
2611         re-organize matcher part 4; more to come
2612
2613         * src/matcher_parser.h
2614         * src/matcher_parser_lex.l
2615         * src/matcher_parser_parse.y
2616                 cleanup
2617
2618 2002-12-27 [alfons]     0.8.8claws15
2619
2620         re-organize matcher part 3; more to come
2621
2622         * src/matcher.[ch]
2623                 cleanup
2624
2625 2002-12-27 [alfons]     0.8.8claws14
2626
2627         re-organize matcher part 2; more to come but this should
2628         work. cc me if there are any regressions.
2629
2630         * src/matcher.h
2631                 add prototype for get_matchparser_tab_id()
2632         * src/matcher_parser_lex.l
2633                 look up keywords using matchparser_tab_id();
2634
2635 2002-12-27 [alfons]     0.8.8claws12
2636
2637         re-organize matcher part 1
2638
2639         * src/matcher.h
2640                 map yacc generated constants to sylpheed matcher constants
2641         * src/matcher.c
2642                 add function to find a matcher constant from a string
2643
2644 2002-12-27 [christoph]  0.8.8claws11
2645
2646         * src/compose.c
2647                 MENUITEM_ADD casts the 4th argument from integer to pointer
2648                 so it probably should not be a pointer, this means we
2649                 should use account id for it and not the account's pointer
2650
2651 2002-12-27 [paul]       0.8.8claws10
2652
2653         * src/mainwindow.c
2654                 remove unneeded 'GtkWidget *vbox'
2655                 
2656         * src/summaryview.c
2657                 further sync with 0.8.8 - make sort
2658                 by recipient work as expected
2659                 
2660         * NEWS
2661                 sync with 0.8.8
2662
2663 2002-12-27 [paul]       0.8.8claws9
2664
2665         * po/pt_BR.po
2666                 updated by Ivan F. Martinez
2667                 
2668 2002-12-27 [darko]      0.8.8claws8
2669
2670         * src/common/utils.c
2671                 added locked pattern to extended search
2672
2673 2002-12-27 [alfons]     0.8.8claws7
2674
2675         * src/prefs_matcher.[ch]
2676                 clean up
2677
2678 2002-12-26 [alfons]     0.8.8claws6
2679
2680         * src/matcher.[ch]
2681         * src/matcher_parser_lex.l
2682         * src/matcher_parser_parse.y
2683         * src/prefs_matcher.c
2684                 allow color label as a condition in the matcher
2685
2686 2002-12-26 [oliver]     0.8.8claws5
2687         
2688         * src/toolbar.c 
2689                 enable Addressbook for Main and Messageview
2690         * src/prefs_actions.c
2691                 enable actions in Messageview
2692
2693 2002-12-26 [christoph]  0.8.8claws4
2694
2695         * src/common/plugin.c
2696                 add a little debug output
2697         * configure.in
2698         * src/plugins/demo/Makefile.am
2699                 better use of automake
2700
2701 2002-12-26 [christoph]  0.8.8claws3
2702
2703         * src/Makefile.am
2704         * src/common/Makefile.am
2705                 fix "make distdir"
2706
2707 2002-12-26 [christoph]  0.8.8claws2
2708
2709         * configure.in
2710                 sort configure checks into common / gtk / plugins
2711         * po/POTFILES.in
2712                 add src/prefs_gtk.c
2713         * src/Makefile.am
2714                 add plugins SUBDIR
2715         * src/main.c
2716         * src/common/sylpheed.[ch]
2717                 added now sylpheed_done function for shutdown
2718         * src/common/Makefile.am
2719         * src/common/plugin.[ch]                ** NEW **
2720                 plugin loader and unloader
2721         * src/plugins/.cvsignore                ** NEW **
2722         * src/plugins/Makefile.am               ** NEW **
2723                 build plugins
2724         * src/plugins/demo/.cvsignore           ** NEW **
2725         * src/plugins/demo/Makefile.am          ** NEW **
2726         * src/plugins/demo/demo.c               ** NEW **
2727                 small demo plugin that installs a logtext hook and
2728                 outputs the log text to stdout
2729
2730 2002-12-26 [paul]       0.8.8claws1
2731
2732         * po/es.po
2733                 updated by Ricardo Mones Lastra
2734
2735 2002-12-26 [paul]       0.8.8claws
2736
2737         * 0.8.8claws released
2738
2739 2002-12-26 [paul]       0.8.7claws12
2740
2741         * po/bg.po
2742                 updated by George Danchev
2743
2744 2002-12-26 [paul]       0.8.7claws11
2745
2746         * po/POTFILES.in
2747                 remove unneeded 'src/prefs.c' entry 
2748
2749 2002-12-26 [paul]       0.8.7claws10
2750
2751         * src/codeconv.c
2752           src/mainwindow.c
2753                 sync with 0.8.8 release
2754         
2755         * src/folder.[ch]
2756           src/mh.c
2757           src/summaryview.c
2758                 partial sync with 0.8.8 release
2759         
2760
2761 2002-12-25 [alfons]     0.8.7claws9
2762
2763         * src/matcher.[ch]
2764         * src/matcher_parser_lex.l
2765         * src/matcher_parser_parse.y
2766         * src/prefs_matcher.c
2767                 add locked flag to possible filtering / matcher 
2768                 conditions (also a good example what should be
2769                 done to add a simple boolean condition)
2770
2771 2002-12-25 [christoph]  0.8.7claws8
2772
2773         * src/Makefile.am
2774         * src/account.[ch]
2775         * src/addrbook.c
2776         * src/addressbook.c
2777         * src/addrindex.c
2778         * src/filtering.c
2779         * src/folder.c
2780         * src/matcher.c
2781         * src/prefs.[ch]                ** REMOVE **
2782         * src/prefs_account.c
2783         * src/prefs_actions.c
2784         * src/prefs_common.c
2785         * src/prefs_customheader.c
2786         * src/prefs_display_header.c
2787         * src/prefs_filtering.c
2788         * src/prefs_folder_item.c
2789         * src/prefs_gtk.[ch]            ** NEW **
2790         * src/prefs_matcher.c
2791         * src/prefs_scoring.c
2792         * src/prefs_summary_column.c
2793         * src/procmime.c
2794         * src/selective_download.c
2795         * src/toolbar.c
2796         * src/common/Makefile.am
2797         * src/common/prefs.[ch]         ** NEW **
2798                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2799
2800 2002-12-24 [alfons]     0.8.7claws7
2801
2802         * src/summaryview.c
2803                 summary_thread_build(): fix real cause of the crash mentioned in
2804                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2805                 this way we get meaningful ctree nodes 
2806
2807 2002-12-24 [oliver]     0.8.7claws6
2808
2809         * src/mainwindow.[ch]
2810         * src/messageview.[ch]
2811         * src/compose.[ch]
2812         * src/inc.c
2813         * src/summaryview.c
2814                 changes to use updated toolbar handling
2815                 
2816 2002-12-24 [oliver]     0.8.7claws5
2817
2818         * src/toolbar.[ch]
2819                 generic toolbar handling
2820                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2821         * src/prefs_toolbar.[ch]
2822                 adjust to handling
2823         
2824 2002-12-24 [oliver]     0.8.7claws4
2825         
2826         * src/stock_pixmap.[ch]
2827                 move SYLPHEED_LOGO to end of list in order 
2828                 to remove it from Custom Toolbar`s Icon View
2829
2830 2002-12-24 [alfons]     0.8.7claws3
2831
2832         * src/summaryview.c
2833                 summary_thread_build(): fix crash because of focus != selection 
2834                 after threading. when deleting the selection, gtk tries but fails 
2835                 to find the correct focusable element. we now force the selection
2836                 to be focused. this should solve the infamous bug reported by 
2837                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2838                 a test case is available. 
2839
2840 2002-12-24 [darko]      0.8.7claws2
2841
2842         * src/summaryview.c
2843                 don't crash when unmarking message with unread children
2844
2845 2002-12-23 [christoph]  0.8.7claws1
2846
2847         * src/Makefile.am
2848         * src/common/Makefile.am
2849                 update Makefiles for moved intl.h, version.h and defs.h
2850         * src/imap.c
2851                 rewrite imap_session_get to avoid duplicate code
2852
2853 2002-12-23 [paul]       0.8.7claws
2854
2855         * Santa-Claws released
2856         
2857         * po/hu.po
2858           po/ru.po
2859                 squeeze in updated Hungarian and Russian translations.
2860                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2861
2862 2002-12-23 [paul]       0.8.6claws129
2863
2864         * po/pl.po
2865                 updated by Witold Wladyslaw Wojciech Wilk
2866
2867 2002-12-23 [paul]       0.8.6claws128
2868
2869         * src/quote_fmt_parse.y
2870                 fix typo and add licence header
2871
2872 2002-12-23 [paul]       0.8.6claws127
2873
2874         * po/en_GB.po
2875                 updated
2876
2877 2002-12-23 [paul]       0.8.6claws126
2878
2879         * po/it.po
2880                 updated translation, submitted by Alessandro Maestri
2881                 
2882 2002-12-23 [paul]       0.8.6claws125
2883
2884         * src/quote_fmt_parse.y
2885                 fix signature-stripping on replies bug. match
2886                 '-- \n' and not '-- '.
2887
2888 2002-12-22 [paul]       0.8.6claws124
2889
2890         * po/bg.po
2891           po/es.po
2892           po/sr.po
2893                 updated translations. submitted by George Danchev,
2894                 Ricardo Mones Lastra, and Urke MMI respectively
2895
2896 2002-12-21 [paul]       0.8.6claws123
2897
2898         * src/addrbook.c
2899                 fix coding style
2900
2901 2002-12-21 [paul]       0.8.6claws122
2902
2903         * src/addrbook.c
2904                 fix bug [643638] where if a person is in one or more
2905                 addressbook groups editing that person's email 
2906                 address results in removal from those groups.
2907                 Patch submitted by Luke Plant.
2908
2909 2002-12-20 [christoph]  0.8.6claws121
2910
2911         * src/common/utils.c
2912         * src/summaryview.c
2913                 reimplement expand_search_string using GString to
2914                 prevent crashs caused by miscalculated string
2915                 lengths reported by Paul
2916
2917 2002-12-20 [christoph]  0.8.6claws120
2918
2919         * src/summaryview.c
2920                 don't use "changed" to check if op_count has to be changed as it
2921                 is also set when the message has unread children
2922                 (closes bug [ 653221 ] crash while deleting duplicates)
2923
2924 2002-12-20 [paul]       0.8.6claws119
2925
2926         * sync with 0.8.6cvs27
2927                 see ChangeLog 2002-12-20
2928
2929 2002-12-20 [paul]       0.8.6claws118
2930
2931         * sync with 0.8.6cvs26
2932                 see ChangeLog 2002-12-19 and 2002-12-20
2933
2934 2002-12-19 [alfons]     0.8.6claws117
2935
2936         * src/textview.c
2937                 fix incorrect parsing of email addresses, submitted by 
2938                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2939                 name display if it contains @".
2940
2941 2002-12-18 [paul]       0.8.6claws116
2942
2943         * sync with 0.8.6cvs23
2944                 see ChangeLog 2002-12-18
2945
2946 2002-12-18 [paul]       0.8.6claws115
2947
2948         * src/Makefile.am
2949         * src/account.c
2950         * src/codeconv.c
2951         * src/gtkutils.[ch]
2952         * src/imap.c
2953                 sync with 0.8.6cvs22.
2954                 see ChangeLog 2002-12-17 and 2002-12-18
2955
2956 2002-12-17 [christoph]  0.8.6claws114
2957
2958         * src/imap.c
2959                 o don't create a session if imap greeting fails
2960                 o don't close socket when authentication fails
2961                   this is done by imap_session_destroy
2962
2963 2002-12-17 [thorsten]   0.8.6claws113
2964
2965         * tools/Makefile.am
2966           tools/README
2967           tools/google_msgid.pl ** NEW FILE **
2968                 Added "search for message-id" script and doc
2969
2970 2002-12-17 [thorsten]   0.8.6claws112
2971
2972         * po/hu.po
2973                 Updated hungarian translation
2974                 (updated by Gal Zoltan)
2975
2976 2002-12-16 [christoph]  0.8.6claws111
2977
2978         * src/addr_compl.c
2979                 remove stupid addressbook dump to debug output
2980         * src/mh.c
2981                 fix memory leak found by Hiro
2982
2983 2002-12-14 [paul]       0.8.6claws110
2984
2985         * src/compose.c
2986                 fix menubar sensitivity on send
2987                 
2988         * src/prefs_filtering.c
2989         * src/prefs_matcher.c
2990         * src/prefs_scoring.c
2991                 Fix english ;)
2992                 
2993         * src/common/quoted-printable.h
2994                 sync: fix typo
2995         
2996 2002-12-13 [christoph]  0.8.6claws109
2997
2998         * src/Makefile.am
2999         * src/manage_window.[ch]        ** REMOVE **
3000         * src/gtk/Makefile.am
3001         * src/gtk/manage_window.[ch]    ** NEW **
3002                 move manage_window files to gtk directory
3003
3004 2002-12-13 [christoph]  0.8.6claws108
3005
3006         * src/Makefile.am
3007         * src/gtkshruler.[ch]           ** REMOVE **
3008         * src/gtk/Makefile.am
3009         * src/gtk/gtkshruler.[ch]       ** NEW **
3010                 move gtkshruler files to gtk directory
3011
3012 2002-12-13 [christoph]  0.8.6claws107
3013
3014         * src/Makefile.am
3015         * src/compose.c
3016         * src/gtkstext.[ch]             ** REMOVE **
3017         * src/gtkutils.[ch]
3018         * src/textview.c
3019         * src/gtk/gtkstext.[ch]         ** NEW **
3020         * src/gtk/Makefile.am
3021                 o move stext functions to gtkstext.c to remove
3022                   dependency of gtkutils
3023                 o move gtkstext files to gtk directory
3024
3025         * src/gtk/Makefile.am
3026         * src/gtk/sslcertwindow.[ch]
3027                 UI stuff can always depend on common code so
3028                 it's ok to add ../common to include path
3029
3030 2002-12-13 [colin]      0.8.6claws106
3031
3032         * src/summaryview.c
3033                 Disconnect sighandlers for mainwindow when
3034                 quicksearch has the focus
3035                 Fix bug #653231
3036         * src/mainwindow.[ch]
3037                 Make key_pressed callback public, to be able
3038                 to disconnect it
3039
3040 2002-12-13 [christoph]  0.8.6claws105
3041
3042         * src/mh.c
3043                 create .mh_sequences file in new MH folders
3044                 (closes feature request [ 523162 ] MH folders should
3045                  get a .mh_sequences)
3046
3047 2002-12-13 [colin]      0.8.6claws104
3048
3049         * src/summaryview.c
3050                 Better handling of quicksearch show/hide
3051                 (basically the button stays under the mouse 
3052                  when toggled)
3053
3054 2002-12-13 [paul]       0.8.6claws103
3055
3056         * sync with 0.8.6cvs17
3057                 see ChangeLog 2002-12-13
3058
3059 2002-12-13 [paul]       0.8.6claws102
3060
3061         * po/es.po
3062                 updated by Ricardo Mones Lastra
3063
3064 2002-12-11 [colin]       0.8.6claws101
3065
3066         * src/folder.c
3067                 remove statusbar stuff
3068           src/folderview.c
3069                 set statusbar verbosity when moving folders
3070
3071 2002-12-11 [colin]       0.8.6claws100
3072         * src/prefs_filtering.c
3073         * src/prefs_matcher.c
3074         * src/prefs_scoring.c
3075                 Fix english ;)
3076
3077 2002-12-11 [colin]       0.8.6claws99
3078
3079         * src/prefs_common.[ch]
3080                 Add summary_quicksearch_type
3081         * src/summaryview.c
3082                 Save last used quicksearch type
3083
3084 2002-12-11 [jens]       0.8.6claws98
3085         * src/prefs_filtering.c
3086         * src/prefs_matcher.c
3087         * src/prefs_scoring.c
3088                 added dialog for incomplete rules in scoring, filtering and
3089                 matcher to ask wheather really close
3090
3091 2002-12-11 [colin]      0.8.6claws97
3092
3093         * src/folder.c
3094                 Fix folder dnd statusbar logging
3095
3096 2002-12-10 [christoph]  0.8.6claws96
3097
3098         * src/compose.c
3099         * src/folder.c
3100         * src/imap.c
3101         * src/inc.c
3102         * src/main.c
3103         * src/mainwindow.c
3104         * src/news.c
3105         * src/send.c
3106         * src/statusbar.[ch]
3107         * src/common/hooks.c
3108         * src/common/log.[ch]
3109                 o handle verbose logging in statusbar directly in statusbar code
3110                   and common code does not need any knowledge about a statusbar
3111                 o remove direct calls to statusbar_(puts|pop)_all functions
3112
3113 2002-12-10 [jens]       0.8.6claws95
3114
3115         * src/*.c
3116                 removed gettext from g_warnings
3117         * po/POTFILES.in
3118                 cleaned and updated
3119         * po/de.po
3120                 updated
3121
3122 2002-12-10 [colin]      0.8.6claws94
3123
3124         * src/main.c
3125                 finish crash dialog fix
3126
3127 2002-12-10 [colin]      0.8.6claws93
3128
3129         * src/main.c
3130                 "Fix" "sylpheed already running" instead of
3131                 crash dialog appearing after a crash
3132
3133 2002-12-10 [colin]      0.8.6claws92
3134
3135         * po/POTFILES.in
3136                 add src/gtk/sslcertwindow.c
3137
3138 2002-12-10 [paul]       0.8.6claws91
3139
3140         * po/POTFILES.in
3141                 updated to reflect recent changes
3142                 submitted by Alessandro Maestri
3143
3144 2002-12-09 [christoph]  0.8.6claws90
3145
3146         * src/Makefile.am
3147         * src/smtp.[ch]                 ** REMOVE **
3148         * src/common/Makefile.am
3149         * src/common/smtp.[ch]          ** NEW **
3150                 move smtp files to common directory
3151
3152 2002-12-09 [christoph]  0.8.6claws89
3153
3154         * src/Makefile.am
3155         * src/session.[ch]              ** REMOVE **
3156         * src/common/Makefile.am
3157         * src/common/session.[ch]       ** NEW **
3158                 move session files to common directory
3159
3160 2002-12-09 [paul]       0.8.6claws88
3161
3162         * src/account.c
3163                 fix bug [649746] edit accounts: move account reverted
3164                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3165
3166 2002-12-09 [colin]      0.8.6claws87
3167
3168         * src/ssl_certificate.c
3169                 cleanup
3170
3171 2002-12-09 [colin]      0.8.6claws86
3172
3173         * src/ssl.c
3174                 Try to open the cert.pem database and 
3175                 issue a warning if it isn't there
3176
3177 2002-12-09 [colin]      0.8.6claws85
3178
3179         * src/common/ssl_certificate.c
3180         * src/gtk/sslcertwindow.c
3181                 Warning fixes
3182
3183 2002-12-09 [colin]      0.8.6claws84
3184
3185         * src/ssl_certificate.[ch] ** REMOVED **
3186         * src/common/ssl_certificate.[ch] ** NEW **
3187         * src/Makefile.am
3188         * src/common/Makefile.am
3189                 Moved ssl_certificate.[ch] to common
3190         * src/common/ssl.c 
3191                 Put back needed include
3192         * src/gtk/sslcertwindow.[ch]
3193                 Changed ssl_certificate.h include
3194         
3195 2002-12-09 [colin]      0.8.6claws83
3196
3197         * src/gtk/sslcertwindow.[ch]
3198                 Implement hook for certificate acception
3199         * src/ssl_certificate.[ch]
3200                 Implement hook for certificate acception
3201         * src/common/ssl.c
3202                 Reenable certificate acception check
3203         * src/mainwindow.c
3204                 Register sslcertwindow's hook
3205         
3206 2002-12-08 [christoph]  0.8.6claws82
3207
3208         * src/about.c
3209         * src/addr_compl.c
3210         * src/codeconv.c
3211         * src/manual.c
3212         * src/undo.c
3213         * src/common/utils.c
3214                 o add missing includes
3215                 o fix warnings
3216         * src/.cvsignore
3217         * src/common/.cvsignore
3218         * src/common/version.h          ** REMOVE **
3219                 remove autogenerated file
3220
3221 2002-12-08 [paul]       0.8.6claws81
3222
3223         * src/stringtable.c
3224                 put back needed include
3225
3226 2002-12-08 [colin]      0.8.6claws80
3227         
3228         * src/gtk/sslcertwindow.c
3229                 Cleaner popups when asking
3230         * src/ssl_certificate.c
3231         * src/prefs_common.[ch]
3232                 remove ssl certificate pref
3233                 put back needed include
3234         * src/undo.c
3235                 put back needed include
3236
3237 2002-12-08 [christoph]  0.8.6claws79
3238
3239         * src/folderview.c
3240         * src/logwindow.c
3241         * src/statusbar.c
3242         * src/summaryview.c
3243                 only abort hook invokation if required data is missing not
3244                 if our own data pointer is NULL, update hookfunction for
3245                 log window
3246
3247 2002-12-08 [paul]       0.8.6claws78
3248
3249         * src/about.c
3250         * src/addrcache.c
3251         * src/addrclip.c
3252         * src/addr_compl.c
3253         * src/addrselect.c
3254         * src/codeconv.c
3255         * src/colorlabel.c
3256         * src/enriched.c
3257         * src/esmtp.c
3258         * src/exporthtml.c
3259         * src/headerview.c
3260         * src/imageview.c
3261         * src/manual.c
3262         * src/noticeview.c
3263         * src/pgptext.c
3264         * src/scoring.c
3265         * src/sourcewindow.c
3266         * src/stringtable.c
3267         * src/undo.c
3268                 clean up: remove unneccesary includes
3269
3270 2002-12-08 [christoph]  0.8.6claws77
3271
3272         * src/folderview.c
3273         * src/statusbar.c
3274         * src/summaryview.c
3275         * src/common/hooks.[ch]
3276                 hook functions now have a gboolean return value, if a hook
3277                 returns TRUE it will stop executing of any more hooks in
3278                 the same hooklist for this invokation
3279
3280 2002-12-08 [colin]      0.8.6claws76
3281         
3282         * src/main.c
3283                 put back argv0 for CRASH_DIALOG
3284
3285 2002-12-08 [christoph]  0.8.6claws75
3286
3287         * src/Makefile.am
3288         * src/about.c
3289         * src/account.c
3290         * src/crash.c
3291         * src/esmtp.h
3292         * src/imap.[ch]
3293         * src/inc.c
3294         * src/main.c
3295         * src/mainwindow.c
3296         * src/news.c
3297         * src/pop.[ch]
3298         * src/prefs_account.[ch]
3299         * src/prefs_common.[ch]
3300         * src/send.[ch]
3301         * src/smtp.[ch]
3302         * src/ssl_certificate.[ch]
3303         * src/ssl_manager.[ch]
3304         * src/common/Makefile.am
3305         * src/common/log.c
3306         * src/common/nntp.[ch]
3307         * src/common/socket.[ch]
3308         * src/common/ssl.[ch]
3309         * src/gtk/sslcertwindow.[ch]
3310         * ac/openssl.m4
3311                 use new autoconf script to detect OpenSSL with extra parameters
3312                 to specify the location of libs and includes, also remove USE_SSL
3313                 to USE_OPENSSL
3314
3315         * src/common/sylpheed.[ch]
3316         * src/common/version.h.in
3317                 start seperation of common code initialization seperated from gui
3318
3319         * src/summaryview.c
3320                 The function that is called when a color label changes
3321                 should not change the color lable again
3322
3323 2002-12-08 [colin]      0.8.6claws74
3324
3325         * src/gtk/sslcertwindow.c
3326                 warning fixes
3327
3328 2002-12-08 [colin]      0.8.6claws73
3329
3330         * src/statusbar.c
3331           src/common/log.h
3332                 Register a hook for statusbar_puts_all
3333         * src/common/log.c
3334                 invoke statusbar_puts_all's hook
3335         
3336 2002-12-08 [colin]      0.8.6claws72
3337
3338         * src/ssl_certificate.c
3339                 Put back a badly-removed include
3340
3341 2002-12-08 [colin]      0.8.6claws71
3342
3343         * src/gtk/sslcertwindow.[ch]    ** NEW **
3344                 new certificate presentation
3345         * src/gtk/Makefile.am
3346                 add new files
3347         * src/ssl_certificate.[ch]
3348                 gtk cleanup, made utility functions public
3349         * src/ssl_manager.c
3350                 use new cert presentation
3351
3352 2002-12-07 [christoph]  0.8.6claws70
3353
3354         * src/Makefile.am
3355         * src/nntp.[ch]                 ** REMOVE **
3356         * src/common/Makefile.am
3357         * src/common/nntp.[ch]          ** NEW **
3358                 move nntp files to common directory
3359
3360 2002-12-07 [christoph]  0.8.6claws69
3361
3362         * src/procmsg.[ch]
3363         * src/summaryview.c
3364                 implement msginfo update callback using sylpheed's new
3365                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3366
3367 2002-12-06 [christoph]  0.8.6claws68
3368
3369         * src/editgroup.c
3370                 This patch changes the 'Edit Group Details' dialog to
3371                 allow extended selections in either pane, so that
3372                 addresses can be added or removed from a group more
3373                 quickly and easily. (it actually is a net decrease in
3374                 file size, as some unnecessary functions have been
3375                 removed). 
3376                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3377
3378 2002-12-06 [christoph]  0.8.6claws67
3379
3380         * src/Makefile.am
3381         * src/template.[ch]             ** REMOVE **
3382         * src/common/Makefile.am
3383         * src/common/template.[ch]      ** NEW **
3384                 move template files to common directory
3385
3386         * src/nntp.c
3387                 add missing log.h include
3388
3389 2002-12-06 [melvin]     0.8.6claws66
3390
3391         * src/prefs_actions.c
3392                 Added the trailing ">" syntax to insert command's output
3393                 without replacing old text (in contrast to trailing "|").
3394
3395 2002-12-05 [colin]      0.8.6claws65
3396         
3397         * src/common/utils.c
3398                 Don't modify original search_string or it'll change
3399                 the next iterations in the for()
3400
3401 2002-12-05 [darko]      0.8.6claws64
3402
3403         * src/common/utils.c
3404                 proper check for filtering commands, found by Colin
3405
3406 2002-12-05 [darko]      0.8.6claws63
3407
3408         * src/common/utils.c
3409                 check proper string for NULL pointer, found by Colin
3410
3411 2002-12-05 [darko]      0.8.6claws62
3412
3413         * src/common/utils.[ch]
3414                 expand_search_string(): new function
3415                 converts Mutt-like patterns to Sylpheed's
3416                 filtering engine
3417         * src/summaryview.c
3418                 use expand_search_string() to allow Mutt-like
3419                 patterns in extended search
3420         * README.claws
3421                 document extended option in quick search
3422
3423 2002-12-05 [paul]       0.8.6claws61
3424
3425         * sync with 0.8.6cvs16
3426                 see ChangeLog 2002-12-05
3427                 
3428         * po/POTFILES.in
3429                 clean up
3430
3431 2002-12-04 [christoph]  0.8.6claws60
3432
3433         * src/imap.[ch]
3434                 put imap authentication code into a new function and
3435                 remove it from imap_session_new that will allow to
3436                 send other commands before authentication
3437
3438 2002-12-04 [christoph]  0.8.6claws59
3439
3440         * src/imap.[ch]
3441                 use already existing method to prevent unneeded IMAP
3442                 folder selects. Set imap_select parameters to NULL
3443                 in some functions if the values are not required.
3444
3445         * src/xml.h
3446                 remove no longer required include
3447
3448 2002-12-04 [paul]       0.8.6claws58
3449
3450         * po/es.po
3451                 updated by Ricardo Mones Lastra
3452                 
3453         * configure.in
3454           po/hu.po      ** NEW FILE **
3455                 initial Hungarian translation, submitted
3456                 by Gál Zoltán <galzoli@hu.inter.net>
3457
3458 2002-12-03 [christoph]  0.8.6claws57
3459
3460         * src/Makefile.am
3461         * src/gtksctree.[ch]            ** REMOVE **
3462         * src/gtk/Makefile.am
3463         * src/gtk/gtksctree.[ch]        ** NEW **
3464                 move gtksctree files to gtk directory
3465
3466 2002-12-03 [christoph]  0.8.6claws56
3467
3468         * src/Makefile.am
3469         * src/md5.[ch]                  ** REMOVE **
3470         * srm/common/Makefile.am
3471         * src/common/md5.[ch]           ** NEW **
3472                 move md5 files to common directory
3473
3474         * src/gtkstext.c
3475                 remove not required #include
3476
3477 2002-12-03 [sergey]     0.8.6claws55
3478
3479         * src/gtkutils.c
3480         * src/gtkutils.h
3481                 gtkut_window_popup(): new function.
3482         * src/mainwindow.c
3483                 main_window_popup(): use gtkut_window_popup() to raise
3484                 window without changing its position.
3485                 (see sylpheed-main ML message [sylpheed:17247])
3486
3487 2002-12-03 [sergey]     0.8.6claws54
3488
3489         * src/send.c
3490                 send_message_local(): removed first-dot escaping
3491                 (SMTP-only, not needed for sending through pipe)
3492
3493 2002-12-03 [paul]       0.8.6claws53
3494
3495         * po/POTFILES.in
3496                 update to reflect recent changes (thanks
3497                 to Ricardo Mones Lastra)
3498                 
3499         * tools/filter_conv.pl
3500                  fix problem with quoted strings. Patch submitted
3501                  by Luke Plant <lukeplant@softhome.net>
3502
3503 2002-12-03 [paul]       0.8.6claws52
3504
3505         * sync with 0.8.6cvs15
3506                 see ChangeLog 2002-12-03
3507
3508 2002-12-02 [christoph]  0.8.6claws51
3509
3510         * src/logwindow.[ch]
3511         * src/common/log.[ch]
3512                 implement logging using a hook function
3513
3514         * src/folderview.c
3515         * src/folder.[ch]
3516                 define hooklist name in header file to avoid
3517                 errors caused by wrong spelling of hooklist names
3518
3519         * src/toolbar.c
3520                 fix warnings
3521
3522 2002-12-02 [christoph]  0.8.6claws50
3523
3524         * src/common/Makefile.am
3525                 add src/common/hooks.[ch]
3526
3527         * src/common/hooks.[ch]
3528                 implement a simple hook system using glib's hook functions
3529
3530         * src/folder.[ch]
3531         * src/folderview.c
3532                 use new hook system for folder item updates
3533
3534 2002-12-02 [christoph]  0.8.6claws49
3535
3536         * doc-src/ui_seperation.txt     ** NEW **
3537                 information for ui seperation
3538
3539         * src/Makefile.am
3540                 remove files that were moved to common
3541                 include common directory by default for the header files
3542
3543         * src/inc.c
3544         * src/common/socket.c
3545         * src/automaton.[ch]
3546                 implement automaton using g_io_*-functions instead of
3547                 gdk_input_add to make it ui independent
3548
3549         * src/codeconv.c
3550         * src/compose.c
3551         * src/ldif.c
3552         * src/pgptext.c
3553         * src/procmime.c
3554         * src/rfc2015.c
3555         * src/smtp.c
3556         * src/unmime.c
3557                 remove common/ prefix because directory is now in
3558                 include path
3559
3560         * src/compose.c
3561         * src/folder.c
3562         * src/folderview.c
3563         * src/mainwindow.c
3564         * src/messageview.c
3565         * src/prefs_common.c
3566         * src/procmsg.c
3567         * src/rfc2015.c
3568                 fix warnings
3569
3570         * src/imap.c
3571         * src/inc.c
3572         * src/news.c
3573         * src/pop.c
3574         * src/send.c
3575         * src/smtp.c
3576         * src/ssl_certificate.c
3577                 add log.h header file for logging functions
3578
3579         * src/main.c
3580         * src/common/utils.c
3581         * src/summaryview.c
3582         * src/xml.c
3583                 o move debug_mode to common/utils.c
3584                 o add functions to set and get debug_mode
3585
3586         * src/defs.h                    ** REMOVE **
3587         * src/intl.h                    ** REMOVE **
3588         * src/socket.[ch]               ** REMOVE **
3589         * src/ssl.[ch]                  ** REMOVE **
3590         * src/utils.[ch]                ** REMOVE **
3591                 replaced by new files in src/common/
3592         
3593         * src/common/Makefile.am
3594                 add new files in src/common/
3595
3596         * src/common/defs.h             ** NEW **
3597         * src/common/intl.h             ** NEW **
3598         * src/common/log.[ch]           ** NEW **
3599         * src/common/socket.[ch]        ** NEW **
3600         * src/common/ssl.[ch]           ** NEW **
3601         * src/common/utils.[ch]         ** NEW **
3602                 replacement for files in src/
3603
3604 2002-12-02 [colin]      0.8.6claws48
3605
3606         * src/folderview.c
3607                 Scroll folderview if necessary during dnd
3608
3609 2002-12-02 [colin]      0.8.6claws47
3610
3611         * src/folder.[ch]
3612                 Add check to verify a move is within a single mailbox
3613         * src/folderview.c
3614                 Add specific error string for this check
3615
3616 2002-12-02 [colin]      0.8.6claws46
3617
3618         * src/folder.c
3619                 Add a test to folder moving, remove a statusbar_print
3620         * src/folderview.c
3621                 Add Move folder... context-menu item
3622                 Factorize folder moving code
3623                 Enable folder DND for mbox
3624
3625 2002-12-01 [christoph]  0.8.6claws45
3626
3627         * ac/aspell.m4
3628                 remove conf.aspelltest if the version check fails
3629
3630 2002-11-30 [christoph]  0.8.6claws44
3631
3632         * autogen.sh
3633                 run libtoolize --force in autogen to create missing
3634                 libtool scripts
3635
3636 2002-11-30 [christoph]  0.8.6claws43
3637
3638         * src/Makefile.am
3639         * src/pgptext.c
3640         * src/procmime.c
3641         * src/rfc2015.c
3642         * src/uuencode.[ch]             ** REMOVED **
3643         * src/common/Makefile.am
3644         * src/common/uuencode.[ch]      ** NEW **
3645                 move uuen/decoder to common directory
3646
3647 2002-11-30 [christoph]  0.8.6claws42
3648
3649         * src/Makefile.am
3650         * src/base64.[ch]               ** REMOVED **
3651         * src/codeconv.c
3652         * src/compose.c
3653         * src/ldif.c
3654         * src/pgptext.c
3655         * src/procmime.c
3656         * src/rfc2015.c
3657         * src/smtp.c
3658         * src/unmime.c
3659         * src/common/Makefile.am
3660         * src/common/base64.[ch]        ** NEW **
3661                 move base64 en/decoder to common directory
3662
3663 2002-11-30 [christoph]  0.8.6claws41
3664
3665         * src/common                    ** NEW **
3666                 new directory for UI independent code
3667         * src/gtk                       ** NEW **
3668                 new directory for GTK frontend
3669         * src/common/.cvsignore         ** NEW **
3670         * src/gtk/.cvsignore            ** NEW **
3671                 ignore build files
3672         * src/common/Makefile.am        ** NEW **
3673         * src/gtk/Makefile.am           ** NEW **
3674                 automake files to build new seperated stuff
3675         * src/Makefile.am
3676                 the binary will currently still be build with the
3677                 files in src, so we include the code from the
3678                 subdirs for now after building the libs there
3679
3680 2002-11-30 [paul]       0.8.6claws40
3681
3682         * src/compose.c
3683                 fix bug [642731] 'Wrong selected account with drafted mail'
3684
3685 2002-11-29 [oliver]     0.8.6claws39
3686         
3687         * src/messageview.c
3688                 o update summaryview when switching between different
3689                   messageviews          
3690         * src/toolbar.c  
3691                 o check if messageview holds already removed msg
3692                   from summaryview
3693                 
3694
3695 2002-11-29 [oliver]     0.8.6claws38
3696
3697         * src/toolbar.c 
3698                 remove not needed variables and includes
3699                 make messageview stay opened and move to next when msgs are deleted 
3700
3701 2002-11-29 [oliver]     0.8.6claws37
3702         
3703         * src/toolbar.c 
3704                 disable compose button (messageview toolbar) by default
3705                 deleted msgs are moved to trash
3706         
3707 2002-11-29 [melvin]     0.8.6claws36
3708
3709         * configure.in
3710                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3711                 and to detect signatures expirations (gpgme 0.3.6)
3712
3713         * src/main.c
3714                 Use non obsolescent function for Gpgme engine checking.
3715
3716         * src/rfc2015.c
3717                 Inform about expired signatures or signatures which key
3718                 has expired. Expiration date is displayed.
3719
3720         * src/sigstatus.c
3721                 Inform about expired signatures or signatures which key
3722                 has expired.
3723
3724 2002-11-28 [paul]       0.8.6claws35
3725
3726         * src/folderview.c
3727                 re-instate 'Check for new messages' in Newsgroup
3728                 folders right-click menu, after a suggestion from
3729                 Tim Mann <timmann@users.sourceforge.net>
3730
3731         * src/main.c
3732                 after a crash check only local folders for new
3733                 messages
3734
3735 2002-11-28 [paul]       0.8.6claws34
3736
3737         * configure.in
3738                 apply patch that fixes the checking of GTK with XIM 
3739                 support on different OSs, such as FreeBSD. Patch 
3740                 submitted by Topia <topia@users.sourceforge.net>
3741                 
3742 2002-11-28 [paul]       0.8.6claws33
3743
3744         * src/mainwindow.c
3745           src/prefs_common.c
3746           src/prefs_toolbar.c
3747                 more changes to the English
3748
3749 2002-11-28 [paul]       0.8.6claws32
3750
3751         * sync with 0.8.6cvs13
3752                 see ChangeLog 2002-11-28 (no sync needed
3753                 for src/compose.c)
3754
3755 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3756         
3757         * src/mainwindow.[ch]
3758                 add patch by Ivan F. Martinez introducing messageview Toolbar
3759                 some changes and committed by oliver    
3760
3761 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3762
3763         * src/messageview.[ch]
3764                 add patch by Ivan F. Martinez introducing messageview Toolbar
3765                 some changes and committed by oliver    
3766
3767 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3768
3769         * src/compose.[ch]
3770                 add patch by Ivan F. Martinez introducing messageview Toolbar
3771                 some changes and committed by oliver    
3772
3773 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3774         
3775         * src/toolbar.[ch]
3776                 add patch by Ivan F. Martinez introducing messageview Toolbar
3777                 some changes and committed by oliver
3778
3779 2002-11-28 [oliver]     0.8.6claws27
3780         
3781         * src/prefs_toolbar.[ch]
3782                 getting ready for messageview toolbar
3783                 free mem allocated by gettext
3784                 change prefs_toolbar to prefs_toolbar_open
3785  
3786 2002-11-28 [thorsten]   0.8.6claws26
3787
3788         * src/imageview.[ch]
3789                 cleaned up conflicting declarations of
3790                 imageview_show_image()
3791
3792 2002-11-28 [paul]       0.8.6claws25
3793
3794         * src/grouplistdialog.c
3795           src/prefs_common.c
3796           src/prefs_summary_column.c
3797                 a few more improvements to the English
3798
3799 2002-11-28 [colin]      0.8.6claws24
3800
3801         * man/sylpheed.1
3802                 A few updates to command-line parameters
3803
3804 2002-11-28 [colin]      0.8.6claws23
3805
3806         * src/prefs_filtering.c
3807                 Fix problems with prefs_filtering_delete_path:
3808                 a) if the first rule is removed, original pointers
3809                    weren't updated (leading to segfaults)
3810                 b) it was always global_processing updated in case
3811                    of removed path was parent of rule path
3812
3813 2002-11-27 [paul]       0.8.6claws22
3814
3815         * src/mainwindow.c
3816           src/prefs_account.c
3817           src/prefs_actions.c
3818           src/prefs_common.c
3819           src/prefs_customheader.c
3820           src/prefs_display_header.c
3821           src/prefs_filtering.c
3822           src/prefs_folder_item.c
3823           src/prefs_matcher.c
3824           src/prefs_scoring.c
3825           src/prefs_summary_column.c
3826           src/prefs_template.c
3827           src/prefs_toolbar.c
3828                  improve the English in the GUI
3829
3830 2002-11-27 [colin]      0.8.6claws21
3831
3832         * src/folder.c
3833                 Fix processing renaming problems happening after
3834                 last commit
3835
3836 2002-11-27 [colin]      0.8.6claws20
3837
3838         * src/folder.c
3839                 recursive move now deletes src each subfolder after 
3840                 having moved it
3841         * src/folderview.c
3842                 Use identifier instead of path during dnd (enables
3843                 IMAP folder dnd)
3844
3845 2002-11-27 [paul]       0.8.6claws19
3846
3847         * src/main.c
3848                 apply patch that does command-line processing 
3849                 BEFORE gtk_init, allowing claws to run from 
3850                 shell-scripts in non-X environment (e.g. crontab 
3851                 or ip-up, ip-down scripts). Patch submitted by
3852                 Ruslan N. Balkin <baron@dartel.ru>
3853                 
3854         * po/it.po
3855                 updated by Alessandro Maestri
3856
3857 2002-11-27 [paul]       0.8.6claws18
3858
3859         * sync with 0.8.6cvs12
3860           src/prefs_common.c
3861                 Differences are that main uses a 'Receive dialog'
3862                 frame on the Interface tab, whereas claws groups all 
3863                 the dialogs together in a 'Dialogs' frame.
3864
3865 2002-11-27 [colin]      0.8.6claws17
3866
3867         * src/prefs_matcher.c
3868                 Fix Execute criteria's NOT flag
3869
3870
3871 2002-11-26 [christoph]  0.8.6claws16
3872
3873         * src/ssl.c
3874                 rewrite the ssl code a little bit, only use one
3875                 SSL context, set default certificates' file/path
3876
3877 2002-11-26 [thorsten]   0.8.6claws15
3878
3879         * src/compose.c
3880                 default-reply-to didn't work for ml-reply
3881
3882 2002-11-26 [melvin]     0.8.6claws14
3883
3884         * src/prefs_actions.c
3885                 Made pipe-actions ignore short headers in message view
3886                 Made trailing-pipe-actions write in the message view with
3887                 the same font as the original message
3888
3889 2002-11-26 [paul]       0.8.6claws13
3890
3891         * src/compose.c
3892                 this time commit the correct file
3893
3894 2002-11-26 [paul]       0.8.6claws12
3895
3896         * sync with 0.8.6cvs11
3897           src/quote_fmt_parse.y  
3898                 no sync needed
3899           src/account.[ch]       
3900                 not sync'ed
3901           src/compose.c
3902                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3903                 on draft mode.
3904                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3905                 header
3906                 
3907         see ChangeLog 2002-11-25 and 2002-11-26
3908
3909 2002-11-26 [colin]      0.8.6claws11
3910
3911         * src/folderview.c
3912                 Fix collapsed folder not auto-expanding during
3913                 mail dnd, if it was the source folder.
3914
3915 2002-11-25 [colin]      0.8.6claws10
3916
3917         * src/folderview.[ch]
3918                 Variable renaming and cleaning (slist of nodes 
3919                 to be re-collapsed is stored in FolderView)
3920
3921 2002-11-25 [paul]       0.8.6claws9
3922
3923         * src/prefs_common.[ch]
3924                 fix breakage caused by last commit
3925
3926 2002-11-25 [paul]       0.8.6claws8
3927
3928         * sync with 0.8.6cvs4
3929                 see ChangeLog 2002-11-21
3930
3931 2002-11-25 [paul]       0.8.6claws7
3932
3933         * sync with 0.8.6cvs4
3934                 see ChangeLog 2002-11-20
3935
3936 2002-11-25 [paul]       0.8.6claws6
3937
3938         * sync with 0.8.6cvs3
3939                 see ChangeLog 2002-11-18
3940
3941 2002-11-25 [colin]      0.8.6claws5
3942
3943         * src/gtkutils.[ch]
3944                 Add gtkut_ctree_node_is_parent()
3945         * src/folderview.c
3946                 Spring-loaded folders
3947
3948 2002-11-25 [colin]      0.8.6claws4
3949
3950         * src/utils.[ch]
3951                 Add slist_concat_unique(), function to merge
3952                 two GSList filtering dups
3953         * src/folder.[ch]
3954         * src/summaryview.[ch]
3955         * src/folderview.c
3956         * src/main.c
3957                 Add detection/update/display of unread answers
3958                 to marked mails
3959         * src/procmsg.[ch]
3960                 Add procmsg_find_children()
3961                 Add procmsg_msg_has_marked_parent()
3962
3963 2002-11-25 [colin]      0.8.6claws3
3964
3965         * src/ssl_certificate.[ch]
3966                 Allow checking a certificate without a DNS
3967                 lookup
3968                 Allow to forget a cert (by deleting it)
3969                 Make ssl_certificate_destroy_public
3970         * src/ssl_manager.[ch] ** NEW FILES **
3971                 Gui to manage (display/remove) certificates
3972         * src/prefs_common.[ch]
3973                 Add a pref to allow silent acceptation of
3974                 trusted certificates or not (based on the
3975                 "I want to know what's going on" principle)
3976         * src/mainwindow.c
3977                 Add SSL manager in Tools menu
3978         * src/Makefile.am
3979                 Add the new files to the build
3980         * po/POTFILES.in
3981                 Add ssl_manager.c to translations
3982
3983 2002-11-25 [colin]      0.8.6claws2
3984
3985         * src/summaryview.[ch]
3986                 Add S_SEARCH_EXTENDED to the quick search, which 
3987                 allows to search using filtering syntax.
3988
3989 2002-11-25 [colin]      0.8.6claws1
3990
3991         * src/summaryview.c
3992                 Deletion of duplicates now prefer deleting
3993                 the unread dup (fixes feature-request 638989).
3994
3995 2002-11-24 [paul]       0.8.6claws
3996
3997         * po/es.po
3998           po/pl.po
3999           po/ru.po
4000           po/sr.po
4001                 updated by Ricardo Mones Lastra,
4002                 Witold Wladyslaw Wojciech Wilk,
4003                 Ruslan N. Balkin, and  Urke MMI 
4004                 respectively
4005
4006 2002-11-24 [paul]       0.8.5claws182
4007
4008         * po/bg.po
4009                 updated by George Danchev
4010
4011 2002-11-23 [alfons]     0.8.5claws181
4012
4013         * src/imap.c
4014                 tiny memory leak found by browsing Dimitar's 
4015                 valgrind report
4016
4017 2002-11-23 [paul]       0.8.5claws180
4018
4019         * po/it.po
4020                 updated by Alessandro Maestri
4021
4022 2002-11-22 [christoph]  0.8.5claws179
4023
4024         * src/compose.c
4025         * src/inc.c
4026         * src/prefs_filtering.c
4027         * src/summaryview.c
4028                 more warning fixes
4029
4030 2002-11-22 [alfons]     0.8.5claws178
4031
4032         * src/summaryview.c
4033                 summary_execute_delete_func(): if message is deleted, make 
4034                 sure to also remove its entry in the subject hash table. 
4035                 fixes a corner case bug.
4036
4037 2002-11-22 [paul]       0.8.5claws177
4038
4039         * .cvsignore
4040                 add 'autom4te.cache'
4041                 
4042         * ltconfig      ** REMOVED **
4043                 not needed
4044
4045 2002-11-22 [paul]       0.8.5claws176
4046
4047         * src/textview.c
4048                 textview_set_font(): fix for message display in
4049                 UTF-8 locales (thanks to Sergey Vlasov).
4050                 
4051         * AUTHORS
4052                 add new team members and contributors
4053
4054
4055 2002-11-21 [colin]      0.8.5claws175
4056
4057         * src/procmsg.[ch]
4058                 Add procmsg_remove_special_headers()
4059         * src/mh.c
4060                 Use procmsg_remove_special_headers() for 
4061                 previous fix
4062
4063 2002-11-21 [colin]      0.8.5claws174
4064
4065         * src/mh.c
4066                 Fix moving/copying from queue/draft folders
4067                 for MH folders
4068
4069 2002-11-21 [christoph]  0.8.5claws173
4070
4071         * src/crash.c
4072         * src/filtering.c
4073         * src/logwindow.c
4074         * src/main.c
4075         * src/matcher_parser_lex.[hl]
4076         * src/mbox.c
4077         * src/mbox_folder.[ch]
4078         * src/prefs_filtering.c
4079         * src/procheader.c
4080         * src/quote_fmt_lex.l
4081         * src/ssl.c
4082                 fix all warnings except the warnings in lex and yacc files
4083
4084 2002-11-20 [christoph]  0.8.5claws172
4085
4086         * src/imap.c
4087                 fix MsgInfo retrieval for IMAP draft and queue folders
4088                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4089
4090 2002-11-19 [christoph]  0.8.5claws171
4091
4092         * src/compose.c
4093                 fix segfault, when draft saving does not get
4094                 the MsgInfo of the new message
4095                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4096
4097 2002-11-19 [christoph]  0.8.5claws170
4098
4099         * src/procmsg.c
4100                 add parameter check for flag setting function
4101                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4102
4103 2002-11-18 [paul]       0.8.5claws169
4104
4105         * src/compose.c
4106                 more sensitivity fixes to redirect mode:
4107                 * disable toolbar draft button
4108                 * allow only Address book in the Tools menu
4109                 * disable editing of message by the spell
4110                   checker
4111
4112 2002-11-18 [paul]       0.8.5claws168
4113
4114         * src/compose.c
4115                 fix sensitivity of menu items in compose_redirect():
4116                 allow only the necessary items 
4117
4118 2002-11-18 [paul]       0.8.5claws167
4119
4120         * src/compose.c
4121                 fix bug [ 603259 ] 'attachment got lost on bounce'
4122
4123 2002-11-18 [paul]       0.8.5claws166
4124
4125         * po/ru.po
4126                 updated by Ruslan N. Balkin <baron@dartel.ru>
4127
4128 2002-11-18 [colin]      0.8.5claws165
4129
4130         * src/main.c
4131           src/defs.h
4132                 Remove old filtering stuff
4133
4134
4135 2002-11-17 [oliver]     0.8.5claws164
4136
4137         * src/toolbar.h
4138                 remove not needed typedef 
4139
4140 2002-11-17 [oliver]     0.8.5claws163
4141
4142         * src/toolbar.c
4143                 make toolbar's on click events translatable
4144
4145 2002-11-15 [colin]      0.8.5claws162
4146
4147         * src/summaryview.c
4148                 Revert too-soon integration of a feature
4149
4150 2002-11-15 [christoph]  0.8.5claws161
4151
4152         * src/imap.c
4153                 use main's implementation of imap_get_msginfo
4154
4155 2002-11-15 [christoph]  0.8.5claws160
4156
4157         * src/compose.c
4158         * src/folder.[ch]
4159         * src/imap.c
4160         * src/mbox_folder.c
4161         * src/mh.c
4162         * src/news.c
4163         * src/procmsg.c
4164         * src/summaryview.c
4165                 replace claws' fetch_msginfo with main's get_msginfo
4166                 (use main's implementation where possible)
4167
4168 2002-11-15 [colin]      0.8.5claws159
4169
4170         * src/ssl_certificate.c
4171                 Missed a check
4172
4173 2002-11-16 [melvin]     0.8.5claws158
4174
4175         * po/fr.po
4176                 Updated French translations.
4177
4178 2002-11-16 [colin]      0.8.5claws157
4179
4180         * src/ssl_certificate.c
4181                 Check for missing parts in the certificates
4182
4183 2002-11-15 [colin]      0.8.5claws156
4184
4185         * src/folderview.c
4186                 Preventive fix (missing check) found by
4187                 Alfons
4188
4189 2002-11-15 [paul]
4190
4191         * NEWS
4192                 sync with 0.8.6 release
4193
4194 2002-11-15 [colin]      0.8.5claws155
4195
4196         * src/folder.[ch]
4197           src/folderview.c
4198                 Fix error handling of folder_item_move_to()
4199                 (thanks to Alfons!)
4200
4201 2002-11-15 [colin]      0.8.5claws154
4202
4203         * src/folder.[ch]
4204           src/folderview.c
4205                 folder_item_move_to() sets an error message instead
4206                 of having GUI stuff in folder.c
4207
4208 2002-11-15 [colin]      0.8.5claws153
4209
4210         * src/procmsg.[ch]
4211                 Implemented a callback for MsgInfo updates, 
4212                 heavily copy/pasted from Christoph's folder 
4213                 callback system
4214         * src/summaryview.[ch]
4215                 Register summary_update_msg as callback
4216
4217 2002-11-14 [colin]      0.8.5claws152
4218         
4219         * src/procmsg.c
4220                 Update the FolderItem after sending (fixes 617593)
4221
4222 2002-11-14 [christoph]  0.8.5claws151
4223
4224         * src/folder.c
4225                 fix wrong position of NULL pointer check found
4226                 by Sergey
4227
4228 2002-11-14 [christoph]  0.8.5claws150
4229
4230         * src/folder.c
4231                 fix segfault when deleting messages from IMAP folders
4232                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4233
4234 2002-11-14 [colin]      0.8.5claws149
4235
4236         * src/compose.c
4237                 Forwarding was also ignoring the folder's default account.
4238
4239 2002-11-14 [colin]      0.8.5claws148
4240
4241         * src/compose.c
4242                 Fix sent folder not set to folder properties when 
4243                 forwarding.
4244
4245 2002-11-14 [thorsten]   0.8.5claws147
4246
4247         * src/inc.c
4248                 inc_start(): Files were not moved from .processing to inbox,
4249                 if no global processing rule existed
4250
4251 2002-11-14 [colin]      0.8.5claws146
4252
4253         * src/ssl_certificate
4254                 Fix file operations
4255
4256 2002-11-14 [paul]       0.8.5claws145
4257
4258         * po/it.po
4259                 updated by Alessandro Maestri
4260
4261 2002-11-13 [alfons]     0.8.5claws144
4262
4263         * src/folder.c
4264                 folder_item_close(): only mark messages unread
4265                 when a folder has new messages 
4266
4267 2002-11-13 [keith]      0.8.5claws143
4268
4269         * src/imap.c
4270                 Fix problem moving or copying between
4271                 IMAP folders
4272
4273 2002-11-13 [colin]      0.8.5claws142
4274
4275         * src/matcher_parser_parse.y
4276                 Fix rule problem when " don't match
4277
4278 2002-11-13 [christoph]  0.8.5claws141
4279
4280         * src/folder.c
4281         * src/folderview.c
4282                 moved cache saving to folder_item_close
4283                 the folderview should not have to deal with
4284                 this things
4285
4286 2002-11-13 [christoph]  0.8.5claws140
4287
4288         * src/summaryview.c
4289                 moved setting of important score to
4290                 summary_set_prefs_from_folderitem
4291
4292 2002-11-13 [colin]      0.8.5claws139
4293
4294         * src/matcher_parser_parse.y
4295                 Fix a segfault in the parser (happening when
4296                 a good expression had been tested and a bad 
4297                 one arrives)
4298
4299 2002-11-13 [paul]       0.8.5claws138
4300
4301         * sync with 0.8.5cvs24
4302                 see ChangeLog 2002-11-13
4303                 
4304         * po/pt_BR.po
4305                 updated by Fabio Jr. Beneditto
4306
4307 2002-11-13 [colin]      0.8.5claws137
4308         
4309         * src/msgcache.c
4310           src/defs.h
4311           src/procmsg.[ch]
4312                 Revert last commit, problem
4313
4314 2002-11-13 [colin]      0.8.5claws136
4315
4316         * src/msgcache.c
4317                 Remove duplicated code
4318         * src/defs.h
4319                 Bumped CACHE_VERSION and MARK_VERSION
4320         * src/procmsg.[ch]
4321                 Network endian for cache and mark files
4322
4323 2002-11-12 [colin]      0.8.5claws135
4324
4325         * src/inc.c
4326                 Fix the "socket error" dialog which disappeared
4327
4328 2002-11-12 [colin]      0.8.5claws134
4329
4330         * src/msgcache.c
4331                 Reverse last commit which had performance 
4332                 problems, but still reverse the list
4333
4334 2002-11-12 [colin]      0.8.5claws133
4335
4336         * src/msgcache.c
4337                 Reverse list order
4338
4339 2002-11-12 [melvin]     0.8.5claws132
4340
4341         * src/compose.c
4342                 Added a check for a NULL prefs_common.dictionary
4343
4344 2002-11-12 [colin]      0.8.5claws131
4345
4346         * src/ssl_certificate.[ch]
4347                 Use FQDN hostname
4348
4349 2002-11-12 [colin]      0.8.5claws130
4350
4351         * src/ssl_certificate.[ch]
4352                 Take connection port into account for 
4353                 checking certificates (a single hostname
4354                 could have multiple servers with multiple
4355                 certificates)
4356         * src/ssl.c
4357                 Pass the port to ssl_certificate_check
4358
4359 2002-11-12 [paul]       0.8.5claws129
4360
4361         * src/folder.c
4362                 fix a typo in last commit
4363
4364 2002-11-12 [paul]       0.8.5claws128
4365
4366         * sync with 0.8.5cvs23
4367                 see ChangeLog entry 2002-11-12
4368
4369 2002-11-11 [colin]      0.8.5claws127
4370
4371         * src/ssl_certificate.c
4372                 Cleaner messages
4373                 Don't popup, instead log error, if the 
4374                 corresponding pref is checked
4375         * src/ssl_certificate.h
4376                 include <openssl/objects/h>
4377
4378 2002-11-11 [colin]      0.8.5claws126
4379
4380         * src/ssl_certificate.h
4381                 _Really_ clean it
4382
4383 2002-11-11 [colin]      0.8.5claws125
4384         
4385         * src/ssl_certificate.c
4386                 Fixed leak
4387
4388 2002-11-11 [colin]      0.8.5claws124
4389
4390         * src/ssl.c
4391                 Cleaned a bit
4392         * src/ssl_certificate.[ch]
4393                 Cleaned a bit (better use of SSL API)
4394                 (This will cause non-recognition of saved 
4395                  certificates of claws12[23]...)
4396
4397 2002-11-11 [paul]       0.8.5claws123
4398         
4399         * po/es.po
4400                 updated by Ricardo Mones Lastra
4401
4402 2002-11-11 [colin]      0.8.5claws122
4403
4404         * src/ssl.c
4405                 Fix a typo
4406
4407 2002-11-11 [colin]      0.8.5claws121
4408
4409         * src/ssl_certificate.[ch] ** NEW FILES **
4410         * src/ssl.[ch]
4411                 Check SSL certificates presented to us
4412         * src/Makefile.am
4413                 Add ssl_certificate.[ch]
4414         * po/POTFILES.in
4415                 Add ssl_certificate.c
4416
4417 2002-11-11 [paul]       0.8.5claws120
4418
4419         * sync with 0.8.5cvs22
4420                 see ChangeLog 2002-11-11
4421
4422 2002-11-11 [paul]       0.8.5claws119
4423
4424         * sync with 0.8.5cvs21
4425                 see ChangeLog 2002-11-11
4426
4427 2002-11-10 [jens]       0.8.5claws118
4428
4429         * src/folder.c
4430         * src/folderview.c
4431                 corrected some typing
4432         * po/de.po
4433                 updated german translation
4434         * sylpheed.spec.in
4435                 cleaned up specfile and adjusted it for claws
4436
4437 2002-11-10 [colin]      0.8.5claws117
4438
4439         * src/summaryview.c
4440                 a STATUSBAR_PUSH/POP fix
4441
4442 2002-11-10 [colin]      0.8.5claws116
4443
4444         * src/prefs_folder_item.c
4445                 Fix hanging after opening folder properties
4446
4447 2002-11-10 [hoa]        0.8.5claws115
4448
4449         * src/matcher_parser_lex.l
4450         * src/matcher_parser_parse.y
4451                 config file for scoring and filtering is no more trashed
4452                 when there is a syntax error in a filtering rule when
4453                 editing it in a dialog.
4454
4455 2002-11-09 [colin]      0.8.5claws114
4456
4457         * src/mbox_folder.c
4458                 Added missing initialisation of folder->destroy()
4459
4460 2002-11-09 [colin]      0.8.5claws113
4461
4462         * src/folder.c
4463           src/folderview.c
4464                 Fix the status bar messages
4465
4466 2002-11-09 [colin]      0.8.5claws112
4467
4468         * src/folderview.c
4469                 Fix hangs after folder dnd, happening after 
4470                 claws109.
4471
4472 2002-11-09 [christoph]  0.8.5claws111
4473
4474         * src/folderview.c
4475                 just changed order of calls (reverse order of
4476                 associated calls)
4477         * src/inc.c
4478                 lock inc when checking only one account, otherwise
4479                 inc all could be executed at the same time
4480
4481 2002-11-09 [christoph]  0.8.5claws110
4482
4483         * src/folderview.c
4484                 better unlock the mouse cursor before calling
4485                 summary_show because it changes the cursor too
4486
4487 2002-11-09 [christoph]  0.8.5claws109
4488
4489         * src/folder.[ch]
4490         * src/folderview.c
4491                 add functions to open and close a folder
4492                 o opending will execute scanning for remote folders
4493                   and processing
4494                 o closing will unset new flag for messages
4495
4496 2002-11-09 [colin]      0.8.5claws108
4497
4498         * src/folder.c
4499                 Add a call to prefs_matcher_write_config to 
4500                 avoid non-leaf folders filtering settings to be
4501                 lost
4502
4503 2002-11-09 [paul]       0.8.5claws107
4504
4505         * src/prefs_account.c
4506                 re-word a label
4507
4508 2002-11-09 [colin]      0.8.5claws106
4509
4510         * src/folderview.c
4511                 Minor esthetic fix
4512
4513 2002-11-09 [colin]      0.8.5claws105
4514
4515         * src/folderview.c
4516                 Fix prefs_filtering deletion for MH folders (same
4517                 reason as below)
4518         * src/prefs_filtering.c
4519                 Fix prefs_filtering renaming and deletion for 
4520                 folder-based processing rules.  
4521
4522 2002-11-09 [christoph]  0.8.5claws104
4523
4524         * src/compose.c
4525         * src/folder.[ch]
4526         * src/folderview.[ch]
4527         * src/import.c
4528         * src/inc.c
4529         * src/main.c
4530         * src/mainwindow.c
4531         * src/messageview.c
4532         * src/prefs_folder_item.c
4533         * src/procmsg.c
4534         * src/summaryview.c
4535                 implement a callback system for folder item updates
4536
4537 2002-11-09 [colin]      0.8.5claws103
4538
4539         * src/folderview.c
4540                 Fix prefs_filtering renaming for MH folders (we
4541                 shouldn't rename by path as another folder could
4542                 have the same hierarchy).
4543
4544 2002-11-09 [colin]      0.8.5claws102
4545
4546         * src/folder.c
4547                 Fix a leak found by Christoph, use better variable
4548                 names
4549
4550 2002-11-09 [colin]      0.8.5claws101
4551
4552         * src/folder.c
4553                 One more fix for processing rules
4554
4555 2002-11-08 [colin]      0.8.5claws100
4556         
4557         * src/matcher.c
4558                 Don't copy the compiled regexp (will be reevaluated)
4559         * src/folderview.c
4560                 Lock folderview while moving
4561         * src/folder.c
4562                 Provide info on what's happening to the user
4563
4564 2002-11-08 [colin]      0.8.5claws99
4565
4566         * src/folderview.c
4567                 Fix folder reordering after a move if parent is 
4568                 root
4569         * src/scoring.[ch]
4570                 Add function to copy a ScoringProp
4571         * src/prefs_folder_item.c
4572                 Copy scoring rules when copying a folder prefs
4573
4574 2002-11-08 [colin]      0.8.5claws98
4575
4576         * src/folderview.c
4577                 Fixes in case of failure
4578         * src/filtering.[ch]    
4579                 Add function to duplicate a FilteringProp
4580         * src/matcher.[ch]
4581                 Add function to duplicate a MatcherProp
4582         * src/prefs_folder_item.c
4583                 Save folder's processing rules when copying 
4584                 its prefs
4585
4586 2002-11-08 [colin]      0.8.5claws97
4587         
4588         * src/folderview.c
4589                 Sort after move
4590         * src/folder.c 
4591                 Change a printf to debug_print
4592
4593 2002-11-08 [colin]      0.8.5claws96
4594
4595         * src/folder.c
4596           src/folderview.c
4597                 Fix segfaults, call me stupido
4598         
4599
4600 2002-11-08 [colin]      0.8.5claws95
4601
4602         *src/folder.c
4603                 Added forgotten prefs to save when moving folders
4604
4605 2002-11-08 [colin]      0.8.5claws94
4606
4607         * src/folder.c
4608                 Fixes to folder DND (prefs copy)
4609         * src/folderview.c
4610                 Optimization for folder DND (don't rescan whole tree)
4611                 Added folderview_create_folder_node() for this 
4612                 optimization, so de-duped a bit the code
4613         * src/prefs_folder_item.[ch]
4614                 Added prefs_folder_item_copy_prefs()    
4615           
4616 2002-11-08 [paul]       0.8.5claws93
4617
4618         * src/prefs_account.c
4619           tools/README
4620           tools/kmail2sylpheed_v2.pl
4621                 correct some typos
4622
4623 2002-11-08 [paul]       0.8.5claws92
4624
4625         * src/compose.c
4626           src/prefs_account.[ch]
4627                 remove account options 'clearsign' and 'ascii_armored',
4628                 replace with 'default_gnupg_mode' to prevent mixed-mode
4629                 Privacy settings
4630
4631 2002-11-08 [paul]       0.8.5claws91
4632
4633         * src/compose.[ch]
4634                 re-implement GnuPG 'on-the-fly' mode selection,
4635                 disallow mixed-mode
4636
4637 2002-11-08 [colin]      0.8.5claws90
4638
4639         * src/folderview.c
4640           src/prefs_folder_item.c
4641                 Change "Property" to "Properties"
4642
4643 2002-11-07 [colin]      0.8.5claws89
4644
4645         * src/folderview.c
4646           src/folder.c
4647                 Allow folder dropping to a root folder
4648
4649 2002-11-07 [paul]       0.8.5claws88
4650
4651         * src/compose.c
4652                 revert last commit
4653
4654 2002-11-07 [paul]       0.8.5claws87
4655
4656         * src/compose.c
4657                 fix reply-to-list bug. closes bug report
4658                 "[633382] reply-to-list broken in recent cvs"
4659
4660 2002-11-07 [paul]       0.8.5claws86
4661
4662         * src/compose.c
4663                 add a forgotten '#if USE_GPGME ... #endif'
4664
4665 2002-11-07 [paul]       0.8.5claws85
4666
4667         * sync with 0.8.5cvs20
4668                 see ChangeLog 2002-11-07
4669
4670 2002-11-07 [colin]      0.8.5claws84
4671
4672         * src/folder.[ch]
4673                 Change folder_item_move_to to return the newly 
4674                 created folderitem.
4675         * src/folderview.c
4676                 Select the new folderitem after moving.
4677
4678 2002-11-07 [colin]      0.8.5claws83
4679
4680         * src/prefs_filtering.c
4681                 Fix rule rewriting when moving a leaf folder to a 
4682                 shorter path
4683
4684 2002-11-07 [colin]      0.8.5claws82
4685
4686         * src/prefs_filtering.c
4687                 fix a leak
4688
4689 2002-11-07 [colin]      0.8.5claws81
4690
4691         * src/folder.[ch]
4692                 Add folder_item_move_to() function to move a 
4693                 folderitem into another one (updates matcher etc)
4694         * src/folderview.c
4695                 Add folder drag'n drop (context menu to come)
4696                 [Should be dataloss free, but Please backup before 
4697                  trying !]
4698
4699 2002-11-06 [colin]      0.8.5claws80
4700
4701         * src/mh.c
4702                 mh_create_folder() returns NULL if can't create
4703                 directory hierarchy
4704
4705 2002-11-06 [paul]       0.8.5claws79
4706
4707         * src/compose.[ch]
4708                 allow 'on-the-fly' changing of the type of encryption 
4709                 and/or signing used (mime/ascii) via the compose window
4710
4711 2002-11-06 [paul]       0.8.5claws78
4712
4713         * sync with 0.8.5cvs19
4714                 see ChangeLog 2002-11-06 for src/account.c: 
4715                 account_get_special_folder()
4716                 
4717 2002-11-05 [alfons]     0.8.5claws77
4718
4719         * src/crash.c
4720                 very minor cleanups: nothing to see here, move on. :-)
4721
4722 2002-11-05 [colin]      0.8.5claws76
4723
4724         * src/main.c
4725                 Changes choices if compose windows are opened to
4726                 Discard, Draft, Don't quit
4727
4728 2002-11-05 [thorsten]   0.8.5claws75
4729
4730         * src/compose.c
4731                 reenabled default_reply_to folder option
4732
4733 2002-11-05 [colin]      0.8.5claws74
4734
4735         * src/compose.[ch] 
4736                 add compose_draft()
4737         * src/crash.c
4738                 add SIGTERM handler
4739         * src/main.[ch]
4740                 add clean_quit() for the SIGTERM handler
4741
4742 2002-11-05 [paul]       0.8.5claws73
4743         
4744         * po/es.po
4745                 updated by Ricardo Mones Lastra
4746
4747 2002-11-05 [melvin]     0.8.5claws72
4748
4749         * src/logwindow.c
4750                 Fixed log-clipping bug #616795.
4751                 To stop logging in the log window use 0 length.
4752         * src/prefs_common.c
4753                 Added a label to inform about the 0 log length behaviour.
4754
4755 2002-11-05 [paul]       0.8.5claws71
4756
4757         * sync with 0.8.5cvs17
4758                 see ChangeLog 2002-11-05
4759
4760 2002-11-04 [paul]       0.8.5claws70
4761
4762         * sylpheed-128x128.png
4763           sylpheed-64x64.png
4764           sylpheed.png
4765                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4766                 <nikai@users.sourceforge.net>
4767                 
4768         * po/bg.po
4769                 updated by George Danchev
4770
4771 2002-11-03 [thorsten]   0.8.5claws69
4772
4773         * src/main.c
4774           src/mimeview.c
4775           src/rfc2015.h
4776                 add check if gpg is active
4777
4778 2002-11-03 [thorsten]   0.8.5claws68
4779
4780         * src/toolbar.h
4781                 removed GSList declaration causing trouble on MacOS-X
4782                 (submitted by alfons, reported by xfesty)
4783
4784 2002-11-01 [paul]       0.8.5claws67
4785
4786         * src/mainwindow.c
4787                 remove last remnants of main's filter code
4788
4789 2002-11-01 [paul]       0.8.5claws66
4790
4791         * tools/filter_conv.pl
4792                 fix bug where user-defined headers were ignored
4793
4794 2002-11-01 [paul]       0.8.5claws65
4795
4796         * src/logwindow.c
4797                 make a debug_print() not translatable
4798
4799 2002-10-31 [melvin]     0.8.5claws64
4800
4801         * ac/aspell.m4
4802                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4803                 not run any GNU/aspell test.  The dictionary path will
4804                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4805                 was given, in which case, it will be $prefix/lib/aspell/
4806         * configure.in
4807                 Fixed typo in commentary (Aspell code).
4808
4809 2002-10-31 [paul]       0.8.5claws63
4810
4811         * po/POTFILES.in
4812                 remove src/filter.c and src/prefs_filter.c
4813                 thanks to Ricardo for reminding me
4814
4815 2002-10-31 [colin]      0.8.5claws62
4816
4817         * src/mbox_folder.c
4818                 Plug some leaks
4819
4820 2002-10-31 [paul]       0.8.5claws61
4821
4822         * src/prefs_filter.[ch] ** REMOVED **
4823           src/filter.[ch]       ** REMOVED **
4824           
4825         * src/Makefile.am
4826           src/folderview.c
4827           src/inc.c
4828           src/main.c
4829           src/mainwindow.c
4830           src/mbox.c
4831           src/prefs_common.c
4832           src/prefs_filtering.c
4833           src/summaryview.[ch]
4834                 remove main's 'filter' code
4835                 
4836         README.claws
4837                 update to reflect removal of main's filter
4838
4839 2002-10-31 [paul]       0.8.5claws60
4840
4841         * src/summaryview.c
4842                 remove check for global_processing in summary_filter_open(). 
4843                 This fixes the bug where if the user uses the right-click 
4844                 'Create filter rule...' and doesn't have any filter rules 
4845                 already defined in claws' advanced filtering, the newly 
4846                 created filter rule goes to main's filtering which is 
4847                 inaccessible through the gui. Now the filter rule gets added
4848                 to claws' filtering by default.
4849
4850 2002-10-28 [melvin]     0.8.5claws59
4851
4852         * src/prefs_actions.c
4853                 Fixed bug #627322 where MIME parts were not always
4854                 correctly passed to a %p action
4855                 Display an error dialog when message filename is not found.
4856
4857 2002-10-28 [melvin]     0.8.5claws58
4858
4859         * src/prefs_common.c
4860                 Readded a missing function declaration lost in 0.8.3claws34
4861
4862 2002-10-28 [paul]       0.8.5claws57
4863
4864         * sync with 0.8.5cvs15
4865                 see ChangeLog 2002-10-28 and 2002-10-25
4866                 
4867         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4868
4869 2002-10-27 [oliver]     0.8.5claws56
4870
4871         * src/pop.c
4872                 plug leak in pop3_top_recv
4873
4874 2002-10-26 [christoph]  0.8.5claws55
4875
4876         * src/folder.c
4877                 set need_update folder flag when messages are added
4878                 (closes bug [ 626922 ] folder not updated after receiving)
4879
4880 2002-10-25 [melvin]     0.8.5claws54
4881
4882         * src/imageview.c
4883                 Fixed a memleak introduced in the scaling code.
4884
4885 2002-10-24 [alfons]     0.8.5claws53
4886
4887         * src/filtering.c
4888                 make filtering's forward message action forward from the 
4889                 correct account
4890                 (closes bug [628089 ] Filter -> Forward from address problem
4891                 reported by Oktay)
4892
4893 2002-10-24 [christoph]  0.8.5claws52
4894
4895         * src/mainwindow.c
4896         * src/manual.[ch]
4897                 o use manual of current locale or english if current
4898                   locale is not available (and english is available)
4899                 o also link to sylpheed doc project manuals
4900
4901 2002-10-23 [paul]       0.8.5claws51
4902
4903         * tools/README
4904           tools/kmail2sylpheed_v2.pl
4905                 add new version of kmail addressbook importer script.
4906                 works with newer versions of Kmail/KAddressBook which
4907                 have new and rearranged data.
4908
4909 2002-10-23 [martin]     0.8.5claws50
4910
4911         * src/folderview.c
4912         * src/summaryview.c
4913         * src/utils.h
4914         * src/utils.c
4915                 added length parameter to get_abbrev_newsgroup_name()
4916                 changed this function so that it abbreviates the newsgroup
4917                 names only so long it is smaller than the length parameter
4918                 (for better reading of some newsgroup names and space efficiency)
4919
4920 2002-10-22 [colin]      0.8.5claws49
4921
4922         *src/foldersel.c
4923                 Revert Alfons' last modification (after voting ;-))
4924
4925 2002-10-21 [alfons]     0.8.5claws48
4926
4927         * src/foldersel.c
4928                 folder view in folder selection dialog reflects state of
4929                 folder view in main window
4930
4931 2002-10-18 [alfons]     0.8.5claws47
4932
4933         * src/mbox.c
4934                 drop imported messages in folder selected by user,
4935                 and not in the inbox
4936                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4937
4938 2002-10-18 [alfons]     0.8.5claws46
4939
4940         * src/compose.c
4941                 make automagic reply work correctly for email accounts 
4942                 (whether it's viable to do a full sync with Hiro's 
4943                 compose.c is still under discussion)
4944
4945 2002-10-18 [melvin]     0.8.5claws45
4946
4947         * src/prefs_actions.c
4948                 Fixed bug #622275 where asynchroneous actions left 
4949                 zombies processes
4950                 Made (synchroneous) actions' input be displayed live.
4951
4952 2002-10-18 [christoph]  0.8.5claws44
4953
4954         * src/textview.c
4955                 don't add a newline in the textview in front of the
4956                 first textpart if header display is disabled
4957                 (closes bug [ 603385 ] disabled header display leaves blank
4958                  lin)
4959
4960 2002-10-18 [christoph]  0.8.5claws43
4961
4962         * src/folder.[ch]
4963         * src/imap.c
4964         * src/mbox_folder.c
4965         * src/mh.c
4966         * src/news.c
4967                 folder->get_num_list now returns an error code
4968                 (closes bug [ 609424 ] News cache cleared on failure)
4969                 
4970 2002-10-17 [colin]      0.8.5claws42
4971         
4972         * src/news.c
4973                 Changed a printf by debug_print
4974
4975 2002-10-16 [paul]       
4976
4977         * tools/OOo2sylpheed.pl
4978                 allow for spaces in the name of the
4979                 file to be attached.
4980
4981 2002-10-16 [colin]      0.8.5claws41
4982
4983         * src/main.c
4984                 Use a tristate to change online mode
4985
4986 2002-10-16 [paul]       0.8.5claws40
4987
4988         * po/es.po
4989                 updated by Ricardo Mones Lastra
4990
4991 2002-10-16 [colin]      0.8.5claws39
4992
4993         * src/main.c
4994           src/mainwindow.[ch]
4995                 Added --online and --offline command-line
4996                 switches
4997
4998 2002-10-15 [christoph]  0.8.5claws38
4999
5000         * src/procmime.c
5001                 set mimeinfo->name to NULL after g_free to
5002                 avoid double freeing with g_free
5003
5004 2002-10-14 [christoph]  0.8.5claws37
5005
5006         * src/compose.c
5007         * src/filtering.c
5008         * src/summaryview.c
5009                 remove calls to folder->change_flags that are now
5010                 done by procmsg flag functions (seems it is not
5011                 used by any foldertype anyway)
5012         * src/folder.c
5013                 init folder->change_flags with NULL
5014
5015 2002-10-14 [christoph]  0.8.5claws36
5016
5017         * src/folder.[ch]
5018         * src/imap.[ch]
5019                 use virtual functions for folder item new and destroy
5020                 functions
5021
5022 2002-10-14 [melvin]     0.8.5claws35
5023
5024         * src/compose.c
5025                 Added a test to not run the spell checker if no default
5026                 dictionary is available. No dialog is displayed though.
5027
5028 2002-10-14 [melvin]     0.8.5claws34
5029
5030         * src/gtkaspell.c
5031                 Fixed bug in dictionary list context menu where
5032                 "More..." pointed to an emtpy submenu if the
5033                 number of dictionaries is a multiple of 15
5034                 Removed unneeded code in suggestions list creation
5035
5036 2002-10-14 [paul]       0.8.5claws33
5037
5038         * po/bg.po
5039                 updated by George Danchev
5040
5041 2002-10-13 [hoa]        0.8.5claws32
5042
5043         * src/matcher.[ch]
5044           src/matcher_parser_parser.y
5045                 removed the escaped string from internal structure
5046                 of matcher.
5047
5048 2002-10-12 [colin]      0.8.5claws31
5049
5050         * src/gtksctree.[ch]
5051           src/summaryview.c
5052                 Removed useless function gtksctree_reanchor
5053
5054 2002-10-12 [alfons]     0.8.5claws30
5055         
5056         * sync with remaining main changes 2002-10-09 - 2002-10-11
5057         - drop changes to src/compose.c (requires claws specific changes)
5058         
5059 2002-10-12 [alfons]     0.8.5claws29
5060         
5061         * sync with main changes of 2002-10-08
5062         - drop changes to src/compose.c (requires claws specific changes)
5063         - drop changes to src/summaryview.c (requires changes to compose.c)     
5064
5065 2002-10-12 [alfons]     0.8.5claws28
5066         
5067         * sync with main changes of 2002-10-07
5068
5069 2002-10-12 [alfons]     0.8.5claws27
5070
5071         * sync with main changes of 2002-10-04
5072         - drop changes to src/compose.c (requires claws specific changes)
5073         - drop changes to src/prefs_folder_item.c (claws implementation
5074           seems to be working)
5075
5076 2002-10-12 [colin]      0.8.5claws26
5077
5078         * src/mainwindow.c
5079                 Fix folder-flicker when space-reading, introduced 
5080                 in claws22.
5081
5082 2002-10-12 [colin]      0.8.5claws25
5083
5084         * src/compose.c
5085                 Save account address when saving as draft.
5086                 (closes bug 621838)
5087
5088 2002-10-12 [colin]      0.8.5claws24
5089
5090         * src/summaryview.c
5091                 Fix the problem consisting of no message selected
5092                 after the last message in a folder has been moved.
5093
5094 2002-10-12 [paul]       0.8.5claws23
5095
5096         * src/compose.c
5097           src/prefs_template.c
5098           src/template.[ch]
5099                 add Cc and Bcc to templates. Patch submitted by
5100                 John L. Males.
5101
5102 2002-10-12 [colin]      0.8.5claws22
5103
5104         * src/folderview.c
5105                 Fix a bug after "Check for new messages":
5106                 If a folder was opened, it was still selected at
5107                 the end of the check, but displayed empty.
5108         * src/mainwindow.c
5109                 Remove unnecessary check
5110
5111 2002-10-12 [paul]
5112
5113         * tools/README
5114                 be more verbose in the description of
5115                 OOo2sylpheed.pl
5116                 
5117
5118 2002-10-11 [colin]      0.8.5claws21
5119
5120         * src/mainwindow.c
5121                 Make space work (better) when no mail is selected
5122
5123 2002-10-11 [colin]      0.8.5claws20
5124
5125         * src/inc.c
5126           src/news.c
5127                 fix warnings
5128
5129 2002-10-11 [colin]      0.8.5claws19
5130
5131         * src/mainwindow.c
5132                 revert 0.8.5claws6 changes as i couldn't get to
5133                 anything satisfying
5134
5135 2002-10-11 [melvin]     0.8.5claws18
5136
5137         * src/compose.c
5138                 Removed buggy and unused macro (should have been committed in
5139                 0.8.5claws17)
5140
5141 2002-10-11 [melvin]     0.8.5claws17
5142
5143         * src/compose.c
5144                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5145
5146 2002-10-11 [thorsten]   0.8.5claws16 
5147
5148         * src/folderview.c
5149                 remove rescan warning
5150
5151 2002-10-11 [colin]      0.8.5claws15 
5152
5153         * src/procheader.c
5154                 fix a segfault that happens if conv_unmime_header
5155                 fails (should be better to find out why it fails)
5156
5157 2002-10-11 [christoph]  0.8.5claws14
5158
5159         * src/summaryview.c
5160                 update folderview stats after ignore/unignore thread
5161
5162 2002-10-11 [hoa]        0.8.5claws13
5163
5164         * src/quote_fmt_parse.y
5165                 Fixed a yacc/bison syntax error
5166         * src/matcher.c
5167                 Escaping of string is fixed.
5168
5169 2002-10-11 [colin]      0.8.5claws12
5170
5171         * src/imageview.c
5172                 Resize images to fit
5173
5174 2002-10-11 [paul]       0.8.5claws11
5175
5176         * po/es.po
5177                 updated by Ricardo Mones Lastra
5178
5179 2002-10-10 [alfons]     0.8.5claws10
5180
5181         * src/compose.c
5182                 allow dropping files by "moving" files from a file manager,
5183                 not only by the more cumbersome "copying". the latter 
5184                 mostly implies holding down the Control button
5185
5186 2002-10-10 [christoph]  0.8.5claws9
5187
5188         * src/summaryview.c
5189                 update folders after thread building for ignored threads
5190
5191 2002-10-10 [christoph]  0.8.5claws8
5192
5193         * config/.cvsignore
5194                 added Makefile
5195         * src/filtering.[ch]
5196         * src/folder.[ch]
5197         * src/folderview.[ch]
5198         * src/import.c
5199         * src/inc.[ch]
5200         * src/mbox.[ch]
5201         * src/procmsg.c
5202         * src/summaryview.[ch]
5203                 o added new flag need_update to FolderItem
5204                 o removed folder_table from various functions from tracking
5205                   folder updates
5206                 o set need_update flags in folder.c's move, copy and delete
5207                   functions and procmsg's flags functions
5208                 o added function folderview_update_items_when_required that
5209                   updates all folders with need_update set
5210                 o call folderview_update_items_when_required instead of
5211                   folderview_update_item_foreach
5212
5213 2002-10-09 [sergey]     0.8.5claws7
5214
5215         * src/compose.c
5216                 Strip CRs whel loading the text into editor in reedit mode.
5217
5218 2002-10-09 [colin]      0.8.5claws6
5219
5220         * src/mainwindow.c
5221                 Make Space work when no mail is selected
5222
5223 2002-10-09 [colin]      0.8.5claws5
5224
5225         * src/gtksctree.[ch]
5226                 Fix range_select
5227                 Add gtk_sctree_reanchor() 
5228         * src/summaryview.c
5229                 Use gtk_sctree_reanchor() - better fix for 
5230                 bug 60413
5231
5232 2002-10-09 [colin]      0.8.5claws4
5233
5234         * src/summaryview.c
5235                 Fix shift-click select after delete problem
5236                 (closes bug 60413)
5237
5238 2002-10-08 [thorsten]   0.8.5claws3
5239
5240         * src/summaryview.c
5241                 exclude current msg from -hide read messages-
5242
5243 2002-10-08 [colin]      0.8.5claws2
5244
5245         * src/inc.[ch]
5246           src/pop.c
5247           src/recv.c
5248                 Differentiate socket errors from disk full
5249                 errors
5250
5251 2002-10-08 [christoph]  0.8.5claws1
5252
5253         * Makefile.am
5254         * configure.in
5255                 modifications for new config directory
5256
5257         * config.guess  ** REMOVED **
5258         * config.sub    ** REMOVED **
5259         * install-sh    ** REMOVED **
5260         * ltmain.sh     ** REMOVED **
5261         * missing       ** REMOVED **
5262         * mkinstalldirs ** REMOVED **
5263                 these files are autogenerated by automake
5264                 when you run autogen.sh
5265
5266         * config/.cvsignore     ** NEW FILE **
5267         * config/Makefile.am    ** NEW FILE **
5268                 ignore autogenerated files
5269                 create a Makefile in this directory
5270
5271 2002-10-08 [paul]       0.8.5claws
5272
5273         * 0.8.5claws release
5274         
5275         * src/compose.c
5276           src/procheader.c
5277           src/procmsg.c
5278                 fix quote reply format for newsgroups reply bug
5279                 (thanks to Hoa)
5280                 
5281         * po/en_GB.po
5282           po/pl.po
5283                 updated by me and Witold Wladyslaw Wojciech Wilk
5284                 repectively
5285
5286 2002-10-07 [paul]       0.8.3claws53
5287
5288         * po/it.po
5289           po/pt_BR.po
5290           po/sr.po
5291                 updated messages catalogs, submitted by
5292                 Alessandro Maestri, Fabio Jr.Beneditto 
5293                 and Urke MMI, respectively.
5294
5295 2002-10-07 [christoph]  0.8.3claws52
5296
5297         * src/folder.[ch]
5298         * src/folderview.c
5299         * src/mainwindow.c
5300                 fix new folder ghost message bug
5301                 (closes bug [ 619722 ] wrong count for newly created folders)
5302
5303 2002-10-07 [christoph]  0.8.3claws51
5304
5305         * src/compose.c
5306                 fix news posting problem
5307
5308 2002-10-07 [melvin]     0.8.3claws50
5309
5310         * po/fr.po
5311                 Updated French translation
5312
5313 2002-10-05 [christoph]  0.8.3claws49
5314
5315         * src/gtkstext.c
5316                 check if line_start_cache is set in gtk_stext_update_text
5317                 (closes bug [ 618119 ] crash while doing search in folder)
5318
5319 2002-10-05 [christoph]  0.8.3claws48
5320
5321         * src/imap.c
5322         * src/news.c
5323         * src/utils.c
5324         * src/utils.h
5325                 implement cache cleanups for claws' folder system
5326                 (closes bug [ 595916 ] imapcache not cleaned up)
5327
5328 2002-10-05 [melvin]     0.8.3claws47
5329
5330         * src/prefs_actions.c
5331                 Made the help text more clear for the %p token
5332
5333 2002-10-04 [paul]       0.8.3claws46
5334
5335         * sync with 0.8.5
5336                 see ChangeLog 2002-10-02 and 2002-10-03
5337
5338 2002-10-04 [christoph]  0.8.3claws45
5339
5340         * src/inc.c
5341                 fix segfault caused by pop before smtp
5342                 call to inc_account_mail with NULL
5343                 pointer for mainwin
5344
5345 2002-10-04 [paul]       0.8.3claws44
5346
5347         * configure.in
5348                 sync the LDAP detection from 0.8.5cvs1
5349
5350 2002-10-02 [christoph]  0.8.3claws43
5351
5352         * po/de.po
5353                 fix small spelling error
5354
5355 2002-10-02 [melvin]     0.8.3claws42
5356
5357         * ac/aspell.m4
5358                 Behave better and say "no" when test program cannot be run.
5359
5360 2002-10-02 [paul]       0.8.3claws41
5361
5362         * sync with 0.8.4cvs1
5363                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5364                 
5365         * src/summaryview.c
5366                 toggle the behavior of Reply menuitem between
5367                 normal reply and reply-to-list
5368
5369 2002-10-01 [sergey]     0.8.3claws40
5370
5371         * src/compose.c
5372                 Convert newlines in the message text to the canonical form
5373                 before base64 encoding (RFC2045 compliance, fixes some
5374                 interoperability issues with Evolution 1.0.3)
5375
5376 2002-09-29 [colin]      0.8.3claws39
5377
5378         * src/summaryview.c
5379                 Fix an unwanted copy/paste
5380
5381 2002-09-29 [colin]      0.8.3claws38
5382
5383         * src/mainwindow.c
5384                 Renamed "Custom toolbar" to "Customize toolbar"
5385                 Renamed "Show all header" to "Show all headers"
5386                 Renamed "Set diplay item" to "Set displayed items"
5387         * src/prefs_common.c
5388                 Renamed "Show all header" to "Show all headers"
5389         * src/prefs_summary_column.c
5390                 Renamed "diplay item" to "displayed items"
5391
5392 2002-09-29 [colin]      0.8.3claws37
5393
5394         * src/mainwindow.[ch]
5395                 online/offline status pixmaps follow theme
5396                 changes
5397         * src/summaryview.[ch]
5398                 quicksearch pixmap follows theme changes
5399
5400 2002-09-29 [thorsten]   0.8.3claws36
5401
5402         * src/compose.c
5403           src/prefs_folder_item.[ch]
5404                 add default_reply_to folder option (closes patch 581044)
5405
5406 2002-09-29 [christoph]  0.8.3claws35
5407
5408         * acconfig.h    ** REMOVED **
5409         * configure.in
5410         * ac/aspell.m4
5411         * ac/check-type.m4
5412         * ac/gnupg-check-typedef.m4
5413                 fix autoheader 2.50 warning
5414
5415 2002-09-29 [christoph]  0.8.3claws34
5416
5417         * major code cleanup (part 2)
5418         
5419                 - unused variables removed
5420                 - unused functions removed
5421                 - uninitialized variables checked
5422                 - missing return statements added
5423                 - missing function return types added
5424                 - added parentheses around assignment
5425                   when suggested by gcc
5426
5427 2002-09-29 [alfons]     0.8.3claws33
5428
5429         * src/logwindow.c
5430                 log_window_clear(): only bracket gtk_text_forward_delete() 
5431                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5432                 works around GTK text bug)
5433
5434 2002-09-29 [paul]       0.8.3claws32
5435
5436         * po/bg.po
5437           po/sr.po
5438                 updated by George Danchev and Urke MMI
5439                 respectively
5440
5441 2002-09-27 [christoph]  0.8.3claws31
5442
5443         * doc-src/readme.txt
5444         * doc-src/rfc1806.txt   ** REMOVED **
5445         * doc-src/rfc2183.txt   ** NEW FILE **
5446         * doc-src/rfc2980.txt   ** NEW FILE **
5447                 update rfcs
5448
5449 2002-09-27 [melvin]     0.8.3claws30
5450
5451         * ac/aspell.m4
5452                 Fixed typo which could break linking
5453
5454 2002-09-27 [melvin]     0.8.3claws29
5455
5456         * ac/aspell.m4
5457                 Improved GNU/aspell checking. 
5458                 Fixed bug #614490
5459
5460 2002-09-27 [paul]       0.8.3claws28
5461
5462         * sync with 0.8.3cvs8
5463                 see ChangeLog 2002-09-27
5464
5465 2002-09-26 [colin]      0.8.3claws27
5466
5467         * src/toolbar.[ch]
5468           src/mainwindow.[ch]
5469                 Add "Reply to Mailing-list" to the toolbar
5470
5471 2002-09-26 [christoph]  0.8.3claws26
5472
5473         * src/summaryview.c
5474                 Fix wrong message counts in summaryview status
5475
5476 2002-09-26 [paul]       0.8.3claws25
5477
5478         * sync with 0.8.3cvs7
5479                 see ChangeLog 2002-09-26
5480
5481 2002-09-26 [paul]       0.8.3claws24
5482
5483         * sync with 0.8.3cvs6
5484                 see ChangeLog 2002-09-25
5485
5486 2002-09-25 [christoph]  0.8.3claws23
5487
5488         * src/prefs_common.c
5489         * src/prefs_folder_item.c
5490         * src/prefs_scoring.c
5491                 Renamed "kill score" to "hide score" in GUI
5492                 and prefs files
5493
5494 2002-09-25 [paul]       0.8.3claws22
5495
5496         * sync with 0.8.3cvs5
5497                 see ChangeLog 2002-09-24
5498
5499 2002-09-24 [alfons]     0.8.3claws21
5500
5501         patch by Satoshi Nagayasu: allows appending / saving multiple 
5502         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5503         'Save as ...'")
5504
5505         * AUTHORS
5506                 add Satoshi Nagayasu
5507         * src/summaryview.c
5508                 summary_save_as(): allow saving selected files to
5509                 one file
5510                 summary_set_menu_sensitive: enable "Save As..." when
5511                 multiple files are selected
5512         * src/utils.[ch]
5513                 append_file(): new function
5514
5515 2002-09-24 [colin]      0.8.3claws20
5516
5517         * src/procmime.c
5518                 Fix segfault when mimeinfo doesn't have a 
5519                 content_type. 
5520
5521 2002-09-24 [colin]      0.8.3claws19
5522
5523         * src/prefs_common.[ch]
5524                 Add a preference to display send dialog or not
5525         * src/send.c
5526                 Display send dialog according to preference
5527
5528 2002-09-24 [colin]      0.8.3claws18
5529
5530         * src/compose.[ch]
5531                 Disable user actions when sending
5532
5533 2002-09-24 [colin]      0.8.3claws17
5534
5535         * src/procmime.c
5536                 Do not display name or filename for attachments
5537                 with an application/pgp-signature type
5538                 (security flaw, see bug 537413)
5539
5540 2002-09-23 [colin]      0.8.3claws16
5541
5542         * src/editaddress.c
5543                 Initialize entry_email, entry_alias and 
5544                 entry_remarks to first email address of the list
5545
5546 2002-09-23 [colin]      0.83claws15
5547
5548         * src/compose.c
5549                 Drop pgp-signature when reediting a signed queued
5550                 message
5551
5552 2002-09-23 [melvin]     0.8.3claws14
5553
5554         * po/fr.po
5555                 Updated French translation
5556
5557 2002-09-23 [melvin]     0.8.3claws13
5558
5559         * src/mainwindow.c
5560                 Made custom toolbar menu labels more consistent
5561         * src/prefs_toolbar.c
5562                 Made custom toolbar window title more consistent
5563
5564 2002-09-22 [colin]      0.8.3claws12
5565
5566         * src/inc.c
5567                 Initialize session type to normal before getting 
5568                 mail (fixes strange Get behaviour)
5569         * src/prefs_account.h
5570                 Move STYPE_POP_BEFORE_SMTP to last position to 
5571                 avoid other side-effects
5572
5573 2002-09-22 [colin]      0.8.3claws11
5574
5575         * src/prefs_account.c
5576                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5577                 from pop3 to apop or vice-versa
5578
5579 2002-09-22 [colin]      0.8.3claws10
5580         
5581         * src/prefs_account.[ch]
5582                 Add an option for the POP before SMTP timeout
5583         * src/inc.c
5584                 Remember time of last POP connection
5585         * src/send.c
5586                 Do POP before SMTP only if timeout reached
5587
5588 2002-09-22 [oliver]     0.8.3claws9
5589         
5590         * README.claws
5591                 explain custom toolbar
5592
5593 2002-09-22 [oliver]     0.8.3claws8
5594
5595         * src/prefs_actions.[ch]
5596         custom toolbar for compose      
5597                 actions callback from compose toolbar
5598         * src/folderview.c
5599                 remove include toolbar.h
5600
5601 2002-09-22 [oliver]     0.8.3claws7
5602         
5603         * src/prefs_toolbar.[ch]
5604                 custom toolbar for compose
5605                 - generic prefs_toolbar handles both
5606                   Mainwin's toolbar as well as Compose toolbar          
5607
5608 2002-09-22 [oliver]     0.8.3claws6
5609         
5610         * src/toolbar.[ch]
5611                 custom toolbar for compose
5612                 restructure toolbar.[ch]
5613
5614 2002-09-22 [oliver]     0.8.3claws5
5615
5616         * src/compose.[ch]
5617                 custom toolbar for compose
5618
5619 2002-09-22 [oliver]     0.8.3claws4
5620         
5621         * src/mainwindow.[ch]
5622                 custom toolbar for compose 
5623                 move mainwin toolbar back to mainwindow
5624
5625 2002-09-22 [alfons]     0.8.3claws3
5626
5627         * src/procmsg.c
5628                 :%sno/if(/if (/gc
5629                 :%sno/for(/for (/gc
5630                 (beautify)
5631
5632 2002-09-22 [alfons]     0.8.3claws2
5633         
5634         * src/procmsg.c
5635                 procmsg_save_to_outbox(): don't unlink message file from queue;
5636                 callers should do it using folder_item_remove_msg()
5637
5638 2002-09-22 [colin]      0.8.3claws1
5639
5640         * src/mimeview.[ch]
5641                 Made mimeview_check_signature() public
5642         * src/textview.c
5643                 Made GPG signatures verifiable by clicking
5644                 the [application/pgp-signature] in the Text
5645                 view
5646
5647 2002-09-22 [paul]       0.8.3claws
5648
5649         * po/bg.po
5650           po/en_GB.po
5651           po/es.po
5652           po/it.po
5653           po/pl.po
5654           po/pt_BR.po
5655           po/sr.po
5656                 updated translations, submitted by George Danchev,
5657                 me, Ricardo Mones Lastra, Alessandro Maestri,
5658                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5659                 and Urke MMI, respectively.     
5660
5661 2002-09-22 [alfons]     0.8.2claws65
5662
5663         * src/procmsg.c
5664         * src/pgptext.c
5665                 no furry valgrinds have been used to plug these memleaks
5666
5667 2002-09-20 [paul]       0.8.2claws64
5668
5669         * sync with 0.8.3cvs4
5670                 'Select thread' re-implemented 
5671                 see ChangeLog 2002-09-20
5672
5673 2002-09-21 [alfons]     0.8.2claws63
5674
5675         * src/compose.c
5676                 compose_send(): plug unnoticed memleak
5677
5678 2002-09-20 [alfons]     0.8.2claws62
5679
5680         * src/addr_compl.c
5681                 replace_address_in_edit(): strict check for NULL address to
5682                 fix "[ 607348 ] Segfault in address completion". My guess is
5683                 that this happens with an empty address book, but it's good
5684                 to have this check here anyway
5685                 
5686                 completion_window_button_press(): free string returned 
5687                 from the internal cache
5688
5689 2002-09-20 [christoph]  0.8.2claws61
5690
5691         * src/procmime.h
5692                 added ENC_BINARY to EncodingType
5693         * src/procmime.c
5694                 the string returned by procmime_get_encoding_str
5695                 should not depend on the order of values in the
5696                 EncodingType definition
5697         * doc-src/rfc1806.txt   ** NEW FILE **
5698                 Added rfc1806 about MIME Content-Disposition
5699                 Extension
5700
5701 2002-09-19 [paul]       0.8.2claws60
5702
5703         * sync with 0.8.2cvs3
5704                 see ChangeLog 2002-09-19
5705
5706 2002-09-19 [paul]       0.8.2claws59
5707
5708         * src/prefs_folder_item.c
5709                 revert to Darko's original alignment of colour
5710                 selector button
5711                 add a colon to folder_color label
5712                 
5713         * src/compose.c
5714                 add Colin's patch (with Hiro's modifications) to 
5715                 force BASE64 encoding for 8-bit text when signing
5716                 (sync with 0.8.3cvs2)
5717
5718 2002-09-18 [alfons]     0.8.2claws58
5719
5720         * src/compose.c
5721                 :%sno/if(/if (/gc
5722                 :%sno/for(/for (/gc
5723                 (beautify a little bit)
5724
5725 2002-09-18 [christoph]  0.8.2claws57
5726
5727         * src/pine.c
5728                 fix handling of fgetc return value
5729
5730 2002-09-17 [alfons]     0.8.2claws56
5731         
5732         * src/summaryview.c
5733                 summary_sort(): check non-NULL summaryview->folder_item when no 
5734                 folder is selected at all
5735                 (closes "[ 610344 ] sort label make syl Crash")
5736
5737 2002-09-17 [alfons]     0.8.2claws55
5738         
5739         * src/compose.c
5740                 beautify a little bit
5741
5742 2002-09-17 [christoph]  0.8.2claws54
5743
5744         * src/folder.c
5745                 initialize max values for cache and folder
5746                 when cache or folder is empty
5747
5748 2002-09-15 [colin]      0.8.2claws53
5749
5750         * src/compose.c
5751                 Fix a leak (thanks Alfons!) and cleaned
5752                 variables names for custom headers
5753
5754 2002-09-15 [colin]      0.8.2claws52
5755
5756         * src/compose.c
5757                 Fix custom headers recognition when
5758                 prefs_common.trans_hdr is on
5759
5760 2002-09-15 [colin]      0.8.2claws51
5761
5762         * src/compose.c
5763                 Allow dynamically-added custom headers
5764                 Yet not reparsed if reedited
5765
5766 2002-09-15 [alfons]     0.8.2claws50
5767
5768         * src/prefs_account.c
5769                 fix warnings
5770
5771 2002-09-15 [colin]      0.8.2claws49
5772         
5773         * src/prefs_account.c
5774                 fix pop_before_smtp sensitivity
5775
5776 2002-09-15 [colin]      0.8.2claws48
5777
5778         * src/inc.[ch]
5779                 add inc_pop_before_smtp()
5780                 allow MainWindow to be undefined in 
5781                 inc_account_mail() and inc_start()
5782         * src/pop.c
5783           src/prefs_account.h
5784                 add STYPE_POP_BEFORE_SMTP session type
5785         * src/prefs_account.c
5786                 activated pop before smtp option
5787         * src/send.c
5788                 do pop before smtp if the relevant option 
5789                 is set
5790
5791 2002-09-15 [paul]       0.8.2claws47
5792
5793         * sync with 0.8.3
5794                 see ChangeLog 2002-09-15
5795
5796 2002-09-14 [paul]       0.8.2claws46
5797
5798         * po/bg.po
5799                 updated Bulgarian translation, submitted by
5800                 George Danchev
5801
5802 2002-09-13 [paul]       0.8.2claws45
5803
5804         * src/compose.c
5805                 merge claws' select_account() with main's
5806                 (new) compose_select_account(). [sync with
5807                 0.8.2cvs15, see ChangeLog 2002-09-11]
5808
5809 2002-09-12 [christoph]  0.8.2claws44
5810
5811         * src/filter.c
5812                 allocate 1 elements of FolderItem not 0
5813
5814 2002-09-12 [colin]      0.8.2claws43
5815
5816         * src/compose.c
5817                 Fix bug #590825 (obey Follow-up: poster)
5818
5819 2002-09-12 [colin]      0.8.2claws42
5820
5821         * src/procmime.c
5822                 Fix bug #557009 (wrong headers for messages 
5823                 forwarded as attachments)
5824
5825 2002-09-11 [colin]      0.8.2claws41
5826         
5827         * src/compose.c
5828                 Put SCF: pseudo-header on top of message
5829                 Set draft tmp_flag when saved as draft
5830
5831         * src/procmsg.c
5832           src/procheader.c
5833                 Skip after first \n\n for beginning of real message
5834                 for drafts too
5835
5836 2002-09-11 [christoph]  0.8.2claws40
5837
5838         * src/filtering.c
5839                 use procmsg flag functions in filtering or processing
5840                 will cause incorrect folder message counts
5841
5842 2002-09-11 [colin]      0.8.2claws39
5843
5844         * src/compose.c
5845                 Fix bug #550175 - wrong save folder when reediting
5846                 drafts
5847
5848 2002-09-11 [paul]       0.8.2claws38
5849
5850         * sync with 0.8.2cvs14
5851                 see ChangeLog 2002-09-11
5852
5853 2002-09-11 [colin]      0.8.2claws37
5854
5855         * src/folder.c
5856                 Fix a typo (seeming to cause new/unread status to
5857                 be lost)
5858
5859 2002-09-10 [christoph]  0.8.2claws36
5860
5861         * src/compose.c
5862                 compose_redirect should not use compose_generic_new
5863                 because that does more stuff than expected including
5864                 opening the external editor
5865                 (closes bug "[ 526608 ] bounced messages appear blank
5866                  in editor")
5867
5868 2002-09-10 [christoph]  0.8.2claws35
5869
5870         * src/folder.c
5871                 fix problem with too large message number range
5872                 causing a crash in folder_item_scan
5873
5874 2002-09-10 [paul]       0.8.2claws34
5875
5876         * sync with 0.8.2cvs13
5877                 see ChangeLog 2002-09-10
5878
5879 2002-09-10 [christoph]  0.8.2claws33
5880
5881         * src/msgcache.c
5882                 set MsgInfo TmpFlags for queue and draft folders
5883                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5884
5885 2002-09-10 [paul]       0.8.2claws32
5886
5887         * AUTHORS
5888           po/bg.po      ** NEW FILE **
5889                 new Bulgarian translation submitted by
5890                 George Danchev <danchev@spnet.net>
5891                 
5892         * tools/Makefile.am
5893           tools/README
5894           tools/tb2sylpheed     ** NEW FILE **
5895                 add script that converts an addressbook exported
5896                 from The Bat! into a Sylpheed addressbook. Submitted
5897                 by Urke MMI <urke-kg@eunet.yu>
5898
5899 2002-09-10 [paul]       0.8.2claws31
5900
5901         * sync with 0.8.2cvs12
5902                 see ChangeLog 2002-09-10
5903
5904 2002-09-06 [paul]       0.8.2claws30
5905
5906         * src/prefs_common.c
5907                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5908                 
5909         * tools/Makefile.am
5910           tools/README
5911           tools/ldif-to-xml.py  ** REMOVED **
5912                 remove obsolete python script
5913
5914 2002-09-06 [paul]       0.8.2claws29
5915
5916         * sync with 0.8.2cvs10
5917                 see ChangeLog 2002-09-06
5918
5919 2002-09-04 [paul]       0.8.2claws28
5920
5921         * sync with 0.8.2cvs9
5922                 see ChangeLog 2002-08-04
5923
5924 2002-09-04 [colin]      0.8.2claws27 
5925
5926         * src/prefs_common.[ch]
5927                 Added signature color configuration
5928         * src/textview.c
5929                 Use user-specified signature color
5930
5931 2002-09-03 [colin]      0.8.2claws26
5932
5933         * src/prefs_common.[ch]
5934                 Added autosave and autosave_length prefs
5935         * src/compose.c
5936                 Added compose_remove_draft()
5937                 Auto-save drafts according to the prefs
5938         * src/main.c
5939                 Added a crash-indicator file, allowing to check
5940                 for new messages on startup if Sylpheed crashed
5941                 (makes saved drafts "reappear")
5942
5943 2002-09-03 [colin]      0.8.2claws25
5944
5945         * src/textview.[ch]
5946                 Grey the signature
5947
5948 2002-09-03 [paul]       0.8.2claws24
5949
5950         * sync with 0.8.2cvs8
5951                 see ChangeLog 2002-09-02 and 2002-09-03
5952
5953 2002-09-03 [darko]      0.8.2claws23
5954
5955         * src/folderview.c
5956                 use normal style when creating new folder to pick
5957                 proper font size 
5958
5959 2002-09-02 [melvin]     0.8.2claws22
5960
5961         * src/gtkaspell.m4
5962                 removed some obsolete code
5963
5964 2002-09-02 [melvin]     0.8.2claws21
5965
5966         * ac/aspell.m4
5967                 fixed test's equality sign (== to =)
5968
5969 2002-09-02 [alfons]     0.8.2claws20
5970
5971         * src/folder.c
5972         * src/mh.c
5973                 revert change of 0.8.2claws16 and use the mh_folder_destroy
5974                 as folder->destroy virtual as suggested by Hiro
5975                 (the mh.c code seems to have been lost around mh.c.1.21)
5976
5977 2002-09-02 [paul]       0.8.2claws19
5978
5979         * po/pt_BR.po
5980                 updated by Fabio Jr. Beneditto
5981                 
5982         * src/defs.h
5983                 use 'http://claws.sylpheed.org' for homepage link. 
5984                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
5985
5986 2002-09-01 [alfons]     0.8.2claws18
5987
5988         * src/mh.c
5989                 plug memleak related to one Martin Kluge found
5990
5991 2002-08-31 [paul]       0.8.2claws17
5992
5993         * sync with 0.8.2cvs6
5994                 see ChangeLog 2002-08-30
5995
5996 2002-08-31 [alfons]     0.8.2claws16
5997
5998         * src/folder.c
5999                 folder_destroy(): remove mailbox from folderlist even if it has
6000                 no destroy virtual
6001
6002 2002-08-31 [alfons]     0.8.2claws15
6003
6004         * src/folder.c
6005                 :%sno/if(/if (/gc
6006                 :%sno/for(/for (/gc
6007                 (being pedantic I know)
6008
6009 2002-08-31 [alfons]     0.8.2claws14
6010
6011         * src/folder.c
6012                 check for NULL pointers returned from folder->fetch_msginfo virtual
6013                 (should solve some reported crashes)
6014
6015 2002-08-30 [alfons]     0.8.2claws13
6016
6017         * acconfig.h
6018         * configure.in
6019         * src/crash.c
6020                 enable crash dialog on compilation time
6021                 (--enable-crash-dialog configure option)
6022
6023 2002-08-30 [alfons]     0.8.2claws12
6024
6025         * AUTHORS
6026                 add Martin Kluge
6027         * src/mh.c
6028                 apply memory leak plug patch by Martin Kluge
6029                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6030                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6031                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6032
6033 2002-08-30 [darko]      0.8.2claws11
6034
6035         * src/folderview.c
6036                 copy Gtk style from normal style to match
6037                 font size for coloured folders
6038
6039 2002-08-29 [alfons]     0.8.2claws10
6040
6041         * sylpheed.desktop
6042                 Type=Internet <- Type=Application
6043                 (reported by Michael Schwendt, see:
6044                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6045                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6046
6047 2002-08-29 [paul]       0.8.2claws9
6048
6049         * sync with 0.8.2cvs5
6050                 see ChangeLog 2002-08-29
6051
6052 2002-08-29 [colin]      0.8.2claws8
6053
6054         * src/summaryview.c
6055                 Added a sanity check in summary_select_thread
6056                 Should fix bug 601605
6057
6058 2002-08-29 [colin]      0.8.2claws7
6059
6060         * src/main.c
6061                 Revert claws6 changes regarding bug #591676
6062
6063 2002-08-28 [colin]      0.8.2claws6
6064         
6065         * src/main.c
6066                 Ignore cache for queue folderitems
6067                 Fix bug #591676
6068
6069 2002-08-28 [melvin]     0.8.2claws5
6070
6071         * README.claws
6072                 Fixed typos.
6073
6074 2002-08-28 [melvin]     0.8.2claws4
6075
6076         * README.claws
6077                 Updated a bit the text concerning the spell checker
6078
6079 2002-08-28 [melvin]     0.8.2claws3
6080
6081         Merged the GNU_aspell_branch:
6082                 Support of new GNU/aspell is now included and the old pspell
6083                 is not supported anymore.
6084                 See README.claws
6085
6086         * README.claws
6087                 Updated spell checker text to reflect the switch to GNU/aspell
6088
6089         * ac/aspell.m4          *** NEW ***
6090         * src/gtkaspell.[ch]    *** NEW *** 
6091         * ac/pspell.m4          *** DELETED *** 
6092         * src/gtkspell.[ch]     *** DELETED ***
6093
6094         * ac/Makefile.am
6095                 Updated for GNU/aspell support
6096
6097         * po/POTFILES.in
6098                 Replaced gtkspell.c by gtkaspell.c
6099
6100         * acconfig.h
6101         * src/Makefile.am
6102         * src/about.c
6103         * src/compose.[ch]
6104         * src/crash.c
6105         * src/main.c
6106         * src/prefs_common.[ch]
6107                 Updated for GNU/aspell support
6108
6109 2002-08-28 [paul]       0.8.2claws2
6110
6111         * sync with 0.8.2cvs4
6112                 see ChangeLog 2002-08-27 and 2002-08-28
6113
6114 2002-08-28 [colin]      0.8.2claws1
6115
6116         * src/summary_search.c
6117                 Added "AND search"
6118
6119 2002-08-28 [jens]       0.8.2claws
6120
6121         *po/de.po
6122                 Updated German translations
6123
6124 2002-08-27 [melvin]     0.8.2claws
6125
6126         * po/fr.po
6127                 Updated French translations
6128
6129 2002-08-27 [paul]       0.8.2claws
6130
6131         * sync with 0.8.2 main release
6132
6133         * po/en_GB.po
6134           po/es.po
6135           po/it.po
6136           po/pl.po
6137           po/pt_BR.po
6138           po/sr.po
6139                 updated message catalogs submitted by
6140                 Ricardo Mones Lastra, Alessandro Maestri,
6141                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6142                 Beneditto and Urke MMI  
6143
6144 2002-08-27 [hoa]        0.8.1claws123
6145
6146         * src/mainwindow.[ch]
6147         * src/summaryview.[ch]
6148                 removed the "filter setting" menu option.
6149                 add a "cancel a news message" menu option.
6150
6151 2002-08-26 [martin]     0.8.1claws122
6152
6153         * ChangeLog.claws
6154                 changed string under 0.8.1claws79 changed by myself
6155                 i'm sorry alfons :(
6156
6157 2002-08-26 [martin]     0.8.1claws121
6158
6159         * src/crash.c
6160                 added kill command to debuggerrc to start crash dialog
6161
6162 2002-08-26 [paul]       0.8.1claws120
6163
6164         * sync with 0.8.1cvs31
6165                 see ChangeLog 2002-08-26
6166
6167 2002-08-25 [alfons]     0.8.1claws119
6168
6169         * src/procmsg.c
6170                 fix bug that didn't send out correct headers to news server
6171                 when sending news article and email from queue (bug reported
6172                 and patch provided by Tim Mann; closes bug 
6173                 "[ 583196 ] 0.7.8claws can't post news")
6174
6175 2002-08-25 [alfons]     0.8.1claws118
6176
6177         * src/selective_download.c
6178                 mark two strings as translatable
6179                 (thanks to Urke MMI for pointing this out)
6180
6181 2002-08-25 [alfons]     0.8.1claws117
6182
6183         * src/summaryview.c
6184                 treat sent boxes as special and allow sorting them by addressee
6185                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6186                 submitted by Steve Lamb)
6187
6188 2002-08-24 [alfons]     0.8.1claws116
6189
6190         * src/matcher.c
6191                 fix memleak reported by Martin Kluge
6192                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6193
6194 2002-08-24 [oliver]     0.8.1claws115
6195
6196         * src/prefs_toolbar.c
6197                 o code cleanup as suggested by Alfons
6198                 o memleak fix
6199
6200 2002-08-24 [alfons]     0.8.1claws114
6201
6202         * src/summaryview.c
6203                 o fix another memory leak reported by Martin Kluge
6204                   (see "[ 599568 ] Small Memory Leak")
6205                 o remove 'from' variable from 'summary_set_header()'; we can
6206                   do with just 'to' 
6207
6208 2002-08-24 [paul]       0.8.1claws113
6209
6210         * sync with 0.8.1cvs30
6211                 see ChangeLog 2002-08-23
6212
6213 2002-08-24 [alfons]     0.8.1claws112
6214
6215         * src/summaryview.c
6216                 remove unnecessary allocations for search bar fixing leaks
6217                 reported by Martin Kluge
6218                 (see "[ 599451 ] Further memory leaks?")
6219
6220 2002-08-24 [alfons]     0.8.1claws111
6221
6222         * src/main.c
6223                 make get_socket_name() public for crash.c
6224         * src/crash.c
6225                 o make report bug button work (goes to claws' 
6226                   bug tracker at sf.net)
6227                 o introduce function for doing important stuff just
6228                   before claws goes down
6229                 o clean up code 
6230
6231 2002-08-24 [alfons]     0.8.1claws110
6232
6233         * src/compose.c
6234                 move cursor to "To" entry when forwarding as attachment
6235                 (reported and solved by Steve Lamb, closes bug report
6236                 "[ 592880 ] Forward as attachment; cursor not in to")
6237
6238 2002-08-24 [colin]      0.8.1claws109
6239
6240         * src/mainwindow.c
6241                 fix quick search visibility after GUI (de)separations.
6242
6243 2002-08-23 [colin]      0.8.1claws108
6244
6245         * src/mainwindow.c
6246                 fix header pane visibility after folderview or
6247                 messageview (de)separation
6248
6249 2002-08-23 [paul]       0.8.1claws107
6250
6251         * src/mainwindow.[ch]
6252           src/toolbar.c
6253                 give full control of display or non-display 
6254                 of the Execute icon to Custom toolbar settings.
6255                 add new sensitivity condition to maninwindow.h: 
6256                 M_DELAY_EXEC
6257
6258         * ChangeLog
6259           ChangeLog.jp
6260           NEWS
6261                 more sync with 0.8.1cvs29
6262
6263 2002-08-23 [melvin]     0.8.1claws106
6264
6265         * src/alertpanel.c
6266                 Readded support for custom widget in alertpanel lost in last
6267                 sync.
6268
6269 2002-08-23 [paul]       0.8.1claws105
6270
6271         * sync with 0.8.1cvs29
6272                 see ChangeLog 2002-08-23
6273
6274 2002-08-23 [colin]      0.8.1claws104
6275
6276         * src/summaryview.c
6277                 Fix folder and search pixmaps exchanging positions
6278                 after theme or toolbar changes. Thank to Oliver for 
6279                 reporting this.
6280
6281 2002-08-23 [colin]      0.8.1claws103
6282
6283         * src/mainwindow.c
6284           src/messageview.[ch]
6285           src/noticeview.[ch]
6286           src/summaryview.c
6287                 Changed messageview_create() and noticeview_create()
6288                 to avoid the last gdk_warning
6289
6290 2002-08-22 [colin]      0.8.1claws102
6291
6292         * src/summaryview.c
6293                 Fix my new `Creating pixmap from xpm' warning
6294
6295 2002-08-22 [colin]      0.8.1claws101
6296
6297         * src/mainwindow.c
6298                 Fix some of the gdk warnings
6299
6300 2002-08-22 [colin]      0.8.1claws100
6301
6302         * src/Makefile.am
6303         * src/stock_pixmap.c
6304         * src/stock_pixmap.h
6305         * src/pixmaps/quicksearch.xpm *ADDED*
6306                 Add the quicksearch pixmap
6307         * src/mainwindow.c
6308         * src/summaryview.c
6309         * src/summaryview.h
6310                 Make quicksearch bar visible/hidden via a button
6311
6312 2002-08-22 [christoph]  0.8.1claws99
6313
6314         * src/folder.c
6315                 fix folder update for newsgroups with message
6316                 numbers below minimum number of articles to fetch
6317                 (closes bug #598445)
6318
6319 2002-08-22 [paul]       0.8.1claws98
6320
6321         * sync with 0.8.1cvs28
6322                 see ChangeLog 2002-08-22
6323
6324 2002-08-21 [alfons]     0.8.1claws97
6325
6326         * src/crash.c
6327                 use bt instead of bt full which seems to work 
6328                 better, and bt full doesn't give a great deal 
6329                 of information anyway
6330
6331 2002-08-21 [colin]      0.8.1claws96
6332
6333         * src/summaryview.c
6334                 fix summaryview_searchtype_changed prototype
6335
6336 2002-08-21 [christoph]  0.8.1claws95
6337
6338         * src/mainwindow.c
6339                 o fix broken menu update for sorting type, we have to
6340                   get this info from the summaryview now
6341                 o removed setting of threaded state in menu callback
6342         * src/summaryview.[ch]
6343                 more summaryview/folderitem seperation for
6344                 threading option
6345         * configure.in
6346                 removed not required --with-compiler-flags option
6347
6348 2002-08-21 [oliver]     0.8.1claws94
6349         
6350         * src/toolbar.h 
6351                 o rename toolbar.xml to toolbar_main.xml
6352                   since toolbar_compose.xml might come up 
6353                   any time soon
6354         * README.claws
6355                 add custom toolbar              
6356
6357 2002-08-21 [darko]      0.8.1claws93
6358
6359         * src/procmsg.c
6360                 don't reset tmp flags for messages copied
6361                 to sent folder
6362
6363 2002-08-21 [colin]      0.8.1claws92
6364         
6365         * src/prefs_filtering.c
6366                 fix renaming rules on folder rename 
6367                 when folder is not a leaf folder
6368
6369 2002-08-21 [paul]       0.8.1claws91
6370
6371         * src/prefs_folder_item.c
6372                 fix alignment of colour selector
6373
6374 2002-08-21 [paul]       0.8.1claws90
6375
6376         * sync with 0.8.1cvs27
6377                 see ChangeLog 2002-08-21
6378
6379 2002-08-21 [paul]       0.8.1claws89
6380
6381         * src/summaryview.c
6382                 fix crash when changing field type in
6383                 Quick search bar
6384
6385 2002-08-21 [colin]      0.8.1claws88
6386
6387         * src/summaryview.c
6388                 Made quick search case-insensitive
6389
6390 2002-08-21 [paul]       0.8.1claws87
6391
6392         * sync with 0.8.1cvs26
6393                 see ChangeLog 2002-08-21
6394
6395 2002-08-20 [christoph]  0.8.1claws86
6396
6397         * src/folderview.c
6398         * src/main.c
6399         * src/summaryview.[ch]
6400                 more summaryview/folderitem seperation for
6401                 sort_key and sort_type
6402         * src/procmsg.c
6403                 added missing return statement
6404
6405 2002-08-20 [colin]      0.8.1claws85
6406
6407         * src/summaryview.[ch]
6408                 Added a quick search box
6409         * src/mainwindow.c
6410         * src/prefs_common.[ch]
6411                 Added a show/hide option for the quick search
6412
6413 2002-08-20 [oliver]     0.8.1claws84
6414         
6415         * src/mainwindow.c
6416                 remove toolbar_create_popups
6417         * src/toolbar.[ch]
6418                 o remove toolbar_create_popups
6419                 o fix toolbar_set_sensitive 
6420                   (Bug reports #596834 and #596832)     
6421         * src/prefs_toolbar.c
6422                 o add "Set default" button
6423                 o align label and text + combo widgets
6424
6425 2002-08-20 [hoa]        0.8.1claws83bis
6426
6427         * src/imap.c
6428                 fixed a bug in imap_fetch_msginfo() in case there is no
6429                 current folder.
6430
6431 2002-08-20 [darko]      0.8.1claws83
6432
6433         * src/folderview.c
6434                 copy the color style of folder view so it
6435                 works with GTK themes
6436
6437 2002-08-20 [darko]      0.8.1claws82
6438
6439         * src/folder.h
6440         * src/folderview.c
6441         * src/prefs_folder_item.[hc]
6442                 don't use UI stuff in folder.h
6443
6444 2002-08-20 [darko]      0.8.1claws81
6445
6446         * src/folder.h
6447         * src/prefs_folder_item.h
6448         * src/folderview.c
6449         * src/prefs_folder_item.c
6450                 ability to set folder color in folderview
6451
6452 2002-08-19 [alfons]     0.8.1claws80
6453
6454         * src/summaryview.c
6455                 fix one of the earlier memleaks reported by Martin Kluge
6456
6457 2002-08-19 [alfons]     0.8.1claws79
6458
6459         * src/mainwindow.c
6460                 hide notice view when selecting seperate folder
6461                 view (reported by Urke MMI)
6462
6463 2002-08-19 [christoph]  0.8.1claws78
6464
6465         * src/folderview.c
6466         * src/prefs_folder_item.h
6467         * src/summaryview.[ch]
6468                 o add summary_set_prefs_from_folderitem to set
6469                   summaryview prefs (first step to remove all
6470                   references to the folderitem in summaryview)
6471                 o moved compiled regex stuff from folderitem prefs
6472                   to summaryview code
6473
6474 2002-08-19 [paul]       0.8.1claws77
6475
6476         * src/compose.c
6477                 add check for '.' to QUOTE_IF_REQUIRED
6478
6479 2002-08-19 [paul]       0.8.1claws76
6480
6481         * src/inc.c
6482                 sync with 0.8.1cvs25 (plug memory leak)
6483
6484         * src/prefs_toolbar.c
6485                 re-order prefs_toolbar_cancel()
6486
6487 2002-08-18 [alfons]     0.8.1claws75
6488
6489         * src/inc.c
6490         * src/matcher.c
6491                 plug other memleaks reported by Martin Kluge
6492
6493 2002-08-18 [paul]       0.8.1claws74
6494
6495         * po/pt_BR.po
6496                 updated by Fabio Jr. Beneditto
6497
6498 2002-08-18 [paul]       0.8.1claws73
6499
6500         * src/toolbar.[ch]
6501                 fix bug where tooltips were displayed untranslated              
6502
6503         * src/prefs_toolbar.c
6504                 fix bug where clicking 'Cancel' creates an icon & text
6505                 toolbar regardless of prefs
6506         
6507
6508 2002-08-17 [oliver]     0.8.1claws72
6509
6510         * src/prefs_toolbar.c
6511                 update toolbar on CANCEL
6512                 bug reported by Martin Kluge
6513         * src/toolbar.c
6514                 toolbar_destroy memleak fixed           
6515
6516 2002-08-17 [alfons]     0.8.1claws71
6517
6518         * src/toolbar.c
6519                 plug another memleak reported by Martin Kluge
6520
6521 2002-08-16 [alfons]     0.8.1claws70
6522
6523         * src/crash.c
6524                 use execvp() correctly (suggested by wwp; thanks!)
6525
6526 2002-08-16 [alfons]     0.8.1claws69
6527
6528         * src/gtksctree.c
6529                 plug memory leak reported by Kim Schultz & Martin Kluge
6530
6531 2002-08-16 [paul]       0.8.1claws68
6532
6533         * po/es.po
6534                 updated by Ricardo Mones Lastra
6535
6536 2002-08-16 [paul]       0.8.1claws67
6537
6538         * src/toolbar.h
6539                 fix bug where 'Compose News' icon showed wrong
6540                 tooltip
6541
6542 2002-08-16 [paul]       0.8.1claws66
6543
6544         * sync with 0.8.1cvs24
6545                 see ChangeLog 2002-08-16
6546
6547         * po/it.po
6548                 updated by Alessandro Maestri
6549
6550 2002-08-15 [paul]       0.8.1claws65
6551
6552         * po/sr.po
6553                 updated by Urke MMI
6554
6555 2002-08-15 [paul]       0.8.1claws64
6556
6557         * src/*.c
6558                 don't translate debug info
6559
6560         * src/matcher.[ch]
6561                 add copyright info
6562
6563 2002-08-15 [paul]       0.8.1claws63
6564
6565         * src/prefs_toolbar.c
6566                 fix bug where clicking 'OK' creates an icon & text
6567                 toolbar regardless of prefs
6568
6569 2002-08-14 [alfons]     0.8.1claws62
6570
6571         * src/main.c
6572                 add global var that has the full argv[0]
6573         * src/crash.c
6574                 o execvp the correct sylpheed by using argv0
6575                   and setting the correct work dir
6576                 o other tweaks  
6577
6578 2002-08-14 [oliver]     0.8.1claws61
6579         
6580         * enable/disable Toolbar Action Buttons 
6581         * code cleanups
6582         * src/mainwindow.c
6583         * src/toolbar.[ch]      
6584         * src/prefs_toolbar.c   
6585
6586 2002-08-14 [melvin]     0.8.1claws60
6587
6588         * po/fr.po
6589                 Updated French translations
6590
6591 2002-08-14 [melvin]     0.8.1claws59
6592
6593         * src/crash.c
6594                 Made bug report not translatable
6595         * src/exporthtml.c
6596                 Fixed exporthtml_build_filespec() return value
6597         * src/foldersel.c
6598                 Fixed incorrect include file
6599         * src/gtkspell.c
6600         * src/prefs_actions.c
6601         * src/prefs_toolbar.c
6602                 Made debug info not translatable
6603         * src/mutt.c
6604         * src/quote_fmt.c
6605                 Added missing includes
6606         * src/prefs_common.c
6607                 Fixed typo
6608
6609 2002-08-14 [paul]       0.8.1claws58
6610
6611         * faq/es/sylpheed-faq.html
6612           faq/es/sylpheed-faq-[1-3].html
6613           faq/es/sylpheed-faq-4.html     **NEW FILE **
6614                 update Spanish FAQ
6615
6616 2002-08-13 [christoph]  0.8.1claws57
6617
6618         * src/procmsg.c
6619                 ignore thread fix that did not mark all
6620                 child nodes of a ignored thread as
6621                 ignored. Does not work perfectly yet,
6622                 but it is better now
6623
6624 2002-08-13 [alfons]     0.8.1claws56
6625
6626         * src/crash.c
6627                 o implement 'save crash log'
6628                 o some tweaks
6629
6630 2002-08-13 [melvin]     0.8.1claws55
6631
6632         * src/main.c
6633                 removed unrequired "execinfo.h" header
6634
6635 2002-08-12 [paul]       0.8.1claws54
6636
6637         * faq/en/sylpheed-faq.html
6638           faq/en/sylpheed-faq-[1-3].html
6639           faq/en/sylpheed-faq-4.html     **NEW FILE **
6640                 update English FAQ
6641
6642 2002-08-12 [alfons]     0.8.1claws53
6643
6644         * po/POTFILES.in
6645                 add crash.c to translatables
6646         * src/crash.c
6647                 bring in Leandro's crash dialog
6648
6649 2002-08-11 [alfons]     0.8.1claws52
6650
6651         * src/crash.c
6652                 clean up some warnings
6653
6654 2002-08-11 [alfons]     0.8.1claws51
6655
6656         * acconfig.h
6657         * configure.in
6658         * src/crash.[ch]        ** NEW FILES **
6659         * src/main.c            
6660                 initial gdb crash handler
6661
6662 2002-08-11 [paul]       0.8.1claws50
6663
6664         * src/prefs_toolbar.c
6665                 replace Up/Down arrow pixmaps with text to be
6666                 consistent across icon themes
6667
6668 2002-08-11 [paul]       0.8.1claws49
6669
6670         * src/prefs_common.c
6671           src/prefs_toolbar.c
6672                 rename 'Pixmap' -> 'Icon'
6673
6674         * src/toolbar.[ch]
6675                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6676
6677 2002-08-10 [paul]       0.8.1claws48
6678
6679         * src/prefs_toolbar.c
6680                 re-work the UI
6681
6682 2002-08-10 [paul]       0.8.1claws47
6683
6684         * src/main.c
6685                 don't write Processing progress to status bar
6686                 patch submitted by Alexander Evseev
6687
6688         * src/prefs_toolbar.c
6689                 re-position and resize window
6690                 make window assume correct size on first call
6691
6692 2002-08-10 [paul]       0.8.1claws46
6693
6694         * src/mainwindow.c
6695           src/prefs_toolbar.c
6696           src/toolbar.c
6697           src/toolbar.h
6698                 obey coding style
6699                 follow UI text conventions
6700
6701 2002-08-10 [alfons]     0.8.1claws45
6702
6703         * src/toolbar.c
6704                 correct pixmap for delete action
6705
6706 2002-08-10 [paul]       0.8.1claws44
6707
6708         * po/pt_BR.po
6709                 updated by Fabio Jr. Beneditto
6710
6711 2002-08-10 [paul]       0.8.1claws43
6712
6713         * po/POTFILES.in
6714                 add custom toolbar files
6715
6716 2002-08-10 [paul]       0.8.1claws42
6717
6718         * sync with 0.8.1cvs22
6719                 see ChangeLog 2002-08-09
6720
6721 2002-08-09 [paul]       0.8.1claws41
6722
6723         * tools/Makefile.am
6724           tools/README
6725           tools/outlook2sylpheed.pl     ** NEW FILE **
6726                 add script to convert exported Outlook
6727                 contacts list to a Sylpheed addressbook.
6728                 Submitted by Ricardo Mones Lastra.
6729
6730 2002-08-09 [paul]       0.8.1claws40
6731
6732         * AUTHORS
6733           configure.in
6734           po/sr.po      ** NEW FILE **
6735                 add Serbian message catalog. Submitted by
6736                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6737
6738 2002-08-09 [paul]       0.8.1claws39
6739
6740         * sync with 0.8.1cvs21
6741                 see ChangeLog 2002-08-08
6742
6743 2002-08-08 [oliver]     0.8.1claws38
6744
6745         * src/mainwindow.c
6746                 move Custom Toolbar to Configuration menu
6747
6748 2002-08-08 [oliver]     0.8.1claws37
6749
6750         * src/prefs_toolbar.c
6751                 fix substitute pixmap bug
6752
6753 2002-08-08 [paul]       0.8.1claws36
6754
6755         * sync with 0.8.1cvs19
6756                 see ChangeLog 2002-08-08
6757
6758 2002-08-07 [christoph]  0.8.1claws35
6759
6760         * src/utils.c
6761                 fixed a memory leak in new canonicalize_file_replace
6762
6763 2002-08-07 [christoph]  0.8.1claws34
6764
6765         * src/utils.[ch]
6766                 o canonicalize_file_replace should create the temporary
6767                   file in the same directory as the original file.
6768                 o added get_tmpfile_in_dir that creates a temorary file
6769                   in a specified directory.
6770
6771 2002-08-07 [melvin]     0.8.1claws33
6772
6773         * src/toolbar.c
6774                 fixed bug where 'Article' button acted as 'Email' button.
6775
6776 2002-08-07 [paul]       0.8.1claws32
6777
6778         * sync with 0.8.1.cvs17
6779                 see ChangeLog 2002-08-07
6780
6781 2002-08-07 [colin]      0.8.1claws31
6782         
6783         * src/news.c
6784                 fix mass-cancel problem
6785
6786 2002-08-07 [thorsten]   0.8.1claws30
6787
6788         * src/prefs_toolbar.c
6789                 fix: crash on replace or add new button
6790         * src/toolbar.c
6791                 fix: close xmlfile after reading
6792         * src/utils.c
6793                 fix: unlink() file before rename()
6794
6795 2002-08-06 [paul]       0.8.1claws29
6796
6797         * sync with 0.8.cvs15
6798                 see ChangeLog 2002-08-06
6799
6800 2002-08-06 [oliver]     0.8.1claws28
6801
6802         * src/toolbar.c
6803         * src/prefs_toolbar.c
6804                 fixed empty toolbar issue
6805
6806 2002-08-06 [oliver]     0.8.1claws27
6807
6808         * Custom Toolbar Final 
6809         * src/folderview.c
6810         * src/inc.c
6811         * src/summaryview.c
6812                 o toolbar stuff now lives in src/toolbar.[ch]
6813                 o main_window_toolbar_* functions are renamed to
6814                   toolbar_* reflecting their new source file
6815         * src/mainwindow.[ch]
6816                 o remove toolbar stuff  
6817
6818 2002-08-06 [oliver]     0.8.1claws26
6819         
6820         * src/Makefile.am
6821         * src/prefs_toolbar.[ch]        **New File**
6822         * src/toolbar.[ch]              **New File**
6823                 o prefs_toolbar.[ch] custom toolbar frontend
6824                 o toolbar.[ch]       backend 
6825
6826 2002-08-06 [oliver]     0.8.1claws25
6827
6828         * src/prefs_actions.[ch]
6829                 o new exported function actions_execute
6830
6831 2002-08-06 [paul]       0.8.1claws24
6832
6833         * sync with 0.8.1cvs4
6834                 see ChangeLog 2002-08-06
6835
6836 2002-08-06 [paul]       0.8.1claws23
6837
6838         * sync with 0.8.1cvs13
6839                 see ChangeLog 2002-08-06
6840
6841 2002-08-06 [paul]       0.8.1claws22
6842
6843         * sync with 0.8.1cvs12
6844                 see ChangeLog 2002-08-05 and 2002-08-06
6845
6846 2002-08-06 [match]      0.8.1claws21
6847
6848         * src/addrclip.c
6849                 improvements to cut/copy/paste address
6850
6851 2002-08-05 [match]      0.8.1claws20
6852
6853         * src/addritem.[ch]
6854         * src/addrcache.c
6855         * src/addrbook.c
6856         * src/editaddress.c
6857         * src/addressbook.c
6858                 fixes to improve cut/copy/paste
6859
6860 2002-08-06 [melvin]     0.8.1claws19
6861
6862         * src/account.[ch]
6863                 account_find_all_from_address(): new function that returns the
6864                 list of all accounts that are matched in an address.
6865         * src/alertpanel.[ch]
6866                 alertpanel() now accepts a custom widget
6867                 alertpanel_with_widget(): new function that pops up a panel with
6868                 a custom widget in it 
6869         * src/gtkutils.[ch]
6870                 gtkut_account_menu_new(): new function that allows the selection
6871                 of an account from a list of accounts.
6872         * src/messageview.c
6873                 Extended Return Receipt notification to select the correct 
6874                 account and to make a security test on the Delivery-Notification
6875                 address which should be the same as the Return-Path.
6876
6877 2002-08-06 [thorsten]   0.8.1claws18
6878
6879         * src/mimeview.c
6880                 attach_all: save unnamed as "noname.%d",
6881                 dont free static dirname
6882
6883 2002-08-05 [alfons]     0.8.1claws17
6884
6885         * configure.in
6886                 detect XIM by trying to link rather than compile a XIM program
6887
6888 2002-08-05 [oliver]     0.8.1claws16
6889                 
6890         * src/stock_pixmap.[ch]
6891                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6892                 o new func to retrieve pixmaps
6893
6894 2002-08-05 [paul]       0.8.1claws15
6895
6896         * sync with 0.8.1cvs10
6897                 see ChangeLog 2002-08-05
6898
6899 2002-08-04 [alfons]     0.8.1claws14
6900
6901         * src/textview.c
6902                 see if this plugs memleak
6903
6904 2002-08-04 [melvin]     0.8.1claws13
6905
6906         * src/gtkspell.c
6907                 fixed bug that could crash Sylpheed when highlighting
6908                 all misspelled words.
6909
6910 2002-08-03 [melvin]     0.8.1claws12
6911
6912         * src/prefs_actions.c
6913                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6914         * src/messageview.c
6915                 fixed bug where the Return Receipt was sent to
6916                 Delivery-Notification-To address even if it was not present
6917
6918 2002-08-02 [alfons]     0.8.1claws11
6919
6920         * src/prefs_actions.c
6921                 o more check for NULLs
6922                 o put create_io_dialog() in right conditional block
6923
6924 2002-08-02 [paul]       0.8.1claws10
6925
6926         * po/es.po
6927                 updated by Ricardo Mones Lastra
6928
6929 2002-08-01 [christoph]  0.8.1claws9
6930
6931         * src/folder.c
6932                 don't free the cache of the opened
6933                 folder in the summaryview
6934         * src/summaryview.c
6935                 don't unset flags, if it is not required
6936
6937 2002-08-01 [paul]       0.8.1claws8
6938
6939         * sync with 0.8.1cvs8
6940                 see ChangeLog entry 2002-08-01
6941
6942 2002-08-01 [paul]       0.8.1claws7
6943
6944         * sync with 0.8.1cvs7
6945                 see ChangeLog 2002-07-31 and 2002-08-01
6946
6947 2002-07-31 [christoph]  0.8.1claws6
6948
6949         * src/mainwindow.c
6950                 forgot to update menu sensitivity
6951                 function for new menu entry
6952
6953 2002-07-31 [alfons]     0.8.1claws5
6954
6955         * src/main.c
6956                 check folder item and its path for NULL on
6957                 initial processing
6958
6959 2002-07-31 [christoph]  0.8.1claws4
6960
6961         * src/folder.c
6962                 check if folder_item_get_msginfo in
6963                 folder_item_remove_msg returned NULL
6964         * src/imap.c
6965                 better clear the uid cache in the
6966                 uid validity check function and delete
6967                 cached messages
6968
6969 2002-07-31 [paul]       0.8.1claws3
6970
6971         * man/sylpheed.1
6972                 add the '--attach' option and a few other
6973                 minor changes
6974
6975 2002-07-31 [paul]       0.8.1claws2
6976
6977         * sync with 0.8.1cvs5
6978                 see ChangeLog 2002-07-31
6979
6980 2002-07-31 [christoph]  0.8.1claws1
6981
6982         * src/folderview.[ch]
6983         * src/mainwindow.c
6984                 replace "Rescan all folders..." with
6985                 "Check all folders for new messages..."
6986
6987 2002-07-30 [paul]       0.8.1claws
6988
6989         * version 0.8.1claws released
6990
6991 2002-07-30 [paul]       0.8.0claws29
6992
6993         * tools/OOo2sylpheed.pl ** NEW FILE **
6994           tools/README
6995                 add script to enable sending documents as
6996                 attachments from OpenOffice.org
6997
6998 2002-07-30 [melvin]     0.8.0claws28
6999
7000         * src/prefs_actions.c
7001                 Made the actions' input/output dialog display
7002                 without delay.
7003
7004 2002-07-30 [christoph]  0.8.0claws27
7005
7006         * src/procmsg.c
7007                 check if folder_item_get_msginfo in
7008                 procmsg_save_to_outbox returned NULL
7009
7010 2002-07-30 [paul]       0.8.0claws26
7011
7012         * sync with 0.8.1cvs4
7013                 see ChangeLog 2002-07-29
7014
7015 2002-07-29 [thorsten]   0.8.0claws25
7016
7017         * README.claws
7018                 added selective download, delete on server
7019
7020 2002-07-29 [paul]       0.8.0claws24
7021
7022         * sync with 0.8.1cvs3
7023                 see ChangeLog 2002-07-29
7024
7025 2002-07-27 [christoph]  0.8.0claws23
7026
7027         * src/folder.c
7028                 add extra check if fetching the msginfo
7029                 returned NULL
7030
7031 2002-07-27 [paul]       0.8.0claws22
7032
7033         * sync with 0.8.1cvs2
7034                 see ChangeLog 2002-07-26
7035
7036 2002-07-27 [christoph]  0.8.0claws21
7037
7038         * src/imap.c
7039                 add another check if a valid msginfo
7040                 was returned
7041
7042 2002-07-26 [hoa]        0.8.0claws20
7043
7044         * src/folder.c
7045                 Fixed a condition in folder_item_destroy()
7046
7047         * src/imap.c
7048                 Fixed an error in IMAP protocol
7049
7050 2002-07-26 [alfons]     0.8.0claws19
7051
7052         * src/folder.c
7053                 ofcourse compare with identifier, not the path
7054
7055 2002-07-26 [alfons]     0.8.0claws18
7056
7057         * src/folder.c
7058                 use folder item identifier for saving / restoring
7059                 preferences because folder->path might not be unique
7060
7061 2002-07-26 [melvin]     0.8.0claws17
7062
7063         * src/logwindow.c
7064                 Fixed a crash introduced in 0.8.0claws5 when log is 
7065                 cut under 80 characters.
7066
7067 2002-07-26 [paul]       0.8.0claws16
7068
7069         * sync with 0.8.1cvs1
7070                 see ChangeLog 2002-07-26
7071
7072 2002-07-26 [christoph]  0.8.0claws15
7073
7074         * src/imap.[ch]
7075                 imap folder now remembers the last selected
7076                 folder and imap_fetch_msginfo skips selecting
7077                 the folder if it is already selected
7078
7079 2002-07-26 [christoph]  0.8.0claws14
7080
7081         * src/folder.c
7082         * src/folderview.c
7083         * src/imap.c
7084                 fix imap folder rescanning
7085
7086 2002-07-25 [christoph]  0.8.0claws13
7087
7088         * src/filter.c
7089         * src/folder.[ch]
7090         * src/folderview.c
7091         * src/imap.[ch]
7092         * src/mainwindow.c
7093         * src/mbox_folder.c
7094         * src/mh.c
7095         * src/news.c
7096                 implement imap uid cache and uid validity check
7097
7098 2002-07-25 [alfons]     0.8.0claws12
7099
7100         * src/summaryview.c
7101                 fix a brown paper bag bug, and also add some more
7102                 checks
7103
7104 2002-07-25 [christoph]  0.8.0claws11
7105
7106         * src/folder.c
7107                 don't mix copy, fetch_msginfo and remove
7108                 operations in folder item copy and move
7109                 operations
7110
7111 2002-07-25 [christoph]  0.8.0claws10
7112
7113         * src/folderview.c
7114         * src/mainwindow.c
7115         * src/prefs_folder_item.c
7116         * src/summaryview.[ch]
7117                 remove no longer required parameter update_cache from
7118                 summary_show
7119
7120 2002-07-25 [paul]       0.8.0claws9
7121
7122         * sync with 0.8.1
7123         
7124         * AUTHORS
7125                 a few corrections
7126
7127 2002-07-24 [alfons]     0.8.0claws8
7128
7129         * src/summaryview.c
7130                 sort correctly when using simplified subject line
7131                 (closes feature request "[ 585141 ] applying regexp to subject 
7132                 before sort" submitted by Alexandra Walford)
7133
7134 2002-07-24 [paul]       0.8.0claws7
7135
7136         * sync with 0.8.0cvs3
7137                 see ChangeLog 2002-07-24
7138
7139 2002-07-23 [christoph]  0.8.0claws6
7140
7141         * src/folder.c
7142         * src/folder.h
7143         * src/summaryview.c
7144         * src/summaryview.h
7145         * src/main.c
7146                 o separate processing and summaryview
7147                 o removed summary_write_cache from summaryview
7148                 o removed summaryview->killed_messages, because we don't have
7149                   to keep a list of killed messages anymore. New cache will
7150                   keep the hidden messages in cache anyway
7151         * src/folderview.c
7152         * src/inc.c
7153         * src/selective_download.c
7154                 o removed unnecessary summary_write_cache calls
7155         * src/procmsg.c
7156                 o don't set ignore thread flag in procmsg_get_thread_tree
7157                   if it is already set
7158         * src/mainwindow.c
7159         * src/statusbar.h
7160                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7161                   they are used in different files
7162
7163 2002-07-23 [melvin]     0.8.0claws5
7164
7165         * src/addressbook.c
7166         * src/addrgather.c
7167         * src/editaddress.c
7168         * src/editgroup.c
7169         * src/editldap_basedn.c
7170         * src/importldif.c
7171         * src/prefs_common.c
7172                 Fixed few memory leak (gtk_editable_get_chars returns
7173                 an allocated string)
7174         * src/logwindow.c
7175                 Fixed few memory leak (gtk_editable_get_chars returns
7176                 an allocated string) and modified a little the log cutting
7177                 loop.
7178         * src/compose.c
7179                 Replaced a call to an obsolete function gtk_entry_get_text()
7180                 by gtk_editable_get_chars()
7181         * src/send.c
7182                 Removed a debug printf
7183
7184 2002-07-23 [christoph]  0.8.0claws4
7185
7186         * src/filesel.c
7187                 fix another g_dirname memory leak
7188
7189 2002-07-23 [christoph]  0.8.0claws3
7190
7191         * src/mh.c
7192                 fixed a memory leak in mh_fetch_msginfo
7193                 fixed crash when message header could not be
7194                 parsed
7195
7196 2002-07-23 [paul]       0.8.0claws2
7197
7198         * sync with 0.8.0cvs2
7199                 see ChangeLog 2002-07-23
7200
7201 2002-07-23 [paul]       0.8.0claws1
7202
7203         * sync with 0.8.0cvs1
7204                 see ChangeLog 2002-07-23
7205
7206 2002-07-23 [paul]       0.8.0claws
7207
7208         * release of 0.8.0claws
7209
7210 2002-07-23 [paul]       0.7.8claws99
7211
7212         * po/ru.po
7213                 new Russian translation, submitted by
7214                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7215
7216 2002-07-22 [jens]       0.7.8claws98
7217
7218         * po/de.po
7219                 Updated German translations.
7220
7221 2002-07-22 [paul]       0.7.8claws97
7222
7223         * po/es.po
7224           po/it.po
7225           po/nl.po
7226           po/pt_BR.po
7227                 updated translations by Ricardo Mones Lastra,
7228                 Alessandro Maestri, Wilbert Berendsen and 
7229                 Fabio Jr. Beneditto respectively
7230
7231 2002-07-22 [christoph]  0.7.8claws96
7232
7233         * src/mimeview.c
7234                 fix memory leak caused by wrong g_dirname usage
7235
7236 2002-07-22 [christoph]  0.7.8claws95
7237
7238         * src/summaryview.c
7239                 update new and unread message counts for summaryview
7240                 summaryview does not get it from the folder anymore
7241                 and has to update the values itself
7242
7243 2002-07-22 [melvin]     0.7.8claws94
7244
7245         * po/fr.po
7246                 Updated French translations.
7247
7248 2002-07-22 [christoph]  0.7.8claws93
7249
7250         * src/matcher.c
7251                 set prop->preg pointer to NULL or following check
7252                 will not fail and regexec will be called with
7253                 invalid pointer
7254
7255 2002-07-21 [alfons]     0.7.8claws92
7256         
7257         * src/prefs_common.[ch]
7258                 remove option "Send return receipt on request"
7259
7260 2002-07-21 [thorsten]   0.7.8claws91
7261
7262         * src/mimeview.c
7263                 fixed memleaks, coding style as pointed out by alfons
7264
7265 2002-07-21 [alfons]     0.7.8claws90
7266
7267         * src/messageview.c
7268         * src/noticeview.[ch]
7269                 o fix bug notice view being displayed when going to empty folder 
7270                   (noticed by Christoph)
7271                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7272                   (noticed by Thorsten)
7273
7274 2002-07-21 [thorsten]   0.7.8claws89
7275
7276         * src/mimeview.c
7277                 Included save_all patch from Xaview FACQ
7278                 added support for pathnames
7279
7280 2002-07-21 [alfons]     0.7.8claws88
7281
7282         * po/POTFILES.in
7283         * src/Makefile.am
7284         * src/mainwindow.c
7285         * src/messageview.[ch]
7286         * src/noticeview.c      ** NEW FILE **
7287         * src/noticeview.h      ** NEW FILE **
7288                 make return receipts work again
7289                 (UI idea by Leandro Pereira)
7290
7291 2002-07-21 [paul]       0.7.8claws87
7292
7293         * src/summaryview.c
7294                 fix sensitivity of 'Select thread'
7295
7296 2002-07-21 [paul]       0.7.8claws86
7297
7298         * src/prefs_common.c
7299                 add browser command line for Galeon
7300
7301 2002-07-21 [paul]       0.7.8claws85
7302
7303         * Makefile.am
7304                 fix 'EXTRA_DIST': remove README.README, add TODO
7305                 and TODO.claws
7306
7307 2002-07-21 [alfons]     0.7.8claws84
7308
7309         * src/gtkstext.c
7310                 make enter clear selection
7311                 (closes "[ 579888 ] Editor selection/entry error"
7312                 reported by Steve Lamb)
7313
7314 2002-07-21 [alfons]     0.7.8claws83
7315         
7316         * src/summaryview.c
7317                 sort message list when selecting unthread messages
7318                 (closes "[ 501593 ] switching threaded view doesn't sort"
7319                 reported by Simon Schubert)
7320
7321 2002-07-20 [alfons]     0.7.8claws82
7322         
7323         * src/matcher.c
7324                 const-correctness
7325
7326 2002-07-20 [thorsten]   0.7.8claws81
7327
7328         * src/matcher.c
7329                 Fixed expansion of empty fields in matchactions
7330
7331 2002-07-19 [melvin]     0.7.8claws80
7332
7333         * src/gtkspell.c
7334                 Removed a duplicate menu entry (fast mode) introduced during
7335                 the new cache merge
7336                 Added a menu separator between 'Use alternate' and 'Fast mode'
7337
7338 2002-07-19 [paul]       0.7.8claws79
7339
7340         * tools/Makefile.am
7341           tools/README
7342                 correct typos
7343
7344 2002-07-19 [thorsten]   0.7.8claws78
7345
7346         * tools/calypso_convert.pl      ** NEW FILE **
7347           tools/README
7348           tools/Makefile.am
7349                 script to import mbox files exported
7350                 by calypso
7351                 o generates folder structure
7352                 o includes attachments
7353
7354 2002-07-19 [melvin]     0.7.8claws77
7355
7356         * src/selective_download.[ch]
7357                 Fixed bug where closing the dialog with the window manager's
7358                 close button will not unlock the summary
7359                 Corrected some function declarations that missed a return value
7360                 Made the source code comply better with coding style.
7361         * src/prefs_common.c
7362                 Added new browser command line for Mozilla.
7363
7364 2002-07-18 [paul]       0.7.8claws76
7365
7366         * src/mainwindow.c
7367           src/selective_download.[ch]
7368                 reflect theme changes, fix Gdk Warning when creating 
7369                 pixmap from NULL window, and minor clean up.
7370                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7371
7372         * po/en_GB.po
7373                 updated
7374
7375 2002-07-17 [paul]       0.7.8claws75
7376
7377         * INSTALL[.jp]
7378                 sync with 0.8.0
7379         
7380         * po/en_GB.po
7381                 updated
7382
7383 2002-07-16 [paul]       0.7.8claws74
7384
7385         * tools/filter_conv.pl
7386           tools/README
7387                 replace conversion script with reimplemented version, 
7388                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7389
7390 2002-07-16 [colin]      0.7.8claws73
7391
7392         * src/summaryview.c
7393                 remove forgotten debug messages - sorry ;-)
7394
7395 2002-07-16 [colin]      0.7.8claws72
7396
7397         * src/mimeview.c
7398           src/summaryview.c
7399           src/textview.c
7400           src/textview.h
7401                 add the ability to select part of a text mime-part 
7402                 to reply.
7403
7404 2002-07-15 [christoph]  0.7.8claws71
7405
7406         * src/folder.c
7407                 fix folder message count for folders without
7408                 msg_is_changed (includes news folders)
7409
7410 2002-07-15 [martin]     0.7.8claws70
7411
7412         * src/summaryview.c
7413                 option "display recipient on 'From'..." now works
7414                 without the need of enabling the option
7415                 "display  sender  using  address  book".
7416
7417 2002-07-15 [christoph]  0.7.8claws69
7418
7419         * src/summaryview.c
7420                 removed setting folder status from summaryview.
7421                 folder.c should update all message counts correctly.
7422
7423 2002-07-15 [paul]       0.7.8claws68
7424
7425         * po/pt_BR.po
7426                 updated by Fabio Junior Beneditto
7427
7428 2002-07-15 [darko]      0.7.8claws67
7429
7430         * src/mh.c
7431                 Fixed target folder colorization, don't decrease op
7432                 number twice
7433
7434 2002-07-14 [paul]       0.7.8claws66
7435
7436         * sync with main 0.8.0
7437                 see ChangeLog 2002-07-14
7438
7439 2002-07-13 [melvin]     0.7.8claws65
7440         
7441         * src/addrbook.c
7442         * src/addressbook.c
7443         * src/addrindex.c
7444                 Replaced sprintf by g_snprintf to prevent possible buffer
7445                 overflow.
7446         * src/news.c
7447                 Corrected a log message output format.
7448                 Added a missing "done" debug output.
7449         * src/compose.c
7450                 Added keyboard accelerator for Priority menu items
7451                 Added missing \n in debug output
7452         * src/logwindow.c
7453         * src/gtkspell.c
7454         * src/rfc2015.c
7455                 Added missing \n in debug output
7456
7457 2002-07-13 [paul]       0.7.8claws64
7458
7459         * man/sylpheed.1
7460                 change Sergey's email address to the sf address
7461
7462         * src/textview.c
7463                 increase show_url_timeout (more useful for long
7464                 urls)
7465
7466 2002-07-12 [sergey]     0.7.8claws63
7467
7468         * src/rfc2015.c
7469                 applied (with some modifications) patch to set the
7470                 micalg parameter for signatures
7471                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7472
7473 2002-07-12 [sergey]     0.7.8claws62
7474
7475         * man/Makefile.am
7476         * configure.in
7477                 fixed man page installation
7478
7479 2002-07-12 [paul]       0.7.8claws61
7480
7481         * sync with 0.7.8cvs26
7482                 see ChangeLog 2002-07-11 and 2002-07-12
7483
7484 2002-07-11 [christoph]  0.7.8claws60
7485
7486         * src/compose.c
7487         * src/procmsg.c
7488                 first use the message number to find the message
7489                 to mark with a reply flag but check the
7490                 message-id if we got the correct message, if not
7491                 try to find it by message-id.
7492                 use new string seperator that is not allowed
7493                 in message-ids.
7494
7495 2002-07-11 [paul]       0.7.8claws59
7496
7497         * sync with 0.7.8cvs23
7498                 see ChangeLog 2002-07-10
7499
7500 2002-07-10 [christoph]  0.7.8claws58
7501
7502         * src/folder.[ch]
7503         * src/msgcache.[ch]
7504                 Added message-id table to the cache in memory
7505                 and functions to msgcache.c and folder.c to
7506                 fetch MsgInfos by message id
7507         * src/compose.c
7508         * src/procmsg.c
7509                 store folder and message-id of message replying
7510                 to in queue header and set reply flag after sending
7511                 (Closes bug #469498)
7512
7513 2002-07-10 [paul]       0.7.8claws57
7514
7515         * AUTHORS
7516           man/sylpheed.1.gz
7517                 add Martin to the list of authors
7518
7519 2002-07-09 [martin]     0.7.8claws56
7520         * src/gtksctree.c
7521                 Added gtk_ctree_last_visible(), tree_update_level(),
7522                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7523                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7524                 from gtk+ to gtksctree.c for the new sorting code
7525                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7526                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7527         * src/gtksctree.h
7528                 Added declaration for gtk_sctree_sort_recursive() and
7529                 gtk_sctree_sort_node
7530         * src/addressbook.c
7531         * src/foldersel.c
7532         * src/folderview.c
7533         * src/summaryview.c
7534                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7535                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7536
7537 2002-07-08 [paul]       0.7.8claws55
7538
7539         * more sync with 0.7.8cvs21
7540                 see ChangeLog 2002-07-08
7541
7542 2002-07-08 [paul]       0.7.8claws54
7543
7544         * sync with 0.7.8cvs21
7545                 see ChangeLog 2002-07-08
7546
7547 2002-07-07 [alfons]     0.7.8claws53
7548
7549         * src/Makefile.am
7550         * src/stock_pixmap.[ch]
7551         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7552         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7553         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7554                 add new pixmaps for upcoming notice pane
7555
7556 2002-07-06 [melvin]     0.7.8claws52
7557
7558         * src/gtkspell.[ch]
7559                 Made them a bit closer to Sylpheed's coding style.
7560                 Removed old code.
7561                 Removed possible memory leaks when some errors occurs.
7562
7563 2002-07-06 [melvin]     0.7.8claws51
7564
7565         * po/Makefile.in.in
7566                 Removed --no-location in xgettext command line to help
7567                 translators that use Emacs' po-mode
7568         * src/quote_fmt.c
7569                 Removed unnecessary comments that messed up sylpheed.pot
7570
7571 2002-07-06 [paul]       0.7.8claws50
7572
7573         * sync with 0.7.8cvs19
7574                 see ChangeLog 2002-07-05
7575
7576 2002-07-06 [christoph]  0.7.8claws49
7577
7578         * src/folder.c
7579         * src/mainwindow.c
7580                 fix folder_item_remove_all_msg and folderview
7581                 status for trash folders after emptying trash
7582
7583 2002-07-05 [paul]       0.7.8claws48
7584
7585         * sync with 0.7.8cvs16
7586                 see ChangeLog 2002-07-04 and 2002-07-05
7587
7588 2002-07-04 [paul]       0.7.8claws47
7589
7590         * sync with 0.7.8cvs14
7591                 see  ChangeLog 2002-07-04
7592
7593 2002-07-03 [alfons]     0.7.8claws46
7594
7595         * src/folder.c
7596                 dupe folder item's path because it's being reallocated
7597                 by new folder scanning code
7598
7599 2002-07-03 [christoph]  0.7.8claws45
7600
7601         * src/imap.c
7602                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7603         * src/msgcache.c
7604                 add missing return in msgcache_write
7605
7606 2002-07-02 [thorsten]   0.7.8claws44
7607
7608         * src/jpilot.c
7609         * src/msgcache.c
7610         * src/rfc2015.c
7611                 use binary mode for file access
7612
7613 2002-07-02 [christoph]  0.7.8claws43
7614
7615         * major code cleanup (part 1)
7616         
7617                 - unused variables removed
7618                 - unused functions removed
7619                 - uninitialized variables checked
7620                 - missing return statements added
7621                 - missing function return types added
7622                 - added parentheses around assignment and
7623                   && in || when suggested by gcc
7624               
7625         * src/mh.c
7626         * src/folder.c
7627                 replaced direct calls to folder->scan_tree
7628                 with folder_scan_tree and restore folder
7629                 prefs in this function. The folder should
7630                 not have to deal with them.
7631                 ( Should now work for all folder types )
7632
7633 2002-07-02 [paul]       0.7.8claws42
7634
7635         * sync with 0.7.8cvs13
7636                 see ChangeLog 2002-07-01 and 2002-07-02
7637
7638 2002-07-01 [christoph]  0.7.8claws41
7639
7640         * src/summaryview.c
7641                 fix "goto next/prev unread message" with
7642                 ignored threads
7643
7644 2002-07-01 [paul]       0.7.8claws40
7645
7646         * po/es.po
7647                 updated by Ricardo Mones Lastra
7648
7649 2002-06-30 [match]      0.7.8claws39
7650
7651         * src/jpilot.c
7652                 applied variation of leonerd's patch (566661) to
7653                 allow multiple email addresses per JPilot entry.
7654                 addresses may be separated by space, comma, pipe,
7655                 semi-colon, new-line.
7656
7657 2002-06-30 [alfons]     0.7.8claws38
7658
7659         * src/procmsg.c
7660                 simple fix for putting older nodes before
7661                 newer nodes when threading by subject
7662
7663 2002-06-30 [christoph]  0.7.8claws37
7664
7665         * src/folder.c
7666         * src/folderview.c
7667         * src/mh.c
7668         * src/news.c
7669         * src/procmsg.c
7670                 fix broken folder tree rescaning
7671                 and don't use procmsg_get_mark_sum
7672                 anymore
7673
7674 2002-06-30 [christoph]  0.7.8claws36
7675
7676         * merge new cache branch
7677         * src/imap.c
7678                 fix new cache imap copy bug
7679         * src/folder.c
7680                 improved folder_item_scan
7681                 it should now always set the correct
7682                 new, unread and total message counts
7683
7684 2002-06-29 [paul]       0.7.8claws35
7685
7686         * configure.in
7687                 correct syntax error
7688
7689 2002-06-29 [paul]       0.7.8claws34
7690
7691         * configure.in
7692           Makefile.am
7693           man/Makefile.am       ** NEW FILE **
7694           man/sylpheed.1.gz     ** NEW FILE **
7695                 add Sylpheed man page
7696
7697 2002-06-29 [paul]       0.7.8claws33
7698
7699         * po/pt_BR.po
7700                 updated by Fabio Junior Beneditto
7701
7702 2002-06-28 [jens]       0.7.8claws32
7703
7704         * po/de.po
7705                 translation updated
7706
7707         * src/selective_download.c
7708                 removed gettext for space " "
7709
7710         * src/imap.c
7711                 removed wrong space
7712
7713 2002-06-28 [paul]       0.7.8claws31
7714
7715         * sync with 0.7.8cvs11
7716                 see ChangeLog 2002-06-28
7717
7718 2002-06-28 [paul]       0.7.8claws30
7719
7720         * sync with 0.7.8cvs10
7721                 see ChangeLog 2002-06-27 and 2002-06-28
7722
7723 2002-06-26 [paul]       0.7.8claws29
7724
7725         * src/addrgather.c
7726           src/selective_download.c
7727                 don't gettextise empty strings.
7728                 reserved by gettext. gettext("") returns 
7729                 the header entry with meta information, 
7730                 not the empty string
7731
7732         * po/en_GB.po
7733                 updated
7734
7735 2002-06-26 [paul]       0.7.8claws28
7736
7737         * sync with 0.7.8cvs7
7738                 see ChangeLog 2002-06-25
7739
7740         * src/prefs_common.c
7741                 ...and in the process, tweak the gui a little
7742
7743 2002-06-25 [alfons]     0.7.8claws27
7744         
7745         * configure.in
7746         * src/Makefile.am
7747                 fine tune ldap library detection
7748
7749 2002-06-25 [alfons]     0.7.8claws26
7750
7751         * src/compose.c
7752                 don't allow return receipts when composing a news article
7753
7754 2002-06-25 [paul]       0.7.8claws25
7755
7756         * Makefile.am
7757                 add '$(AMTAR)' to 'release' section to allow for
7758                 new and older autotools
7759
7760 2002-06-25 [paul]       0.7.8claws24
7761
7762         * src/summaryview.c
7763                 fix "No more unread messages" persistant pop-up
7764                 window bug
7765
7766 2002-06-25 [paul]       0.7.8claws23
7767
7768         * po/it.po
7769                 updated by Alessandro Maestri
7770
7771 2002-06-25 [paul]       0.7.8claws22
7772
7773         * sync with 0.7.8cvs6
7774                 see ChangeLog 2002-06-25
7775
7776 2002-06-24 [paul]       0.7.8claws21
7777
7778         * tools/update-po
7779                 add GPL copyright information
7780
7781 2002-06-24 [paul]       0.7.8claws20
7782
7783         * tools/Makefile.am
7784           tools/README
7785           tools/update-po       ** NEW FILE **
7786                 add script that eases the creation of *.po files
7787                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7788
7789 2002-06-23 [alfons]     0.7.8claws19
7790
7791         * src/messageview.c
7792                 make notification_convert_header obey const correctness
7793                 (next step will be fixing the broken return receipt)
7794
7795 2002-06-23 [paul]       0.7.8claws18
7796
7797         * src/messageview.c
7798                 fix bug introduced in last commit:
7799                 removed too much code in last commit - put back what's
7800                 needed
7801
7802 2002-06-23 [paul]       0.7.8claws17
7803
7804         * src/messageview.[ch]
7805                 remove code committed in error from locally patched
7806                 source
7807
7808 2002-06-23 [colin]      0.7.8claws16
7809
7810         * src/compose.[ch]
7811                 add compose_entry_select(), used to select the default_to
7812                 email address - hopefully avoiding people sending mails to
7813                 wrong recipients.
7814
7815 2002-06-22 [alfons]     0.7.8claws15
7816
7817         * AUTHORS
7818                 add Bram Metsch & Stanislav Karchebny
7819         * src/smtp.[ch]
7820         * src/prefs_account.[ch]
7821         * src/send.c
7822                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7823                   options.  (see <http://sourceforge.net/tracker/index.php
7824                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7825
7826                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7827                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7828
7829 2002-06-22 [paul]       0.7.8claws14
7830
7831         * sync with 0.7.8cvs5
7832                 see ChangeLog 2002-06-19 and 2002-06-20
7833
7834 2002-06-22 [alfons]     0.7.8claws13
7835
7836         * src/selective_download.c
7837                 fix a stupid mistake I made
7838
7839 2002-06-22 [alfons]     0.7.8claws12
7840
7841         * src/selective_download.[ch]
7842                 fix another unnoticed leak; cleanup code
7843
7844 2002-06-21 [alfons]
7845
7846         * tools/Makefile.am
7847                 gpg-sign <-- gpg-sign-syl
7848
7849 2002-06-21 [alfons]     0.7.8claws11
7850
7851         * src/selective_download.c
7852         * src/selective_download.h
7853                 fix assorted mix of allocation errors (should solve
7854                 problem reported by Philippe Gramoullé, see:
7855                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7856
7857 2002-06-20 [melvin]     0.7.8claws10
7858
7859         * tools/gpg-sign *REMOVED*
7860           tools/gpg-sign-syl *ADDED*
7861                 Replaced the gpg clearsigning script with the version using
7862                 xterm instead of ssh-askpass and changed its name.
7863
7864         * README.claws
7865                 Updated actions example to reflect the renaming of the
7866                 gpg clearsigning script.
7867
7868 2002-06-19 [paul]       0.7.8claws9
7869
7870         * sync with 0.7.8claws9
7871                 see ChangeLog 2002-06-18 and 2002-06-19
7872
7873 2002-06-19 [paul]       0.7.8claws8
7874
7875         * sync with 0.7.8cvs1
7876                 see ChangeLog 2002-06-18
7877
7878 2002-06-18 [alfons]     0.7.8claws7
7879
7880         * src/mainwindow.h
7881                 add omitted prototype
7882
7883 2002-06-17 [paul]       0.7.8claws6
7884
7885         * src/mainwindow.c
7886                 fix hiding of exec_btn
7887
7888 2002-06-17 [paul]       0.7.8claws5
7889
7890         * src/pop.c
7891                 remove unneeded code: should_delete() 
7892                 and Pop3State::uidl_todelete_list
7893
7894 2002-06-17 [paul]       0.7.8claws4
7895
7896         * sync with 0.7.8
7897                 see ChangeLog 2002-06-11 and 2002-06-13
7898
7899 2002-06-16 [alfons]     0.7.8claws3
7900         
7901         * src/folder.c
7902                 make sure lock sort mode (claws specific) is
7903                 also persists after a tree rescan
7904
7905 2002-06-16 [alfons]     0.7.8claws2
7906
7907         * src/prefs_folder_item.c
7908         * src/folder.[ch]
7909                 fix persistence of folder sort mode (broken
7910                 by adapting Hiro's new folder persistence code)
7911
7912 2002-06-16 [alfons]     0.7.8claws1
7913
7914         * AUTHORS
7915         * src/logwindow.c
7916         * src/prefscommon.[ch]
7917                 control size of log text in log window; 
7918                 closes patch #569155 submitted by Mitko Haralanov.
7919
7920 2002-06-15 [paul]       0.7.8claws
7921
7922         * release of 0.7.8claws
7923
7924 2002-06-15 [paul]       0.7.7claws
7925
7926         * po/pt_BR.po
7927                 updated by Fabio Junior Beneditto
7928
7929 2002-06-14 [paul]       0.7.6claws49
7930
7931         * po/es.po
7932                 updated by Ricardo Mones Lastra
7933
7934 2002-06-14 [paul]       0.7.6claws48
7935
7936         * po/nl.po
7937                 updated translation by Wilbert Berendsen
7938
7939 2002-06-14 [melvin]     0.7.6claws47
7940
7941         * po/fr.po
7942                 Updated French translation
7943
7944 2002-06-13 [paul]       0.7.6claws46
7945
7946         * src/filesel.c
7947                 allow filename to be typed in, rather than just
7948                 selected by the mouse. Patch by Gustavo Noronha Silva.
7949
7950 2002-06-13 [alfons]     0.7.6claws45
7951
7952         * src/mainwindow.[ch]
7953                 more cleanups (removing unnecessary menu items Expand 
7954                 summary / message view)
7955
7956 2002-06-13 [melvin]     0.7.6claws44
7957
7958         * po/POTFILES.in
7959                 Added src/string_match.c
7960         * src/string_match.c
7961                 Fixed possible buffer overflow.
7962                 Corrected typo.
7963                 Added missing config.h header.
7964         * src/prefs_common.c
7965           src/prefs_matcher.c
7966           src/prefs_scoring.c
7967                 Made some strings translatable (missing _(..)).
7968
7969 2002-06-13 [melvin]     0.7.6claws43
7970
7971         * README.claws
7972                 Corrected action example (verifying clearsigned mail).
7973         * src/prefs_account.c
7974                 Corrected typo.
7975         * src/prefs_common.c
7976                 Removed incorrect line that generated a Gtk-CRITICAL msg.
7977
7978 2002-06-12 [alfons]     0.7.6claws42
7979
7980         * src/summaryview.c
7981                 add init of score column lost in 0.7.6claws42
7982
7983 2002-06-12 [paul]       0.7.6claws41
7984
7985         * src/prefs_account.c
7986                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
7987                 behavior of the radio buttons, (from 0.7.7cvs2)
7988
7989 2002-06-11 [alfons]     0.7.6claws40
7990
7991         * src/messageview.[ch]
7992         * src/summaryview.[ch]
7993         * src/summary_search.c
7994         * src/mainwindow.c
7995                 perform a sync to bring in Hiro's separate view implementation 
7996
7997                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
7998
7999 2002-06-11 [paul]       0.7.6claws39
8000         
8001         * src/prefs_account.c
8002                 correct a typo on the Receive tab
8003
8004 2002-06-10 [match]      0.7.6claws38
8005
8006         * src/addressbook.c
8007                 Included address completion patch from Gustavo Noronha.
8008
8009 2002-06-10 [paul]       0.7.6claws37
8010
8011         * src/inc.[ch]
8012           src/pop.c
8013           src/prefs_account.[ch]
8014           src/selective_download.[ch]
8015                 apply PATCH #561712
8016                  NEW:
8017                 - check if POP Account
8018                 - Receive Button renamed to Preview
8019                 - Preview Button Popup: preview new/all messages
8020                 - Download Button
8021                 - Account Preferences-->Receive tab checkbutton if you
8022                   want to remove Mail after Download
8023                 -: default YES
8024                 - Account Preferences-->Receive tab checkbutton use
8025                   filtering rules on preview
8026                   (think of delete_on_server)
8027                 -: default YES
8028                 - Account selectable from SD dialog
8029                 - checkbutton to show already downloaded messages if
8030                   all messages are previewed
8031                 - new clist column showing Date
8032                 - ESC KEY close
8033                 FIXES:
8034                 - play ball with UIDL
8035                 - fault tolerant (?) 
8036                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8037
8038 2002-06-10 [melvin]     0.7.6claws36
8039
8040         * README.claws
8041                 Added a hint to ac/README in cvs instructions.
8042
8043         * src/prefs_actions.c
8044                 Made it possible to use a more elaborate command line
8045                 for asynchronous actions, too.
8046
8047 2002-06-10 [melvin]     0.7.6claws35
8048         
8049         * src/prefs_actions.c
8050                 Make it possible to use a more elaborate command line
8051                 (e.g. |foo|bar|cat>there;echo Done|)
8052                 Corrected error message when calling %f, %F and %p commands
8053                 from the compose window.
8054
8055 2002-06-09 [colin]      0.7.6claws34
8056
8057         * src/summaryview.c
8058                 Automatically find unread messages in current folder
8059                 before annoying the user.
8060
8061 2002-06-08 [alfons]     0.7.6claws33
8062
8063         * po/it.po
8064                 remove bad formatting string in it.po translation
8065                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8066
8067 2002-06-08 [paul]       0.7.6claws32
8068
8069         * sync with 0.7.6cvs25
8070                 see ChangeLog 2002-06-07
8071
8072 2002-06-05 [paul]       0.7.6claws31
8073
8074         * src/mainwindow.c
8075                 add 'Sort by locked' and 'Sort by score'
8076
8077 2002-06-05 [paul]       0.7.6claws30
8078
8079         * sync with 0.7.6cvs24
8080                 see ChangeLog 2002-06-04
8081
8082 2002-06-04 [paul]       0.7.6claws29
8083
8084         * po/pt_BR.po
8085                 updated by Fabio Junior Beneditto
8086
8087 2002-06-03 [thorsten]   0.7.6claws28
8088
8089         * src/matcher.c
8090                 fclose() matcherrc after reading
8091
8092 2002-06-03 [paul]       0.7.6claws27
8093
8094         * sync with 0.7.6cvs21
8095                 see ChangeLog 2002-05-31
8096
8097 2002-05-31 [paul]       0.7.6claws26
8098
8099         * sync with 0.7.6cvs20
8100                 see ChangeLog 2002-05-29 and 2002-05-30
8101
8102 2002-05-31 [paul]       0.7.6claws25
8103
8104         * src/imap.c
8105                 hopefully fix last buggy sync
8106
8107         * README.claws
8108                 correct typo in 'Actions' examples
8109
8110 2002-05-29 [paul]       0.7.6claws24
8111
8112         * sync with 0.7.6cvs18
8113                 see ChangeLog 2002-05-28 and 2002-05-29
8114
8115         * src/news.c
8116           src/nntp.[ch]
8117                 sync with above 
8118
8119 2002-05-28 [paul]       0.7.6claws23
8120
8121         * sync with 0.7.6cvs16
8122                 see ChangeLog 2002-05-28
8123
8124 2002-05-27 [thorsten]   0.7.6claws22 
8125
8126         * faq/it/sylpheed-faq-1.html
8127           faq/it/sylpheed-faq-2.html
8128           faq/it/sylpheed-faq-3.html
8129           faq/it/sylpheed-faq.html
8130                 corrected DOS lineendings
8131         * faq/de/sylpheed-faq-1.html
8132           faq/de/sylpheed-faq-2.html
8133           faq/en/sylpheed-faq-1.html
8134           faq/en/sylpheed-faq-2.html
8135           faq/en/sylpheed-faq-3.html
8136           faq/es/sylpheed-faq-1.html
8137           faq/es/sylpheed-faq-2.html
8138           faq/es/sylpheed-faq-3.html
8139           faq/fr/sylpheed-faq-1.html
8140           faq/it/sylpheed-faq-1.html
8141           faq/it/sylpheed-faq-2.html
8142           faq/it/sylpheed-faq-3.html
8143           faq/it/sylpheed-faq.html
8144                 changed ">" to &quot;
8145
8146 2002-05-27 [paul]       0.7.6claws21
8147         
8148         * sync with 0.7.6cvs15
8149                 see ChangeLog 2002-05-27
8150
8151 2002-05-27 [paul]       0.7.6claws20
8152
8153         * src/prefs_account.c
8154                 correct a typo
8155
8156 2002-05-26 [paul]       0.7.6claws19
8157
8158         * tools/README
8159                 correct a typo
8160
8161 2002-05-25 [paul]       0.7.6claws18
8162
8163         * tools/README
8164                 add description of kmail2sylpheed.pl
8165
8166 2002-05-25 [paul]       0.7.6claws17
8167
8168         * tools/kmail2sylpheed.pl       ** NEW FILE **
8169                 perl script that converts an exported Kmail address
8170                 book, converts it to sylpheed addressbook file,
8171                 writes the file to .sylpheed, and updates
8172                 addrbook--index.xml 
8173
8174 2002-05-25 [paul]       0.7.6claws16
8175
8176         * sync with 0.7.6cvs14
8177                 see ChangeLog 2002-05-23
8178
8179 2002-05-24 [paul]       0.7.6claws15
8180
8181         * README.claws
8182                 make a correction and add some more info
8183
8184 2002-05-24 [paul]       0.7.6claws14
8185
8186         * src/compose.c
8187                 fix memory leak in 
8188                 compose_redirect_write_headers_from_headerlist()
8189                 add Subject and Resent-Message-ID to
8190                 compose_redirect_write_headers()
8191                 Received, Subject, and X-UIDL are filtered out in 
8192                 compose_redirect_write_to_file()
8193
8194 2002-05-23 [paul]       0.7.6claws13
8195
8196         * src/compose.[ch]
8197           src/filtering.c
8198           src/mainwindow.c
8199           src/matcher.[ch]
8200           src/matcher_parser_lex.l
8201           src/matcher_parser_parse.y
8202           src/prefs_common.[ch]
8203           src/prefs_filtering.c
8204           src/summaryview.c
8205                 rename 'Bounce' to 'Redirect'
8206
8207 2002-05-23 [paul]       0.7.6claws12
8208
8209         * more sync with 0.7.6cvs13
8210           src/compose.c
8211                 see ChangeLog 2002-05-22
8212
8213 2002-05-22 [paul]       0.7.6claws11
8214
8215         * sync with 0.7.6cvs13
8216           src/codeconv.c
8217                 see ChangeLog 2002-05-20
8218           src/prefs_common.c
8219                 see ChangeLog 2002-05-22
8220
8221 2002-05-21 [melvin]     0.7.6claws10
8222
8223         * src/folderview.c
8224                 Added missing filtering and scoring headers
8225                 Fixed bad function call that showed garbage 
8226                 in Folder->Processing
8227
8228 2002-05-21 [paul]       0.7.6claws9
8229
8230         * tools/Makefile.am
8231                 make all tools executable, (patch by Alfons).
8232
8233 2002-05-20 [alfons]     0.7.6claws8
8234
8235         * src/procheader.c
8236                 don't forget to call mktime() so we have a valid week 
8237                 and year day
8238                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8239
8240 2002-05-20 [paul]       0.7.6claws7
8241
8242         * src/html.c
8243                 fix broken parsing of urls
8244         * src/textview.c
8245                 fix displaying of urls
8246
8247                 both fixes from the patch [547855] by Eugene 
8248                 Brevdo (zonem)
8249
8250 2002-05-19 [alfons]     0.7.6claws6
8251
8252         * configure.in
8253                 make sylpheed configure correctly with the latest
8254                 and greatest of automake / autoconf / gettext
8255
8256 2002-05-19 [alfons]     0.7.6claws5
8257
8258         * src/procheader.c
8259         * src/procheader.h
8260                 add function for returning ime zone offset
8261         * src/quote_fmt.c
8262         * src/quote_fmt_parse.y
8263                 better quotation formatting - does not convert
8264                 to local time, but uses the original date string.
8265                 
8266                 Note: %z inserts the timezone offset (should 
8267                 work also on platforms where strftime does not
8268                 support %z).
8269
8270 2002-05-18 [christoph]  0.7.6claws4
8271
8272         * src/summaryview.c
8273                 fix indentation of some code
8274         * tools/Makefile.am
8275                 fix spaces after \
8276         * src/Makefile.am
8277                 add missing \
8278                 correct path for ignorethread.xpm
8279                 incorrect filename for sylpheed_logo.xpm
8280                 add missing include matcher_parser_parse.h
8281
8282 2002-05-18 [paul]       0.7.6claws3
8283
8284         * sync with 0.7.6cvs8
8285                 see ChangeLog 2002-05-16 and 2002-05-17
8286
8287 2002-05-18 [melvin]     0.7.6claws2
8288
8289         * README.claws
8290                 Corrected an action's definition and fixed some misspellings.
8291
8292 2002-05-18 [paul]       0.7.6claws1
8293
8294         * tools/Makefile.am
8295           tools/gpg-sign        ** new file **
8296           tools/uudec           ** new file **
8297                 add Melvin's Actions scripts
8298
8299         * README.claws
8300                 add Melvin's descriptions for Actions
8301
8302 2002-05-18 [paul]       0.7.6claws
8303
8304         * Version 0.7.6claws released
8305
8306 2002-05-17 [paul]       0.7.5claws32
8307
8308         * po/es.po
8309                 updated by Ricardo Mones Lastra
8310
8311 2002-05-17 [paul]       0.7.5claws31
8312
8313         * src/compose.c
8314                 fix Account prefs default folder for sent/draft/deleted
8315                 messages bug
8316
8317         * po/it.po
8318           po/nl.po
8319                 updated translation by Alessandro Maestri and
8320                 Wilbert Berendsen
8321
8322 2002-05-17 [melvin]     0.7.5claws30
8323
8324         * src/prefs_actions.c
8325                 Fixed bug where using %F not at the end of the command 
8326                 resulted in an additional empty argument being created.
8327                 Thanks to Darko Koruga for reporting the bug.
8328
8329 2002-05-17 [melvin]     0.7.5claws29
8330
8331         * po/fr.po
8332                 Updated French translations.
8333
8334 2002-05-15 [paul]       0.7.5claws28
8335         
8336         * po/es.po
8337                 updated by Ricardo Mones Lastra
8338
8339 2002-05-15 [paul]       0.7.5claws27
8340
8341         * sync with 0.7.6cvs4
8342                 see ChangeLog 2002-05-14 and 2002-05-15
8343
8344 2002-05-14 [paul]       0.7.5claws26
8345
8346         * sync with 0.7.6cvs1
8347                 see ChangeLog 2002-05-13
8348
8349 2002-05-13 [thorsten]   0.7.5claws25
8350
8351         * src/messageview.c
8352                 fix select_all and copy in multipart messages
8353         * src/mainwindow.c
8354                 fix select_all and copy in multipart messages
8355
8356 2002-05-12 [paul]       0.7.5claws24
8357
8358         * src/summaryview.c
8359                 reverse last commit, bug already fixed in 0.7.5claws3
8360
8361 2002-05-12 [netztorte]  0.7.5claws23
8362
8363         * src/summaryview.c
8364                 dont parse empty addressbook (checked in before claws20)
8365
8366 2002-05-12 [melvin]     0.7.5claws22
8367
8368         * src/procmsg.[ch]
8369                 Removed unneeded priority code introduced by the previous 
8370                 commit.
8371
8372 2002-05-12 [melvin]     0.7.5claws21
8373
8374         * src/compose.[ch]
8375                 Added possibility to set message's priority.
8376         * src/procmsg.[ch]
8377                 Added possibility to set message's priority.
8378                 Added missing headers
8379
8380 2002-05-12 [melvin]     0.7.5claws20
8381
8382         * src/prefs_actions.c
8383                 Removed implicitely added quotes around the name
8384                 of the temporary files of mime parts.
8385
8386 2002-05-12 [paul]       0.7.5claws19
8387
8388         * sync with 0.7.5cvs20
8389                 see ChangeLog 2002-05-11
8390
8391 2002-05-12 [alfons]     0.7.5claws18
8392
8393         * src/quote_fmt_lex.l
8394         * src/quote_fmt_parse.y
8395                 allow quote / reply date & time format to be set using
8396                 %D{format}. format is a format string you'd pass to
8397                 strftime() (see man strftime, or the Display tab |
8398                 Date format setting).
8399
8400                 Currently %D converts the date to local time. 
8401
8402 2002-05-11 [paul]       0.7.5claws17
8403
8404         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8405                 see ChangeLog 2002-05-10 and 2002-05-11
8406
8407 2002-05-10 [paul]       0.7.5claws16
8408
8409         * sync with 0.7.5cvs16
8410                 see ChangeLog entries 2002-05-09 and 
8411                 2002-05-10
8412
8413 2002-05-10 [colin]      0.7.5claws15
8414
8415         * src/textview.c
8416                 Corrected a bug that prevented sylpheed to open
8417                 double-clicked URIs.
8418
8419 2002-05-09 [paul]       0.7.5claws14
8420
8421         * sync with 0.7.5cvs14
8422                 see ChangeLog 2002-05-08 and 2002-05-09
8423
8424 2002-05-08 [paul]       0.7.5claws13
8425
8426         * sync with 0.7.5cvs11
8427                 see ChangeLog entry 2002-05-08
8428
8429 2002-05-08 [paul]       0.7.5claws12
8430
8431         * src/mainwindow.c
8432           src/textview.[ch]
8433                 fix segfault on View->Open in new window
8434                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8435
8436 2002-05-07 [paul]       0.7.5claws11
8437
8438         * sync with 0.7.5cvs9
8439                 see ChangeLog entry 2002-05-07
8440
8441 2002-05-06 [paul]       0.7.5claws10
8442
8443         * src/messageview.c
8444           src/textview.c
8445                 display url in statusbar on single-click
8446                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8447
8448 2002-05-06 [match]      0.7.5claws9
8449
8450         * src/addritem.[ch]
8451                 new functions.
8452         * src/addrcache.c
8453                 tidy up.
8454         * src/xmlprops.[ch]
8455                 XML implementation of properties file.
8456         * src/exporthtml.[ch]
8457         * src/expthtmldlg.[ch]
8458         * src/addressbook.c
8459                 export to HTML.
8460
8461 2002-05-02 [sergey]     0.7.5claws8
8462
8463         * src/mainwindow.c (mainwin_entries),
8464           src/prefs_common.c (prefs_send_create()),
8465           src/codeconv.c (locale_table):
8466                 use charset name "Windows-1251" instead of "CP1251".
8467
8468 2002-05-02 [colin]      0.7.5claws7
8469         
8470         * src/compose.c
8471           src/prefs_common.c
8472           src/prefs_folder_item.c
8473                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8474
8475 2002-05-02 [hiro]       0.7.5claws6
8476
8477         * src/imap.c
8478                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8479
8480 2002-05-02 [paul]       0.7.5claws5
8481
8482         * src/compose.c
8483                 more sync with 0.7.5cvs7, see ChangeLog entry
8484                 2002-05-02
8485
8486 2002-05-02 [hiro]       0.7.5claws4
8487
8488         * src/compose.c
8489                 compose_queue_sub():
8490                 check if queue folder exists (closes #550397).
8491                 removed directory creation since it should be handled
8492                 transparently.
8493         * src/imap.c
8494                 imap_add_msg(): return UID for appended message
8495                 (closes #548842).
8496
8497 2002-04-30 [paul]       0.7.5claws3
8498
8499         * src/summaryview.c
8500                 fix account_find_from_address() bug
8501
8502 2002-04-28 [colin]      0.7.5claws2
8503
8504         * src/compose.c
8505           src/textview.c
8506           src/prefs_common.[ch]
8507           src/utils.[ch]
8508                 Added user-definable quotation characters recognition.
8509
8510 2002-04-28 [paul]       0.7.5claws1
8511
8512         * sync with 0.7.5cvs4
8513                 see ChangeLog entry  2002-04-25
8514
8515 2002-04-28 [paul]       0.7.5claws
8516
8517         * po/es.po
8518           po/nl.po
8519           po/pt_BR.po
8520                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8521                 Fabio Junior Beneditto
8522
8523 2002-04-27 [jens]       0.7.4claws103
8524
8525         * po/de.po
8526                 updated German translation.
8527
8528 2002-04-27 [hiro]       0.7.4claws102
8529
8530         * src/summaryview.c
8531                 summary_write_cache(): fixed the mark loss of hidden messages.
8532
8533 2002-04-26 [melvin]     0.7.4claws101
8534
8535         * src/procmsg.c
8536                 fixed a second typo (same one)
8537         * po/fr.po
8538           po/it.po
8539           po/pt_BR.po
8540                 fixed the type again...
8541
8542 2002-04-26 [melvin]     0.7.4claws100
8543
8544         * src/procmsg.c
8545                 fixed a typo in an alert message ("temorary").
8546         * po/it.po
8547         * po/pt_BR.po
8548                 corrected the typo  described above.
8549         * po/fr.po
8550                 updated French translation.
8551
8552 2002-04-26 [darko]      0.7.4claws99
8553
8554         * src/summaryview.c
8555                 fix target folder colorization
8556
8557 2002-04-25 [paul]       0.7.4claws98
8558
8559         * po/it.po
8560                 updated by Alessandro Maestri
8561
8562 2002-04-24 [colin]      0.7.4claws97
8563         
8564         * src/compose.c
8565                 Fixed double "subject is empty" question.
8566
8567 2002-04-23 [colin]      0.7.4claws96
8568         
8569         * src/mimeview.c
8570                 Corrected issue when "automatically display images" was
8571                 not set : first image remained after selecting second.
8572
8573 2002-04-23 [melvin]     0.7.4claws95
8574
8575         * src/prefs_actions.c
8576                 Don't display in/out dialog if there is nothing to show.
8577
8578 2002-04-23 [paul]       0.7.4claws94
8579
8580         * sync with 0.7.5cvs3
8581                 bug fixes: see ChangeLog entry 2002-04-23
8582
8583 2002-04-22 [darko]      0.7.4claws93
8584
8585         * src/compose.c
8586                 fix previous check-in which changed code after
8587                 merge from main
8588
8589 2002-04-22 [paul]       0.7.4claws92
8590
8591         * faq/de/*
8592                 add German FAQ
8593         * faq/en/*
8594           faq/es/*
8595           faq/fr/*
8596                 update English, Spanish and French FAQs
8597         * manual/de/*
8598           manual/es/*
8599                 add German and Spanish manuals
8600         * manual/en/*
8601           manual/fr/*
8602                 update English and French manuals
8603
8604         * src/Makefile.am
8605                 add to and re-arrange the pixmap entries
8606
8607 2002-04-22 [darko]      0.7.4claws91
8608
8609         * src/compose.c
8610                 fix sender initials recognition to only allow
8611                 '>' after the initials
8612
8613 2002-04-21 [paul]       0.7.4claws90
8614
8615         * sync with 0.7.5 release
8616                 see ChangeLog entry 2002-04-21
8617
8618 2002-04-21 [alfons]
8619
8620         * src/Makefile.am
8621                 add colin's new pixmaps to EXTRA_DIST
8622
8623 2002-04-21 [colin]      0.7.4claws89
8624         * src/compose.c
8625         * src/inc.c
8626         * src/mainwindow.[ch]
8627         * src/prefs_common.[ch]
8628         * src/stock_pixmap.[ch]
8629                 Added "Work offline" ability.
8630
8631 2002-04-21 [colin]      0.7.4claws88
8632         
8633         * src/mimeview.c
8634         * src/prefs_common.c
8635         * src/prefs_common.h
8636         * src/textview.c : Added an option to common preferences -> display
8637           to allow user not to automatically display images.
8638
8639 2002-04-21 [paul]       0.7.4claws87
8640
8641         * sync with 0.7.4cvs52
8642                 see ChangeLog entry 2002-04-21 (src/imap.c)
8643
8644 2002-04-21 [paul]       0.7.4claws86
8645
8646         * sync with 0.7.4cvs51
8647                 see ChangeLog entry 2002-04-21
8648
8649 2002-04-21 [paul]       0.7.4claws85
8650
8651         * sync with 0.7.4cvs49
8652                 see ChangeLog entries 2002-04-20 and 2002-04-21
8653
8654         * src/Makefile.am
8655                 clean up: remove old 'stock_' element from xpm 
8656                 filenames.
8657
8658 2002-04-21 [alfons]     0.7.4claws84
8659
8660         apply sync patch from Paul
8661
8662         * src/folderview.c
8663                 use old claws prefs_folder_item_create() for now
8664
8665 2002-04-19 [match]      0.7.4claws83
8666
8667         * src/addressbook.[ch]
8668         * src/addrharvest.[ch]
8669         * src/addrgather.[ch]
8670                 recurse folders.
8671         * src/mainwindow.c
8672         * src/summaryview.[ch]
8673                 change menu option.
8674
8675 2002-04-19 [paul]       0.7.4claws82
8676
8677         * po/pt_BR.po
8678                 updated by Fabio Junior Beneditto
8679
8680 2002-04-14 [alfons]     0.7.4claws81
8681
8682         * src/passphrase.c
8683                 add #include <sys/types.h> for mode_t and off_t 
8684
8685 2002-04-13 [paul]       0.7.4claws80
8686         
8687         * src/main.c
8688           src/passphrase.[ch]
8689           src/pgptext.c
8690           src/prefs_common.[ch]
8691           src/rfc2015.c
8692                 enable storing of GnuPG passphrase for the whole 
8693                 session or a user-defined number of minutes. patch 
8694                 submitted by Ravemax <ravemax@dextrose.com>
8695
8696 2002-04-13 [alfons]     0.7.4claws79
8697
8698         * src/textview.c
8699                 make email parser also stop scanning when encountering separators
8700                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8701
8702 2002-04-13 [paul]       0.7.4claws78
8703
8704         * sync with 0.7.4cvs39
8705                 see ChangeLog entry 2002-04-12
8706
8707 2002-04-11 [paul]       0.7.4claws77
8708
8709         * sync with 0.7.4cvs37
8710                 see ChangeLog entry 2002-04-11
8711
8712 2002-04-11 [paul]       0.7.4claws76
8713
8714         * COPYING 
8715                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8716                 the clause for OpenSSL). sync with sylpheed main
8717
8718 2002-04-09 [melvin]     0.7.4claws75
8719
8720         * src/compose.c
8721                 Made 'Ctrl-Enter' on send ignore some modifiers 
8722                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8723                 to bind other *-Enter (but not Alt-Enter).
8724
8725 2002-04-09 [paul]       0.7.4claws74
8726
8727         * sync with 0.7.4cvs35
8728                 see ChangeLog entries 2002-04-09
8729
8730 2002-04-08 [paul]       0.7.4claws73
8731
8732         * sync with 0.7.4cvs33
8733                 see ChangeLog entry 200-04-08
8734
8735 2002-04-07 [match]      0.7.4claws72
8736
8737         * src/addrharvest.[ch]
8738                 fixed to read all addresses in header, regardless
8739                 of header size. improved name parsing. accommodate
8740                 harvest from folders and selected message.
8741         * src/addritem.[ch]
8742                 included new address parsing function.
8743         * src/addrgather.[ch]
8744         * src/addressbook.[ch]
8745         * src/summaryview.[ch]
8746         * src/mainwindow.c
8747                 allow address harvest of folder as well as selected
8748                 messages.
8749
8750 2002-04-07 [paul]       0.7.4claws71
8751
8752         * src/esmtp.[ch]
8753           src/smtp.c
8754                 don't try to authenticate with CRAM-MD5 in SMTP when 
8755                 SMTP-AUTH enabled if MTA doesn't issue this 
8756                 auth-method in it's ehlo-response. bug item #531364,
8757                 patch item #938910. patch submitted by Colin Leroy 
8758                 <colin@colino.net>
8759
8760 2002-04-07 [paul]       0.7.4claws70
8761
8762         * src/nntp.c
8763                 fix missing MODE_READER bug. patch submitted by
8764                 Colin Leroy <colin@colino.net>
8765
8766 2002-04-07 [alfons]     0.7.4claws69
8767
8768         * src/matcher.[ch]
8769         * src/prefs_filtering.c
8770         * src/summaryview.c
8771                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8772                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8773
8774 2002-04-07 [paul]       0.7.4claws68
8775
8776         * sync with 0.7.4cvs32
8777                 see ChangeLog entry 2002-04-06
8778
8779         * tools/filter_conv.pl
8780                 more bug fixes
8781
8782 2002-04-06 [paul]       0.7.4claws67
8783
8784         * tools/filter_conv.pl
8785                 modify to be able to find the name of the first
8786                 mailbox and use that. main's filter does not
8787                 record the full path to the mailbox and therefore
8788                 can only filter to the first mailbox.
8789
8790 2002-04-05 [paul]       0.7.4claws66
8791
8792         * tools/filter_conv.pl
8793                 attempt to make the script all-encompassing and
8794                 be able to convert any main 'filter' rule thrown
8795                 at it
8796
8797 2002-04-05 [paul]       0.7.4claws65
8798
8799         * tools/filter_conv.pl
8800                 allow for collapsed folder trees
8801
8802 2002-04-05 [paul]       0.7.4claws64
8803
8804         * sync with 0.7.4cvs31
8805                 see ChangeLog entries 2002-04-05
8806
8807 2002-04-03 [paul]       0.7.4claws63
8808
8809         * sync with 0.7.4cvs29
8810                 see ChangeLog entries 2002-04-02 and 2002-04-03
8811
8812 2002-04-02 [paul]       0.7.4claws62
8813
8814         * sync with 0.7.4cvs26
8815                 see ChangeLog entry 2002-04-01
8816
8817 2002-04-02 [match]      0.7.4claws61
8818
8819         * src/pine.[ch]
8820         * src/importpine.[ch]
8821         * src/addressbook.c
8822                 import Pine address book.
8823
8824 2002-04-02 [match]      0.7.4claws60
8825
8826         * src/addrharvest.[ch]
8827                 improve address parsing of funky addresses.
8828
8829 2002-04-02 [darko]      0.7.4claws59
8830
8831         * src/compose.c
8832                 wrap on send improvements, it now recognizes quoted
8833                 initials as part of the quotation string, and it
8834                 does not join lines separated by CR
8835
8836 2002-04-01 [match]      0.7.4claws58
8837
8838         * src/mgutils.[ch]
8839                 added new functions.
8840         * src/mutt.[ch]
8841                 remove excessive duplicate address generation
8842                 on import.
8843
8844 2002-04-01 [alfons]     0.7.4claws57
8845         
8846         * src/summaryview.c
8847                 put back g_free() 
8848
8849 2002-04-01 [paul]       0.7.4claws56
8850
8851         * sync with 0.7.4cvs25
8852                 see ChangeLog entry 2002-04-01
8853
8854 2002-04-01 [alfons]     0.7.4aprilfool55
8855
8856         * src/summaryview.c
8857                 honour feature request item #537427 to allow for
8858                 displaying names from address book for sent mail also
8859
8860 2002-03-29 [paul]       0.7.4claws54
8861
8862         * src/mainwindow.c
8863           src/prefs_filtering.[ch]
8864           src/prefs_matcher.c
8865           src/summaryview.c
8866                 add 'fast filter' for claws' filtering,
8867                 /Tools/Create filter rule/... patch submitted
8868                 by Neill Miller <neillm@thecodefactory.org>
8869
8870 2002-03-29 [paul]       0.7.4claws53
8871
8872         * sync with 0.7.4cvs24
8873                 see ChangeLog entry 2002-03-29
8874
8875 2002-03-28 [paul]       0.7.4claws52
8876
8877         * sync with 0.7.4cvs23
8878                 see ChangeLog entry 2002-03-28
8879
8880 2002-03-27 [melvin]     0.7.4claws51
8881
8882         * src/prefs_actions.c
8883                 Added support to pass only one message part (as a
8884                 file) to the command using '%p'. No quotes are needed
8885                 because doubles quotes are automatically added.
8886                 Fixed bug where Sylpheed could block when waiting for
8887                 a child process to finish.
8888                 Changed the help menu to remove quotes around symbols to 
8889                 avoid misinterpretation (they must not be used).
8890
8891 2002-03-27 [melvin]     0.7.4claws50
8892
8893         * src/inc.c
8894                 Made the new mail notification command always 
8895                 execute asynchronously.
8896
8897 2002-03-27 [paul]       0.7.4claws49
8898
8899         * src/compose.c
8900                 fix bug introduced in last commit
8901
8902 2002-03-27 [paul]       0.7.4claws48
8903
8904         * sync with 0.7.4cvs21
8905                 see ChangeLog 2002-03-26 and 2002-03-27
8906
8907 2002-03-26 [hoa]        0.7.4claws47
8908
8909         * src/prefs_folder_item.c
8910                 really fixed the bug #516442 with folder rescan.
8911
8912 2002-03-26 [paul]       0.7.4claws46
8913
8914         * sync with 0.7.4cvs19
8915                 see ChangeLog entries 2002-03-25 and 2002-03-26
8916
8917 2002-03-25 [hoa]        0.7.4claws45
8918
8919         * src/matcher.c
8920         * src/mh.c
8921                 fix the bug #516442 with folder rescan.
8922
8923         * src/prefs_common.[ch]
8924         * src/compose.c
8925                 added an option to enable two different behaviours
8926                 for bounce.
8927
8928
8929 2002-03-25 [paul]       0.7.4claws44
8930
8931         * src/mainwindow.c
8932           src/selective_download.c
8933                 correct a few menuitem labels
8934
8935 2002-03-25 [christoph]  0.7.4claws43
8936
8937         * src/procmsg.c
8938                 fix non deleted tmp message in
8939                 procmsg_save_to_outbox
8940                 fix problems caused by sync with
8941                 main branch's procmsg_send_queue
8942
8943 2002-03-25 [paul]       0.7.4claws42
8944
8945         * src/quote_fmt.c
8946           src/quote_fmt_lex.l
8947           src/quote_fmt_parse.y
8948                 add Last name (%L) placeholder for quoting. 
8949                 patch submitted by Thorsten Thielen 
8950                 <thth@users.sourceforge.net>
8951
8952 2002-03-25 [paul]       0.7.4claws41
8953
8954         * src/utils.c
8955                 get full hostname. patch submitted by
8956                 Bob Woodside <rwoodside1@comcast.net>
8957
8958 2002-03-25 [paul]       0.7.4claws40
8959
8960         * src/account.c
8961           src/news.c
8962           src/nntp.[ch]
8963           src/prefs_account.[ch]
8964                 enable NNTP over SSL. patch submitted by
8965                 Pascal Jermini <pascal@infinity.hn.org>
8966
8967 2002-03-24 [paul]       0.7.4claws39
8968
8969         * src/prefs_common.c
8970                 make the arrangement of the Compose tab more
8971                 coherent
8972
8973         * src/mainwindow.c
8974                 fix some irregularities of style
8975
8976         * po/de.po
8977                 updated by Kilian Krause
8978
8979 2002-03-23 [paul]       0.7.4claws38
8980
8981         * po/pt_BR.po
8982                 updated by Fabio Junior Beneditto
8983
8984 2002-03-23 [paul]       0.7.4claws37
8985
8986         * src/mainwindow.c
8987                 move 'Gather addresses' to 'Tools' menu
8988                 make 'Selective download' sensitive
8989
8990 2002-03-23 [paul]       0.7.4claws36
8991
8992         * sync with 0.7.4cvs16
8993                 see ChangeLog entries 2002-03-23
8994
8995 2002-03-22 [christoph]  0.7.4claws35
8996
8997         * src/quote_fmt_parse.y
8998                 fix include program output
8999
9000 2002-03-22 [alfons]     0.7.4claws34
9001
9002         * src/pop.c
9003                 initialize GDate stack variable correctly (sorry!)
9004
9005 2002-03-22 [paul]       0.7.4claws33
9006
9007         * src/compose.c
9008           src/mainwindow.c
9009           src/prefs_actions.c
9010           src/prefs_common.c
9011                 rename 'Tool' to 'Tools'
9012
9013         * src/mainwindow.c
9014                 move 'Delete duplicated messages' from
9015                 'Message/' to 'Tools/'
9016                 re-arrange the order of 'Tools/' items
9017
9018 2002-03-22 [paul]       0.7.4claws32
9019
9020         * src/addr_compl.c
9021           src/addressbook.[ch]
9022                 auto-address completion now also matches on
9023                 Nickname. patch submitted by Bob Forsman 
9024                 <hammor@users.sourceforge.net>
9025
9026         * src/editaddress.c
9027                 correct a spelling mistake
9028
9029 2002-03-22 [alfons]     0.7.4claws31
9030
9031         * src/pop.c
9032                 fix getting uidl from incorrect string 
9033                 (spotted by Colin)
9034
9035 2002-03-21 [alfons]     0.7.4claws30
9036
9037         * src/pop.c
9038                 more code refactoring
9039                 plug mem leak introduced by delete on server
9040
9041 2002-03-21 [paul]       0.7.4claws29
9042
9043         * sync with 0.7.4cvs11
9044                 see ChangeLog entries 2002-03-20
9045
9046 2002-03-20 [alfons]     0.7.4claws28
9047
9048         * src/inc.c
9049                 apply Colin's patch and refactor
9050
9051 2002-03-20 [paul]       0.7.4claws27
9052
9053         * sync with sylpheed 0.7.4cvs9
9054                 see ChangeLog entry 2002-03-20
9055
9056 2002-03-19 [christoph]  0.7.4claws26
9057
9058         * src/mh.c
9059         * src/procmsg.[ch]
9060         * src/summaryview.c
9061                 revert changes for flag updates
9062                 (does not work correctly and no time to debug)
9063
9064 2002-03-20 [alfons]     0.7.4claws25
9065
9066         * src/pop.c
9067                 refactor should_delete() a little bit 
9068
9069 2002-03-19 [paul]       0.7.4claws24
9070
9071         * src/inc.[ch]
9072           src/pop.c
9073           src/prefs_account.[ch]
9074                 allow the user to leave downloaded mail on the 
9075                 server for n days. Patch submitted by Colin Leroy 
9076                 <colin@colino.net>
9077
9078 2002-02-19 [paul]       0.7.4claws23
9079
9080         * sync with sylpheed 0.7.4cvs8
9081                 see ChangeLog entries 2002-03-19
9082
9083 2002-03-18 [paul]       0.7.4claws22
9084
9085         * sync with sylpheed 0.7.4cvs6
9086                 see ChangeLog entry 2002-03-18
9087
9088 2002-03-18 [paul]       0.7.4claws21
9089
9090         * po/en_GB.po
9091                 add en_GB message catalogue
9092
9093         * src/mbox_folder.c
9094           src/prefs_account.c
9095           src/prefs_actions.c
9096                 correct a few spelling mistakes
9097
9098 2002-03-17 [alfons]     0.7.4claws20
9099
9100         * src/matcher.c
9101                 more stringent checks for NULL params when writing
9102                 filtering actions to a file
9103                 
9104 2002-03-17 [hoa]        0.7.3claws20
9105
9106         * src/news.c
9107                 fixed the count of new messages
9108
9109         * src/compose.c
9110                 fixed the "attachment properties" window
9111
9112 2002-03-17 [paul]       0.7.4claws19
9113
9114         * src/defs.h
9115           src/folder.h
9116           src/news.c
9117           src/prefs_account.[ch]
9118           src/procmsg.[ch]
9119           src/summaryview.c
9120                 automatically mark cross-posted messages as read 
9121                 and (optionally) give them a colour label
9122                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9123                 
9124
9125 2002-03-17 [paul]       0.7.4claws18
9126
9127         * sync with sylpheed 0.7.4cvs5
9128                 see ChangeLog entry 2002-03-17
9129
9130 2002-03-17 [melvin]     0.7.4claws17
9131         
9132         * src/textview.c
9133                 Worked around a gtktext 'bug': when searching for 
9134                 a text in a long message it was scrolling slowly
9135                 line by line until it hit the searched text.
9136         * po/fr.po
9137                 Updated French translation
9138
9139 2002-03-17 [melvin]     0.7.4claws16
9140
9141         * src/mainwindow.c
9142         * src/compose.c
9143         * src/prefs_actions.c
9144                 Moved "Edit/Actions" to "Tool/Actions"
9145                 Made mainwindow/compose window sensitive as soon as
9146                 no child process is running anymore even if the io dialog
9147                 is open.
9148                 Fixed a struct being initialized with a non constant char*
9149
9150 2002-03-16 [christoph]  0.7.4claws15
9151
9152         * configure.in
9153                 add --with-compiler-flags option
9154                 (only for developer hacking)
9155         * src/mh.c
9156         * src/procmsg.[ch]
9157         * src/summaryview.c
9158                 try to make folder-stats and flag handling more
9159                 independent from the summaryview. msgcounts
9160                 are only set when the folder is opened and
9161                 procmsg_msginfo_(un)set_flags will handle it
9162                 later and summaryview will get the values
9163                 from the folder.
9164
9165 2002-03-16 [paul]       0.7.4claws14
9166
9167         * src/messageview.c
9168                 fix Return-receipt. Patch submitted by Bob
9169                 Woodside <rwoodside1@comcast.net>
9170
9171 2002-03-16 [paul]       0.7.4claws13
9172
9173         * src/compose.c
9174                 fix 'dynamic' signatures, make it work again
9175                 broken during sync on 2002-03-14 (0.7.4claws2)
9176
9177 2002-03-15 [match]      0.7.4claws12
9178
9179         * src/addrharvest.[ch]
9180         * src/addrgather.[ch]
9181         * src/addressbook.[ch]
9182         * src/mainwindow.c
9183                 included address harvester feature. still some
9184                 issues with address parsing that I will fix.
9185
9186 2002-03-15 [match]      0.7.4claws11
9187
9188         * src/addrbook.[ch]
9189         * src/addrcache.[ch]
9190         * src/addressbook.[ch]
9191         * src/addrindex.c
9192         * src/editbook.c
9193         * src/importldif.c
9194         * src/importmutt.c
9195         * src/jpilot.[ch]
9196         * src/main.c
9197         * src/syldap.[ch]
9198         * src/vcard.[ch]
9199                 tidy up. fix memory leaks. moved attribs and methods
9200                 from individual interfaces to addrcache object. prep
9201                 for new stuff to come in.
9202
9203 2002-03-15 [alfons]     0.7.4claws10
9204
9205         * src/matcher.[ch]
9206         * src/matcher_parser_parse.y
9207         * src/matcher_parser_lex.l
9208         * src/prefs_matcher.c
9209                 add filtering conditions message greater than, smaller 
9210                 than, and exactly matching a size in bytes
9211                 (does not work with delete from POP3 server yet)
9212
9213                 this should also give others an idea what you should
9214                 do to add new criterions to claws filtering system
9215                 
9216
9217 2002-03-15 [paul]       0.7.4claws9
9218
9219         * tools/filter_conv.pl
9220                 exit if there are no filter rules to convert
9221                 rename filterrc to filterrc.old after completion
9222
9223 2002-03-15 [paul]       0.7.4claws8
9224
9225         * sync with sylpheed 0.7.4cvs3
9226                 see ChangeLog entry 2002-03-14
9227
9228 2002-03-14 [paul]       0.7.4claws7
9229
9230         * src/compose.c
9231                 clean up the last commit (ahem)
9232
9233 2002-03-14 [paul]       0.7.4claws6
9234
9235         * src/compose.c
9236                 fix bug #515655. honour account preferences
9237                 regarding gpg default signing/encryption when 
9238                 changing account from the compose window.
9239
9240 2002-03-14 [paul]       0.7.4claws5
9241
9242         * src/folderview.c
9243                 remove unnecessary curly brackets
9244
9245 2002-03-14 [paul]       0.7.4claws4
9246
9247         * src/folderview.c
9248           src/prefs_filtering.[ch]
9249                 add filter rename on folder rename and filter
9250                 delete on folder delete. Patch submitted by
9251                 Neill Miller <neillm@thecodefactory.org> 
9252
9253 2002-03-14 [christoph]  0.7.4claws3
9254
9255         * src/procmsg.c
9256         * src/send.c
9257                 fix local delivery
9258                 (patch submitted by "Simon 'corecode' Schubert")
9259         * src/prefs_common.c
9260         * src/procmsg.c
9261                 fix gcc 3.0 warning
9262
9263 2002-03-14 [paul]       0.7.4claws2
9264
9265         * sync with sylpheed 0.7.4cvs2
9266                 see ChangeLog entry 2002-03-13
9267
9268 2002-03-12 [darko]      0.7.4claws1
9269
9270         * src/mainwindow.c
9271                 fix what seems to be a copy and paste error
9272                 when setting color for important messages
9273                 (reported by wwp)
9274
9275 2002-03-11 [paul]       version 0.7.4claws released
9276
9277 2002-03-11 [paul]       0.7.4claws
9278
9279         * po/es.po
9280           po/it.po
9281           po/nl.po
9282           po/pt_BR.po
9283                 update message catalogs. Submitted by Ricardo Mones 
9284                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9285                 Fabio Junior Beneditto
9286
9287         * configure.in
9288           faq/Makefile.am
9289           faq/it/Makefile
9290           faq/it/sylpheed-faq*
9291           src/mainwindow.c
9292           src/manual.[ch]
9293                 add FAQ in Italian
9294         
9295
9296 2002-03-11 [jens]       0.7.3claws7
9297
9298         * po/de.po
9299                 updated German translation
9300
9301 2002-03-11 [melvin]     0.7.3claws6
9302
9303         * po/fr.po
9304                 updated and corrected French translation
9305
9306 2002-03-10 [hoa]        0.7.3claws5
9307
9308         * src/account.c
9309         * src/inc.c
9310         * src/prefs_account.c
9311         * src/procmsg.c
9312         * src/send.[ch]
9313                 fixed the local account.
9314                 you have to change the default "/usr/sbin/sendmail"
9315                 to "/usr/sbin/sendmail -t" in the preferences of
9316                 the local account.
9317
9318         * src/procmime.c
9319                 removed some debug display for renderer
9320
9321 2002-03-10 [paul]       0.7.3claws4
9322
9323         * faq/en/sylpheed-faq-1.html
9324           faq/en/sylpheed-faq-2.html
9325                 update
9326
9327 2002-03-09 [paul]       0.7.3claws3
9328
9329         * sync with sylpheed 0.7.4
9330                 see ChangeLog entry 2002-03-09
9331
9332 2002-03-08 [paul]       0.7.3claws2
9333
9334         * faq/en/sylpheed-faq*
9335           faq/es/sylpheed-faq*
9336           faq/fr/sylpheed-faq*
9337                 update the FAQs
9338
9339         * manual/fr/.cvsignore
9340           manual/fr/Makefilea.am
9341           manual/fr/sylpheed*
9342           src/mainwindow.c
9343           src/manual.[ch]
9344                 add the French manual
9345
9346 2002-03-07 [paul]       0.7.3claws1
9347
9348         * sync with sylpheed 0.7.3cvs4
9349                 see ChangeLog entries  2002-03-06 and 2002-03-07
9350         
9351         * po/nl.po
9352                 updated by Wilbert Berendsen
9353
9354 2002-03-07 [melvin]     0.7.2claws34
9355
9356         * src/selective_download.c
9357                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9358
9359 2002-03-06 [paul]       0.7.2claws33
9360
9361         * sync with sylpheed 0.7.3cvs1
9362                 bug fix, see ChangeLog entry 2002-03-05
9363
9364 2002-03-05 [paul]       0.7.2claws32
9365
9366         * src/mimeview.c
9367           src/pgptext.[ch]
9368           src/procmsg.c
9369                 reverse the pgp ascii-armored code implemented in 
9370                 0.7.2claws16. removal of this code until it matures.
9371                 this means that verifying ascii-armored pgp sigs and
9372                 automatic decryption of ascii-armored encrypted
9373                 messages no longer works.
9374
9375 2002-03-05 [paul]       0.7.2claws31
9376
9377         * configure.in
9378           Makefile.am
9379         * faq/Makefile.am
9380         * faq/en/Makefile.am
9381           faq/en/sylpheed-faq.html
9382           faq/en/sylpheed-faq-1.html
9383           faq/en/sylpheed-faq-2.html
9384           faq/en/sylpheed-faq-3.html
9385         * faq/es/Makefile.am
9386           faq/es/sylpheed-faq.html
9387           faq/es/sylpheed-faq-1.html
9388           faq/es/sylpheed-faq-2.html
9389           faq/es/sylpheed-faq-3.html
9390           faq/es/sylpheed-faq-4.html
9391         * faq/fr/Makefile.am
9392           faq/fr/sylpheed-faq.html
9393           faq/fr/sylpheed-faq-1.html
9394           faq/fr/sylpheed-faq-2.html
9395           faq/fr/sylpheed-faq-3.html
9396         * src/Makefile.am
9397           src/defs.h
9398           src/mainwindow.c
9399           src/manual.[ch]
9400                 add FAQs in English, Spanish and French
9401
9402
9403 2002-03-05 [paul]       0.7.2claws30
9404
9405         * manual/en/sylpheed.html
9406           manual/en/sylpheed-XX.html
9407                 updated the English manual
9408
9409 2002-03-05 [hoa]        
9410
9411         * src/summaryview.c
9412                 dialog box pops up if the article can't be deleted.
9413
9414 2002-03-04 [paul]       
9415         
9416         * po/pt_BR.po
9417                 updated by Fabio Junior Benedito
9418
9419 2002-03-04 [hoa]
9420
9421         * removed ac/gpgme.m4
9422                 to avoid autogen common problem
9423                 developers have to install gpgme development package now
9424
9425         * src/compose.c
9426                 encoding to 7bit or 8bit is enabled.
9427
9428 2002-03-03 [alfons]     0.7.2claws29
9429
9430         * src/pop.c
9431                 merge fix by Oliver Haertel for selective
9432                 download buglet
9433
9434 2002-03-03 [paul]       0.7.2claws28
9435         
9436         * sync with sylpheed 0.7.3
9437
9438 2002-03-03 [paul]       0.7.2claws27
9439
9440         * sync with sylpheed 0.7.2cvs24
9441                 see ChangeLog entries 2002-03-02 and 2002-03-03
9442
9443 2002-03-02 [melvin]     0.7.2claws26
9444
9445         * src/inc.[ch]
9446         * src/main.c
9447         * src/mainwindow.c
9448         * src/prefs_common.[ch]
9449                 Added user definable notification on new mail arrival.
9450                 Removed unused variables in spell checker prefs code.
9451
9452 2002-03-02 [melvin]     0.7.2claws25
9453
9454         * src/quote_fmt.c
9455                 Removed unnecessary escape sequences.
9456                 Changed 'Initial...' to 'Initials of Sender'
9457
9458 2002-03-02 [paul]       0.7.2claws24
9459
9460         * sync with sylpheed 0.7.2cvs22
9461                 see ChangeLog entry 2002-03-01
9462
9463 2002-03-01 [hoa]        0.7.2claws23
9464
9465         * src/mainwindow.c
9466                 Set sensitivity of delete actions to active
9467                 even if the folder is a newsgroup.
9468
9469         * src/summaryview.c
9470                 - Set sensitivity of delete actions
9471                 - Added function check_permission() that will check if the
9472                   user is authorized to delete a message. For news, it
9473                   will check if the author is the same.
9474                 - Enabled deletion when there is no trash folder.
9475
9476         * src/news.[ch]
9477                 - Added news_cancel_article() to cancel articles
9478                 - Implemented news_remove_message() (public function)
9479
9480 2002-03-01 [paul]       0.7.2claws22
9481
9482         * src/gtkutils.c
9483           src/textview.c
9484                 recognise urls that that don't include 'http://' and
9485                 simply begin 'www.' 
9486
9487         * AUTHORS
9488                 remove duplicated name
9489
9490 2002-02-28 [paul]       0.7.2claws21
9491
9492         * src/mainwindow.c
9493           src/summaryview.[ch]
9494                 add ability to 'Select thread'
9495                 combines Melvin's "Select thread's head" patch (#510907)
9496                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9497                 patch (#518514) 
9498
9499 2002-02-28 [paul]       0.7.2claws20
9500
9501         * src/mimeview.c
9502                 hopefully fix segfault on right-clicking a mime part
9503                 that some people have experienced.      
9504                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9505
9506 2002-02-28 [paul]       0.7.2claws19
9507
9508         * sync with sylpheed 0.7.2cvs21
9509                 see ChangeLog entries 2002-02-27 and 2002-02-28
9510
9511 2002-02-27 [paul]       0.7.2claws18
9512
9513         * sync with sylpheed 0.7.2cvs18
9514                 see ChangeLog entries 2002-02-26 and 2002-02-27
9515
9516 2002-02-26 [alfons]     0.7.2claws17
9517
9518         * src/procheader.c
9519                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9520                 (spotted by Chris Hessman <idatech@gmx.net>)
9521
9522 2002-02-26 [paul]       0.7.2claws16
9523
9524         * src/mimeview.c
9525           src/pgptext.[ch]
9526           src/procmsg.c
9527                 make decryption of ascii-armored pgp encrypted messages
9528                 and verification of ascii-armored signatures work again.
9529                 slightly altered from the patch by Jens Jahnke 
9530                 <jan0sch@gmx.net>
9531
9532                 ##FIX ME##
9533                 * the checking of plaintext signatures always comes up in 
9534                   a popup box
9535                 * it doesn't work for multipart messages 
9536                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9537                   including the msg headers and these 2 line themselves, are 
9538                   not displayed
9539
9540         * src/mainwindow.c
9541                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9542                 "View/Message View" becomes "View/Separate Message View"
9543                 because its less ambiguous.
9544
9545         * po/es.po
9546                 updated by Ricardo Mones Lastra
9547
9548 2002-02-26 [paul]       0.7.2claws15
9549
9550         * sync with sylpheed 0.7.2cvs17
9551                 see ChangeLog entries 2002-02-25 and 2002-02-26
9552
9553 2002-02-25 [christoph]  0.7.2claws14
9554
9555         * src/filtering.[ch]
9556         * src/inc.c
9557                 do filtering stuff after all messages have been received
9558                   1. drop all messages to .processing
9559                   2. scan processing folder for messages
9560                   3. filter messages or move to inbox
9561                 this will also find old messages left in processing after
9562                 a crash or something like that and we get a real msginfo
9563                 from folder->get_msg_list and do not have to create our
9564                 own in filter_message
9565         * src/matcher_parser_parse.y
9566                 remove MIX/MAX warning (reordered includes)
9567
9568 2002-02-25 [paul]       0.7.2claws13
9569
9570         * sync with sylpheed 0.7.2cvs15
9571                 see ChangeLog entry 2002-02-24
9572
9573 2002-02-24 [alfons]     0.7.2claws12
9574
9575         * src/filtering.c
9576                 clear old color flags first when applying a new color to
9577                 a message info. 
9578                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9579
9580 2002-02-24 [alfons]     0.7.2.claws11
9581         
9582         * AUTHORS
9583         * src/prefs_common.c
9584                 add presets for Opera and Konqueror, closes patch #517261,
9585                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9586
9587 2002-02-24 [alfons]     0.7.2.claws10
9588
9589         * AUTHORS
9590         * src/summaryview.c
9591                 fix threading for null message ids, closes patch #521601,
9592                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9593
9594 2002-02-24 [alfons]     0.7.2claws9
9595
9596         * src/summaryview.c
9597         * src/filtering.c
9598                 make Tool | Filter Message work with filtering system so
9599                 setting flags also works
9600
9601                 TODO:
9602
9603                 - Processing uses the same function as Tool | Filter
9604                   Message, but doesn't use the same update proc yet
9605
9606 2002-02-23 [paul]       0.7.2claws8
9607
9608         * sync with sylpheed 0.7.2cvs14
9609                 see ChangeLog entries 2002-02-22 and 2002-02-23
9610
9611 2002-02-22 [christoph]  0.7.2claws7
9612
9613         * src/quote_fmt.c
9614                 Add column space to table
9615         * src/quote_fmt_parse.y
9616                 Close files
9617
9618 2002-02-22 [paul]       0.7.2claws6
9619
9620         * src/Makefile.am
9621           src/defs.h
9622           src/filtering.c
9623           src/inc.[ch]
9624           src/mainwindow.c
9625           src/matcher.[ch]
9626           src/matcher_parser_lex.l
9627           src/matcher_parser_parse.y
9628           src/pop.[ch]
9629           src/prefs_account.h
9630           src/prefs_filtering.c
9631           src/selective_download.[ch]   *** NEW FILES ***
9632           src/utils.[ch]
9633           po/POTFILES.in
9634                 Selective Download added to 'Tool' menu. 
9635                 Retrieves email headers of the currently selected pop3 
9636                 account and allows the user to mark emails for deletion 
9637                 right on the pop3 server. Patch submitted by Oliver Haertel 
9638                 <oha@users.sourceforge.net>.
9639         
9640         * po/POTFILES.in
9641                 add 'src/quote_fmt.c'           
9642
9643 2002-02-22 [christoph]  0.7.2claws5
9644
9645         * src/Makefile.am
9646                 added quote_fmt.c
9647         * src/prefs_common.[ch]
9648         * src/prefs_template.c
9649         * src/quote_fmt.c               *** NEW FILE ***
9650         * src/quote_fmt.h
9651                 move quote format symbol description code
9652                 to it's own file because it is used from
9653                 differnent code parts
9654                 Rewrote symbol description GUI
9655                   + use table
9656                   + add separators
9657                   + get data from array (no more long constant strings)
9658         * src/quote_fmt_lex.l
9659         * src/quote_fmt_parse.y
9660                 Symbol for Literal % changed to \% instead of %%
9661                 (More logical as \ is used for quoting for other symbols)
9662                 Add |f and |p to include files and program output
9663                 Examples:
9664                     |f{/home/.../.signature}
9665                     |p{date}
9666         * po/de.po
9667                 Correct wrong spelling for "Referenzen"
9668
9669 2002-02-21 [paul]       0.7.2claws4
9670
9671         * src/procmsg.c
9672                 forgotten during sync
9673
9674 2002-02-21 [paul]       0.7.2claws3
9675
9676         * sync with sylpheed 0.7.2cvs11
9677                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9678                 2002-02-20 and 2002-02-21
9679
9680 2002-02-20 [melvin]     0.7.2claws2
9681
9682         * src/prefs_actions.c
9683                 Added error report when child cannot fork or when execvp 
9684                 returns with an error.
9685
9686 2002-02-19 [christoph]  0.7.2claws1
9687
9688         * src/codeconv.c
9689                 return unconverted text if conde conversion is not possible
9690                 when libjconv is used.
9691                 (patch submitted by "Simon 'corecode' Schubert")
9692
9693 2002-02-19 [paul]       
9694
9695         * version 0.7.2claws release
9696
9697 2002-02-19 [paul]       0.7.2claws
9698
9699         * po/nl.po
9700                 updated by Wilbert Berendsen
9701
9702
9703 2002-02-18 [alfons]     0.7.1claws13
9704
9705         * src/syldap.c
9706         * src/jpilot.c
9707                 remove references to dlfcn and explicitly loading functions
9708                 from dynalink libs, because libs linked anyway, and functions
9709                 are loaded explicitly
9710
9711 2002-02-17 [melvin]     0.7.1claws12
9712
9713         * src/prefs_actions.c
9714                 Replaced children wait loop with double fork technique.
9715                 Now, input/output window updated at each new output.
9716                 free_children(): Fixed a memory leak.
9717                 Made input/output window non closable if running children
9718                 still exist.
9719                 Added missing <unistd.h> include.
9720                 Added some --debug outputs.
9721
9722 2002-02-17 [melvin]     0.7.1claws11
9723
9724         * src/summaryview.c
9725                 Fixed bug where descending sort order did not select top
9726                 message.
9727
9728 2002-02-17 [melvin]     0.7.1claws10
9729
9730         * acconfig.h
9731                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9732         * src/prefs_common.c
9733                 Pspell data package directory no more hard coded but
9734                 set during configuration (PSPELL_PATH). (Thanks to 
9735                                 Gustavo Noronha Silva.)
9736
9737 2002-02-17 [melvin]     0.7.1claws9
9738
9739         * configure.in
9740                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9741         * src/gtkspell.c
9742                 Fixed compile-time warnings.
9743
9744 2002-02-16 [alfons]     0.7.1claws8
9745
9746         * src/filesel.c
9747                 fix inadvertent free of NULL pointer which caused
9748                 sylpheed to crash when closing the save-as dialog
9749                 using the window close button
9750
9751 2002-02-16 [carsten]    0.7.1claws7
9752         * src/mainwindow.[ch]
9753           src/summaryview.c
9754           src/prefs_common.c
9755                 fixes for pixmap theming code:
9756                         - recently changed mail attributes shouldn't get
9757                           lost any longer
9758                         - theme is only reloaded iff another theme was
9759                           selected
9760
9761 2002-02-16 [paul]       0.7.1claws6
9762
9763         * sync with sylpheed 0.7.2 release
9764                 see ChangeLog entry 2002-02-15 and 2002-02-16
9765
9766 2002-02-15 [paul]       0.7.1claws5
9767
9768         * sync with sylpheed 0.7.1cvs9
9769                 see ChangeLog entry 2002-02-15
9770
9771         * po/POTFILES.in
9772                 remove unneeded headerwindow.c entry
9773
9774 2002-02-14 [carsten]    0.7.1claws4
9775         * src/summaryview.c
9776                 fixed a bug for "Go to next unread message": there was
9777                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9778                 in the prefs, because of doing "Search again" instead
9779                 "No"
9780
9781 2002-02-14 [carsten]    0.7.1claws3
9782         * src/stock_pixmap.c
9783                 removed 2 more mem leaks; following memprof,
9784                 this code is "leak free" now :)
9785
9786 2002-02-14 [carsten]    0.7.1claws2
9787         * src/stock_pixmap.c
9788                 used opendir/readdir/closedir instead of scandir
9789                 -> code should work now on Solaris
9790
9791 2002-02-14 [paul]       0.7.1claws1
9792
9793         * sync with sylpheed 0.7.1cvs8
9794                 see ChangeLog entries 2002-02-13 and 2002-02-14
9795
9796         * README.claws
9797                 add some description of Actions and Pixmap Themes
9798
9799 2002-02-13 [paul]       
9800
9801         * version 0.7.1claws release
9802
9803 2002-02-13 [paul]       0.7.1claws
9804
9805         * po/es.po
9806           po/it.po
9807           po/pt_BR.po
9808                 updated translations, submitted by Ricardo Mones Lastra,
9809                 Alessandro Maestri and Fabio Junior Beneditto
9810
9811 2002-02-13 [melvin]     0.7.0claws75
9812
9813         * src/prefs_actions.c
9814                 Added missing "signal.h" include
9815
9816 2002-02-13 [melvin]     0.7.0claws74
9817
9818         * src/prefs_folder_item.c
9819                 Added missing "config.h" include
9820         * po/fr.po
9821                 Updated French translation for folder propriety.
9822
9823 2002-02-13 [jens]       0.7.0claws73
9824
9825         * po/POTFILES.in
9826                 Added missing src/prefs_folder_item.c [log added by melvin]
9827         * po/de.po
9828                 Updated German translation.
9829
9830 2002-02-13 [melvin]     0.7.0claws72
9831
9832         * po/fr.po
9833                 Updated French translation.
9834
9835 2002-02-13 [melvin]     0.7.0claws71
9836
9837         * src/gtkutils.c
9838                 Made gtkut_editable_get_selection return NULL if selection
9839                 is of length zero.
9840                 This fixes a bug where selecting part of message A then
9841                 switching to message B and replying to it will not
9842                 quote the message's body.
9843
9844 2002-02-12 [paul]       0.7.0claws70
9845
9846         * src/mainwindow.c
9847                 cosmetic, relating to pixmap themes: on toolbar make 
9848                 updating of 'Exec' and 'Compose news/Compose email'
9849                 icons faster.
9850
9851 2002-02-12 [carsten]    0.7.0claws69
9852         * src/folderview.c
9853           src/mainwindow.[ch]
9854           src/stock_pixmap.c
9855           src/summaryview.c
9856           src/prefs_common.c
9857                 - refreshing after changing pixmap theme better
9858                   now (thanks Paul)
9859                 - wanted to remove some mem leaks, but alfons was
9860                   faster (and had the better solution ;)
9861
9862 2002-02-12 [alfons]     0.7.0claws68
9863
9864         * src/prefs_common.c
9865         * src/stock_pixmap.[ch]
9866                 plug mem leaks, refactor code a little bit
9867
9868
9869 2002-02-12 [sergey]     0.7.0claws67
9870
9871         * src/imap.c
9872                 Fixed problem with copying messages to IMAP folders when the
9873                 server uses something other than '/' as a namespace separator
9874                 (cyrus-imapd uses '.').
9875
9876 2002-02-12 [jens]       0.7.0claws66
9877
9878         * po/de.po
9879                 Updated German Translation
9880
9881 2002-02-12 [paul]       0.7.0claws65
9882
9883         * sync with sylpheed 0.7.1cvs1
9884                 see ChangeLog entry 2002-02-12
9885
9886 2002-02-12 [melvin]     0.7.0claws64
9887
9888         * src/prefs_actions.c
9889                 Fixed "feature" where children's output was duplicated 
9890                 instead of refreshed while monitoring.
9891                 Removed some debug code.
9892
9893 2002-02-12 [christoph]  0.7.0claws63
9894
9895         * src/compose.c
9896                 always delete message from queue after sending/send error
9897                 (closes bug #509601)
9898
9899 2002-02-12 [melvin]     0.7.0claws62
9900
9901         * src/prefs_actions.c
9902                 Children wait loop is now triggered with a timeout of 1s
9903                 Added %F which is replaced with the list of filenames 
9904                 of all selected messages (as suggested by Ricardo Mones Lestra)
9905                 Pipe syntax changed. Prefix with | to send selection, postfix
9906                 with | to retrieve output. Prefix with > or * to send
9907                 user definable input to the command (*: input is hidden)
9908                 Old pipe action should now be postfixed with |, too.
9909
9910 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9911         * src/stock_pixmap.c
9912                 fixed a bug: if there's no theme directory don't
9913                 throw an error, just do "nothing" (thanks Alfons)
9914
9915 2002-02-12 [carsten]    0.7.0claws60
9916         * src/folderview.c
9917           src/summaryview.c
9918                 had to write the cache twice (nasty!); some marks would 
9919                 get lost if not
9920
9921 2002-02-11 [carsten]    0.7.0claws59
9922         * acconfig.h
9923           configure.in
9924           doc-src/maintainer_guide.txt
9925           src/compose.[ch]
9926           src/defs.h
9927           src/folderview.[ch]
9928           src/gtkutils.[ch]
9929           src/mainwindow.[ch]
9930           src/prefs_common.[ch]
9931           src/stock_pixmap.[ch]
9932           src/summaryview.[ch]
9933                 pixmap theming and related work on pixmap
9934                 handling on some other places
9935                 (e.g. hrm features for all folder)
9936           src/pixmap/stock_*.xpm -> the stock_ was removed
9937         
9938 2002-02-11 [paul]       0.7.0claws58
9939
9940         * sync with sylpheed 0.7.1 release
9941                 see ChangeLog entries 2002-02-11
9942
9943 2002-02-08 [paul]       0.7.0claws57
9944
9945         * sync with sylpheed 0.7.0cvs39
9946                 see ChangeLog entry 2002-02-07 (last entry) 
9947
9948         * src/prefs_actions.c
9949           src/prefs_filtering.c
9950           src/prefs_matcher.c
9951           src/prefs_scoring.c
9952                 sync: made it compile with C compilers other than gcc
9953
9954 2002-02-07 [paul]       0.7.0claws56
9955
9956         * sync with sylpheed 0.7.0cvs38
9957                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9958                 2002-02-07
9959
9960 2002-02-07 [darko]      0.7.0claws55
9961
9962         * src/gtkutils.[ch]
9963         * src/summaryview.c
9964                 Fix const gchar */gchar * issue (thanks Hiro)
9965
9966 2002-02-07 [darko]      0.7.0claws54
9967
9968         * src/compose.[ch]
9969         * src/filtering.c
9970         * src/gtkutils.[ch]
9971         * src/prefs_template.c
9972         * src/quote_fmt.h
9973         * src/quote_fmt_parse.y
9974         * src/summaryview.c
9975         * src/utils.[ch]
9976                 When replying or forwarding an email don't quote the entire
9977                 mail body but use the part of the message text that is selected
9978
9979 2002-02-06 [melvin]     0.7.0claws53
9980
9981         * src/prefs_common.[ch]
9982         * src/gtkspell.[ch]
9983         * src/compose.c
9984                 Made possible to switch quickly to last used dictionary
9985                 which makes checking bilingual documents easier.
9986
9987 2002-02-06 [melvin]     0.7.0claws52
9988         
9989         * po/POTFILES.in
9990                 Added forgotten new file src/prefs_actions.c
9991
9992 2002-02-06 [melvin]     0.7.0claws51
9993
9994         * src/prefs_actions.c   ** NEW FILE **
9995         * src/prefs_actions.h   ** NEW FILE **
9996                 Added actions to execute on message text view, or on the
9997                         message's file.
9998         * src/Makefile.am
9999                 Added src/prefs_actions.[ch]
10000         * src/compose.c
10001                 Added new menu "Edit/Actions"
10002         * src/defs.h
10003                 Added new actionsrc file.
10004         * src/main.c
10005                 Added actionsrc reading.
10006         * src/mainwindow.c
10007                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10008         * src/prefs_common.h
10009                 Added new element actionslst element to prefs_common.
10010
10011 2002-02-06 [paul]       0.7.0claws50
10012
10013         * sync with sylpheed 0.7.0cvs36
10014                 see ChangeLog entry 2002-02-06
10015
10016 2002-02-05 [paul]
10017
10018         * po/es.po
10019                 updated by Ricardo Mones Lastra
10020
10021 2002-02-05 [paul]       0.7.0claws49
10022
10023         * sync with sylpheed 0.7.0cvs33
10024                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10025
10026 2002-02-05 [paul]       0.7.0claws48
10027
10028         * src/compose.c
10029                 re-add 'Edit/Advanced/Delete entire line', previously named
10030                 'Delete Line+'
10031
10032 2002-02-04 [paul]       0.7.0claws47
10033
10034         * src/compose.c
10035           src/summaryview.c
10036                 fix bug #494993 (Reply All not taking Reply-To into consi)
10037                 eliminate differences in behaviour of right-click 'Reply to all' 
10038                 in summary view and 'Reply to all' on the toolbar. 
10039                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10040                 view and From gets ignored by 'Reply to all' on toolbar.
10041                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10042                 From when no Reply-To header is present.
10043
10044 2002-02-04 [paul]       0.7.0claws46
10045
10046         * sync with sylpheed 0.7.0cvs30
10047                 see ChangeLog entries 2002-02-03 and 2002-02-04
10048
10049 2002-02-03 [melvin]     0.7.0claws45
10050
10051         * src/gtkspell.[ch]
10052                 Readded function to highlight all misspelled words.
10053                 Fixed bug where user-provided-words did not replace
10054                         correctly the misspelled word when using the mouse.
10055                 Fixed bug where checking a region selected from right to left did
10056                         not check the region at all.
10057                 Fixed bug where 'Check backwards' may not check at all. 
10058                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10059                 Fixed possible buffer overflow when checking for long strings (>1k).
10060                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10061                 Accelerators code uses now gtk_widget_add_accel.
10062                 Removed and disabled obsolete and unfinished code.
10063                 Cleaning up.
10064
10065         * src/compose.c
10066                 Added menu item to Highlight all misspelled words.
10067
10068 2002-02-01 [paul]       0.7.0claws44
10069
10070         * src/mainwindow.c
10071                 fix '/View/Hide read messages' sensitivity when all
10072                 messages in a folder are hidden
10073
10074 2002-02-01 [paul]       0.7.0claws43
10075
10076         * src/main.c
10077                 add --send option to command line interface, sends all
10078                 queued mail. Patch submitted by Ricardo Mones Lastra.
10079
10080 2002-01-31 [paul]       0.7.0claws42
10081
10082         * src/mainwindow.c
10083                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10084
10085 2002-01-31 [paul]       0.7.0claws41
10086
10087         * sync with sylpheed 0.7.0cvs27
10088                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10089                 and 2002-01-31
10090
10091         * src/textview.c
10092                 comment out elements of textview_show_part() as temporary
10093                 workaround for attachment 'Display as text' bug 
10094
10095         * po/pt_BR.po
10096                 updated by Fabio Junior Beneditto
10097
10098 2002-01-30 [paul]       0.7.0claws40
10099
10100         * sync with sylpheed 0.7.0cvs24
10101                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10102                 and 2002-01-30
10103
10104         * src/compose.c
10105                 add {N_("/_Spelling"), ... "<Branch>"} to 
10106                 GtkItemFactoryEntry compose_entries[]
10107
10108         * src/prefs_common.c
10109                 add claws menu items to prefs_keybind_apply_clicked()
10110                 and remove non-claws menu items
10111
10112 2002-01-29 [paul]       0.7.0claws39
10113
10114         * sync with sylpheed 0.7.0cvs22
10115                 see ChangeLog entries 2002-01-28 and 2002-01-29
10116
10117 2002-01-28 [melvin]     0.7.0claws38
10118
10119         * src/compose.c
10120                 Added the declartion of compose_send_control_enter.
10121
10122         * src/compose.c
10123         * src/gtkspell.[ch]
10124                 Added in a 'Spelling' menu which includes the configuration menu. 
10125                 Added a real 'Check all' and got rid from the old one which only
10126                 highlited misspelled word.
10127                 Made 'Check while typing' a disableable option.
10128                 Added a dialog when there are no more misspelled word.
10129                 Added a dialog if error occurs when switching to a dictionary.
10130         
10131         * src/prefs_common.[ch]
10132                 Added option for the default 'Check while typing' option.
10133
10134
10135 2002-01-28 [alfons]     0.7.0claws37
10136
10137         * src/compose.c
10138                 fix buglet and make code comply with sylpheed code style
10139
10140 2002-01-28 [paul]       0.7.0claws36
10141
10142         * sync with sylpheed 0.7.0cvs19
10143                 see ChangeLog entries for 2002-01-28
10144
10145 2002-01-28 [hoa]        0.7.0claws35
10146
10147         * src/defs.h
10148                 added rendererrc
10149
10150         * src/main.c
10151                 read the renderer config
10152
10153         * src/procmime.[ch]
10154                 use the renderer config to convert mime attachments
10155
10156         * src/textview.c
10157                 don't use textview_show_html/ertf,
10158                 use get_text_content instead
10159
10160 2002-01-27 [alfons]     0.7.0claws34
10161         
10162         * src/news.c
10163                 make sylpheed believe it can delete a news message...
10164                 (messages are NOT deleted, maybe we should remove
10165                 processing from the folder properties after all.)
10166
10167 2002-01-27 [alfons]     0.7.0claws33
10168
10169         * src/folder.c
10170                 add extra checks
10171         * src/news.c
10172                 implement remove_msg() 
10173
10174 2002-01-27 [alfons]     0.7.0claws32
10175
10176         * src/procmsg.h
10177         * src/procheader.c
10178         * src/messageview.c
10179                 fix return receipt / disposition notification again. this
10180                 stuff seems to break on _every_ major summary UI change, so
10181                 it's now implemented using a flag which is saved in the
10182                 marks cache
10183                 
10184 2002-01-26 [alfons]     0.7.0claws31
10185
10186         * src/import.c
10187                 let import dialog show the destination folder identifier
10188
10189 2002-01-26 [melvin]     0.7.0claws30
10190
10191         * src/folderview.c
10192         * src/summaryview.c
10193                 Readded 'Mark all read' into summary view popup menu
10194                 Added 'Mark all read' in folder view popup menu for IMAP
10195                 and NNTP.
10196                 Made it insensitive if the selected folder is not the shown
10197                 one to avoid 'Mark all read' on the wrong folder.
10198                 
10199 2002-01-26 [paul]       0.7.0claws29
10200
10201         * src/folderview.c
10202           src/summaryview.c
10203                 move 'Mark all read' from summary view to folder view
10204                 menu. (adapted from) patch submitted by Jeremy Andrews,
10205                 <lists@kerneltrap.com>
10206
10207 2002-01-25 [alfons]     0.7.0claws28
10208
10209         * src/gtkstext.c
10210                 put the gtk class name back so GtkSText adapts the 
10211                 settings of GtkText
10212
10213 2002-01-25 [alfons]     0.7.0claws27
10214
10215         * src/folderview.c 
10216                 assimilate Ricardo's patch that shows pixmaps instead of
10217                 plain "new" and "unread" texts in the folder view column
10218                 headers 
10219
10220 2002-01-25 [paul]       0.7.0claws26
10221
10222         * src/Makefile.am
10223                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10224                 be found in non-standard locations. 
10225                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10226
10227 2002-01-25 [paul]       0.7.0claws25
10228
10229         * sync with sylpheed 0.7.0cvs16
10230                 see ChangeLog entry 2002-01-25
10231
10232 2002-01-24 [paul]       0.7.0claws24
10233
10234         * more sync with sylpheed 0.7.0cvs15
10235                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10236
10237 2002-01-23 [sergey]     0.7.0claws23
10238
10239         * src/importldif.c
10240                 Fixed segfault when closing LDIF import wizard with
10241                 the window manager.
10242         * src/imageview.c
10243         * src/imageview.h
10244         * src/messageview.c
10245         * src/mimeview.c
10246                 Fixed wrong scrolling position after switching between
10247                 text and image parts.
10248
10249 2002-01-23 [paul]       0.7.0claws22
10250
10251         * sync with sylpheed 0.7.0cvs15
10252                 see ChangeLog entries 2002-01-22 and 2002-01-23
10253
10254 2002-01-21 [melvin]     0.7.0claws21
10255
10256         * src/prefs_scoring.c
10257         * src/prefs_filtering.c
10258                 Fixed bug where scoring and filtering windows stopped
10259                 autochecking.
10260
10261 2002-01-21 [paul]       0.7.0claws20
10262
10263         * sync with sylpheed 0.7.0cvs12
10264                 see ChangeLog entries 2002-01-20 and 2002-01-21
10265
10266 2002-01-21 [carsten]    0.7.0claws19
10267         * src/mainwindow.c
10268         * src/menu.[ch]
10269         * src/messageview.[ch]
10270         * src/summaryview.[ch]
10271                 changes to shortcuts handling again:
10272                         + "Q" now controled by mainwin
10273                         + v/V are now customizable and have slightly
10274                           different meanings
10275                 the "button" to minimize the messageview (and maximize
10276                 the summary view) is a real button now
10277         * src/compose.c
10278                 "Delete Line+" added to Edit/Advanced (this will also
10279                 delete the '\n')
10280
10281 2002-01-20 [melvin] 0.7.0claws18
10282
10283         * src/addressbook.c
10284                 Made "Bcc" sensitive when addressbook is called from
10285                 compose window (it was a Claws only bug).
10286
10287 2002-01-19 [alfons] 0.7.0claws17
10288
10289         * src/inc.c
10290                 prevent unnecessary updates when currently selected folder has
10291                 no new messages 
10292
10293 2002-01-19 [alfons] 0.7.0claws16
10294         
10295         * src/summaryview.c
10296                 prevent writing the cache based on current message list in summary 
10297                 view when filtering also put messages in currently selected folder
10298
10299 2002-01-19 [paul]
10300
10301         * po/it.po
10302                 Italian translation submitted by Alessandro Maestri
10303                 <a.maestri@cs.tin.it>
10304
10305 2002-01-18 [melvin]     0.7.0claws15
10306
10307         * src/prefs_filters.c
10308                 fixed bug where 'cancel' from 'filters' window stops autochecking
10309                 if the timer timed out  when the window was open.
10310
10311 2002-01-18 [match]      0.7.0claws14
10312
10313         * src/addrclip.[ch]     ** NEW FILE **
10314         * src/addrselect.[ch]   ** NEW FILE **
10315         * src/adbookbase.h      ** NEW FILE **
10316                 addressbook cut, copy and paste
10317         * src/addrbook.[ch]
10318         * src/addrcache.[ch]
10319         * src/addressitem.h
10320         * src/addrindex.[ch]
10321         * src/addritem.[ch]
10322         * src/importldif.c
10323         * src/importmutt.c
10324         * src/jpilot.[ch]
10325         * src/syldap.[ch]
10326         * src/vcard.[ch]
10327         * src/jpilot.[ch]
10328         * src/editbook.c
10329         * src/editjpilot.c
10330         * src/editldap.c
10331         * src/editvcard.c
10332                 support for copy/paste
10333         * src/addressbook.c
10334                 support for copy/paste
10335                 tidy up menu option processing
10336                 correct address list function arguments
10337         * src/editaddress.c
10338                 sort user attributes
10339         * src/ldif.h
10340         * src/mutt.h
10341                 tidy up
10342
10343         * src/addrbook.[ch]
10344         * src/addrbook.[ch]
10345         * src/addrbook.[ch]
10346                 
10347
10348 2002-01-18 [paul]       0.7.0claws13
10349
10350         * sync with sylpheed 0.7.0cvs8
10351                 configure.in: support Mac OS X (Darwin)
10352
10353 2002-01-18 [carsten]    0.7.0claws12
10354         * src/html.c
10355                 small hack to fix a segfault with an empty href
10356                 (reported by Alexandra Walford <deeni@altern.org>)
10357         * src/mainwindow.c
10358         * src/summaryview.c
10359                 the shortcuts for Mark und Mark as unread are hardcoded
10360                 again
10361         * src/compose.c
10362         * src/gtkstext.[ch]
10363                 readded the shortcuts in gtkstext but made them
10364                 customizeable (simply by adding a menu plus a wrapper
10365                 to compose.c)
10366
10367 2002-01-17 [melvin]     0.7.0claws11
10368
10369         * src/gtkspell.c
10370                 fix default dictionary not being saved.
10371
10372 2002-01-16 [darko]      0.7.0claws10
10373
10374         * src/compose.c
10375                 fix wrapping crash with URL longer than wrapping margin
10376
10377 2002-12-08 [hoa]        0.7.0claws10
10378
10379         * src/matcher_parser_parse.y
10380                 fixed some bugs
10381
10382         * src/prefs_filtering.c
10383                 now, we can use bounce action in the dialog box.
10384
10385 2002-01-16 [carsten]    0.7.0claws9
10386         * src/gtkstext.c
10387                 removed the <control> and <alt> shortcuts because they're
10388                 not needed and interefered with the "normal" shortcuts
10389         * src/mainwindow.c
10390         * src/summaryview.c
10391                 removed most of the hardcoded shortcuts and assigned
10392                 them to menu entries making them easy customizable by
10393                 that
10394
10395 2002-01-16 |melvin]     0.7.0claws8
10396
10397         * src/gtkspell.c
10398                 fixed bug where using the mouse and when the compose
10399                 window is not on top may result in a crash.
10400
10401 2002-01-16 [melvin]     0.7.0claws7
10402
10403         * src/compose.c
10404                 fixed a long standingspell checker bug which could 
10405                 cause a crash after sending a message.
10406
10407 2002-01-16 [paul]       0.7.0claws6
10408
10409         * sync with sylpheed 0.7.0cvs7
10410                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10411                 2002-01-15, and 2002-01-16
10412
10413 2002-01-16 [melvin]     0.7.0claws5
10414
10415         * README.claws
10416         * src/compose.c
10417         * src/gtkspell.[ch]
10418         * src/main.c
10419                 Heavily modified spell checker code to work around
10420                 ispell bug, to add keyboard shortcuts and for future
10421                 enhancements. See README.claws for usage information.
10422
10423 2002-01-15 [alfons]     0.7.0claws4
10424         
10425         * src/summaryview.c
10426                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10427                 so sorting within threads reflects sort mode
10428
10429 2002-01-15 [christoph]  0.7.0claws3
10430
10431         * src/procmsg.c
10432                 added alertpanel if mail sending failed
10433
10434 2002-01-15 [alfons]     0.7.0claws2
10435         
10436         * src/prefs_filtering.c
10437                 don't stop timer when prefs filtering dialog is opened
10438
10439 2002-01-14 [alfons]     0.7.0claws1
10440
10441         * src/addr_compl.c
10442         * src/prefs.c
10443                 remove debug_print()s for privacy reasons
10444
10445 2002-01-14 [darko]      0.7.0claws
10446
10447         * README.claws
10448                 quotation wrapping is now also in the main branch
10449
10450 2002-01-14 [paul]
10451
10452         * tools/filter_conv.pl
10453                 allow for Boolean Op and case-sensitivity
10454                 this file is included in the release and tagged
10455                 'rel_0_7_0'
10456
10457 2002-01-13 [paul]       0.7.0claws
10458
10459         * release 0.7.0, with cvs tag 'rel_0_7_0'
10460
10461 2002-01-13 [paul]
10462
10463         * tools/filter_conv.pl
10464         * tools/README
10465                 rewritten to output to matcherrc instead of filteringrc
10466
10467         * po/es.po
10468                 updated Spanish translation by Ricardo Mones Lastra
10469
10470 2002-01-13 [alfons]
10471
10472         * po/nl.po
10473                 update dutch translation
10474
10475 2002-01-13 [paul]
10476
10477         * po/pt_BR.po
10478                 Updated by Fabio Junior Beneditto 
10479
10480 2002-01-13 [melvin]     0.6.6claws53
10481
10482         * po/fr.po
10483                 Updated french translation
10484
10485 2002-01-12 [alfons]     0.6.6claws52
10486
10487         * src/filtering.c
10488                 plug mem leak that has been sitting there for ages              
10489
10490 2002-01-12 [alfons]     0.6.6claws51
10491
10492         * src/summaryview.c
10493                 undo melvin's changes from 0.6.6claws48 because summary
10494                 view now refuses to select first unread message when
10495                 selecting a folder 
10496
10497 2002-01-11 [alfons]     0.6.6claws50
10498
10499         * src/import.c
10500                 use claws' semantics for getting folder item when
10501                 importing an mbox file into a folder 
10502                 (submitted by Dale P. Smith)
10503
10504 2002-01-11 [christoph]  0.6.6claws49
10505
10506         * src/prefs.h
10507                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10508                 toggle widget, because non static prefs can not use
10509                 prefs_set_* functions
10510         * src/prefs_account.c
10511                 toggle smtp auth password field sensitivity if
10512                 user id is empty and add descrition of usage for
10513                 these fields
10514         * src/prefs_folder_item.c
10515                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10516                 callbacks
10517
10518 2002-01-11 [melvin]     0.6.6claws48
10519
10520         * src/compose.c
10521                 fix the 'Ctrl-Enter' feature for sending and test really
10522                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10523                 editables which was not documented in Gtk)
10524
10525         * src/summaryview.c
10526                 Made summaryview refresh after sorting and not before.
10527
10528 2002-01-11 [christoph]  0.6.6claws47
10529
10530         * src/compose.c
10531                 select account from account ids if possible and
10532                 correctly set save folder for copy in reedit
10533
10534 2002-01-10 [paul]       0.6.6claws46
10535
10536         * sync with sylpheed 0.7.0 release
10537                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10538                 2002-01-09
10539
10540 2002-01-09 [alfons]
10541
10542         * src/summaryview.c
10543                 remove more dirt traces...
10544
10545 2002-01-09 [alfons]
10546         
10547         * src/summaryview.c
10548                 clean up some traces of my debugging stuff
10549
10550 2002-01-09 [alfons]     0.6.6claws45
10551
10552         * src/filtering.c
10553                 break up filteringprop_apply() in three separate pieces
10554                 so we can drop messages that failed processing in the
10555                 inbox
10556
10557         * src/summaryview.c
10558                 fix bug #469598 "no refresh of inbox after filter" which 
10559                 was introduced by the new summary view locking, and which 
10560                 prevented the summary view to update after a manual filter 
10561                 message. claw's filter message requires a summary_show().
10562                 (aargh, summary_show() again! :-)
10563                 
10564 2002-01-07 [alfons]     0.6.6claws44
10565
10566         * src/headerwindow.c
10567         * src/logwindow.c
10568         * src/messageview.c
10569         * src/sourcewindow.c
10570                 bring in Hiro's last 0.7.0 wm class fixes
10571
10572         * tools/sylprint.pl
10573                 bring in Ricardo's fix for sylprint script
10574
10575         * AUTHORS       
10576         * src/rfc2015.[ch]
10577         * src/prefs_common.[ch]
10578         * src/prefs_account.[ch]
10579         * src/compose.c
10580                 clean up account preference poison in rfc2015,
10581                 and preparation to fix double sign bug 
10582                 (patch submitted by Simon 'corecode' Schubert)
10583
10584 2002-01-07 [christoph]  0.6.6claws43
10585
10586         * src/mh.c
10587                 search for free message number, do not only rely
10588                 on last_num
10589         * src/send.c
10590                 fix smtp auth and use extra account information
10591                 if available, if not use pop3 data instead
10592                 (closes bug #500341)            
10593         * src/ssl.[ch]
10594                 match coding style
10595
10596 2002-01-06 [alfons]     0.6.6claws42
10597
10598         * src/mainwindow.c
10599                 try making the separate windows work again...
10600
10601 2002-01-06 [alfons]     0.6.6claws41
10602
10603         * src/mainwindow.c
10604                 adapt Hiro's separate window menu (to get rid of the funny
10605                 duplicate menu items), and make it work again
10606
10607 2002-01-06 [alfons]     0.6.6claws40
10608
10609         * tools/Makefile.am
10610         * tools/sylprint.rc
10611         * tools/sylprint.pl
10612         * tools/README.sylprint
10613                 add sylprint script for printing mails from Sylpheed
10614                 (contributed by Ricardo Mones Lastra)
10615
10616         * src/acount.c
10617                 clean up
10618
10619 2002-01-06 [melvin]     0.6.6claws39
10620
10621         * src/mainwindow.c
10622         * src/summaryview.c
10623                 Fixed crash introduced in 0.6.6claws38 by the menu
10624                 reorganisation (Hide read messages)
10625         
10626         * ChangeLog.claws 
10627                 Fixed typo (we are now in 2002, alfons ;) )
10628
10629 2002-01-05 [alfons]     0.6.6claws38
10630
10631         * sync with sylpheed 0.6.6cvs10-17
10632                 (last stuff marked as LAST_STABLE)
10633
10634 2002-01-04 [melvin]     0.6.6claws37
10635
10636         * src/account.c
10637                 Made account selection code use strcasestr again instead of
10638                 g_strcasecmp (fixes bug where reediting queued messages
10639                 did not select proper account reported by T. Link).
10640         
10641         * src/folderview.c
10642                 Fix bug where folder icons are not shown when 'hide read messages'
10643                 is on.
10644         
10645         * src/stock_pixmaps.[ch]
10646                 Added folder icons for 'hide read messages'.
10647         
10648         * src/compose.c
10649                 Fixed bug where 'Enter' in a header entry will send the message 
10650                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10651
10652 2002-01-03 [melvin]     0.6.6claws36
10653         
10654         * src/prefs.[ch]
10655                 Added popup menu for common preferences and
10656                 account preferences (right click on tab displays
10657                                 a menu of all tabs.)
10658
10659 2002-01-02 [melvin]     0.6.6claws35
10660
10661         * src/gtkspell.[ch]
10662                 Made spelling code compatible with undo/redo feature.
10663                 Added creation of suggestion mode menu for the general
10664                         preferences.
10665         
10666         * src/prefs_common.[ch]
10667                 Added option menu for the speller's suggestion mode.
10668                 Added missing spaces in "..." buttons and made a "..."
10669                         button non translatable!
10670         
10671         * src/compose.c
10672                 Made speller use the default suggestion mode.
10673                 Hack to make it possible to choose 'CTRL-Enter' as a
10674                         shortcut for sending (and only for sending).
10675
10676         * src/prefs_folder_item.c
10677                 Changing subject simplification does not update cache 
10678                         anymore (because it is unnecessary).
10679                 Fixed bug where changing subject simplification updated the 
10680                         summaryview even when the viewed folder is not the
10681                         folder which properties are being changed. (E.g. 
10682                                         viewing folder A and changing
10683                                         the subject simplification of 
10684                                         folder B -not being viewed- updated the 
10685                                         summaryview of folder A with data of
10686                                         folder B). (Hope this is clear... )
10687
10688 2001-12-31 [alfons]     0.6.6claws34
10689         
10690         * src/ldif.c
10691         * src/mutt.c
10692                 fgetc() returns a signed integer which doesn't
10693                 fit in a char. so c truncates this to a char
10694                 but we may lose significant bits. i.e. we may
10695                 comparing 0xFF which may not be equal to -1
10696                 unless properly casted to signed char which
10697                 we won't do because fgetc() returns a signed
10698                 integer which doesn't fit in a char. so c 
10699                 truncates this to a char but we may lose 
10700                 significat bits. (you got the idea, thanks
10701                 to Gustavo Noronha Silva <kov@debian.org>
10702                 and the Debian folks!)
10703
10704 2001-12-30 [alfons]     0.6.6claws33
10705
10706         * src/prefs_common.c
10707                 add #ifdef USE_PSPELLs that Melvin forgot               
10708
10709 2001-12-30 [melvin]     0.6.6claws32
10710         
10711         * src/prefs_common.[ch]
10712                 Added configurable color for misspelled words.
10713
10714         * src/gtkspell.[ch]
10715                 Fixed bug of foreground text color (reported by David
10716                                 Mehrmann)
10717                 Added configurable color for misspelled words.
10718
10719 2001-12-30 [alfons]     0.6.6claws31
10720
10721         * src/folder.c
10722                 remove unnecessary things someone put there
10723
10724         * src/mh.c
10725         * src/folder.[ch]
10726                 make folder properties (like threading and sorting) persistent
10727                 (closes bug #497424 "rescan folder tree resets proprieties")
10728                 currently this is only for MH folders. 
10729
10730 2001-12-29 [melvin]     0.6.6claws30
10731
10732         * src/string_match.[ch]
10733                 Optimized a bit: regexp pattern buffer compiled only once, and
10734                   one subroutine call removed. Fixed ^ regexp search: Now, 
10735                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10736         
10737         * src/summaryview.c
10738                 Subject filtering changed to filter summary columns and
10739                   not directly the messages subject cache. The loss in 
10740                   performance is balanced by the improvement of string_match.
10741                 Added an alert panel if there is an error in the regexp.
10742
10743         * src/src/prefs_folder_item.h
10744                 Added a regexp pattern buffer.
10745
10746 2001-12-28 [alfons]     0.6.6claws29
10747
10748         * src/string_match.[ch]
10749                 clean up name space
10750                 allow compilation *BSD
10751
10752 2001-12-27 [alfons]     0.6.6claws28
10753
10754         * src/filter.c
10755                 sync the Hiro's bug fix for BSD
10756
10757 2001-12-27 [melvin]     0.6.6claws27
10758         
10759         * src/compose.c
10760                 Simplify focus to subject entry code.
10761
10762 2001-12-27 [darko]      0.6.6claws26
10763
10764         * src/filtering.c
10765         * src/mbox_folder.c
10766         * src/messageview.c
10767         * src/mh.c
10768         * src/procheader.[ch]
10769         * src/procmsg.h
10770         * src/stock_pixmap.[ch]
10771         * src/summaryview.c
10772                 Show key icon for encrypted mails in summary view
10773
10774         * src/pixmaps/clip.xpm
10775         * src/pixmaps/clipkey.xpm
10776         * src/pixmaps/key.xpm
10777                 New/modified icons for the above
10778
10779 2001-12-27 [melvin]     0.6.6claws25
10780
10781         * src/prefs_common.c
10782                 Put spell checker options in a separate tab to decrease
10783                 the Common Preferences window height.
10784
10785         * README.claws  
10786                 Update spell checker usage instruction about its options
10787                 location.
10788
10789 2001-12-27 [melvin]     0.6.6claws24
10790
10791         * src/compose.c
10792                 Changed subject entry widget position. Initial focus is
10793                 on the To header instead of the subject entry.
10794                 Creating a new header scrolls the header list to make the
10795                 created one visible. Nevertheless, when automatically filling
10796                 headers, the first one is shown.
10797                 A Tab key press in the last empty header entry zips the 
10798                 focus to the subject entry.
10799                 (I did not change the combo boxes, yet)
10800
10801 2001-12-26 [alfons]     0.6.6claws23
10802
10803         * src/prefs_account.c
10804         * src/inc.c
10805                 allow default inbox to reside in another mailbox (only
10806                 works for POP3 accounts)
10807
10808 2001-12-26 [alfons]     0.6.6claws22
10809         
10810         * src/textview.c
10811                 make reply-on-click work with the account of the selected folder
10812         * src/compose.c
10813                 put a fixme here to remind me to fix finding correct default
10814                 account for nested folders
10815
10816 2001-12-25 [alfons]     0.6.6claws21
10817
10818         * src/summaryview.c
10819                 make column headers display locked and mark pixmaps (idea by Melvin) 
10820                 fix bug by adding score and locked column type to sort array
10821
10822 2001-12-25 [alfons]     0.6.6claws20
10823         
10824         * src/summaryview.c
10825                 catch a *potentially* inadvertent write back of  
10826                 the message cache(s) introduced by 0.6.5claws37
10827
10828 2001-12-25 [christoph]  0.6.6claws19
10829
10830         * src/stock_pixmap.[ch]
10831         * src/summaryview.c
10832                 add ignore thread pixmap
10833                 (can someone draw a better icon for this?)
10834
10835 2001-12-24 [alfons]     0.6.6claws18
10836
10837         * src/prefs_folder_item.c
10838                 make address completion actually work for the
10839                 Default To address in the Folder Property dialog.
10840
10841 2001-12-24 [alfons]     0.6.6claws17
10842         
10843         * src/summaryview.c
10844                 use new style regexp for subject stripping 
10845                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10846
10847 2001-12-24 [darko]      0.6.6claws16
10848
10849         * src/pgptext.c
10850         * src/rfc2015.c
10851                 move GPG related informational messages to debug mode
10852
10853 2001-12-23 [alfons]     0.6.6claws15
10854
10855         * src/stock_pixmap.[ch]
10856         * src/summaryview.c
10857                 add the forgotten Claws' locked pixmap
10858
10859 2001-12-23 [alfons]     0.6.6claws14
10860
10861         * src/filesel.c
10862                 accept file name typed in entry in multi file
10863                 selector (patch submitted by Gustavo Noronha Silva 
10864                 <kov@debian.org>)
10865
10866 2001-12-23 [alfons]     0.6.6claws13
10867
10868         * src/prefs_filter.c
10869         * src/prefs_filtering.c
10870         * src/matcher.c
10871         * src/importmutt.c
10872                 clean up a little bit
10873         
10874         * src/string_match.c
10875                 validate input strings a little bit more
10876
10877 2001-12-23 [alfons]     0.6.6claws12
10878
10879         * src/Makefile.am
10880         * src/summaryview.c
10881         * src/string_match.[ch]         ** NEW **
10882         * src/folderview.[ch]
10883         * src/headerview.h
10884         * src/folder.[ch]
10885         * src/prefs_folder_item.[ch]
10886                 add subject simplification to strip out strings from
10887                 a subject line (esp. handy for mailing lists). 
10888                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10889                 but slightly changed things for better integration.)
10890
10891 2001-12-23 [alfons]     0.6.6claws11
10892
10893         * src/mainwindow.c
10894                 fix bug introduced by submission included in 0.6.5claws52.
10895                 ideally this submission should clean the trash if any trash
10896                 folder has a message. however, the hasTrash variable was
10897                 set to false whenever a trash folder was empty (discarding
10898                 a previously found *filled* trash folder.)
10899
10900                 also edited the code a little bit and made it more safe.
10901
10902 2001-12-22 [alfons]     0.6.6claws10
10903
10904         * src/imap.c
10905                 quick fix for Martin Pool's omission of an account
10906                 specific SSL setting
10907
10908 2001-12-22 [alfons]     0.6.6claws9
10909
10910         * src/compose.c
10911         * src/messageview.c
10912         * src/mimeview.c
10913         * src/pgptext.c
10914         * src/procmime.[ch]
10915                 better support for multipart/digest (submitted
10916                 by Fredrik <e98fo@efd.lth.se>)
10917
10918 2001-12-22 [alfons]     0.6.6claws8
10919
10920         * src/addressbook.c
10921                 correct function signature
10922         * src/socket.[ch]
10923         * src/imap.[ch]
10924         * src/prefs_account.[ch]
10925                 allow IMAP over SSH tunnel (patch submitted by 
10926                 Martin Pool <mbp@samba.org>)
10927
10928 2001-12-21 [alfons]     0.6.6claws7
10929
10930         * sync with sylpheed 0.6.6cvs4-9
10931                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10932
10933 2001-12-21 [christoph]  0.6.6claws6
10934
10935         * src/compose.c
10936         * src/prefs_folder_item.[ch]
10937                 implement saving of outgoing messages to current folder.
10938                 fix segfault when no default outbox is available
10939                 (closes bug #495683)
10940
10941 2001-12-21 [carsten]    0.6.6claws5
10942         * src/folderview.c
10943         * src/summaryview.c
10944                 pressing CTRL while DND does now the expected thing and
10945                 copies the mail (moving is still the default, as this
10946                 seam more appropriate for handling mails by DND)
10947
10948 2001-12-18 [paul]       0.6.6claws4
10949
10950         * sync with sylpheed 0.6.6cvs3
10951                 see ChangeLog entries 2001-12-18
10952
10953 2001-12-18 [hiro]       0.6.6claws3
10954
10955         * src/undo.c
10956                 fix for multibyte characters (obtain the number of letters
10957                 instead of bytes).
10958
10959 2001-12-17 [paul]       0.6.6claws2
10960
10961         * sync with sylpheed 0.6.6cvs1
10962                 see ChangeLog entry 2001-12-16
10963
10964 2000-12-17 [alfons]     0.6.6claws1
10965
10966         * src/filtering.c
10967                 clean up
10968
10969 2001-12-16 [paul]       0.6.6claws
10970 2001-12-15
10971
10972         * Release version 0.6.6claws, cvs tag: rel_0_6_6
10973
10974         * src/mimeview.c
10975                 last minute sync with main 0.6.6
10976
10977         * po/es.po
10978                 updated by Ricardo Mones Lastra
10979                 update for last minute sync
10980         * po/fr.po
10981         * po/nl.po
10982                 update for last minute sync
10983         * po/de.po
10984                 updated by Jens Oberender
10985         * po/pt_BR.po
10986                 updated by Fabio Junior Beneditto
10987
10988         * src/prefs_common.[ch]
10989         * src/undo.c
10990                 number of undo levels is user configurable
10991                 (squeeze it into the release in the dying
10992                 moments) Submitted by Jens Oberender    
10993
10994 2001-12-15 [melvin]
10995
10996         * po/fr.po
10997                 updated french translation
10998
10999 2001-12-15 [paul]       0.6.5claws92
11000
11001         * sync with sylpheed 0.6.5cvs28
11002                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11003
11004         * po/nl.po
11005                 update to allow for sync
11006
11007 2001-12-15 [alfons]
11008         
11009         * po/nl.po
11010                 update dutch translation
11011
11012 2001-12-14 [carsten]    0.6.5claws91
11013         * src/summaryview.c
11014                 fixed bug #473785; also after changing the column order
11015                 the same message will be selected and displayed as before
11016                 the reordering
11017
11018 2001-12-14 [carsten]    0.6.5claws90
11019         * src/folderview.c
11020                 probably found the bug reported by wwb opening or closing
11021                 a folder tree just before dnd (found the solution in the
11022                 balsa source -- thanks to them)
11023
11024 2001-12-14 [carsten]    0.6.5claws89
11025         * src/gtkutils.c
11026         * src/account.c
11027                 moved gtk_clist_moveto to the right place, so that
11028                 only the accounts dialog is effected on opening
11029
11030 2001-12-14 [carsten]    0.6.5claws88
11031         * src/gtkutils.c
11032                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11033                 now, so that the focused row will be seen in any case
11034                 (reported by wwp on sf-claws-user)
11035
11036 2001-12-14 [darko]      0.6.5claws87
11037
11038         * src/compose.c
11039                 remove unnecessary line
11040
11041 2001-12-14 [paul]       0.6.5claws86
11042
11043         * sync with sylpheed 0.6.5cvs27
11044                 see ChangeLog entries 2001-12-14
11045
11046 2001-12-14 [carsten]    0.6.5claws85
11047         * src/mainwindow.c
11048                 following a suggestion of Melvin the rcoabm pops up
11049                 right under the button now and the button is reliefed
11050                 while the popup is open
11051
11052 2001-12-14 [darko]      0.6.5claws84
11053
11054         * src/compose.c
11055                 fix crash when wrapping long lines if linewrap quotation
11056                 is disabled and wrapper encounters a word spanning more
11057                 than one line
11058
11059 2001-12-13 [paul]       0.6.5claws83
11060
11061         * src/compose.c
11062                 prefer 'Reply-To' header over mailing list header when
11063                 replying to a message. Finally prevent all those confirmation 
11064                 messages being sent to the list itself.
11065
11066         * src/summaryview.c
11067                 remove unused summary_set_menu_sensitive() entry
11068
11069 2001-12-13 [paul]       0.6.5claws82
11070
11071         * src/folderview.c
11072         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11073         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11074         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11075                 improvements to 'Hide read messages': Inbox, Outbox,
11076                 Trash, Queue, and Draft icons now reveal presence of hidden 
11077                 messages
11078
11079 2001-12-12 [alfons]     0.6.5claws81
11080
11081         0.6.5claws80 was tagged as LAST_STABLE
11082
11083         * src/filtering.[ch]
11084         * src/matcher.[ch]
11085         * src/matcher_parser_lex.c
11086                 fix the filtering; my last attempt to get it right, 
11087                 if it does not work, it's Hoa's turn. ;-)
11088
11089                 for my honourable peers:
11090                 
11091                 the code now makes a clear distinction between
11092                 rules as they are displayed (probably escaped),
11093                 and as they are executed (probably unescaped). the
11094                 parser does *NOT* do any unescaping, this is
11095                 the task of the matcher.c (which breaks up a
11096                 rule into condition) and the filtering.c (which
11097                 breaks up the rule's action). to make this
11098                 run happily we provide an unescaped copy of
11099                 crucial strings to the MatcherProp and 
11100                 FilteringAction structures. note that the only
11101                 exception to this is any REGEXP string. those
11102                 are directly passed to regcomp() and regexp()
11103                 (who have much more powerful unescape functions).
11104                 
11105                 for everyone else:
11106         
11107                 you can escape tab (\t), carriage return (\r),
11108                 linefeed (\n), form feed (\f), quote (\"), 
11109                 single quote (\'), bell (\b) in all the entry
11110                 lines in the scoring & filtering dialogs.
11111                 as an added bonus this should not affect
11112                 existing filtering rules.
11113
11114 2001-12-12 [carsten]    0.6.5claws80
11115
11116         * src/summaryview.c
11117         * po/de.po
11118                 "item(s) selected" is now sensitive to 1 or more
11119                 than one selected (nice for language where simple
11120                 adding of a "s" is not possible as German (Eintrag
11121                 ->Eintr"age)
11122                 
11123                 the "forward as attachment" entry from the right
11124                 click menu removed, "forward" acts following the
11125                 prefs
11126         
11127         * src/textview.c
11128                 reverted my former changes; so compiler warning again
11129                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11130                 nevertheless
11131
11132         * src/messageview.c
11133                 "search in message" does now *not* only work in MVIEW_TEXT
11134                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11135                 message
11136
11137         * src/mainwindow.c
11138                 removed "/File/_Close" as it was the same as "/File/E_xit"
11139                 and we don't need it two times
11140
11141                 the separate folder view and message view now get a distinct
11142                 WMCLASS, just in case someone is using sawfish ;-)
11143
11144                 as the menu entries "/View/Message view" and "/View/Folder tree"
11145                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11146                 make them sensitive accordingly and as these two are "shown"
11147                 after startup anytime check this menuitem at startup
11148
11149 2001-12-12 [paul]       0.6.5claws79
11150
11151         * src/folderview.c
11152                 fix sensitivity of 'Search folder...', broken in
11153                 0.6.5claws75
11154
11155         * src/mainwindow.c
11156                 fix dodgy English
11157
11158 2001-12-11 [carsten]    0.6.5claws78
11159         * src/filtering.c
11160                 fixed two typos returning a wrong FALSE/TRUE
11161         * src/mainwindow.[ch]
11162                 extra menu for email/news button removed
11163
11164 2001-12-11 [alfons]     0.6.5claws77
11165         
11166         * src/matcher.c                 (1.3)
11167         * src/matcher_parser_lex.l      (1.28)
11168                 revert for another attempt
11169                 mark 0.6.5claws77 as LAST_STABLE
11170
11171 2001-12-11 [christoph]  0.6.5claws76
11172
11173         * po/de.po
11174                 fixed wrong translation for prev. unread msg
11175
11176 2001-12-11 [paul]       0.6.5claws75
11177
11178         * src/folder.[ch]
11179         * src/folderview.c
11180         * src/mainwindow.c
11181         * src/summaryview.[ch]
11182         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11183                 enable ability to hide read messages on per folder basis via 
11184                 '/Summary/Hide read messages'; when selected, a folder will 
11185                 have a red open folder icon, instead of a blue icon, if the 
11186                 folder contains hidden messges
11187                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11188
11189         * src/mainwindow.c
11190                 remove '/Message/Forward as attachment' from 
11191                 main_window_set_menu_sensitive() to prevent debug warning
11192
11193         * src/folderview.c
11194         * src/mainwindow.c
11195                 Clean up some of the English
11196
11197         * tools/newscache_clean.pl
11198                 allow for new 'hidereadmsgs' entry in folderlist.xml
11199
11200         * po/es.po
11201                 updated translation, submitted by Ricardo Mones Lastra
11202
11203 2001-12-11 [paul]       0.6.5claws74
11204
11205         * sync with sylpheed 0.6.5cvs25
11206                 see ChangeLog entry 2001-12-11
11207
11208 2001-12-10 [alfons]     0.6.5claws73
11209
11210         * src/matcher.c
11211                 add more control characters
11212         * src/matcher_parser_lex.l
11213                 make escaping / unescaping work again
11214
11215 2001-12-10 [alfons]     0.6.5claws72
11216
11217         * src/imap.c
11218                 clean up warnings "returning value for void function" 
11219         * src/prefs_filtering.c
11220                 make info button for execute action sensitive
11221
11222 2001-12-10 [paul]       0.6.5claws71
11223
11224         * src/compose.c
11225         * src/imap.[ch]
11226         * src/summaryview.c
11227                 fix: imap server now gets informed of MARKED, UNMARKED
11228                 and REPLY events. Now people can use different IMAP-Mail
11229                 clients and have the exact same information about MARKED,
11230                 UNMARKED and REPLY status with all of them. Especially
11231                 useful for imap servers with a web-frontend.
11232                 submitted by Tobias Sandhaas <medlor@web.de>
11233
11234 2001-12-09 [melvin]     0.6.5claws70
11235         
11236         * src/textview.[ch]
11237                 fixed bug #490076 (hunted down by Alfons who implemented
11238                 a workaround in 0.6.5claws65)
11239
11240 2001-12-09 [christoph]  0.6.5claws69
11241
11242         * src/summaryview.c
11243                 set pointer to string in LOCKED column to NULL
11244                 (might fix bug #490800)
11245
11246 2001-12-09 [carsten]    0.6.5claws68
11247
11248         * po/de.po
11249                 resolved some cluttered menu shortcuts 
11250                 ('creating new email' and 'creating news message'
11251                 hade the same)
11252         * src/compose.c
11253                 wmclass now distinc from main window
11254         * src/mainwindow.c
11255           src/mainwindow.h
11256                 email/news and forward button functionality similar
11257                 to the reply buttons; removed the ugly dropdown arrows
11258                 and use instead the right mouse button
11259
11260 2001-12-09 [paul]       0.6.5claws67
11261
11262         * src/imap.c
11263         * src/utils.h
11264                 allow spaces in imap folder names
11265                 submitted by Willem van Engen <wvengen@stack.nl>
11266
11267 2001-12-09 [paul]       0.6.5claws66
11268
11269         * sync with sylpheed 0.6.5cvs24
11270                 see ChangeLog entry 2001-12-09
11271
11272 2001-12-08 [alfons]     0.6.5claws65
11273
11274         * src/textview.c
11275                 prevent secondary selection claim after "add to sender" dialog
11276                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11277                 we trick GTK by simulating a click at (0, 0) in the textview.
11278
11279 2001-12-08 [hoa]        0.6.5claws64
11280
11281         * src/folder.c
11282                 fixed a bug about the .processing folder name while filtering
11283
11284 2001-12-08 [alfons]     0.6.5claws63
11285
11286         * src/folderview.c 
11287                 work around problem of not correctly updating folder stats
11288                 when deleting messages. there's some folder scanning evil
11289                 going so the folderview_update_msg_num() does not work
11290                 correctly. need to investigate this.
11291
11292 2001-12-08 [paul]       0.6.5claws62
11293
11294         * sync with sylpheed 0.6.5cvs23
11295                 see ChangeLog entry 2001-12-08
11296
11297 2001-12-07 [christoph]  0.6.5claws61
11298
11299         * src/compose.c
11300                 fix another header translation problem
11301
11302 2001-12-07 [alfons]     0.6.5claws60
11303
11304         * src/mbox.c
11305                 make filtering also work on local spool mbox
11306
11307 2001-12-07 [carsten]    0.6.5claws59
11308         * src/addressbook.c
11309                 addressbook window gets a wmclass distinct from the main
11310                 sylpheed window
11311         * src/compose.h
11312         * src/mainwindow.[ch]
11313                   forward menu item will use mode selected in prefs, forward 
11314                 as attatchment in menu removed (will be substituted in the
11315                 toolbar similar to reply buttons)
11316                   create news message menu entry and news button is now 
11317                 sensitive to the existance of a news account
11318         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11319         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11320         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11321                 these are removed because the toolbar buttons don't show
11322                 the quoting modus any longer
11323
11324 2001-12-07 [paul]
11325
11326         * tools/newscache_clean.pl      ** NEW FILE **
11327                 perl script to do some tidying up in the newscache directory 
11328                 
11329         * tools/sylpheed-switcher       ** NEW FILE **
11330                 perl script to enable easy switching between main and claws
11331                 
11332         * tools/README
11333                 added descriptions of the two new perl scripts          
11334
11335
11336 2001-12-07 [melvin]     0.6.5claws58
11337
11338         * src/messageview.c
11339                 fixed a warning during compilation introduced in 0.6.5claws56
11340
11341 2001-12-07 [paul]       0.6.5claws57
11342
11343         * src/mainwindow.[ch]
11344         * src/menu.[ch]
11345                 further usability enhancements to replying with or without 
11346                 quoting via the toolbar, use of Ctrl key is replaced by 
11347                 drop down menu 
11348                 Submitted by Carsten Schurig            
11349
11350 2001-12-07 [melvin]     0.6.5claws56
11351
11352         * src/messageview.c
11353                 hack to fix bug that prevented to make/paste selections
11354                 after switching between MVIEW_TEXT and MVIEW_MIME views
11355                 without deselecting the selection first.
11356
11357 2001-12-06 [alfons]     0.6.5claws55
11358
11359         * src/filtering.[ch]
11360         * src/inc.c
11361                 revise filtering a little bit more, and make sure
11362                 messages are delivered to the appropriate inbox
11363                 (perhaps set per account)
11364
11365 2001-12-06 [paul]       0.6.5claws54
11366
11367         * sync with sylpheed 0.6.5cvs22
11368                 see ChangeLog entry 2001-12-06
11369
11370 2001-12-05 [alfons]     0.6.5claws53
11371
11372         * src/inc.c
11373         * src/folder.[ch]
11374         * src/procmsg.c
11375         * src/filtering.c
11376                 more revisions of filtering system
11377                 (last stable version is marked as LAST_STABLE)
11378                 
11379                 | NOTE 1): the filtering system now uses a local folder called
11380                 | .processing. if filtering fails, check this directory
11381                 | for missing messages.
11382                 |
11383                 | NOTE 2): help us find the filtering actions still missing
11384
11385 2001-12-05 [paul]       0.6.5claws52
11386
11387         * src/mainwindow.c
11388                 fix bug where 'Empty Trash?' pop-up window appears even
11389                 when Trash is empty, submitted by Jesse Skinner         
11390
11391 2001-12-05 [melvin]     0.6.5claws51
11392
11393         * src/compose.c
11394                 fixed bug #486106 to select correct account when reediting 
11395                 a queued message
11396         
11397 2001-12-04 [alfons]     0.6.5claws50
11398
11399         * src/mh.c
11400                 declare markfile in appropriate functions when
11401                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11402                 for spotting this)
11403
11404 2001-12-04 [paul]       0.6.5claws49
11405
11406         * sync with sylpheed 0.6.5cvs21
11407                 see ChangeLog entry 2001-12-04
11408
11409 2001-12-03 [christoph]  0.6.5claws48
11410
11411         * po/de.po
11412                 changed translation of undo
11413         * src/account.c
11414         * src/folder.c
11415                 don't reinvent the wheel to traverse a GNode
11416         * src/compose.[ch]
11417                 seperate code to create the compose gui into functions
11418                 add "Others" page with folder selection for saving copy
11419                 of the message.
11420                 the folder identifier is saved to queue header
11421         * src/procmsg.c
11422                 save message to folder in queue header
11423
11424 2001-12-03 [paul]       0.6.5claws47
11425
11426         * sync with sylpheed 0.6.5cvs20
11427                 see ChangeLog entry 2001-12-03
11428
11429 2001-12-01 [paul]
11430
11431         * more sync with sylpheed 0.6.5cvs19
11432                 see ChangeLog entry 2001-11-29
11433
11434 2001-11-30 [paul]       0.6.5claws46
11435         
11436         * src/compose.c
11437                 remove conflicts introduced by Hoa's last commit
11438          
11439         * src/mainwindow.c
11440                 make 'Message/Bounce' sensitive
11441
11442 2001-11-30 [hoa]        0.6.5claws45
11443
11444         * src/compose.c
11445                 slightly change bounce function to add
11446                 information about the user that bounced the mail
11447                 in the From header line.
11448
11449         * src/folderview.c
11450                 permit the use of processing in outbox folder.
11451
11452 2001-11-29 [paul]       0.6.5claws44
11453
11454         * src/mainwindow.[ch]
11455         * src/prefs_common.c
11456         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11457         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11458         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11459                 usability enhancements to the quoting, implements
11460                 use of Ctrl key to toggle quoting settings
11461                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11462
11463 2001-11-29 [paul]       0.6.5claws43
11464         
11465         * sync with sylpheed 0.6.5cvs19
11466                 see ChangeLog entry 2001-11-28
11467
11468 2001-11-29 [melvin]     0.6.5claws42
11469         * src/Makefile.am
11470                 added enriched.[ch] to the list of files
11471
11472         * src/textview.c
11473         * src/mimeview.c
11474         * src/procmime.[ch]
11475         * src/enriched.[ch]
11476                 added support to view text/enriched
11477                 added support to show headers in message view for text/enriched and text/html
11478                         in non multipart messages
11479
11480 2001-11-28 [paul]       0.6.5claws41
11481
11482         * more sync with sylpheed 0.6.5cvs18
11483                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11484
11485 2001-11-27 [paul]       0.6.5claws40
11486         
11487         * po/pt_BR.po
11488                 updated translation, submitted by Fabio Junior Beneditto
11489                 
11490         * sync with sylpheed 0.6.5cvs18
11491                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11492                 2001-11-27
11493
11494
11495 2001-11-26 [paul]
11496
11497         * po/es.po
11498                 updated translation, submitted by Ricardo Mones Lastra
11499
11500 2001-11-26 [alfons]
11501
11502         * src/matcher.c
11503                 add more translatable strings
11504
11505 2001-11-26 [christoph]  0.6.5claws39
11506
11507         * po/de.po      
11508                 fixed one more umlaut
11509         * src/compose.c
11510                 fix translated header when it should not be translated
11511
11512 2001-11-26 [paul]       0.6.5claws38
11513
11514         * src/mainwindow.c
11515                 remove '/Message/Add Sender to address book' from 
11516                 main_window_set_menu_sensitive(), prevent debug warning
11517                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11518
11519 2001-11-26 [paul]       0.6.5claws37
11520
11521         * src/summaryview.c
11522                 fix 'recurring unread state' bug 
11523
11524         * tools/README 
11525         * tools/filter_conv.pl
11526                 read name of top level mailbox from folderlist.xml
11527                 and presume nothing about its name              
11528
11529 2001-11-26 [darko]      0.6.5claws36
11530
11531         * src/gtkstext.[ch]
11532                 removed functions that are now in gtkutils.c
11533                 use gtkut_text_is_uri_string() from gtkutils.c
11534         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11535
11536 2001-11-26 [paul]       0.6.5claws35
11537
11538         * sync with sylpheed 0.6.5cvs16
11539                 see ChangeLog entries 2001-11-25 and 2001-11-26
11540
11541 2001-11-25 [alfons]     0.6.5claws34
11542
11543         EXPERIMENTAL!!! Please checkout the last stable version using: 
11544           
11545         % cvs update -r LAST_STABLE -dRAP
11546
11547         (Or help us testing this stuff.)
11548
11549         * src/filtering.c               (1.14)
11550         * src/filtering.h               (1.6)
11551         * src/inc.c                     (1.28)
11552         * src/matcher.c                 (1.20)
11553         * src/mbox.c                    (1.9)
11554         * src/procmsg.h                 (1.14)
11555         * src/summaryview.c             (1.59)
11556         * src/summaryview.h             (dunno)
11557                 revert/merge/sync to as it was before commit 
11558                 on Thu, 19 Jul 2001 10:15:51 -0700.
11559
11560 2001-11-25 [hoa]        0.6.5claws33
11561
11562         * src/main.c
11563                 processing mails at startup
11564
11565         * src/folderview.c
11566         * src/summaryview.[ch]
11567                 processing mails when entering folder
11568
11569         * src/prefs_filtering.c
11570                 fixed some UI bugs
11571
11572 2001-11-24 [alfons]     0.6.5claws32
11573
11574         * src/summaryview.[ch]
11575                 make summary sort headers work, and also make
11576                 sure the sort type is stored
11577
11578 2001-11-23 [alfons]     0.6.5claws31
11579
11580         * src/summaryview.[ch]
11581                 make lock work like mark
11582                 disallow deleting messages marked as locked
11583
11584 2001-11-23 [alfons]     0.6.5claws30
11585
11586         * src/gtkstext.c
11587         * src/compose.[ch]
11588         * src/Makefile.am
11589         * src/undo.[ch]
11590                 merge undo patch submitted by Jens
11591
11592 2001-11-23 [christoph]  0.6.5claws29
11593
11594         * src/.cvsignore
11595                 added ylwrap
11596         * src/compose.c
11597                 fixed gpg signing and encoding
11598         * src/folder.[ch]
11599         * src/main.c
11600                 added --status option to get new, unread and total
11601                 message count from a running sylpheed
11602         * src/prefs_common.c
11603                 temporary fix for reply_with_quote problem
11604                 (don't call functions for non existing widget)
11605         * src/procmsg.c
11606                 one more check for ignored threads but still not
11607                 always working correctly. probably a recursive
11608                 check for all parents is needed
11609
11610 2001-11-23 [darko]      0.6.5claws28
11611
11612         * src/compose.c
11613                 wrapping on send improvements
11614         * src/gtkutils.[ch]
11615                 fix for GtkSText after last sync with main branch
11616                 GTK_TEXT -> GTK_STEXT
11617
11618 2001-11-23 [paul]       0.6.5claws27
11619
11620         * sync with sylpheed 0.6.5cvs14
11621                 see ChangeLog entries 2001-11-22 and 2001-11-23
11622                 
11623         * po/de.po
11624                 fixed the scrambled umlauts 
11625                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11626
11627 2001-11-21 [paul]       0.6.5claws26
11628
11629         * sync with sylpheed 0.6.5cvs12
11630                 see 2nd ChangeLog entry dated 2001-11-20
11631
11632 2001-11-20 [paul]       0.6.5claws25
11633
11634         * sync with sylpheed 0.6.5cvs11
11635                 see ChangeLog entry 2001-11-19 (src/utils.c)
11636
11637 2001-11-20 [hiro]
11638
11639         * src/compose.c
11640                 GTK_TEXT -> GTK_STEXT
11641                 fix for wrong comment
11642
11643 2001-11-20 [hiro]       0.6.5claws24
11644
11645         * src/compose.[ch]
11646                 more merges from main branch
11647                 removed fatal warnings (uninitialized variables etc.)
11648                 some coding style fix
11649         * src/gtkutils.h
11650                 fixed typo.
11651         * src/addressbook.c
11652           src/addrindex.c
11653                 V-Card -> vCard
11654
11655 2001-11-19 [hoa]        0.6.5claws23
11656
11657         * src/filtering.c
11658         * src/prefs_scoring.c
11659         * src/matcher.[ch]
11660         * src/scoring.c
11661                 cleaning code
11662
11663         * src/matcher_parser_parse.y
11664         * src/prefs_filtering.c
11665                 bouncing
11666
11667 2001-11-19 [alfons]     0.6.5claws22
11668
11669         more of my old things into claws
11670
11671         * src/Makefile.am
11672         * src/prefs_common.c
11673         * src/procmsg.h
11674         * src/summaryview.[ch]
11675         * src/prefs_summary_column.c
11676         * src/pixmaps/locked.xpm
11677                 add indicators for locking of message in summary view
11678                 (does not work yet, only visual indicator)
11679
11680 2001-11-19 [paul]       0.6.5claws21
11681
11682         * sync with sylpheed 0.6.5cvs10
11683                 see ChangeLog entry 2001-11-19
11684
11685 2001-11-18 [alfons]     0.6.5claws20
11686         
11687         * src/filtering.c
11688                 remove an inadvertent free I forgot in previous clean up 
11689
11690 2001-11-18 [alfons]     0.6.5claws19
11691
11692         * src/filtering.[ch]
11693                 clean up & plug leaks
11694
11695 2001-11-18 [paul]       0.6.5claws18
11696
11697         * sync with sylpheed 0.6.5cvs9
11698                 see ChangeLog entries 2001-11-17 and 2001-11-18
11699
11700 2001-11-16 [paul]       0.6.5claws17
11701
11702         * sync with sylpheed 0.6.5cvs8
11703                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11704
11705 2001-11-16 [paul]       0.6.5claws16
11706
11707         * sync with sylpheed 0.6.5cvs7
11708                 see ChangeLog entries 2001-11-15 and 2001-11-16
11709
11710 2001-11-15 [hoa]        0.6.5claws15
11711
11712         * src/compose.c
11713                 fix bounce, mails we received couln't be bounced to ourself.
11714
11715         * src/defs.h
11716         * src/filtering.[ch]
11717         * src/matcher.[ch]
11718         * src/matcher_parser.h
11719         * src/matcher_parser_lex.l
11720         * src/matcher_parser_parse.y
11721         * src/inc.c
11722         * src/main.c
11723         * src/mbox.c
11724         * src/prefs_filtering.[ch]
11725         * src/mainwindow.c
11726         * src/prefs_matcher.c
11727         * src/prefs_scoring.c
11728         * src/scoring.[ch]
11729         * src/summaryview.c
11730                 new matcher/filter/score configuration file parser
11731                 one unique configuration file => ~/.sylpheed/matcherrc
11732                 import in currently automatic, then save are made
11733                 in this new file.
11734                 one filter per folder and one global filter
11735                 (filter of a folder will be used as folder processing)
11736
11737         * src/folder.c
11738                 fix a bug in folder_item_get_identifier
11739                 
11740         * src/messageview.c
11741                 receive receipt return are fixed.
11742
11743 2001-11-14 [alfons]     0.6.5claws14
11744
11745         * src/session.h
11746                 add things from main branch to make claws compile
11747
11748 2001-11-14 [paul]       0.6.5claws13
11749
11750         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11751                 see ChangeLog entries 2001-11-08 to 2001-11-14
11752
11753 2001-11-14 [hoa] 0.6.5claws12
11754
11755         * src/compose.[ch]
11756         * src/mainwindow.c
11757         * src/summaryview.c
11758                 add "bounce mail" option
11759
11760 2001-11-13 [christoph]  0.6.5claws11
11761
11762         * src/compose.c
11763                 Cleanup a mess i add before commiting
11764
11765 2001-11-13 [hoa]        0.6.5claws10
11766
11767         * src/compose.c
11768                 some fixes when mail are sent or
11769                 for crossposts
11770
11771 2001-11-13 [christoph]  0.6.5claws9
11772
11773         * po/de.po
11774                 Changed two string with the same translation
11775         * src/compose.c
11776         * src/procmsg.[ch]
11777         * src/send.[ch]
11778                 New mailsending process:
11779                   - Always queue message before sending
11780                     (message will be saved if sylpheed crashed or
11781                      freezes while sending)
11782                   - Allow queuing of newspostings
11783                   - No copy in outbox before sending
11784                     (closes bug #469501)
11785                   - No more redundant code for send and send_later
11786         * src/summaryview.c
11787                 Applied wwp <subscript@free.fr>'s patch that fixes
11788                 marks for multiple forwarded messages (+compose.c)
11789
11790 2001-11-12 [alfons]
11791
11792         * README.claws
11793                 remove things that are now in main branch
11794         
11795         * po/nl.po
11796                 update Dutch translation
11797
11798 2001-11-12 [mhadasht]   0.6.5.claws8
11799
11800         * src/prefs_common.c
11801                 re-enabled account autoselection feature for forward
11802                 and reedit lost during the branch point for SYNC-B4-REL
11803         * src/gtkspell.c
11804                 gtkpspell_get_dict(): more readable code (even if function is
11805                 not used yet)
11806         * ChangeLog.claws
11807                 added version number info to 2001-11-12 [hiro] comment.
11808
11809 2001-11-12 [hiro]       0.6.5.claws7
11810
11811         * src/compose.c
11812                 compose_forward(): fixed a bug that forward quote mark
11813                 wasn't used.
11814                 removed unnecessary code.
11815         * src/template_select.[ch]: removed.
11816
11817 2001-11-11 [alfons]
11818
11819         * src/compose.c
11820                 :%s/GTK_TEXT/GTK_STEXT/g
11821         
11822         * src/compose.[ch]
11823         * src/undo.[ch]
11824         * src/Makefile.am
11825                 revert the undo stuff (this is 0.6.6claws stuff)
11826
11827 2001-11-11 [hoa]        0.6.5.claws6
11828
11829         * src/compose.[ch]
11830                 Insert signature at the end of the text.
11831                 Added undo patch but currently disabled
11832
11833         * src/procmsg.c
11834                 Threading by subject improved.
11835
11836         * added src/undo.[ch]
11837                 Undo module for compose dialog box.
11838
11839 2001-11-11 [alfons]     0.6.5.claws5
11840
11841         * src/procmsg.c
11842                 prevent threading by subject on nodes that have already been
11843                 threaded by in-reply-to (as in "circular references in a tree
11844                 result in a dead branch")
11845
11846 2001-11-09 [hoa]        0.6.5.claws4
11847         
11848         * src/folderview.c
11849                 allows creation of mbox folder item from any files.
11850
11851 2001-11-09 [alfons]     0.6.5.claws3
11852         
11853         * src/utils.c
11854         * src/procmsg.c
11855                 do what I mean and correct threading by subject so it really
11856                 ignores attracting lines without "Re: "
11857
11858 2001-11-07 [alfons]     0.6.5.claws2
11859
11860         * src/procmsg.c
11861         * src/utils.[ch]
11862                 only attract by subject if a subject line starts with a "Re: "
11863         * src/syldap.c
11864                 remove warning
11865
11866 2001-11-07 [paul]       0.6.5claws1
11867
11868         * sync with sylpheed 0.6.5. release
11869                 see ChangeLog entry 2001-11-07
11870
11871 2001-11-07 [paul]       0.6.4claws31
11872
11873         * sync with sylpheed 0.6.4cvs18
11874                 see ChangeLog entries 2001-10-30 to 2001-11-07
11875                 prefs_templates.[ch] renamed prefs_template.[ch]
11876
11877 2001-11-06 [alfons]
11878         
11879         * src/utils.h
11880                 add semicolon Hoa forgot ;-)
11881                 
11882
11883 2001-11-06 [hoa]        0.6.4claws30
11884         
11885         * src/procmsg.c
11886         * src/summaryview.c
11887         * src/utils.c
11888         * src/utils.h
11889                 threading by subject - empty subject are ignored
11890
11891 2001-11-06 [christoph]  0.6.4claws29
11892
11893         * src/socket.c
11894                 use SSL_peek for sock_gets
11895         * src/utils.c
11896                 removed unneeded pointer in extracting quoted
11897                 names implementation
11898
11899 2001-11-06 [melvin]     0.6.4claws28
11900
11901         * src/gtkspell.c
11902                 fixed bug #476792 Selection overtyping with spell checker
11903                 fixed bug which could cause a buffer overflow
11904                 fixed a memory leak
11905
11906 2001-11-06 [hoa]        0.6.4claws27
11907         
11908         * src/procmsg.c
11909         * src/summaryview.c
11910                 threading by subject
11911
11912 2001-11-05 [alfons]     0.6.4claws26
11913         
11914         * README.claws
11915                 Claws -> Sylpheed (vice versa)
11916
11917         * src/compose.c
11918                 :%s/gtk_text/gtk_stext/g
11919                 :%s/GTK_TEXT/GTK_STEXT/g
11920                 (thanks to Jonathan Ware for spotting this)
11921
11922 2001-11-04 [christoph]  0.6.4claws25
11923
11924         * src/summaryview.c
11925                 replace Xalloca + strdup with Xstrdup_a
11926         * src/utils.c
11927                 better implementation of extracting quoted names
11928                 from addresses (remove backlashes and ignore
11929                 quotes after them)
11930
11931 2001-11-04 [alfons]     0.6.4claws24
11932
11933         * src/utils.[ch]
11934                 edit to comply more with coding style
11935
11936         * src/textview.c
11937                 fix bug reported by Kim Schulz. introduced by the patch integrated
11938                 in 0.6.4claws15. the code did not check the return value of
11939                 the html parser.
11940
11941         * AUTHORS
11942                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11943
11944 2001-11-04 [christoph]  0.6.4claws23
11945
11946         * src/main.c
11947         * src/prefs_common.[ch]
11948                 init some pointers that possibly caused a segfault
11949                 reported in the claws-users ML
11950
11951 2001-11-04 [hoa]        0.6.4claws22
11952
11953         * src/grouplistdialog.c
11954                 change the names of the nodes in the tree
11955
11956         * src/compose.c
11957                 enhanced mailto syntax as described in
11958                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11959                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11960
11961         * src/utils.c
11962                 encode and decode URI (useful when opening URL into
11963                 netscape).
11964
11965 2001-11-03 [hoa]        0.6.4claws21
11966
11967         * src/grouplistdialog.c
11968                 a new newsgroups list selection dialog box
11969                 with a CTree instead of a CList
11970
11971 2001-11-03 [hoa]        0.6.4claws20
11972
11973         * src/folderview.c
11974                 enable property and scoring options when right
11975                 click on "inbox"
11976
11977         * src/summaryview.c
11978                 fixed bug when nickname were displayed using
11979                 the address book.
11980
11981 2001-11-02 [darko]      0.6.4claws19
11982
11983         * src/compose.c
11984                 new wrap quotation and URL/long words wrapping implementation
11985         * src/compose.c src/gtkstext.[ch]
11986                 move gtkstext_strncmp() to gtkstext.c
11987
11988 2001-11-01 [christoph]  0.6.4claws18
11989
11990         * src/prefs_account.c
11991                 fixed mess in account settings dialog
11992         * src/prefs_folder_item.c
11993                 added label with folder path to dialog
11994
11995 2001-10-31 [match]      0.6.4claws17
11996
11997         * src/vcard.c
11998                 fix memory leak.
11999         * src/addrbook.c
12000                 fix generation of spurious address book file names.
12001                 remove redundant functions.
12002         * po/POTFILES.in
12003                 added missing file names.
12004
12005 2001-10-30 [paul]       0.6.4claws16
12006
12007         * sync with sylpheed 0.6.4cvs6
12008                 see ChangeLog entries 2001-10-26 to 2001-10-30
12009
12010         * tools/filter_conv.pl
12011                 read folderlist.xml to discover whether the top-level
12012                 folder is called 'Mailbox' or 'Mail' 
12013
12014 2001-10-29 [paul]       0.6.4claws15
12015
12016         * src/html.c, src/textview.c
12017                 activate links in html mail and fix clickable parts
12018                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12019
12020 2001-10-29 [paul]
12021
12022         * po/de.po, po/es.po, po/pt_BR/po
12023                 updated translations, submitted by Jens Oberender,
12024                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12025
12026 2001-10-29 [darko]      0.6.4claws14
12027
12028         * src/compose.c
12029                 fix wrapping for good
12030
12031 2001-10-29 [darko]
12032
12033         * src/compose.c
12034                 undo previous change as it broke the smart wrapping
12035
12036 2001-10-29 [darko]      0.6.4claws13
12037
12038         * src/compose.c
12039                 fix infinite loop when long URL is quoted
12040                 (closes bug #475122.
12041
12042 2001-10-28 [match]
12043
12044         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12045                 import Mutt address book
12046         * src/ldif.[ch] src/importldif.h
12047                 modified import LDIF handle user attributes
12048
12049 2001-10-28 [christoph]  0.6.4claws12
12050
12051         * src/summaryview.c
12052                 fixed that filtering did not work if there
12053                 were no filter rules
12054                 (closes bug #472003 and better implementation
12055                  of patch #474644)
12056
12057 2001-10-27 [christoph]  0.6.4claws11
12058
12059         * src/compose.c
12060                 make the folder's default account to be used when
12061                 replying. (patch by wwp <subscript@free.fr>)
12062         * src/compose.c
12063                 code cleanup, nearly killed all of wwp's patch
12064                 for folder's default account in compose
12065         * src/folderview.c
12066                 error panel when a folder could not be created
12067                 (closes bug #471080 new folder name & already
12068                  existing file)
12069
12070 2001-10-26 [alfons]
12071
12072         * src/utils.h
12073                 change prototype of strstr2() that Christoph forgot about
12074
12075 2001-10-26 [christoph]  0.6.4claws10
12076
12077         * src/account.c
12078                 made search for accounts by email address not case
12079                 sensitive
12080         * src/folder.c
12081                 fixed memory leak in folder_item_get_identifier
12082         * src/gtkspell.c
12083         * src/utils.c
12084                 fixed wrong strstr2 (should work like strstr)
12085
12086 2001-10-26 [darko]      0.6.4claws9
12087
12088         * src/compose.c src/gtkstext.[ch]
12089         * src/gtkstext.c
12090                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12091
12092 2001-10-26 [paul]       0.6.4claws8
12093
12094         * src/html.c
12095                 ignore css and javascript tags in html mail
12096                 case-insensitive, with or without double-quoted
12097                 strings
12098
12099 2001-10-26 [paul]       0.6.4claws7
12100
12101         * sync with sylpheed 0.6.4cvs1
12102                 see ChangeLog entry 2001-10-26
12103
12104         * src/prefs_account.c, src/prefs_common.c,
12105           src/prefs_summary_column.c
12106                 minor improvements to the English
12107
12108 2001-10-25 [alfons]     0.6.4claws6
12109
12110         * src/gtkstext.c
12111         
12112                 make GtkSText follow style of GtkText (closes bug 
12113                 #469211 "text selection while writing message")
12114                 
12115                 do sync with GTK 1.2.10
12116
12117 2001-10-25 [paul]       0.6.4claws5
12118
12119         * src/html.c
12120                 ignore css tags in html mail
12121
12122 2001-10-25 [darko]      0.6.4claws4
12123
12124         * src/compose.c
12125                 don't declare is_url_string as static function since
12126                 we need it in gtkstext.c
12127         * src/gtkstext.c
12128                 remove unused variable
12129                 don't wrap long URLs while composing a message
12130
12131 2001-10-24 [christoph]  0.6.4claws3
12132
12133         * src/socket.c
12134                 fix ssl deadlock, when peer closes connection
12135
12136 2001-10-24 [paul]       0.6.4claws2
12137
12138         * src/prefs_common.c
12139                 gettextize the gpg ascii-armored warning message
12140
12141         * src/compose.c
12142                 insert a DOS/MAC file into the composed message
12143                 (improvements)
12144
12145         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12146
12147 2001-10-22 [paul]       0.6.4claws1
12148
12149         * sync with sylpheed 0.6.4 release
12150                 see ChangeLog entries 2001-10-21
12151
12152         * po/fr.po, po/pt_BR.po
12153                 updated by Melvin Hadasht and Fabio Junior Beneditto
12154
12155 2001-10-21 [paul]       0.6.3claws30
12156
12157         * src/compose.c
12158                 insert a DOS text file from the compose window
12159                 into the composed message text (removes CRs characters)
12160                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12161
12162         * tools/filter_conv.pl, tools/README
12163                 automatically use ~/.sylpheed as working directory
12164                 print out confirmation message on completion
12165
12166         * correct Hoa's last ChangeLog.claws entry
12167
12168 2001-10-20 [hoa]        0.6.3claws29
12169
12170         * src/grouplistdialog.c
12171                 bugfix (another ?) to give the right
12172                 newsgroups list for each news server.
12173
12174         * src/news.c
12175         * src/news.h
12176                 improve the newsgroups list cache
12177
12178 2001-10-20 [paul]       0.6.3claws28
12179
12180         * sync with sylpheed 0.6.3cvs9
12181                 see ChangeLog entry 2001-10-19
12182
12183         * correct Alfons' last ChangeLog.claws entry
12184
12185 2001-10-19 [alfons]
12186
12187         * src/pgptext.[ch]
12188                 fix compilation problems (part of bug #472895)
12189
12190 2001-10-18 [hoa]        0.6.3claws27
12191
12192         * src/grouplistdialog.c
12193                 bugfix when we refresh was clicked (bug 472701)
12194
12195 2001-10-19 [christoph]  0.6.3claws26
12196
12197         * src/compose.c
12198                 last header entry should default to "To:" or
12199                 "Newsgroups:" and not copy the last entry line
12200                 in a new compose window
12201                 (closes bug #472686, #470792)
12202
12203 2001-10-19 [paul]       0.6.3claws25
12204
12205         * sync with Sylpheed 0.6.3cvs8
12206                 see ChangeLog entries 2001-10-18 and 2001-10-19
12207
12208 2001-10-18 [christoph]  0.6.3claws24
12209
12210         * src/procmsg.c
12211                 reimplement ignore thread
12212         
12213 2001-10-18 [hoa]        0.6.3claws23
12214
12215         * src/folderview.c
12216         * src/grouplistdialog.[ch]
12217                 enhanced news subscription interface (feature 469113)
12218
12219         * src/news.c
12220         * src/news.h
12221                 enchanced newsgroup listing,
12222                 now, we can get groups informations
12223                 (NNTPGroupInfo)
12224
12225 2001-10-18 [paul]       0.6.3claws22
12226
12227         * src/summaryview.c
12228                 remove comment (sync with main branch)
12229         * src/mainwindow.c
12230                 fix 'Re-edit' bug in 'Message' menu
12231
12232 2001-10-17 [christoph]  0.6.3claws21
12233
12234         * src/compose.c
12235                 ignore empty or whitespace only header lines
12236
12237 2001-10-17 [paul]       0.6.3claws20
12238
12239         * sync with sylpheed 0.6.3cvs7
12240                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12241                 2001-10-17
12242
12243 2001-10-17 [darko]
12244
12245         * src/compose.c
12246                 wrap long lines without spaces
12247                 don't wrap URLs
12248
12249 2001-10-16 [paul]
12250
12251         * po/es.po, po/nl.po, po/pt_BR.po
12252                 updated by Ricardo Mones Lastra, Alfons,
12253                 and Fabio Junior Beneditto
12254
12255         * sylpheed-0.6.3claws released
12256
12257 2001-10-15 [melvin] 0.6.3claws18
12258
12259         * README.claws
12260                 added summary and detailed installation instructions
12261                 for spell checker
12262         * po/fr.po
12263                 Updated, corrected and completed french translation
12264
12265 2001-10-15 [hoa] 0.6.3claws17
12266         * src/grouplistdialog.c
12267                 we can choose the newsgroups to display with wildcards
12268
12269 2001-10-15 [christoph]  0.6.3claws16
12270
12271         * src/account.c
12272         * src/compose.c
12273         * src/prefs_folder_item.[ch]
12274                 applied wwp <subscript@free.fr>'s folder
12275                 default account patch
12276         * po/de.po
12277                 Fixed wrong translation
12278
12279 2001-10-13 [alfons, christoph, melvin]  
12280                         0.6.3claws15
12281
12282         solution #2 to solve MT-safety problems defers all GUI related calls
12283         to the main thread using a gtk_idle_add() callback. discussed on
12284         ircnet #sylpheed, with christoph spotting some issues with the
12285         original code, and melvin allowing us to lobotomize his sylpheed.
12286
12287         * src/syldap.[ch], src/main.c
12288                 fix race problem in ldap search thread by deferring GUI 
12289                 stuff to main thread using gtk_idle_add()
12290
12291 2001-10-13 [paul]       0.6.3claws14
12292
12293         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12294                 add Sergey's smtpcred.patch
12295                 adds separate username/password setting for SMTP Auth
12296                 needed by some servers
12297                 (closes feature request #471659)
12298
12299 2001-10-13 [paul]       0.6.3claws13
12300
12301         * src/pgptext.[ch] **NEW FILES**
12302         * src/Makefile.am, src/messageview.c, src/mimeview.c
12303                 decrypt ascii-armored gpg text embedded in
12304                 the message body.
12305                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12306
12307 2001-10-13 [christoph]  0.6.3claws12
12308
12309         * README.claws
12310                 some more details on default to and
12311                 feature requests
12312         * src/main.c
12313                 init glib threading when ldap is used
12314         * src/syldap.c
12315                 threading fixes
12316         * po/de.po
12317                 fixed a typo
12318
12319 2001-10-12 [paul]       0.6.3claws11
12320
12321         * src/prefs_common.[ch], src/rfc2015.c
12322                 enable ascii-armored gpg text to be embedded in the
12323                 message body, selectable through the 'Privacy'
12324                 preferences. Supports encrypting only.
12325                 Submitted by Ravemax <ravemax@dextrose.com>
12326
12327 2001-10-12 [paul]       0.6.3claws10
12328
12329         * sync with sylpheed 0.6.3cvs6
12330                 see ChangeLog entries 2001-10-11 and 2001-11-12
12331
12332         * src/folderview.c
12333                 incorporated mbox folders, scoring, and folder
12334                 properties into the sync
12335
12336 2001-10-12 [darko]      0.6.3claws9
12337
12338         * README.claws
12339                 describe quotation wrapping
12340         * src/compose.c
12341                 don't treat tab as space to calculate line length properly
12342
12343 2001-10-11 [alfons]
12344
12345         * README.claws
12346                 correct description of how to make new filtering system work,
12347                 add some other things
12348                 
12349         * src/syldap.c
12350                 remove sched_yield() (not necessary / unportable)
12351
12352 2001-10-11 [paul]       0.6.3claws8
12353
12354         * sync with sylpheed 0.6.3cvs3
12355                 see ChangeLog entry 2001-10-10
12356
12357 2001-10-10 [christoph]  0.6.3claws7
12358
12359         * .cvsignore
12360                 ignore 2 files created by newer autotools
12361         * src/prefs_folder_item.c
12362                 using table for widget alignment
12363                 fixed memory leak and broken octal display
12364         * src/filesel.c
12365                 fixed segfault caused by lost filename
12366                 workaround (closes bug #469551)
12367
12368 2001-10-10 [paul]       0.6.3claws6
12369
12370         * sync with sylpheed 0.6.3cvs2
12371                 see ChangeLog entries 2001-10-09 and 2001-10-10
12372
12373 2001-10-10 [darko]      0.6.3.claws5
12374
12375         * src/gtkstext.c
12376                 proper calculation of right margin if smart wrapping is enabled
12377         * src/compose.c
12378                 automatically wrap long lines if wrap quotation is enabled
12379
12380 2001-10-09 [alfons]     0.6.3.claws4
12381
12382         * src/summaryview.c
12383                 select correct row when deleting last row in the summary view (and
12384                 close bug "[ #469104 ] select second last in list when deleting")
12385
12386 2001-10-09 [paul]       0.6.3claws3
12387
12388         * sync with sylpheed 0.6.3cvs1
12389                 updated some autotool scripts
12390
12391 2001-10-09 [darko]      0.6.3claws2
12392
12393         * src/gtkstext.[ch]
12394                 new name and mark with Sylpheed comment
12395         * src/compose.c
12396                 smart quotation wrapping a-la VIM
12397
12398 2001-10-08 [paul]       0.6.3claws1
12399
12400         * sync with sylpheed 0.6.3 release
12401                 see ChangeLog entry 2001-10-08
12402
12403 2001-10-08 [paul]       0.6.2claws24
12404
12405         * src/summaryview.c
12406                 more sync with sylpheed 0.6.2cvs12
12407                 Fixed the bug that didn't select the last row correctly
12408
12409
12410 2001-10-07 [paul]       0.6.2claws23
12411
12412         * sync with sylpheed 0.6.2cvs12
12413                 see ChangeLog entry 2001-10-07
12414
12415 2001-10-06 [match]
12416         * src/jpilot.[ch]
12417                 enable jpilot to read unsynch'ed addresses.
12418
12419         * src/editldap_basedn.c
12420                 fix segfault when opening dialog.
12421
12422 2001-10-06 [alfons]     0.6.2.claws22
12423
12424         * src/summaryview.c
12425                 fix bug with summary view selecting last *inserted*
12426                 node instead of last *visible* node. remember we
12427                 work with a tree
12428
12429 2001-10-06 [paul]       0.6.2claws21
12430
12431         * po/pt_BR.po
12432                 updated translation, contains some fixes and new
12433                 translations, submitted by Gustavo Noronha Silva
12434                 <kov@debian.org>
12435
12436         * src/prefs_common.c
12437                 change 'each' to 'every' - fix dubious English
12438
12439         * sync with sylpheed 0.6.2cvs11
12440
12441 2001-10-05 [alfons]     0.6.2claws20
12442
12443         * src/mainwindow.[ch], src/folderview.c
12444                 make composite tool button switch between "Compose News"
12445                 and "Compose Mail" depending on selected folder
12446                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12447
12448 2001-10-05 [paul]       0.6.2claws19
12449
12450         * src/mainwindow.c, src/summaryview.c
12451                 fix 'Message/Reply to all', broken in last commit
12452
12453         * src/compose.c
12454                 fix X_BEENTHERE seg fault, thanks to Alfons
12455
12456 2001-10-04 [paul]       0.6.2claws18
12457
12458         * src/compose.[ch], src/mainwindow.c
12459                 make "Message/Reply" reply to mailing lists; matches
12460                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12461                 based on portions of the patch submitted by
12462                 Junichi Uekawa <dancer@netfort.gr.jp>
12463
12464 2001-10-04 [darko]      0.6.2claws17
12465
12466         * src/compose.c
12467                 better smart wrapping
12468         * src/gtkstext.[hc]
12469                 a function to make text buffer contiguous
12470
12471 2001-10-03 [paul]       0.6.2claws16
12472
12473         * sync with sylpheed 0.6.2cvs10
12474
12475 2001-10-02 [alfons]
12476
12477         * configure.in
12478         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12479                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12480                 references to chinese translations (hope someone picks up
12481                 this)
12482
12483 2001-10-02 [christoph]  0.6.2claws15
12484
12485         * src/compose.c
12486                 fixed non translated header bug
12487         * ChangeLog.claws
12488                 fixed wrong date in alfons last entry ;)
12489
12490 2001-10-02 [alfons]     0.6.2claws14
12491
12492         * src/compose.c, src/prefs_common.[ch]
12493                 add block cursor option
12494
12495 2001-10-02 [paul]       0.6.2claws13
12496
12497         * sync with sylpheed 0.6.2cvs9
12498
12499 2001-09-30 [paul]       0.6.2claws12
12500
12501         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12502                 updated translations
12503
12504         * po/POTFILES.in
12505                 add 'src/importldif.c'
12506
12507         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12508                 added eudora-to-vCard conversion tool
12509                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12510
12511         * sync with sylpheed 0.6.2cvs8
12512
12513 2001-09-30 [paul]
12514
12515         * sylpheed-0.6.2claws released
12516
12517 2001-09-27 [melvin]     0.6.2claws11
12518
12519         * src/gtkspell.c
12520                 fixed crash when using default path (introduced 
12521                 in 0.6.2claws10)
12522                 fixed tiny bug for initial suggestion mode
12523
12524 2001-09-27 [melvin]     0.6.2claws10
12525         
12526         * src/gtkspell.c
12527                 fixed bug where gtkpspell didn't set the path correctly
12528
12529         * README.claws
12530                 added a paragraph about spell checking
12531                 
12532
12533
12534 2001-09-27 [paul]       0.6.2claws9
12535
12536         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12537                 replace '// comments' with '/* comments */' to prevent
12538                 some compiler warnings 
12539
12540         * sync with sylpheed 0.6.2cvs6
12541
12542 2001-09-26 [alfons]     0.6.2claws8
12543
12544         * src/messageview.c
12545                 introduce return receipt request notification again,
12546                 which was lost because of other semantics in 
12547                 procheader_parse() (???)
12548
12549 2001-09-26 [christoph]  0.6.2claws7
12550
12551         * src/compose.c
12552                 replace comments for old code with #if 0
12553                 readded auto cc, bcc and reply-to
12554         * src/prefs_matcher.c
12555         * src/prefs_scoring.c
12556                 removed some definition (was moved to
12557                 prefs.h)
12558
12559 2001-09-26 [paul]       0.6.2claws6
12560
12561         * src/mainwindow.c
12562                 make 'Follow-up and reply to' sensitive
12563
12564         * more sync with sylpheed 0.6.2cvs5
12565
12566 2001-09-25 [melvin]
12567
12568         * 0.6.2claws5
12569
12570         * src/gtkspell.c
12571                 fixed bug for "US-ASCII" introduced by the encoding code
12572
12573 2001-09-25 [paul]
12574
12575         * 0.6.2claws4
12576
12577         * src/prefs_common.[ch], src/summaryview.c
12578                 'next unread msg' 'go to next folder?' dialog can be
12579                 given default behaviour, either always show dialog,
12580                 or assume 'yes', or assume 'no'
12581                 Submitted by wwp <subscript@free.fr>
12582
12583 2001-09-25 [melvin]
12584                 
12585         * src/compose.c src/gtkspell.[ch]
12586                 added support for different encodings
12587
12588 2001-09-25 [paul]
12589
12590         * more sync with sylpheed 0.6.2cvs5
12591
12592 2001-09-24 [alfons]
12593         
12594         * src/prefs_folder_item.c
12595                 add check for item->prefs->default_to string is NULL and
12596                 add another check when freeing this string
12597
12598 2001-09-24 [paul]
12599
12600         * configure.in
12601                 change to version 0.6.2claws3
12602
12603         * sync with sylpheed 0.6.2cvs5 
12604
12605 2001-09-24 [match]
12606         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12607                 import LDIF files.
12608         * src/addrcache.[ch], addrindex.[ch]
12609                 small update for future
12610         * src/addrbook.c
12611                 fix test XML file.
12612
12613 2001-09-24 [melvin]
12614         * src/gtkspell.[ch]
12615                 added 'Learn from mistakes' option
12616                 better handling of quotes in checked words
12617                 sorted dict list
12618         * po/fr.po
12619                 small update for spell checking stuff
12620
12621 2001-09-23 [alfons]
12622         
12623         * src/gtkspell.c
12624                 edit a little bit so it complies more with main coding style
12625
12626 2001-09-23 [alfons]
12627
12628         * src/folder.[ch], prefs_folder_item.c, compose.c
12629                 migrate "request return receipt" folder property
12630                 to folderlist.xml
12631
12632 2001-09-22 [alfons]
12633
12634         * README.claws **NEW**
12635                 (add things of interest for users of main branch 
12636                 and claws here)
12637
12638         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12639                 re-implement threading per folder option, but store 
12640                 the setting in folderlist.xml (where it belongs)
12641
12642 2001-09-21 [melvin]
12643
12644         * src/gtkspell.[ch]
12645                 fixed bug when compose window is under another window
12646         * src/prefs_common.[ch] src/compose.c
12647                 changed 'dictionary_path' to 'dictionary' to be consistent
12648                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12649         * ac/pspell.m4 src/Makefile.am 
12650                 dropped PSPELL_PATH macro
12651         * po/fr.po
12652                 updated translations
12653
12654 2001-09-21 [christoph]
12655
12656         * src/compose.c
12657                 added border around header fields
12658                 keep header type when new field is added
12659
12660 2001-09-20 [christoph]
12661
12662         * src/utils.[ch]
12663                 more portable debug_print with source filename
12664                 and linenumber
12665         * src/procmsg.c
12666                 more newlines after debug messages
12667
12668 2001-09-20 [paul]
12669
12670         * configure.in
12671                 change to version 0.6.2claws2
12672
12673         * sync with sylpheed 0.6.2cvs3
12674
12675 2001-09-19 [melvin]
12676
12677         * src/gtkspell.c
12678                 fixed the post-right-click focus pb
12679                 fixed crash when 'Spell check all' after dict change 
12680                         and when cursor is at the end of the text
12681                 shift-right-click pops up config menu even on misspelled words.
12682         * po/POTFILES.in
12683                 added gtkspell.c
12684
12685 2001-09-19 [melvin]
12686
12687         * src/about.c
12688                 added pspell to compiled-in features list
12689
12690 2001-09-18 [melvin]
12691
12692         * switched to pspell and dropped ispell
12693         * ac/pspell.m4
12694                 new file. autoconf macro for pspell
12695         * ac/Makefile.am 
12696         * configure.in acconfig.h
12697                 added pspell support
12698         * src/Makefile.am
12699         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12700         * src/prefs_common.[ch] 
12701                 added pspell support
12702
12703 2001-09-18 [christoph]
12704
12705         * src/addr_compl.c
12706         * src/template.[ch]
12707                 replace LOG_MESSAGE with debug_print
12708         * src/compose.[ch]
12709                 gui improvements
12710         * src/menu.c
12711                 added newline after debug message
12712         * src/utils.h
12713                 using __VA_ARGS__ for debug_print macro
12714         * tools/.cvsignore
12715                 ignore Makefile and Makefile.in
12716
12717 2001-09-18 [paul]
12718
12719         * configure.in
12720                 change to version 0.6.2claws1
12721         * sync with sylpheed 0.6.2cvs1
12722
12723         * src/matcher.c 
12724         * src/prefs_matcher.c
12725                 add 'score equal to' option, submitted by
12726                 Paul Evans <nerd@freeuk.com>
12727
12728 2001-09-15 [christoph]
12729
12730         * src/mainwindow.c
12731                 comment out menu entry not existing in claws
12732         * src/menu.c
12733                 add debug output for non existing menu entries
12734         * src/summaryview.c
12735                 fix next/prev unread message for ignored threads
12736         * src/utils.[ch]
12737                 add sourcefile and line number to debug output
12738                 otherwise it is sometimes hard to find the
12739                 source code part if debug messages are translated
12740
12741 2001-09-14 [darko]
12742         
12743         * src/folderview.c
12744                 refresh target folder style after colour is changed
12745
12746 2001-09-13 [paul]
12747
12748         * configure.in
12749                 change to version 0.6.1claws3
12750
12751         * sync with sylpheed 0.6.1cvs6
12752
12753 2001-09-13 [darko]
12754         
12755         * src/folderview.c
12756                 fix target folder colourization to use user selected colour
12757
12758 2001-09-12 [darko]
12759         
12760         * src/summaryview.c
12761                 fix crash when message that is marked for copy/move is unmarked
12762
12763 2001-09-09 [paul]
12764
12765         * configure.in
12766                 change to version 0.6.1claws2
12767
12768         * sync with sylpheed 0.6.1cvs3
12769
12770 2001-09-09 [alfons]
12771         
12772         * src/folderview.c
12773                 fix bug with default font used for trash folder text
12774
12775 2001-09-06 [paul]
12776
12777         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12778                 updated translations
12779
12780         * configure.in
12781                 change to version 0.6.1claws1
12782
12783         * sync with sylpheed 0.6.1cvs2
12784
12785 2001-09-03 [paul]
12786
12787         * po/POTFILES.in
12788                 add Match's new addressbook
12789
12790         * po/de.po
12791                 updated translation submitted by Jens Oberender
12792
12793 2001-09-02 [paul]
12794
12795         * configure.in
12796                 change to 0.6.1claws
12797         * sync with sylpheed 0.6.1 release
12798
12799 2001-09-02 [paul]
12800
12801         * configure.in
12802                 change to 0.6.0claws2
12803
12804         * sync with sylpheed 0.6.0cvs4
12805
12806         * po/pt_BR.po
12807                 updated translation submitted by Fabio Junior Beneditto
12808
12809 2001-09-01 [match]
12810         * pixmaps/
12811                 interface.xpm
12812                 book.xpm
12813                 address.xpm
12814         * src/
12815                 Makefile.am
12816                 a ton of new files
12817
12818 2001-08-31 [paul]
12819
12820         * configure.in
12821                 change to version 0.6.0claws1
12822
12823         * sync with sylpheed 0.6.0cvs1
12824
12825         * po/es.po
12826                 updated translation submitted by Ricardo Mones Lastra
12827
12828         * po/POTFILES.in
12829                 add 'src/prefs_templates.c'
12830
12831         * src/compose.c, src/summaryview.c
12832                 fix segfault on 'Re_edit'               
12833
12834 2001-08-30 [alfons]
12835
12836         * configure.in, Makefile.am
12837         * tools/Makefile.am
12838                 add tools directory to source distribution
12839
12840 2001-08-30 [paul]
12841
12842         * configure.in
12843                 change to version 0.6.0claws
12844
12845         * sync with sylpheed 0.6.0 release
12846
12847 2001-08-30 [christoph]
12848
12849         * configure.in
12850                 removed autoconf version check
12851
12852 2001-08-30 [paul]
12853
12854         * src/account.c, src/compose.c, src/prefs_common.[ch]
12855         * src/procheader.[ch] src/utils.[ch]
12856                 Enhanced automatic account selection on replies
12857                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12858
12859         * configure.in
12860                 add LDAP and JPilot to the configuration results output.
12861
12862 2001-08-29 [christoph]
12863
12864         * src/summeryview.c
12865                 no bold font for ignored threads
12866
12867 2001-08-29 [paul]
12868
12869         * configure.in
12870                 change to version 0.5.3claws6
12871
12872         * sync with sylpheed 0.5.3cvs10
12873                 src/stringtable.[ch]: New Files
12874
12875         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12876         * src/pixmaps/sylpheed.xpm
12877                 add mini-icons to windows (by Alfons)
12878
12879 2001-08-27 [paul]
12880
12881         * src/mainwindow.c
12882                 new functions: next_labeled_cb(), prev_labeled_cb()
12883
12884         * src/summaryview.c
12885                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12886                 summary_select_next_labeled(), summary_select_prev_labeled()
12887
12888         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12889                 give claws blue folders and a blue trash can
12890
12891 2001-08-27 [paul]
12892
12893         * configure.in
12894                 change to version 0.5.3claws5
12895
12896         * sync with sylpheed 0.5.3cvs9
12897                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12898
12899 2001-08-24 [christoph]
12900
12901         * src/filesel.c
12902                 keep filename when browsing directories
12903                 (not working for user entered filename, but
12904                  for default name and selected filename from
12905                  file list)
12906         * src/mainwindow.c
12907                 fixed wrong spelling "Folllow-up"
12908         * src/mbox_folder.c
12909         * src/procmsg.c
12910         * src/summaryview.c
12911                 fixed new/unread message count with ignored
12912                 threads (2 commits, first didn't notice no
12913                 longer needed decreasing)
12914         * src/inc.c
12915                 readded scrolling of progress dialog
12916                 (lost in sync)
12917
12918 2001-08-24 [paul]
12919
12920         * configure.in
12921                 change to 0.5.3claws4
12922
12923         * sync with sylpheed 0.5.3cvs7
12924
12925 2001-08-24 [christoph]
12926
12927         * src/compose.c
12928                 set request return receipt when replying
12929                 if it is set is the folder prefs of the
12930                 message
12931         * src/inc.c
12932                 disable final error popup if popups are
12933                 disabled in config (again)
12934
12935 2001-08-23 [paul]
12936
12937         * configure.in
12938                 Change version number to 0.5.3claws3
12939
12940         * sync with sylpheed 0.5.3cvs5
12941
12942         * src/mimeview.c
12943                 double quote '%s' in 'gedit %s' to fix bug when
12944                 opening attachment with spaces in the name
12945
12946 2001-08-22 [alte]
12947         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12948           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12949                 initial message templates support
12950
12951
12952 2001-08-22 [paul]
12953
12954         * configure.in
12955                 change version number to 0.5.3claws2
12956
12957         * sync with sylpheed 0.5.3cvs4
12958
12959         * src/procmsg.h src/summaryview.c
12960                 re-implement (un)ignore thread
12961
12962 2001-08-21 [paul]
12963
12964         * src/summaryview.c
12965                 remove unnecessary code
12966         * src/compose.c
12967                 enable 'dynamic' signatures (submitted by
12968                 Eric Limpens <eric@hscg-internet.nl>)
12969
12970 2001-08-21 [paul]
12971
12972         clean up after sync with sylpheed 0.5.3 release
12973
12974         * src/folderview.c
12975                 fix re-introduced font mess, see Christoph's
12976                 entry 2001-06-24
12977
12978         * src/summaryview.c
12979                 remove prev_msgnum
12980                 use sylpheed's small font instead of
12981                 gtk default font for summary view
12982
12983
12984 2001-08-17 [paul]
12985
12986         * configure.in
12987                 add pl to ALL_LINGUAS - sync with main branch
12988
12989         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12990                 Updated. Translations by Jens Oberender, Ricardo Mones
12991                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
12992
12993         * po/pl.po  ** NEW FILE **
12994                 sync with the main branch
12995
12996         * src/folderview.c
12997                 fix target folder colorizing and refresh problem
12998
12999
13000 2001-08-17 [christoph]
13001
13002         * src/mainwindow.c
13003                 claws uses 4 colors for target folder coloring.
13004                 arrays were not long enough and destroyed the
13005                 stack causing a segfault.
13006                 target folder colorizing does not work anymore
13007                 for me
13008
13009 2001-08-16 [paul]
13010
13011         * configure.in
13012                 change to version 0.5.3claws1
13013
13014         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13015           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13016           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13017
13018                 sync with sylpheed 0.5.3 release, but keep claws method of
13019                 configuring/saving fonts
13020
13021         * src/addressbook.[ch]
13022                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13023                 in line with a similar change in Hiroyuki's branch
13024
13025         * src/mainwindow.[ch]
13026                 disable main_window_set_thread_option()
13027         * src/prefs_folder_item.c
13028                 comment out &tmps_prefs.enable_thread,
13029         * src/mbox_folder.c, src/procmsg.[ch]
13030                 comment out MSG_IS_IGNORE_THREAD
13031         * src/summaryview.c
13032                 comment out summary_ignore_thread() and summary_unignore_thread()
13033                 comment out MSG_IS_IGNORE_THREAD
13034
13035                 use Hiroyuki's threading instead.
13036
13037
13038
13039 2001-08-15 [paul]
13040
13041         * src/account.c
13042                 use Hiroyuki's 0.5.3 column scheme but also
13043                 include the enable/disable button.
13044         * src/pixmaps/mark.xpm
13045                 add Hiroyuki's amended pixmap
13046
13047 2001-08-13 [christoph]
13048
13049         * src/account.c
13050                 receive at get all column showed wrong state for APOP
13051                 button should only work for POP3 and APOP accounts
13052         * src/prefs_account.c
13053                 added missing preprocessor statement for SSL
13054
13055 2001-08-12 [paul]
13056
13057         * src/account.[ch]
13058                 add 'receive at get all' column and enable/disable
13059                 button.
13060
13061 2001-08-06 [christoph]
13062
13063         * src/account.c
13064                 show usage of SSL in protocol column
13065
13066         * src/imap.c
13067         * src/inc.c
13068                 renamed ssl options
13069
13070         * src/prefs_account.[ch]
13071                 moved ssl options to a new page
13072
13073         * src/send.c
13074         * src/smtp.c
13075         * src/ssl.[ch]
13076                 renamed ssl options
13077                 added support for SMTP STARTTLS command
13078
13079 2001-08-05 [christoph]
13080
13081         * configure.in
13082                 debian autoconf needs version check to find
13083                 correct autoconf version. if the file is
13084                 named configure.in 2.13 is used, which does
13085                 not work with this configure.in script.
13086                 other solution would be to rename the script
13087                 to configure.ac as suggested in the autoconf
13088                 manual.
13089
13090         * src/inc.c
13091                 disable final error popup if popups are
13092                 diabled in config
13093
13094         * src/socket.c
13095                 bugfix in ssl_gets
13096                 fixes IMAP over SSL problem
13097
13098 2001-08-03 [paul]
13099
13100         * configure.in
13101                 change to 0.5.2claws1
13102
13103         * sync with sylpheed 0.5.2cvs1
13104
13105 2001-08-02 [alfons]
13106
13107         * configure.in
13108                 quick fix for ispell detection...
13109
13110 2001-08-01 [paul]
13111
13112         * configure.in
13113                 change to 0.5.1claws4
13114
13115         * sync with sylpheed 0.5.1cvs7
13116
13117 2001-07-31 [alfons]
13118
13119         * src/prefs_common.c, src/prefs_common.h, 
13120           src/gtkspell.c, src/gtkspell.h
13121                 add global spelling checker settings (compose tab) +
13122                 selection of dictionary 
13123           
13124         * configure.in  
13125                 guess valid ispell location
13126
13127 2001-07-31 [paul]
13128
13129         * po/POTFILES.in
13130                 removal of 'src/quote_fmt_parse.c'
13131         * po/de.po
13132                 Updated de.po
13133                 (submitted by Jens Oberender <didge@suse.de>)
13134
13135 2001-07-31 [darko]
13136
13137         * src/folder.[ch]
13138         * src/folderview.[ch]
13139         * src/mainwindow.c
13140         * src/mh.c
13141         * src/prefs_common.[ch]
13142         * src/summaryview.c
13143                 target folder colourization
13144
13145 2001-07-30 [paul]
13146
13147         more sync with Sylpheed 0.5.1cvs6 
13148
13149 2001-07-30 [darko]
13150
13151         * src/mh.c
13152         * src/prefs_folder_item.[hc]
13153         * src/summaryview.c
13154                 shared folders support with a GUI
13155
13156 2001-07-29 [paul]
13157
13158         0.5.1claws3
13159
13160         * sync with Sylpheed 0.5.1cvs6
13161
13162 2001-07-29 [paul]
13163
13164         * po/pt_BR.po
13165                 updated
13166                 (submitted by Fabio Junior Beneditto)
13167
13168 2001-07-28 [paul]
13169
13170         * src/procmime.c
13171         * AUTHORS
13172                 patch to correct bad image mime headers
13173                 (submitted by Don Quijote <dq@searchlores.org>)
13174
13175 2001-07-28 [paul]
13176
13177         * tools/gif2xface.pl   **NEW FILE**
13178         * tools/README
13179                 script to convert file.gif to file.xface for
13180                 use in a custom header.
13181                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13182
13183 2001-07-27 [alfons]
13184         
13185         * configure.in
13186                 change macros for detecting JPilot and LDAP
13187
13188 2001-07-27 [christoph]
13189
13190         * src/filtering.c
13191                 code cleanup (MIN / MAX warning, needed casting)
13192
13193 2001-07-27 [alfons]
13194
13195         * procheader.c
13196                 disallow setting flags when detecting certain headers
13197                 (X-Status, Status, Seen, X-Seen). 
13198         
13199         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13200
13201 2001-07-27 [christoph]
13202
13203         * src/prefs_filter.c
13204         * src/prefs_filtering.c
13205         * src/prefs_matcher.c
13206         * src/prefs_scoring.c
13207                 scroll list when moving rows up or down
13208
13209         * src/imap.c
13210         * src/imap.h
13211         * src/prefs_account.c
13212         * src/prefs_account.h
13213         * src/send.c
13214                 SMTP over SSL (untested, feedback requested)
13215                 IMAP over SSL
13216
13217         * src/ssl.c
13218                 code cleanup
13219
13220 2001-07-26 [alfons]
13221         
13222         * configure.in, acconfig.h
13223                 define CLAWS (need this for main / claws detection)
13224
13225 2001-07-25 [alfons]
13226
13227         * configure.in
13228                 Sylpheed 0.5.1claws2
13229                 
13230         * sync with Sylpheed 0.5.1cvs4
13231
13232 2001-07-25 [christoph]
13233
13234         * src/scoring.c
13235                 fixed segfault
13236                 item->prefs == NULL (don't know why)
13237
13238 2001-07-25 [alfons]
13239
13240         * configure.in
13241                 Sylpheed 0.5.1claws1
13242
13243         * sync with Sylpheed 0.5.1cvs1-3
13244
13245 2001-07-24 [christoph]
13246
13247         * src/folderview.c
13248         * src/prefs_folder_item.[ch]
13249                 added folderitem preferences dialog with
13250                 default To: and auto request return receipt
13251
13252         * src/compose.[ch]
13253         * src/menu.[ch]
13254                 changes to handle new folderitem preferences
13255
13256         * src/mainwindow.c
13257         * src/summaryview.c
13258                 call compose new mail with current folderitem
13259
13260 2001-07-24 [alfons]
13261
13262         Release Sylpheed 0.5.1claws
13263
13264         * configure.in
13265                 change to release version 0.5.1claws
13266
13267 2001-07-24 [christoph]
13268
13269         * src/summaryview.c
13270                 fixed segfault that happend when the selected
13271                 message was removed while retrieving new messages.
13272
13273         * po/es.po
13274                 updated translation
13275                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13276
13277 2001-07-22 [alfons]
13278
13279         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13280         this is a work in progress, for more information: http://nlpagan.net/sylman 
13281         
13282         * configure.in, src/mainwindow.c, manual/Makefile.am
13283                 add support for English manual
13284
13285         * AUTHORS
13286                 add authors of user manuals
13287
13288         * manual/en/sylpheed*.html
13289                 add English documentation
13290
13291 2001-07-22 [christoph]
13292
13293         * po/POTFILES.in
13294                 added src/ssl.c
13295         * src/ssl.c
13296                 changed a wrong debug message
13297
13298 2001-07-22 [alfons]
13299
13300         * po/nl.po
13301                 update Dutch translation
13302
13303         * src/prefs_filtering.c, 
13304           src/prefs_matcher.c
13305                 add more translatable strings           
13306
13307 2001-07-21 [alfons]
13308
13309         0.5.0claws7
13310
13311         * configure.in
13312                 change version
13313
13314         * src/inc.c, src/summaryview.[ch]
13315                 prevent update of mark file when filtering has done, by
13316                 using a variable; this affects two functions:
13317                         inc.c::inc_finished()
13318                         summaryview.c::summary_show()
13319
13320 2001-07-20 [alfons]
13321
13322         * src/filtering.[ch], src/prefs_filtering.c, 
13323           src/matcher.[ch]
13324                 add filtering action for label coloring 
13325
13326         * po/POTFILES.in
13327                 add labelcolors.c
13328
13329         * added src/labelcolors.c
13330         * added src/labelcolors.h
13331         * src/Makefile.am, src/summaryview.c
13332                 rearrange label coloring code
13333
13334         * src/procmsg.h
13335                 add more parentheses so label colouring works correctly
13336
13337         * src/filtering.c
13338                 don't really delete message, but move it to Trash
13339
13340         * src/prefs_matcher.c
13341                 add quote options to info dialog
13342
13343 2001-07-20 [christoph]
13344
13345         * src/Makefile.am
13346         * src/inc.c
13347         * src/main.[ch]
13348         * src/socket.h
13349         * src/ssl.[ch] (new)
13350                 moved ssl stuff to a seperate file
13351
13352 2001-07-20 [darko]
13353
13354         * src/summaryview.c
13355                 fix show sender using address book with no e-mail
13356                 address in From: field
13357
13358 2001-07-19 [alfons]
13359
13360         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13361                 fix messy handling of escaping... now at least the
13362                 execute command is useful. escape char is '\', we
13363                 accept \n and \r too. 
13364
13365                 Real life example:
13366                 
13367                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13368                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13369
13370 2001-07-18 [alfons]
13371
13372         0.5.0claws6
13373
13374         * src/summaryview.c
13375                 clean up
13376
13377         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13378           src/procmsg.[ch]
13379                 revise filtering; currently move, copy, marking have
13380                 been tested. if you like bleeding edge stuff, you
13381                 should definitely go for this version :)
13382
13383         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13384
13385 2001-07-17 [christoph]
13386
13387         * src/utils.c
13388                 timestamp log
13389
13390 2001-07-17 [alfons]
13391
13392         0.5.0claws5
13393
13394         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13395           bits in the mark file, without affecting either branch. Lots of
13396           files changed, also in claws branch.
13397
13398           UNTESTED: use of mbox folders
13399
13400         * src/summaryview.c
13401                 added mark all read; however this was a quick hack used for
13402                 cleaning up mess after initial merge with Hiroyuki
13403
13404         * configure.in
13405                 change claws version number back to 0.5.0claws5 to clear up 
13406                 confusion & pretension (recent release was technically 
13407                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13408
13409 2001-07-16 [alfons]
13410
13411         sync with Hiroyuki's 0.5.0cvs4
13412
13413 2001-07-16 [alfons]
13414
13415         0.5.1claws3
13416
13417         * src/filtering.[ch]
13418                 remove invalid updating of mark files for 
13419                 filter actions MATCHING_ACTION_MOVE and 
13420                 MATCHING_ACTION_DELETE; this should fix the
13421                 folder update bug
13422                 
13423         * src/procmsg.c
13424                 revert Christoph's stab at fixing the folder 
13425                 update bug
13426
13427         * po/POTFILES.in
13428                 add missing files with translatable strings
13429
13430         * src/summaryview.c
13431                 remove debug print
13432
13433 2001-07-15 [alfons]
13434
13435         * src/addr_compl.[ch], src/prefs_filtering.c
13436                 make "filtering pref dialog's destination entry" an
13437                 "address completable entry", if filter destination is 
13438                 an email address
13439
13440         0.5.1claws2
13441         
13442         sync with Hiroyuki's 0.5.0cvs2-3
13443
13444 2001-07-15 [christoph]
13445
13446         * src/procmsg.c
13447                 fixed folder stats update after incorporation
13448
13449 2001-07-15 [alfons]
13450
13451         * src/summaryview.c
13452                 * finish label colouring stuff (for now)
13453                 * fix incorrect colour bug (off by one) 
13454
13455 2001-07-14 [alfons]
13456
13457         * src/mainwindow.c
13458                 change text labels for news and mail message so there's
13459                 plenty of toolbar estate left
13460
13461         * configure.in
13462                 0.5.1claws1
13463
13464         * src/folderview.c
13465           src/folder.[ch]
13466                 sync with Hiroyuki's 0.5.0cvs1
13467
13468         * src/summaryview.c
13469                 more rewrite label colouring
13470
13471 2001-07-14 [alfons]
13472
13473         * src/summaryview.[ch]
13474                 * start rewrite label colouring 
13475                 * fix proper location "Add Sender To Addressbook" menu item
13476
13477 2001-07-13
13478
13479         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13480         (actually this is 0.5.0claws4)
13481
13482 2001-07-13 [alfons]
13483
13484         * po/pt_BR.po
13485                 * fix duplicate message
13486                 * add updated Portugese / Brazilian translation
13487                   submitted by Fabio Junior Beneditto
13488
13489 2001-07-12 [alfons]
13490
13491         * AUTHORS
13492                 add Jens
13493
13494         * po/nl.po
13495                 add updated Dutch translation
13496
13497         * po/de.po
13498                 add updated German translation submitted by Jens
13499
13500 2001-07-11 [alfons]
13501
13502         Prerelease before 0.5.0claws. Please test.
13503         This version is temporarily tagged as VERSION_0_5_0_TEST
13504
13505         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13506           src/prefs_scoring.c, src/prefs_matcher.c, 
13507           src/prefs_filtering.c, src/mbox.c, 
13508           src/main.c, src/inc.c, src/filtering.[ch]
13509                 revert new Hoa's new matcher (does not work yet)
13510
13511         * src/Makefile.am
13512                 clean up
13513
13514 2001-07-10
13515
13516         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13517
13518
13519 2001-07-10 [alfons]
13520
13521         * Makefile.am
13522                 add ChangeLog.claws to EXTRA_DIST
13523         * src/Makefile.am
13524                 add matcher_parser_parse.h to EXTRA_DIST
13525
13526 2001-07-10 [christoph]
13527
13528         * src/inc.c
13529                 add destination folder to table of
13530                 folders that need to be updated after
13531                 incorporation
13532
13533 2001-07-10 [alfons]
13534
13535         * folder.[ch]
13536           folderview.c
13537                 make collapse state of folders and folder items persistent, i.e.
13538                 if you collapse a folder tree, the next time sylpheed-claws starts 
13539                 up the folder tree remains collapsed.  
13540                 
13541 2001-07-10 [christoph]
13542
13543         * acconfig.h
13544         * configure.in
13545                 added --enable-ssl
13546         * src/md5.[ch]
13547                 renamed MD5_CTX to MD5_CTX_syl
13548                 conflicts with a struct in openssl
13549         * src/inc.c
13550         * src/main.[ch]
13551         * src/prefs_account.[ch]
13552         * src/socket.[ch]
13553                 SSL support for POP
13554         * src/mainwindow.c
13555                 fixed compose with current account
13556                 broken by new compose button stuff
13557
13558 2001-07-09 [hoa]
13559
13560         * AUTHORS
13561                 changed my email address
13562
13563         * src/matcher_parser_parse.y
13564                 clean the parser to remove conflicts
13565
13566 2001-07-09 [alfons]
13567
13568         * AUTHORS
13569                 add Match Grun
13570
13571         * configure.in
13572                 fix incorrect description of --enable-ldap parameter
13573
13574         * src/prefs_common.[ch]
13575           src/compose.c
13576                 add experimental option "smart wrapping" which makes the
13577                 compose editor auto wrap.
13578                 
13579                 | TODO: the problem with the buggy cursor handling is caused |
13580                 | by the GtkText. when deleting / backspacing text its       |
13581                 | wrapping algorithm does not take in account the previous   |
13582                 | line. should find a way to hack this in.                   |
13583                 | or should perhaps combine this with the word wrapping      |
13584                 | patch i wrote in january.                                  |
13585
13586         * src/about.c
13587                 show build parameters for LDAP and JPilot
13588
13589         * src/summaryview.c
13590                 revert Christoph's bugfix for selecting next unread message, 
13591                 because folder stats aren't updated correctly
13592
13593 2001-07-08 [hoa]
13594
13595         * src/filtering.c
13596         * src/mainwindow.c
13597         * src/matcher.c
13598         * src/matcher_parser_lex.l
13599         * src/matcher_parser_parse.y
13600         * src/prefs_filtering.c
13601         * src/prefs_scoring.c
13602         * src/scoring.c
13603                 bugfix of the config file parser
13604
13605 2001-07-08 [alfons]
13606
13607         * src/Makefile.am
13608                 added generated matcher sources to BUILT_SOURCES
13609
13610 2001-07-08 [hoa]
13611
13612         * src/Makefile.am
13613         * src/.cvsignore
13614                 added new config file parser
13615
13616         * src/scoring.[ch]
13617         * src/filtering.[ch]
13618         * src/matcher.[ch]
13619         * src/prefs_filtering.c
13620         * src/prefs_matcher.c
13621         * src/prefs_scoring.c
13622         * added src/matcher_parser.h
13623         * added src/matcher_parser_lex.h
13624         * added src/matcher_parser_lex.l
13625         * added src/matcher_parser_parse.y
13626                 lex & yacc config file parser
13627
13628         * src/mbox.c
13629         * src/inc.c
13630         * src/main.c
13631                 changes prefs_filtering into global_filtering           
13632
13633         * src/summaryview.c
13634                 build threads with subjects only if "Re: " is at the
13635                 beginning of the subject
13636
13637 2001-07-07 [paul]
13638
13639         0.5.0claws
13640
13641         sync with sylpheed 0.5.0
13642                 change of version number only
13643
13644 2001-07-06 [paul]
13645
13646         0.5.0claws5
13647
13648         sync with sylpheed 0.5.0pre5
13649
13650 2001-07-05 [paul]
13651
13652         sync with sylpheed 0.5.0pre4 release
13653                 /po and /manual/ja not sync'ed
13654
13655 2001-07-04 [paul]
13656
13657         more sync with sylpheed 0.5.0pre4
13658
13659 2001-07-03 [christoph]
13660
13661         * src/addressbook.c
13662                 fixed address book broken by address book
13663                 for VCard, JPilot, LDAP
13664
13665 2001-07-03 [alfons]
13666
13667         * src/matcher.c
13668         * src/textview.c
13669                 stopped memory leaks
13670
13671 2001-07-03 [paul]
13672
13673         more sync with sylpheed 0.5.0pre4
13674
13675 2001-07-02 [match]
13676
13677         * included address book patch for VCard, JPilot, LDAP
13678         * pref_common.c - fixed Font options on Display tab (cosmetic)
13679         * alertpanel.c - fixed truncated message
13680
13681 2001-07-02 [christoph]
13682
13683         * src/mbox_folder.c
13684         * src/procmsg.[ch]
13685         * src/summaryview.c
13686                 mark threads for ignoring
13687
13688 2001-07-02 [paul]
13689
13690         0.5.0claws4
13691
13692         * sync with sylpheed 0.5.0pre4
13693                 updated gettext to 0.10.38.
13694
13695 2001-07-01 [paul]
13696
13697         * src/ mainwindow.c
13698         * src/procmsg.h
13699         * src/summaryview.[ch]
13700                 new right-click option: Label.
13701                 substitute for 'Mark-->Mark/Unmark', colours the line.
13702                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13703
13704 2001-07-01 [christoph]
13705
13706         * src/folderview.c
13707                 fixed font for trash
13708         * src/summaryview.c
13709                 move ctree to unread message
13710
13711 2001-07-01 [paul]
13712
13713         * sync with sylpheed 0.5.0pre3 release
13714
13715 2001-06-30 [alfons]
13716
13717         * src/filesel.[ch]
13718         * src/compose.c
13719                 allow inserting / attaching multiple files in
13720                 the composer window
13721
13722 2001-06-30 [paul]
13723
13724         * src/codeconv.c
13725                 small change to Alfons' previous stuff so that it
13726                 actually makes
13727
13728 2001-06-30 [alfons]
13729
13730         * lots of files changed; first attempt to merge the changes
13731           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13732
13733 2001-06-30 [paul]
13734
13735         * po/pt_BR.po
13736                 updated and completed, translations by Fabio
13737                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13738
13739 2001-06-29 [alfons]
13740
13741         * src/compose.c
13742         * src/mimeproc.[ch]
13743                 allow selecting an attached files' mime type from a 
13744                 list of types.
13745
13746 2001-06-29 [paul]
13747
13748         * more sync with sylpheed 0.5.0pre3
13749
13750 2001-06-29 [paul]
13751
13752         * po/pt_BR.po
13753                 merge with sylpheed.pot and pt_BR.po provided by
13754                 Fabio Junior Beneditto.
13755
13756 2001-06-29 [darko]
13757
13758         * src/procmime.c
13759                 make MIME types case insensitive
13760
13761 2001-06-28 [alfons]
13762
13763         * po/nl.po
13764                 merge with sylpheed.pot and old nl.po; translations added.
13765
13766 2001-06-28 [paul]
13767
13768         * more sync with sylpheed 0.5.0pre3
13769
13770 2001-06-27 [alfons]
13771
13772         * src/summaryview.c
13773                 don't crash when removing parent node of messages
13774                 attracted by subject. this was caused by not deleting
13775                 the parent node from the subject line hash table.
13776
13777 2001-06-27 [alfons]
13778
13779         * src/summaryview.c
13780         * src/compose.[ch]
13781         * src/mainwindow.c
13782                 if there are multiple messages selected, allow forwarding
13783                 them as attachments.
13784
13785 2001-06-27 [paul]
13786
13787         * more sync with sylpheed 0.5.0pre3
13788
13789 2001-06-26 [paul]
13790
13791         0.5.0claws3
13792
13793         * sync with sylpheed 0.5.0pre3
13794
13795 2001-06-25 [paul]
13796
13797         * src/mainwindow.c
13798                 fixed 'compose news article' bug
13799                 from icon-and-text toolbar
13800
13801 2001-06-25 [paul]
13802
13803         * sync with sylpheed 0.5.0pre2 release
13804
13805 2001-06-24 [christoph]
13806
13807         * src/prefs_common.c
13808                 bug fix in font selection
13809         * src/folderview.c
13810                 use sylpheed's normal font instead of
13811                 gtk default font for folders without
13812                 new messages
13813
13814 2001-06-24 [alfons]
13815
13816         * src/mainwindow.[ch]
13817                 added composite compose mail / news button (an idea by Leandro
13818                 Pereira <leandro@linuxmag.com.br>)
13819
13820 2001-06-24 [paul]
13821
13822         Added instructions for ldif-to-xml.py
13823
13824         * tools/README
13825
13826 2001-06-23 [alfons]
13827
13828         Some minor things.
13829
13830         * src/pixmaps/stock_news_compose.xpm
13831                 added pixmap by Leandro
13832         * src/prefs_common.c
13833                 tested built-in spelling checker of GCC 3.0 :)
13834         * po/nl.po
13835                 merged dutch translation of sylpheed-main with
13836                 sylpheed.pot
13837
13838 2001-06-23 [paul]
13839
13840         Added tools directory and files.
13841
13842         * tools/filter_conv.pl
13843                 converts old filter system to new filtering system
13844         * tools/ldif-to-xml.py
13845                 converts netscape addressbook to sylpheed addressbook
13846         * tools/README
13847                 descriptions/instructions for above two files
13848
13849 2001-06-23 [christoph]
13850
13851         * src/inc.c
13852         * src/manage_window.[ch]
13853         * src/prefs_common.[ch]
13854                 mail retrieval dialog can be enabled, disabled
13855                 or hidden if non of sylpheed's windows is active
13856
13857 2001-06-22 [paul]
13858
13859         0.5.0claws2
13860
13861         * sync with sylpheed 0.5.0pre2
13862
13863 2001-06-21 [christoph]
13864
13865         * src/summaryview.c
13866                 show recipient on 'from' for all accounts
13867                 
13868         * src/inc.c
13869         * src/prefs_common.[ch]
13870                 disable error popup on mail receive errors
13871
13872 2001-06-21 [alfons]
13873
13874         * src/compose.c
13875                 made the ruler correctly appear and disappear.
13876
13877         * src/Makefile.am
13878                 removed Hoa's work-in-progress-stuff (interesting!) so 
13879                 claws compiles ok.
13880
13881 2001-06-20 [christoph]
13882
13883         * src/inc.c
13884         * src/progressdialog.c
13885                 added scrolled window for list in progressdialog
13886
13887 2001-06-20 [paul]
13888
13889         sync with sylpheed 0.5.0pre1 release
13890
13891 2001-06-20 [christoph]
13892
13893         * src/summeryview.c
13894                 make building threads by subject work when
13895                 thread view is enabled
13896                 
13897         * src/compose.c
13898         * src/prefs_common.[ch]
13899                 automatically select account for mail replys
13900
13901 2001-06-19 [sergey]
13902
13903         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13904         they are filled in from the account settings.
13905
13906 2001-06-19 [paul]
13907
13908         * more sync with sylpheed 0.5.0pre1
13909
13910 2001-06-18 [alfons]
13911
13912         * src/Makefile.am,
13913           src/procmime.c
13914                 added --sysconfdir to CPPFLAGS for pointing to the correct
13915                 location of mime.types. 
13916
13917                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13918                 or ./configure!
13919
13920 2001-06-18 [hoa]
13921
13922         * src/summaryview.c
13923                 fixed some bug when building threads
13924
13925 2001-06-18 [pau]l
13926
13927         * src/prefs_account.c
13928                 UI stuff: More changes to the English
13929
13930 2001-06-18 [paul]
13931
13932         * src/pixmaps/stock_news_compose.xpm: new file
13933         * src/Makefile.am
13934         * src/mainwindow.c
13935         * src/summaryview.c
13936                 Added new icon for Hoa's 'compose a news
13937                 message', plus minor improvements to the
13938                 English
13939
13940         * po/ja.po
13941         * ChangeLog
13942         * ChangeLog.jp
13943                 more sync with sylpheed 0.5.0pre1
13944
13945 2001-06-18 [hoa]
13946
13947         * src/compose.[ch]
13948         * src/mainwindow.c
13949                 Follow-up and reply to
13950
13951         * src/summaryview.[ch]
13952                 Build threads also with subjects
13953
13954 2001-06-17 [hoa]
13955
13956         * src/compose.c
13957                 forwarding use the current account.
13958
13959         * src/mainwindow.c
13960                 the "compose message" button has been replaced with
13961                 "new mail" and "new news" buttons
13962
13963         * src/prefs_common.[ch]
13964                 added a configuration option to use the forward button
13965                 as "forward as attachment"
13966                 changed reply and forward format description
13967
13968         * src/quote_fmt_lex.l
13969         * src/quote_fmt_parse.y
13970                 added message with no signature in format for reply
13971                 and forward.
13972
13973 2001-06-17 [paul]
13974
13975         Minor UI stuff
13976
13977         * src/mainwindow.c
13978         * src/summaryview.c
13979                 Improvements to the English
13980
13981         * src/prefs_common.c
13982                 Improvements to the English and some
13983                 clarity/continuity improvements in the
13984                 description of Quote symbols.
13985
13986 2001-06-17 [paul]
13987
13988         0.5.0claws1
13989
13990         * sync with sylpheed 0.5.0pre1
13991
13992 2001-06-17 [hoa]
13993
13994         * src/compose.c
13995                 Better interface for compose, displayed fields
13996                 are updated whenever we change account.
13997                 Newsgroups field is automatically filled.
13998
13999         * src/mainwindow.c
14000                 Newsgroups field is automatically filled.
14001
14002         * src/prefs_account.c
14003                 Some interface stuff when fields appear and
14004                 disappear.
14005
14006 2001-06-16 [paul]
14007
14008         0.4.99claws
14009
14010         * sync with sylpheed 0.4.99
14011
14012 2001-06-16 [sergey]
14013
14014         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14015         base64_decoder_free, base64_decoder_decode): new object and
14016         functions for decoding base64 streams.
14017         * src/procmime.c (procmime_decode_content): modified to use the
14018         new base64 decoder.
14019
14020 2001-06-15 [paul]
14021
14022         0.4.99claws10
14023
14024         * sync with sylpheed 0.4.99cvs11
14025
14026 2001-06-13 [paul]
14027
14028         0.4.99claws9
14029
14030         * sync with sylpheed 0.4.99cvs9
14031
14032 2001-06-13 [hoa]
14033
14034         * src/compose.c
14035         * src/prefs_account.c
14036
14037                 SMTP server can be defined in the news account
14038                 mime type of attachment are kept.
14039
14040         * src/summaryview.c
14041
14042                 now choose the highest important score between default
14043                 and important score of folder.
14044
14045 2001-06-09 [alfons]
14046         
14047         * src/prefs_common.c: 
14048
14049                 (prefs_quote_description_create): corrected description of 
14050                 quote format characters
14051
14052 2001-06-09 [paul]
14053
14054         0.4.99claws8
14055
14056         * sync with sylpheed 0.4.99cvs8
14057
14058 2001-06-08 [sergey]
14059
14060         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14061         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14062
14063 2001-06-08 [paul]
14064
14065         0.4.99claws7
14066
14067         * sync with sylpheed 0.4.99cvs7
14068
14069 2001-06-06 [sergey]
14070
14071         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14072         clashes with autogenerated header).
14073         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14074         * src/Makefile.am: added quote_fmt.h.
14075         * src/.cvsignore: added lex/yacc autogenerated files
14076         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14077
14078 2001-06-06 [paul]
14079
14080         0.4.99claws6
14081
14082         * sync with sylpheed 0.4.99cvs6
14083
14084 2001-06-06 [hoa]
14085
14086         * added src/quote_fmt_parse.h
14087         * src/compose.c
14088                 removed warnings
14089
14090         * src/prefs.[ch]
14091                 don't modify readonly configuration files
14092
14093         * src/prefs_account.c
14094         * src/prefs_common.c
14095         * src/prefs_customheader.c
14096         * src/prefs_display_header.c
14097         * src/prefs_filter.c
14098         * src/prefs_filtering.c
14099         * src/prefs_scoring.c
14100                 don't open dialog box when configuration files
14101                 are readonly
14102
14103 2001-06-05 [sergey]
14104
14105         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14106
14107         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14108         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14109         BUILT_SOURCES to make all files rebuild properly.
14110
14111         * src/compose.c: removed #include "quote_fmt.tab.h".
14112
14113         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14114         CHARACTER value in yylval.
14115
14116         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14117         receive CHARACTER value by documented means (yylval).
14118
14119         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14120
14121 2001-06-05 [hoa]
14122
14123         * src/Makefile.am
14124                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14125
14126         * src/filtering.c
14127         * src/matcher.c
14128         * src/matcher.h
14129         * src/prefs_filtering.c
14130                 now keep the configuration for execute action
14131
14132         * src/mbox_folder.c
14133                 fixed a warning
14134
14135 2001-06-05 [paul]
14136
14137         * sync with sylpheed 0.4.99cvs5
14138
14139 2001-06-05 [hoa]
14140
14141         * src/Makefile.am
14142                 added quote_fmt.[ch]
14143
14144         * added src/quote_fmt.y
14145         * added src/quote_fmt.l
14146         * added src/quote_fmt.tab.h
14147         * added src/quote_fmt.tab.c
14148         * added src/lex.quote_fmt.c
14149                 parsing configuration for replying
14150                 and forwarding
14151
14152         * src/prefs_common.[ch]
14153                 added configuration UI for replying
14154                 and forwarding
14155
14156         * src/compose.c
14157                 using configuration for replying
14158                 and forwarding
14159
14160 2001-06-04 [hoa]
14161
14162         * src/filtering.c
14163         * src/matcher.c
14164         * src/matcher.h
14165         * src/prefs_filtering.c
14166         * src/prefs_matcher.c
14167         * src/prefs_matcher.h
14168                 action "run a command" for filtering
14169                 and matching with a command.
14170                 fixed the "whole message" matching
14171
14172         * src/mbox_folder.c
14173                 changed temporary filename for security
14174
14175         * src/messageview.c
14176                 queue the notification if it fails to send.
14177
14178         * src/prefs_common.c
14179         * src/prefs_folder_item.c
14180                 changed the default important score             
14181
14182         * src/prefs_scoring.c
14183         * src/scoring.c
14184                 hide kill score input when the folder is not
14185                 a newsgroup
14186
14187 2001-06-03 [alfons]
14188
14189         * src/prefs_common.c:
14190
14191                 (prefs_font_select): pass font name in font entry box to font
14192                 selection dialog.
14193
14194 2001-06-03 [sergey]
14195
14196         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14197
14198 2001-06-03 [paul]
14199
14200         * sync with sylpheed 0.4.99cvs4
14201
14202 2001-06-03 [alfons]
14203
14204         * src/headerwindow.c:
14205
14206                 (headerwindow_show_cb): use the selected summary view item, not
14207                 the displayed item.
14208
14209 2001-06-02 [alfons]
14210
14211         * src/headerwindow.c:
14212
14213                 (headerwindow_show_cb): always try to show msginfo
14214
14215 2001-06-02 [hoa]
14216
14217         * src/compose.c
14218                 keep attached parts when reediting or forwarding.
14219
14220 2001-06-01 [hoa]
14221
14222         * src/folderview.c
14223         * src/prefs_folder_item.[ch]
14224         * src/prefs_scoring.[ch]
14225         * src/scoring.[ch]
14226         * src/summaryview.[ch]
14227         * src/main.c
14228         * src/mainwindow.c
14229         * src/prefs_common.[ch]
14230                 support for folder scoring
14231                 kill score and important score for messages
14232         
14233         * src/prefs_account.c
14234                 some display bug fixed for local account
14235                 preferences
14236
14237 2001-05-31 [alfons]
14238
14239         * src/summaryview.c:
14240
14241                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14242                 sender to address book menu item is disabled.
14243
14244 2001-05-30 [hoa]
14245
14246         * src/filtering.[ch]
14247         * src/summaryview.c
14248                 handling summary menu / filter messages
14249
14250         * src/folder.[ch]
14251                 add some stuff
14252
14253         * src/foldersel.c
14254                 imap folders now appears in list
14255
14256         * src/mbox_folder.c
14257                 doesn't crash if destination mail is not writeable
14258
14259 2001-05-29 [hoa]
14260
14261         * src/compose.c
14262                 removed some warnings
14263
14264         * src/filtering.c
14265         * src/folder.[ch]
14266         * src/prefs_filtering.c
14267                 global string to identify any folders           
14268                 removed some debug info
14269                 filtering to mbox folders is now possible
14270
14271         * src/mainwindow.c
14272                 removed some warnings
14273
14274         * src/mbox_folder.c
14275                 permission on files are changed to read/write for user only,
14276                 nothing for other.
14277                 creation of subfolder is handled better.
14278
14279 2001-05-28 [alfons]
14280
14281         Verified the sync for src/prefs_common.[ch] and
14282         src/prefs_account.[ch]. I believe there were some
14283         minor indentation differences.
14284
14285 2001-05-28 [paul]
14286
14287         0.4.99claws3
14288
14289         * sync with 0.4.99cvs3
14290
14291 2001-05-28 [hoa]
14292
14293         * src/compose.c
14294                 handling flags for mbox format
14295
14296         * src/filtering.c
14297                 use of mark file only for MH format
14298                 handling flags for mbox format
14299                 filtering cannot yet move or copy mails to mbox folders.
14300
14301         * src/folder.[ch]
14302                 changed move_msg, copy_msg,
14303                 move_msgs_with_dest, copy_msgs_with_dest functions
14304                 uses only folder->copy_msg() function
14305                 uses folder->finished_copy() to handle the destination
14306                 folder at the end of the copy or move operation.
14307
14308         * src/foldersel.c
14309                 included mbox directories.
14310
14311         * src/folderview.[ch]
14312         * src/mainwindow.c
14313                 handle folders operation for mbox format
14314
14315         * src/mbox.c
14316                 disable conversion of "From " header
14317
14318         * src/mbox_folder.[ch]
14319                 completion of mbox format handling
14320
14321         * src/mh.c
14322                 changed mh_copy_msg() function and
14323                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14324                 mh_copy_msgs_with_dest()
14325
14326         * src/prefs_filtering.c
14327                 removed some warnings
14328
14329         * src/prefs_matcher.c
14330                 default boolean operation is AND
14331
14332         * src/procheader.c
14333                 handling flags for mbox format
14334                 handling of "From " header
14335
14336         * src/procmsg.[ch]
14337                 removed data field
14338                 added MSG_REALLY_DELETED flags to handle deletion of
14339                 messages in mbox format.
14340
14341         * src/summaryview.c
14342                 handling flags for mbox format
14343                 disable the MSG_DELETED flags when messages
14344                 are deleted in mbox format
14345
14346         * src/textview.c
14347                 "From " headers display fixed.
14348
14349 2001-05-27 [alfons]
14350
14351         * src/textview.c:
14352                 
14353                 (get_email_part): skip quoted email addresses, like in e.g.
14354                 "'alfons@proteus.demon.nl'".
14355
14356 2001-05-26 [alfons]
14357
14358         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14359         and fixing the persistence troubles when using separate windows.
14360
14361         * src/mainwindow.c:
14362         
14363             Added #define SEPARATE_ACTION used in the gtk item factory for 
14364             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14365                 use gtk_item_factory_get_widget_by_action() to get the items.
14366                 
14367             Removed separate_widget_cb from the gtk item factory data   
14368           
14369             (mainwindow_create): connect separate_widget_cb() to check
14370             menu item "toggled" signal. also passing a MainWindow pointer
14371                 as object data for both check menu items.
14372                 
14373             (separate_widget_cb): definition of separate_widget_cb() to match
14374             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14375                 window using gtk_object_get_data(). The type of window separation 
14376                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14377         
14378         * src/prefs_filtering.c,
14379           src/prefs_matcher.c: added horizontal scrollbars
14380
14381 2001-05-25 [darko]
14382
14383         * src/headerview.c
14384                 fix segfault with invalid bold font
14385         * src/summaryview.c
14386                 correctly display summary stats after row is marked
14387
14388 2001-05-23 [sergey]
14389
14390         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14391         encodings with libjconv.
14392
14393 2001-05-23 [hoa]
14394
14395         * src/Makefile.am
14396                 added mbox_folder.[ch]
14397         * src/defs.h
14398                 mbox temporary folder
14399         * src/folder.[ch]
14400         * added src/mbox_folder.[ch]
14401         * src/folderview.c
14402         * src/procheader.[ch]
14403                 added mbox support
14404         * src/mbox.c
14405                 bugfix for file incorporation filtering
14406         * src/imap.c
14407                 enable creation of MBOX
14408         * src/prefs_display_header.c
14409                 enable use of headers like "From "
14410                 something that should be fixed :
14411                         displaying of such headers add an extra space
14412         * src/prefs_folder_item.c
14413                 don't create folders because it is not necessary
14414         * src/procmsg.h
14415                 added data field to MsgInfo for mbox internal use
14416         * src/summaryview.c
14417                 added some support for mbox
14418         * src/utils.[ch]
14419                 added get_mbox_cache_dir() function
14420
14421 2001-05-23 [hiroyuki]
14422
14423         * src/headerwindow.c
14424           src/inc.c
14425           src/main.c
14426           src/mh.c
14427           src/nntp.c
14428           src/procmsg.h
14429           src/session.h
14430           src/socket.[ch]
14431           src/summaryview.c
14432           src/textview.c
14433           src/automaton.c
14434           src/folderview.c: more sync with 0.4.99cvs2.
14435
14436         * src/headerwindow.c: reverted.
14437
14438 2001-05-22 [paul]
14439
14440         0.4.99claws2
14441
14442         * sync with sylpheed 0.4.99cvs2
14443                 * src/news.[ch]
14444                 * src/nntp.[ch]
14445                 * INSTALL
14446                 * INSTALL.jp
14447
14448 2001-05-22 [alfons]
14449
14450         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14451
14452 2001-05-21 [alfons]
14453
14454         Minor things:
14455
14456         * configure.in: if gnome-config not found, "no" is displayed
14457         
14458         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14459
14460         * src/textview.c: now also possible to add mail addresses by right
14461           clicking in the text view
14462
14463         * src/codeconv.c: merged patch which fixes endless loop when encountering
14464           invalid wide characters; from Alte <010@imis.ru>  
14465
14466 2001-05-20 [alfons]
14467
14468         Added installation of gnome specific things:
14469
14470         * Makefile.am: gnome conditional
14471
14472         * configure.in: check for installed gnome
14473
14474         * added sylpheed.png, sylpheed.desktop
14475
14476 2001-05-20 [sergey]
14477
14478         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14479
14480         * src/mainwindow.h (main_window_toolbar_create): created a button
14481         for "Reply to all".
14482         (main_window_set_toolbar_sensitive): enable/disable the new button
14483         appropriately.
14484         (toolbar_reply_to_author_cb): handle the new button.
14485
14486         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14487         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14488         failure).
14489
14490 2001-05-19 [sergey]
14491
14492         * src/compose.h (ComposeReplyMode): new modes
14493         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14494         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14495
14496         * src/compose.c
14497         (compose_send): move some code into a new function:
14498         (compose_current_mail_account): new function.
14499         (compose_reply): new argument to_author, all callers changed; if
14500         to_author==TRUE and account->protocol==A_NNTP, find and use an
14501         appropriate mail account for replying.
14502         (compose_reply_set_entry): new argument to_author; ignore
14503         compose->replyto if to_author==TRUE.
14504
14505         * src/mainwindow.c: new command "Message/Reply to author".
14506         (main_window_set_menu_sensitive): enable/disable it.
14507         (reply_cb): handle it.
14508
14509         * src/summaryview.c: new command "Reply to author".
14510         (summary_set_menu_sensitive): enable/disable it.
14511         (summary_reply_cb): handle it.
14512
14513         * src/account.c (account_find_mail_from_address): new function.
14514
14515 2001-05-18 [paul]
14516
14517         0.4.99claws1
14518
14519         * sync with sylpheed 0.4.99cvs1
14520
14521 2001-05-18 [hoa]
14522
14523         * src/compose.[ch]
14524         * src/filtering.c
14525         * src/summaryview.c
14526                 new filtering action : forward and forward as attachment
14527
14528         * src/main.c
14529                 no need for $DISPLAY when we run sylpheed --help
14530                 call to parse_cmd_opt() is moved
14531
14532         * src/mainwindow.[ch]
14533                 execute button is hidden when immediate execute
14534                 is chosen
14535
14536         * src/mh.c
14537         * src/news.c
14538         * src/prefs_folder_item.c
14539         * src/procmsg.c
14540                 better handling of missing directories
14541
14542         * src/summaryview.c
14543                 reedit is enabled in outbox
14544                 reedit is enabled in queue
14545
14546 2001-05-17 [hoa]
14547
14548         * src/filtering.c
14549         * src/matcher.[ch]
14550         * src/prefs_filtering.c
14551                 changed attachement into attachment
14552
14553 2001-05-17 [alfons]
14554
14555         0.4.67claws4    
14556
14557         * sync with sylpheed 0.4.67cvs9
14558         * sync with sylpheed 0.4.67cvs7-8
14559
14560 2001-05-17 [hoa]
14561
14562         * src/Makefile.am
14563                 added prefs_filtering.c
14564
14565         * src/filtering.[ch]
14566         * src/matcher.[ch]
14567                 removed action : forward_news and forward_news_as_attachement
14568                 (forward and forward_as_attachement can be used instead)
14569
14570         * src/mainwindow.c
14571                 added menu option to access filtering configuration
14572
14573         * src/prefs_account.c
14574                 changed mail_command default to /usr/sbin/sendmail
14575
14576         * added src/prefs_filtering.[ch]
14577                 dialog box for filtering configuration
14578
14579         * src/prefs_matcher.c
14580                 added function prefs_matcher_get_criteria_from_matching()
14581
14582         * src/prefs_scoring.c
14583                 reset the dialog when register or substitute is clicked
14584
14585 2001-05-15 [hoa]
14586
14587         * src/Makefile.am
14588                 added filtering.[ch]
14589         * src/inc.c
14590                 using filering.[ch] instead of filter.[ch]
14591         * src/main.c
14592                 reading new filtering configuration
14593         * src/matcher.[ch]
14594                 added some filtering actions
14595                 and fixed a bug for headers and mail body matching
14596         * src/mbox.c
14597                 using filering.[ch] instead of filter.[ch]
14598         * src/mh.c
14599                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14600         * src/summaryview.c
14601                 some fixes for filtering
14602
14603 2001-05-14 [hiroyuki]
14604
14605         * src/send.c: fixed some weird indentations.
14606           send_message_with_command(): call pclose() only if p != NULL.
14607         * src/textview.c: get_email_part(): modified the code for readability.
14608
14609 2001-05-14 [hiroyuki]
14610
14611         * src/md5global.h
14612           src/md5ify.c
14613           src/md5ify.h: removed from the cvs.
14614
14615 2001-05-13 [sergey]
14616
14617         * src/main.c: include rfc2015.h to avoid compiler warnings.
14618         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14619         the panel is already on screen.
14620         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14621         closing the alert window by ESC as "No".
14622         * src/prefs_common.c (prefs_interface_create): moved return
14623         receipt check button to the correct place.
14624
14625 2001-03-13 [alfons]
14626
14627         * src/prefs_common.c: 
14628                 moved return receipt check button to the Send tab. (prefs_send_create)
14629                 removed the date format ui related globals. (prefs_display_create)
14630
14631         0.4.67claws3
14632         
14633         * sync with sylpheed 0.4.67cvs5-6
14634
14635 2001-05-13 [paul]
14636
14637         * added Alfons' font selection patch
14638
14639         * src/defs.h
14640         * src/headerwindow.c
14641         * src/prefs_common.c
14642         * src/prefs_common.h
14643
14644 2001-05-13 [hoa]
14645         * src/defs.h
14646                 changed version of cache
14647         * src/matcher.[ch]
14648         * src/prefs_matcher.c
14649                 added additionnal matching criteria
14650         * src/procheader.c
14651         * src/procmsg.[ch]
14652         * src/news.c
14653                 added references in MsgInfo
14654
14655 2001-05-12 [hoa]
14656
14657         * src/defs.h
14658                 prepared some things for new filtering
14659         * src/matcher.[ch]
14660                 added some matching properties
14661                 inreplyto need to be enhanced
14662                 prepared some things for new filtering
14663         * src/messageview.c
14664                 added Return-Receipt-To handling
14665         * src/prefs_folder_item.c
14666                 changed default value to TRUE
14667         * src/prefs_matcher.c
14668                 added some matching properties
14669         * src/prefs_scoring.[ch]
14670                 the scoring dialog is finished
14671         * src/procheader.c
14672                 added Return-Receipt-To handling
14673                 Reference need to be added
14674         * src/procmsg.[ch]
14675                 added Return-Receipt-To handling
14676                 added threadscore to get a better score sorting when
14677                 threads are enabled
14678         * src/summaryview.c
14679                 suppressed a bug when we sort the list
14680                 when no folder is opened.
14681                 better score sorting when threads are enabled
14682
14683 2001-05-12 [alfons]
14684
14685         * reverted previous patch because of potential errors 
14686
14687         0.4.67claws2
14688         
14689         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14690                 applied "toggle mail-retrieval dialog window" patch submitted 
14691                 by Eric Limpens <eric@qnt.net>
14692
14693         * sync with sylpheed 0.4.67cvs4
14694
14695 2001-05-12 [sergey]
14696
14697         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14698         some picky compilers.
14699         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14700         * src/grouplist_dialog.c: include alertpanel.h.
14701         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14702         fix compile warning.
14703         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14704         #include "defs.h" before others to prevent the warning of `MIN'
14705         and `MAX' redefinition.
14706
14707 2001-05-11 [hoa]
14708
14709         * src/main.c
14710         * src/messageview.c
14711         * src/prefs_account.c
14712         * src/prefs_display_header.c
14713                 removed warning
14714         * src/Makefile.am
14715                 added prefs_scoring.[ch]
14716         * src/grouplist_dialog.c
14717                 display an error dialog box if the group list
14718                 cannot be fetched.
14719         * src/mainwindow.[ch]
14720                 added main_window_set_thread_option() function
14721                 scoring dialog box enabled
14722         * src/matcher.[ch]
14723                 added flags matching unread /new / marked
14724                 / deleted / replied / forwarded
14725         * src/news.c
14726                 newsgroups are now finally in newscache
14727         * src/prefs_matcher.[ch]
14728                 finished preferences for matching dialog
14729         * added src/prefs_scoring.[ch]
14730                 scoring dialog box completed
14731         * src/scoring.[ch]
14732                 conversion to string : added scoringprop_to_string()
14733                 write config for preferences :
14734                 added prefs_scoring_write_config()
14735         * src/summaryview.c
14736                 threads can be enabled/disabled independently
14737                 for each folder
14738
14739 2001-05-10 [alfons]
14740
14741         0.4.67claws1
14742         
14743         * AUTHORS: 
14744                 thought it would be nice to have a list of all
14745                 contributors (used Changelog as a reference)
14746         
14747         * configure.in: 
14748                 messed up version numbering...
14749
14750         0.4.66claws1
14751
14752         * sync with sylpheed 0.4.67cvs1-3
14753
14754 2001-05-10 [darko]
14755
14756         * src/prefs_common.c:
14757                 better UI for strftime format, double clicking
14758                 on format now inserts the format in text entry
14759                 replaced close button with standard OK/Cancel
14760                 moved date format button to the right of the
14761                 text entry field
14762
14763 2001-05-09 [alfons]
14764
14765         * src/gtkstext.c:
14766                 Ctrl-Home / Ctrl-End have proper cursor navigation
14767
14768 2001-05-09 [hoa]
14769
14770         * src/prefs_matcher.c
14771                 finished UI to define matching properties
14772                 added ok and cancel button
14773         * src/prefs_filter.c
14774                 added ok and cancel button
14775         * src/news.c
14776                 fixed some bug in xhdr parsing
14777
14778 2001-05-08 [alfons]
14779
14780         * src/textview.c: 
14781                 fixed a bug in textview_show_header(), which displayed two colons (':');
14782                 cleaned up some warnings
14783
14784 2001-05-08 [hoa]
14785
14786         * src/Makefile.am
14787                 added prefs_matcher.[ch]
14788                 compilation with -W -Wall
14789         * src/alertpanel.c
14790                 ungrab the mouse events if grabbed - does it
14791                 fix the bug for disposition notification ?
14792         * src/mainwindow.c
14793                 added a menu option to open the matching dialog.
14794         * src/matcher.[ch]
14795                 added matcherprop_to_string() and matcherlist_to_string()
14796                 fixed some bugs, changed the name of some options
14797                 age_sup and age_inf becomes age_greater and age_lower,
14798                 body and messageheaders becomes body_part and headers_part,
14799                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14800         * src/prefs_display_header.c
14801         * src/prefs_headers.c
14802                 fixed a bug that accidentally destroyed dialogs
14803                 when closed them with delete_event
14804                 Added *_deleted() which handle delete_event signal correctly.
14805         * src/prefs_folder_item.[ch]
14806                 added "enable_thread" field for future customization
14807         * added src/prefs_matcher.[ch]
14808                 sample of the UI to define matching properties
14809         * src/procheader.c
14810                 using procheader_headername_equal instead of str*cmp functions
14811                 using procheader_parse_header() function
14812         * src/scoring.c
14813                 using MATCHING_XXX instead of SCORING_XXX
14814         * src/summaryview.c
14815                 display the sender of the news even if this is ourself
14816                 when this is a news message.
14817         * src/textview.c
14818                 using headername_equal() instead of str*cmp functions
14819
14820 2001-05-08 [alfons]
14821
14822         0.4.66claws
14823
14824         * sync with sylpheed 0.4.66
14825         * src/gtkstext.c: trace logs added 
14826
14827 2001-05-08 [sergey]
14828
14829         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14830         signature check popup.
14831         * src/rfc2015.c (check_signature): show signature check popup only
14832         if it is enabled in preferences.
14833
14834 2001-05-07 [alfons]
14835
14836         0.4.66claws4
14837         
14838         * sync with sylpheed 0.4.66cvs6
14839
14840 2001-05-07 [darko]
14841
14842         * src/prefs_common.[ch]: added option to enable/disable
14843           looking up sender name in address book for summary pane
14844         * src/summaryview.c: look up sender in the address book
14845           by using Alfons' address completion code
14846
14847 2001-05-07 [hiroyuki]
14848
14849         * src/inc.h
14850           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14851           member of Pop3State.
14852         * src/news.c: brought #include "defs.h" before #include <glib.h>
14853           to prevent the warning of `MIN' and `MAX' redefinition.
14854
14855 2001-05-06 [hoa]
14856
14857         * removed src/headers_display.[ch]
14858         * removed src/prefs_display_headers.[ch]
14859         * src/inc.c
14860                 use a temporary file in the user directory for mbox import
14861         * src/news.c
14862                 added XHDR support to get "To" and "Cc" headers
14863                 (in order to match news with to or cc field for
14864                 scoring)
14865                 added function news_parse_xhdr() to get XHDR response
14866         * src/nntp.[ch]
14867                 added function nntp_xhdr()
14868         * src/matcher.c
14869                 fetch the message if necessary
14870
14871 2001-05-06 [alfons]
14872
14873         0.4.66claws3
14874
14875         * sync with sylpheed 0.4.66cvs3-5
14876
14877 2001-05-06 [hoa]
14878
14879         * src/utils.[ch]
14880                 added function itos_buf() to enable use of several buffers
14881         * src/summaryview.c
14882                 use of itos_buf() instead of itos() in summary list
14883                 to fix the broken display of message number.
14884
14885 2001-05-06 [alfons]
14886
14887         * src/gtkstext.c: bug in cursor up navigation fixed,
14888                 fixed another unsigned / signed comparison (we're getting there :-)
14889
14890 2001-05-06 [hoa]
14891
14892         * src/Makefile.am
14893                 added scoring.c scoring.h
14894                 prefs_folder_item.c prefs_folder_item.h
14895                 matcher.c matcher.h
14896         * src/defs.h
14897                 added FOLDERITEM_RC SCORING_RC
14898         * src/folder.[ch]
14899                 added prefs field in FolderItem :
14900                 properties for each folder (PrefsFolderItem),
14901                 sorting type and mode were added as the first properties.
14902         * src/main.c
14903                 read config for scoring
14904         * added src/matcher.[ch]
14905                 gives functions to parse configuration file to do
14906                 matching on mails with a list of conditions.
14907         * src/mainwindow.c
14908                 add option to sort by score
14909         * src/prefs_common.[ch]
14910                 added preference option to show score and for
14911                 the score column size
14912         * added src/prefs_folder_item.[ch]
14913                 properties for each folder (PrefsFolderItem),
14914                 sorting type and mode were added as the first properties.
14915         * src/procheader.[ch]
14916                 added procheader_parse_header()
14917                 added procheader_header_free()
14918                 added procheader_headername_equal()
14919                 and made modification to use them.
14920         * src/procmsg.[ch]
14921                 added score field to MsgInfo structure
14922         * added src/scoring.[ch]
14923                 gives functions to parse configuration file to do
14924                 scoring on mails with a list of conditions.
14925         * src/summaryview.[ch]
14926                 save the sorting type and mode for the folder
14927                 added column to display the score of the mail
14928                 added function summary_score_clicked()
14929                 sorting type and mode are restored to the folder
14930                 when it is reopen
14931         * src/textview.c
14932                 use procheader_parse_header(), procheader_headername_equal()
14933                 removed memory leak in text_scan_header when freeing headers
14934         * src/filter.c
14935                 changed the function to match names of headers
14936                 using procheader_headername_equal()
14937
14938         Scoring functions are implemented, an interface is needed
14939         to configure that.
14940
14941 2001-05-04 [alfons]
14942
14943         * src/gtkstext.c: 
14944                 hopefully fixed the row up navigation bug,
14945                 removed adding back / forward lines to cache
14946
14947 2001-05-04 [sergey]
14948
14949         * src/prefs_display_headers.c: user interface changes:
14950         (prefs_display_headers_create): remove unused "Show" check button;
14951         allow reordering of headers by dragging.
14952         (prefs_display_headers_write_config): remove unused variables.
14953         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14954         of lists (not needed with the new UI).
14955         (prefs_display_headers_set_list): scan lists starting from row 0,
14956         not 1 (do not skip "(New)").
14957         (prefs_display_headers_find_header): new function.
14958         (prefs_display_headers_clist_set_row): do not allow duplicates.
14959         (prefs_display_headers_delete_cb): do not skip row 0; treat
14960         closing the alert window by ESC as "No".
14961         (prefs_display_headers_up): do not protect row 0.
14962         (prefs_display_headers_down): do not protect row 0.
14963
14964 2001-05-04 [sergey]
14965
14966         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
14967         functions.
14968
14969         * src/summaryview.c
14970         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
14971         summary_select_next_marked, summary_select_prev_marked): new
14972         functions.
14973
14974 2001-05-03 [sergey]
14975
14976         * src/news.c: fixed a bug when no article can be fetched after
14977         server timeout if the connection was restored by news_post():
14978         (news_select_group): new function.
14979         (news_fetch_msg): call news_select_group() before fetching
14980         article.
14981         (news_get_uncached_articles): set session->group after successful
14982         GROUP command.
14983
14984 2001-05-03 [hoa]
14985
14986         * src/defs.h
14987         * src/procmsg.[ch]
14988         * src/procheader.c
14989                  changed version of cache, added cc field
14990
14991         * src/prefs_display_headers.c
14992                 the interface was changed
14993
14994         * src/prefs_headers.c
14995                 added cancel button
14996
14997 2001-05-03 [alfons]
14998
14999         * completed sync of sylpheed cvs2
15000         * src/gtkstext.c: updated row up / down cursor navigation
15001         * src/textview.c: re-edited, prepared for fixing the email address
15002                 scanner.
15003
15004 2001-05-03 [darko]
15005
15006         * src/prefs_common.c: use alfons' strftime ui code
15007         entry_datefmt and datefmt_sample widgets have to be
15008         global in this module because of this change
15009
15010 2001-05-03 [hoa]
15011
15012         * src/messageview.c
15013         * src/prefs_common.[ch] added option to activate the return receipt
15014                 feature.
15015
15016 2001-05-02 [alfons]
15017
15018         * src/gtkstext.c: fix for row up/down cursor navigation. 
15019
15020         0.4.66claws2
15021         
15022         * sync with 0.4.66cvs2
15023
15024 2001-05-02 [paul]
15025
15026         added add-sender-to-addressbook patch
15027
15028         * src/addressbook.c
15029         * src/addressbook.h
15030         * src/summaryview.c
15031
15032 2001-05-02 [sergey]
15033
15034         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15035         G_ALERTDISABLE.
15036
15037         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15038         all existing callers changed to pass FALSE; create a check button
15039         to disable the message.
15040         (alertpanel_message_with_disable): new function.
15041         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15042         (alertpanel_button_toggled): new function.
15043         (alertpanel_button_clicked, alertpanel_close): set value using
15044         G_ALERT_VALUE_MASK.
15045
15046         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15047
15048         * src/prefs_common.c (prefs_privacy_create): new check button
15049         checkbtn_gpgme_warning.
15050
15051         * src/main.c (main): moved preferences reading before gpgme
15052         initialization; check prefs_common.gpgme_warning before giving the
15053         GnuPG warning and set it to FALSE if the user wants to disable the
15054         warning.
15055
15056 2001-05-02 [hiroyuki]
15057
15058         * src/prefs_display_headers.c: modified the layout and some labels.
15059
15060 2001-05-02 [sergey]
15061
15062         * src/prefs_account.c (prefs_account_fix_size): new function.
15063         (prefs_account_create): call prefs_account_fix_size(); use
15064         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15065         size when the window is shown for the first time).
15066         (prefs_account_basic_create): changed layout of serv_table; moved
15067         localmbox_entry above smtpserv_entry (logically it replaces
15068         POP3/IMAP server).
15069         (prefs_account_protocol_activated): set sensitivity of
15070         nntpauth_chkbtn according to the protocol (in addition to
15071         hide/show); commented out gtk_table_set_row_spacing() calls.
15072         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15073         not sensitive (fixes a bug with disabled username/password boxes
15074         when editing POP3 account after NNTP with authentication).
15075
15076 2001-05-02 [hoa]
15077
15078         * src/account.c
15079         * src/inc.c
15080         * src/prefs_account.[ch]
15081         * src/send.c
15082                 removed local account without SMTP server
15083                 added option to use mail command instead of a connexion
15084                 to SMTP server when a local account is used
15085         * src/prefs_headers.c
15086                 fixed a bug
15087         * src/news.c
15088                 fixed a bug when connexion immediately closed
15089
15090 2001-05-01 [alfons]
15091
15092         0.4.66claws1
15093         
15094         * sync with 0.4.65
15095
15096 2001-05-01 [sergey]
15097
15098         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15099         widget nntpauth_chkbtn.
15100         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15101         visibility.
15102         (prefs_account_nntpauth_toggled): new function.
15103
15104         * src/news.c (news_session_new_for_folder): use NNTP
15105         authentication only if ac->use_nntp_auth is set.
15106
15107 2001-05-01 [hoa]
15108
15109         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15110         * src/prefs_display_headers.c changed the UI
15111         * src/prefs_headers.c changed account_name to account_id
15112         * src/compose.c using customheader.h
15113
15114 2001-05-01 [hiroyuki]
15115
15116         * src/esmtp.c
15117           src/news.c
15118           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15119           unsynched.
15120
15121 2001-05-01 [hoa]
15122
15123         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15124         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15125                 for displaying of headers
15126         * src/grouplist_dialog.[ch] minor changes to remove warnings
15127         * src/prefs_display_headers.[ch] dialog to choose the
15128         headers to display in the mail viewer.
15129         * src/headers.h correction of #define
15130         * src/headers_display.[ch] configuration for displaying of headers.
15131         * src/main.c read config of displaying of headers
15132         * src/prefs_common.c add a button to access the config dialog
15133                 for displaying of headers
15134         * src/prefs_display_headers.[ch] dialog for configuration for
15135                 displaying of the headers.
15136         * src/prefs_headers.c cleaning of code
15137         * src/procheader.c comments added to code
15138         * src/textview.c changes to reorder the headers depending
15139                 on the config for displaying of headers
15140
15141 2001-04-30 [alfons]
15142
15143         0.4.65claws7
15144
15145         * sync with 0.4.65cvs12
15146
15147         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15148
15149 2001-04-30 [sergey]
15150
15151         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15152
15153         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15154         is set to force reconnection after authentication failure.
15155         (nntp_gen_command): set sock->auth_failed on authentication
15156         failure, or if sock->userid and sock->passwd are not set.
15157
15158         * src/news.c (news_session_new_for_folder): set userid=NULL if
15159         password dialog is cancelled.
15160
15161 2001-04-30 [sergey]
15162
15163         * src/nntp.h (NNTPSockInfo): new type.
15164
15165         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15166         SockInfo.
15167         (nntp_open_auth, nntp_close): new functions.
15168         (nntp_gen_command): new function to handle authentication; all
15169         NNTP command functions updated to use it.
15170         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15171         (nntp_list): removed old useless code.
15172
15173         * src/news.h (NNTPSession): new field nntp_sock.
15174
15175         * src/news.c: all functions updated to use NNTPSockInfo instead of
15176         SockInfo.
15177         (news_session_new): new arguments (userid, passwd); made static;
15178         use nntp_open_auth() if needed.
15179         (news_session_destroy): use nntp_close() instead of sock_close().
15180         (news_query_password): changed arguments.
15181         (news_session_new_for_folder): new function.
15182         (news_session_get): use news_session_new_for_folder().
15183         (news_authenticate): deleted.
15184         (news_get_uncached_articles): removed old authentication code.
15185
15186 2001-04-30 [sergey]
15187
15188         * src/news.c: reverted my previous changes (need to do NNTP
15189         authentication in a cleaner way).
15190         
15191 2001-04-29 [sergey]
15192
15193         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15194         news_nntp_post, news_nntp_mode): new functions (wrappers with
15195         authentication support).
15196         (news_get_article_cmd, news_get_article, news_get_header): new
15197         argument "folder"; all callers changed.
15198         (news_get_article_cmd): added authentication support.
15199         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15200         (news_post): use news_nntp_post() instead of nntp_post().
15201         (news_get_uncached_articles): use news_nntp_group() instead of
15202         nntp_group() and news_nntp_xover() instead of nntp_xover();
15203         removed old authentication code.
15204         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15205
15206         * src/nntp.c (nntp_list): return real error code instead of
15207         hardcoded NN_ERROR.
15208
15209 2001-04-29 [sergey]
15210
15211         * configure.in: fixed wint_t typedef detection again
15212
15213 2001-04-28 [hoa]
15214
15215         * src/prefs_account.[ch], added A_LOCAL_CMD
15216                 (send mail with mail command)
15217         * src/send.c added function send_message_with_command()
15218         * src/inc.c made a more secure get_spool() function with
15219                 mktemp() but maybe mkstemp() or something more
15220                 secure can be used.
15221
15222 2001-04-28 [alfons]
15223
15224         * src/textview.c, colorization of email addresses in headers
15225
15226         0.4.65claws6
15227
15228         * bug sync with sylpheed
15229         * prefs_common.c: created date format ui for darko
15230         * sync with 0.4.65cvs11
15231         * configure.in: corrected to have the new gpg checks
15232
15233 2001-04-27 [alfons]
15234
15235         * completed sync with 0.4.65cvs10
15236         * minor debug things added to gtkstext.c
15237
15238 2001-04-27 [darko]
15239
15240         * configure.in: remove check for availability of
15241           strftime() as advised by Hiroyuki
15242         * src/prefs_common.[ch], src/procheader.c:
15243           synch strftime() code with Hiroyki's main branch
15244
15245 2001-04-26 [sergey]
15246
15247         * src/news.c: news_query_password(), news_authenticate(): new
15248           functions.
15249           news_get_uncached_articles(): added NNTP authentication
15250           handling.
15251         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15252           new functions.
15253         * src/prefs_account.c: prefs_account_protocol_activated():
15254           enable userid and password fields for NNTP.
15255
15256 2001-04-26
15257
15258         * configure.in: check for availability of strftime()
15259           [darko]
15260         * src/prefs_common.[ch], src/procheader.c: use
15261           strftime() for displaying date in summary pane if it
15262           is available
15263
15264 2001-04-25
15265
15266         * more .cvsignore cleanups [alfons]
15267
15268 2001-04-25
15269
15270         * ac/sv-check-type.m4: new autoconf macro.
15271         * configure.in: fixed wint_t typedef detection (did not work
15272           with gcc-2.96).
15273
15274 2001-04-25
15275
15276         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15277           [hiroyuki]
15278
15279 2001-04-24
15280         * modified gtkstext.c : buggy cursor navigation fixed, 
15281           and font descent also taken in account when drawing
15282           cursor. [alfons]
15283
15284 2001-04-24 [hoa]
15285         * added comments in src/news.c src/nntp.c
15286         * added src/prefs_headers.[ch]
15287         * added src/headers.[ch]
15288         * modified compose.c to activate custom headers
15289                 added function is_in_custom_headers
15290         * modified prefs_account.[ch]
15291                 added function prefs_account_customhdr_edit
15292         * modified src/defs.h :
15293                 added HEADERS_RC : name of the config file
15294                 for the custom headers
15295
15296 2001-04-24
15297
15298     0.4.65claws5
15299
15300         * configure.in
15301           src/gtkstext.[ch]
15302           src/compose.c
15303           src/Makefile.am
15304           
15305           added gtkstext with configure.in patch by Hiroyuki which
15306           should fix the XIM detection [alfons]
15307
15308         * more clean up of cvs [alfons]
15309
15310                  * removed all Makefile.in files to attic.
15311
15312                  * updated all .cvsignores to really ignore things that could
15313                    be unintentionally committed by a recursive commit.
15314
15315 2001-04-23 [hoa]
15316         * added src/grouplist_dialog.[ch]
15317         * changed src/folderview.c to call grouplist_dialog instead
15318                 of inputdialog
15319         * src/news.c :
15320                 added functions news_reset_group_list
15321                 and news_get_group_list
15322         * src/nntp.c :
15323                 added function nntp_list
15324         * src/defs.h :
15325                 added GROUPLIST_FILE : name of the newsgroup list cache file
15326
15327 2001-04-21
15328
15329         * added option to warn about queued messages on exit [sergey]:
15330
15331           * src/compose.c: compose_queue(): call folder_item_scan()
15332             and folderview_update_item() after queueing.
15333           * src/folderview.c: folderview_update_node(): draw the queue
15334             folder in bold font if there are queued messages.
15335           * src/mainwindow.c: queued_messages(): new function.
15336             app_exit_cb(): display warning if there are queued messages
15337             if warn_queued_on_exit is set.
15338           * prefs_common.[ch]: add warn_queued_on_exit option.
15339
15340         * enhanced GnuPG key selection support [sergey]:
15341
15342           * src/select-keys.c: updated to newer version from Win32
15343             branch with support for selecting arbitrary keys.
15344           * src/prefs_account.c: added the Privacy tab to the account
15345             options window.
15346             prefs_account_privacy_create(),
15347             prefs_account_sign_key_set_data_from_radiobtn(),
15348             prefs_account_sign_key_set_radiobtn(): new functions.
15349           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15350           * src/rfc2015.c: set_signers(): new function.
15351             pgp_sign(): add the account parameter, call set_signers().
15352             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15353           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15354           * src/compose.c: pass the current account to rfc2015_sign().
15355
15356         * tag name claws added to prevent confusion with main branch [alfons]
15357
15358         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15359
15360         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15361
15362         * sync with recent sylpheed cvs. Untested though. [alfons]
15363