27b7b67e731063cf2f8627e0b506ed45e3b4d743
[claws.git] / ChangeLog-gtk2.claws
1 2005-07-04 [colin]      1.9.12cvs13
2
3         * configure.ac
4                 Add a check for libetpan's version (>= 0.37)
5
6 2005-07-04 [hoa]        1.9.12cvs12
7
8         * commitHelper
9         * src/imap.c
10         * src/etpan/imap-thread.c
11         * src/etpan/imap-thread.h
12                 fixed IMAP implementation of check of mails.
13
14 2005-07-03 [hoa]        1.9.12cvs11
15
16         * src/etpan/Makefile.am
17         * src/etpan/etpan-errors.h
18         * src/etpan/etpan-log.[ch]
19         * src/etpan/etpan-thread-manager-types.h
20         * src/etpan/etpan-thread-manager.[ch]
21         * src/etpan/imap-thread.[ch]
22         * src/Makefile.am
23         * src/imap.c
24         * src/main.c
25         * src/prefs_other.c
26         * configure.ac
27             merged imap branch.
28             dependency on libetpan 0.37 is now added.
29
30 2005-07-01 [colin]      1.9.12cvs10
31
32         * src/Makefile.am
33         * src/folder.c
34         * src/folder.h
35         * src/folderview.c
36         * src/stock_pixmap.c
37         * src/stock_pixmap.h
38         * src/plugins/trayicon/trayicon.c
39                 Add marked symbol on folders containing
40                 marked messages
41         * src/procmsg.c
42         * src/procmsg.h
43         * src/toolbar.c
44         * src/prefs_common.c
45         * src/prefs_common.h
46         * src/prefs_send.c
47                 Add an optional confirmation dialog on queue
48                 sending. Patch by wwp.
49         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
50         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
51         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
52         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
53         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
54         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
55         * src/pixmaps/inbox_mark.xpm            ** ADDED **
56         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
57         * src/pixmaps/outbox_mark.xpm           ** ADDED **
58         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
59         * src/pixmaps/trash_mark.xpm            ** ADDED **
60                 New pixmaps
61
62 2005-07-01 [colin]      1.9.12cvs9
63
64         * src/summaryview.c
65                 Fix a little threading bug
66         * src/addrgather.c
67         * src/mainwindow.c
68                 A little bit of HIG normality never hurts
69
70 2005-07-01 [colin]      1.9.12cvs8
71
72         * src/compose.c
73         * src/msgcache.c
74         * src/pop.c
75         * src/procmime.c
76         * src/recv.c
77         * src/common/log.c
78         * src/common/template.c
79         * src/common/utils.c
80         * src/common/utils.h
81                 Reverted the fwrite_atomic stuff. In fact
82                 it is already atomic.
83
84 2005-06-30 [colin]      1.9.12cvs7
85
86         * src/common/utils.c
87         * src/common/utils.h
88                 Add an fwrite_atomic() function to make
89                 sure we write everything: fwrite can make
90                 short writes.
91         * src/compose.c
92         * src/msgcache.c
93         * src/pop.c
94         * src/procmime.c
95         * src/recv.c
96         * src/common/log.c
97         * src/common/template.c
98                 Use that (and fix swapping of size and nmemb).
99                 Thanks to Rich Coe for the heads up.
100
101 2005-06-30 [colin]      1.9.12cvs6
102
103         * src/addressbook.c
104                 Optimize addressbook opening 
105
106 2005-06-30 [colin]      1.9.12cvs5
107
108         * src/summaryview.c
109                 Remove calls to summary_step after move/copy
110
111 2005-06-28 [paul]       1.9.12cvs4
112
113         * src/alertpanel.c
114                 wrap and make the error msg selectable
115
116 2005-06-28 [paul]       1.9.12cvs3
117
118         * src/ssl_manager.c
119                 replace the OK button with a Close button
120         * src/gtk/foldersort.c
121                 use GTK_STOCK_ icons/buttons
122
123 2005-06-28 [colin]      1.9.12cvs2
124
125         * src/gedit-print.c             ** ADDED **
126         * src/gedit-print.h             ** ADDED **
127         * src/gtk/gtksourceprintjob.c   ** ADDED **
128         * src/gtk/gtksourceprintjob.h   ** ADDED **
129                 I can't believe no one had enough time to tell
130                 me I forgot the `cvs add`
131
132 2005-06-27 [colin]      1.9.12cvs1
133
134         * src/Makefile.am
135         * src/gtk/Makefile.am
136         * src/messageview.c
137         * src/procmsg.c
138         * src/summaryview.c
139         * configure.ac
140                 Add optional libgnomeprint-based printing
141         * src/mainwindow.c
142         * src/gtk/quicksearch.c
143                 Add an Edit/Quick search menu item to show
144                 and focus the quicksearch
145
146 2005-06-27 [paul]       1.9.12
147
148         1.9.12 release
149
150         * po/ca.po
151         * po/de.po
152         * po/es.po
153         * po/fr.po
154         * po/it.po
155         * po/ko.po
156         * po/pt_BR.po
157         * po/sk.po
158         * po/zh_CN.po
159                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
160                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
161                 SungHyun Nam, Frederico Goncalves Guimaraes,
162                 Andrej Kacian, and Yang Guilong
163 2005-06-26 [colin]      1.9.11cvs106
164
165         * src/imap_gtk.c
166                 Forgot one file for previous fix
167
168 2005-06-26 [colin]      1.9.11cvs105
169
170         * src/folder.c
171         * src/imap.c
172                 Fix problems with folder operations in no_select
173                 imap folders. it applies only to mails, and 
174                 creation/deletion/move/renaming of folders 
175                 should be possible
176
177 2005-06-26 [paul]       1.9.11cvs104
178
179         * src/prefs_filtering.c
180                 replace one more GTK_STOCK_REMOVE
181                 with GTK_STOCK_DELETE
182
183 2005-06-25 [colin]      1.9.11cvs103
184
185         * src/imap.c
186                 Optimize get_seq_set_from_seq_list
187                 (Patch by Ricardo) 
188
189 2005-06-25 [colin]      1.9.11cvs102
190
191         * src/mh.c
192                 If the directory exists, but not in the
193                 correct encoding, rename it. This should
194                 handle old-versions-induced bugs.
195
196 2005-06-25 [colin]      1.9.11cvs101
197
198         * src/mh.c
199                 Fix path access with extended dir names
200                 Fixes bug #589 (SC segfaults with wrong locale
201                 settings)
202
203 2005-06-25 [colin]      1.9.11cvs100
204
205         * src/prefs_account.c
206         * src/prefs_account.h
207         * src/compose.c
208                 Add an option to encrypt replies to
209                 encrypted messages
210
211 2005-06-25 [colin]      1.9.11cvs99
212
213         * src/compose.c
214         * src/quote_fmt_parse.y
215                 ... And make it work with pgpinline.
216
217 2005-06-25 [colin]      1.9.11cvs98
218
219         * src/compose.c
220         * src/procmime.c
221         * src/procmime.h
222         * src/quote_fmt_parse.y
223                 o Make reedition of encrypted messages possible
224                   (as long as it is encrypted to self too, no
225                    magic there)
226                 o Make replying with quote (and without selecting
227                   text) possible for encrypted messages.
228                 Closes bug #550 (Not possible to "reply with quote"
229                 to gnupg encrypted messages)
230
231 2005-06-24 [paul]       1.9.11cvs97
232
233         * src/imap.c
234                 add missing include
235
236 2005-06-24 [paul]       1.9.11cvs96
237
238         * src/editldap.c
239                 made bind password entry invisible
240                 (sync with main)
241         * src/send_message.c
242                 send_message_local(): check exit status
243                 to detect errors (sync with main)
244         * src/textview.c
245                 use main's less ambiguous popup menu
246                 wording
247
248 2005-06-24 [paul]       1.9.11cvs95
249
250         * src/prefs_actions.c
251         * src/prefs_customheader.c
252         * src/prefs_display_header.c
253         * src/prefs_filtering_action.c
254         * src/prefs_matcher.c
255         * src/prefs_template.c
256         * src/prefs_toolbar.c
257                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
258         * src/gtk/description_window.c
259                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
260
261 2005-06-23 [colin]      1.9.11cvs94
262
263         * src/summaryview.c
264                 Fix rough edges (be sure to call status_show whenever
265                 necessary).
266
267 2005-06-23 [colin]      1.9.11cvs93
268
269         * src/summaryview.c
270                 Optimize Select All
271                 Before, in a 5K mails folder: 11s
272                 After, in the same folder: 58000µs
273                 The joys of locking... gtk_clist_select_all() fires a 
274                 tree-select-row event for each selected row, which in 
275                 summaryview, callbacks summary_selected which in turn,
276                 calls summary_status_show, which walks the selected
277                 rows. Hence, calling gtk_clist_select_all was 
278                 exponential. Locking the summaryview makes 
279                 summary_selected return early.
280
281 2005-06-23 [colin]      1.9.11cvs92
282
283         * src/imap.c
284                 Move mutex at the important place to avoid
285                 deadlocks
286         * src/summaryview.c
287                 Fix Del key deleting directly instead of
288                 moving to trash
289
290 2005-06-22 [colin]      1.9.11cvs91
291
292         * src/plugins/spamassassin/libspamc.c
293                 As we do spagetti code with assignations in multiple
294                 places (see _message_read_raw where out = msg = raw),
295                 let's be sure we don't free the same pointer twice.
296                 Should fix bug #683 (Crash in libpam at 
297                 message_cleanup).
298
299 2005-06-22 [colin]      1.9.11cvs90
300
301         * src/compose.c
302         * src/messageview.c
303         * src/toolbar.c
304                 Make toolbar's delete use the move to trash stuff;
305                 Add gtk_widget_realize to be sure pixmaps can get
306                 created (that may fix an old worksforme bug which
307                 I can't find back...)
308
309 2005-06-22 [colin]      1.9.11cvs89
310
311         * src/summaryview.c
312         * src/summaryview.h
313         * src/mainwindow.c
314                 Rename "Message/Delete" to "Message/Move to trash"
315                 Add "Message/Delete..." that directly destroys the
316                 selected messages after asking for a confirmation.
317
318 2005-06-22 [colin]      1.9.11cvs88
319
320         * src/imap.c
321                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
322                 o Fix a deadlock (thanks Darko)
323
324 2005-06-22 [colin]      1.9.11cvs87
325
326         * src/gtk/foldersort.c
327                 Add missing include for the i18n;
328                 patch by Fabien Vantard
329
330 2005-06-21 [colin]      1.9.11cvs86
331
332         * src/folder.c
333         * src/folderview.c
334                 Respect the no_select flag
335         * src/imap.c
336                 Fix recursive deletion
337         * src/imap_gtk.c
338         * src/mh_gtk.c
339                 Make the folder deletion's warning
340                 more explicit
341
342 2005-06-21 [colin]      1.9.11cvs85
343
344         * src/textview.c
345                 Prevent email addresses from spanning accross
346                 lines - fixes bug # 646 (newline-chars in 
347                 email addresses)
348
349 2005-06-20 [colin]      1.9.11cvs84
350
351         * src/folder.c
352                 Be sure not to remove source if copy failed
353
354 2005-06-20 [colin]      1.9.11cvs83
355
356         * src/folderview.c
357         * src/imap_gtk.c
358                 remove summaryview's lock
359         * src/imap.c
360                 introduce threads to avoid problems when foreground tasks
361                 interfere with background tasks
362         * src/mh.c
363                 prevent moving to drafts/queue
364         * src/mimeview.c
365                 fix leak
366
367 2005-06-19 [colin]      1.9.11cvs82
368
369         * src/imap_gtk.c
370                 Remember that the user doesn't want to override
371                 offline mode, for 3 seconds. It avoid presenting
372                 him with N popups in a really short time.
373
374 2005-06-17 [colin]      1.9.11cvs81
375
376         * src/imap.c
377                 Fix IMAP breaking on folders containing '('
378                 (Probably won't be enough)
379
380 2005-06-17 [colin]      1.9.11cvs80
381
382         Forgotten files on 1.9.11cvs79
383         * src/summaryview.c
384                 Fix stepping when not immediately executing
385         * src/imap.c
386                 Really prevent UID FETCH 0
387         * src/codeconv.c
388                 Fix outgoing charset never set to utf-8
389         * src/mh.c
390                 Fix leak
391
392 2005-06-16 [colin]      1.9.11cvs79
393
394         * src/compose.c
395                 Fix bug #707 (Dash splits rows)
396                 Only wrap if we're on a line break position and
397                 the previous one was a "white" (space) char.
398                 Pango stuff is weird.
399
400 2005-06-16 [colin]      1.9.11cvs78
401
402         * src/imap_gtk.c
403                 Lock summaryview while downloading messages
404                 on user demand
405         * src/procheader.c
406         * src/unmime.c
407         * src/common/utils.c
408         * src/common/utils.h
409                 Replace \r and \n with spaces in From and
410                 Subject headers
411
412 2005-06-16 [paul]       1.9.11cvs77
413
414         * src/procmime.c
415                 liberalise the mime parser
416         * src/gtk/about.c
417                 add text wrapping
418
419 2005-06-16 [paul]       1.9.11cvs76
420
421         * src/gtk/about.c
422                 reworked
423
424 2005-06-15 [colin]      1.9.11cvs75
425
426         * src/compose.c
427                 Finish header encoding fix
428         * src/summaryview.c
429                 Fix segfault
430         * src/headerview.c
431                 Fix compilation (Thanks Stephan
432                 Sachse)
433
434 2005-06-15 [colin]      1.9.11cvs74
435
436         * Makefile.am
437                 Install gnome2 stuff rather than gnome1, 
438                 if both are present
439         * src/codeconv.c
440         * src/codeconv.h
441         * src/compose.c
442                 Fix headers encoding
443         * src/folder.c
444                 Visual progress when fetching all messages
445         * src/folderview.c
446         * src/summaryview.c
447         * src/summaryview.h
448                 Prevent changing current message while
449                 incorporating
450
451 2005-06-15 [paul]       1.9.11cvs73
452
453         * src/gtk/gtkaspell.c
454         * src/gtk/gtkaspell.h
455                 fix build warnings
456
457 2005-06-15 [paul]       1.9.11cvs72
458
459         * src/prefs_filtering.c
460                 allow reordering of filter rules by
461                 drag n drop
462
463 2005-06-15 [paul]       1.9.11cvs71
464
465         * COPYING
466                 updated
467         * src/codeconv.c
468                 replace deprecated function
469         * src/inc.c
470         * src/send_message.c
471         * src/gtk/progressdialog.c
472         * src/gtk/progressdialog.h
473                 salvage and reuse parts of reverted sync
474
475 2005-06-15 [paul]       1.9.11cvs70
476
477         * src/inc.c
478         * src/send_message.c
479         * src/gtk/progressdialog.c
480         * src/gtk/progressdialog.h
481                 revert yesterday's sync with main
482                 it contains deprecated functions
483
484 2005-06-15 [colin]      1.9.11cvs69
485
486         * src/headerview.c
487                 Fix bug #670 (multi user to: will corrupt message 
488                 headers display)
489
490 2005-06-15 [colin]      1.9.11cvs68
491
492         * src/compose.c
493                 Fix bug #421 (Fix undo on wrapping)
494
495 2005-06-15 [colin]      1.9.11cvs67
496
497         * src/folder.c
498                 Provide visual feedback while processing
499                 folder's rules.
500         * src/imap.c
501                 Provide visual feedback while getting
502                 short headers (for uncached messages)
503
504
505 2005-06-14 [paul]       1.9.11cvs66
506
507         * src/account.c
508                 change a couple stock icons
509         * src/inc.c
510         * src/send_message.c
511         * src/gtk/progressdialog.c
512         * src/gtk/progressdialog.h
513                 sync main's GtkTreeView implementation
514
515 2005-06-14 [colin]      1.9.11cvs65
516
517         * src/imap.c
518                 Various little fixes, mainly on error paths
519
520 2005-06-13 [colin]      1.9.11cvs64
521
522         * matcher.c
523         * procmsg.c
524         * procmsg.h
525                 Add a way to fetch only headers. This speeds
526                 up filtering on headers for IMAP. Fixes:
527                 bug #481 extraneous imap commands slow down 
528                         imap filtering
529                 bug #522 Sylpheed downloads all messages 
530                         when opening mailbox (IMAP)
531                 bug #677 IMAP fetch is soooooooooooooo slow
532         * src/folder.c
533         * src/folder.h
534                 Add a folder set_batch method so that
535                 implementations can speed up flags changes
536         * src/folderutils.c
537         * src/summaryview.c
538                 Use that in mark as (un)read and mark all read
539                 Refix bug #679
540         * src/imap.c
541                 Implement set_batch - brings back deferred
542                 flags in a less buggy manner. Fixes:
543                 bug #729 IMAP immediate expunge of deleted messages
544                 bug #191 remove list of messages with one command
545                 Fix login with strange chars
546                 Implement fetch_msg_full
547                 Fix copy (wrong counts)
548
549 2005-06-12 [colin]      1.9.11cvs63
550
551         * src/folder.c
552                 lock incorporation during long operations.
553                 Avoids fucking up the IMAP socket.
554
555 2005-06-12 [colin]      1.9.11cvs62
556
557         * src/imap.c
558                 Fix harmful typo
559                 Factorize remove_all_msg
560                 Thread-ize expunge
561         * src/summaryview.c
562                 Don't update partial-download status if unnecessary
563         * src/folder.c
564                 Use remove_msgs everywhere possible
565
566 2005-06-12 [colin]      1.9.11cvs61
567
568         * src/folder.c
569         * src/folder.h
570                 Add a remove_msgs function to remove a 
571                 list of messages
572         * src/imap.c
573                 Implement that.
574
575 2005-06-12 [colin]      1.9.11cvs60
576
577         * src/imap.c
578                 Remove flags-processing deferring... Too hard
579                 to get it to work in all cases.
580
581 2005-06-11 [colin]      1.9.11cvs59
582
583         * src/imap.c
584                 printf -> debug_print
585
586 2005-06-11 [colin]      1.9.11cvs58
587
588         * src/imap.c
589                 o Fix build without USE_PTHREAD
590                 o Factorize imap_open
591                 o Alertpanel in case of impossible connection
592                 o Alertpanel in case of impossible login
593                 o Fix deferred flags processing to force a 
594                   flush before adding some more flags to process,
595                   but in another folder.
596
597 2005-06-10 [colin]      1.9.11cvs57
598
599         * src/imap.c
600                 o Fix a format string error
601                 o init ssl socket outside of the thread 
602                   (it possibly invokes gtk calls)
603         * src/procmime.c
604                 o Put back the buffer to its necessary size
605                 o Fix changing a file pointer without keeping
606                   track of it (thanks Valgrind)
607         * src/common/smtp.c
608                 o Fix automatic STARTTLS if login should be done
609                   and the server only allows it after starting TLS
610         * src/gtk/gtkinputdialog.c
611                 o Eat GDK_Return so that the combo popup doesn't 
612                   appear when we press Enter to validate the combo
613                   input dialog (as seen in the Open with... dialog)
614
615 2005-06-10 [colin]      1.9.11cvs56
616
617         * src/imap.c
618                 o A bit less debug
619                 o Fix a crash on deletion
620                 o Threadize imap_select (it's called outside of 
621                   threads)
622                 o Defer treatment of DELETED flags
623
624
625 2005-06-09 [colin]      1.9.11cvs55
626
627         * src/imap.c
628                 Make sure we check imap_gtk_should_override(), which
629                 potentially calls gtk stuff, before creating thread.
630                 That way it should't be called via imap_get_session()
631                 inside a thread.
632
633 2005-06-09 [colin]      1.9.11cvs54
634
635         * src/imap.c
636                 o add a bit of status output
637                 o remove some dead code
638                 o threadize get_list_of_uids
639                 o threadize imap_get_flags
640                 o defer flag changing by 500ms so that they
641                   can be batched
642
643
644 2005-06-08 [colin]      1.9.11cvs53
645
646         * src/imap.c
647                 Thread-ize imap_cmd_fetch
648
649 2005-06-08 [colin]      1.9.11cvs52
650
651         * src/main.c
652                 Mmh, that broke POP3...
653
654 2005-06-08 [colin]      1.9.11cvs51
655
656         * src/main.c
657                 Stabilize IMAP patch (thanks to Hoa)
658
659 2005-06-08 [colin]      1.9.11cvs50
660
661         * src/imap.c
662                 Test patch to speed up imap. 
663
664 2005-06-08 [colin]      1.9.11cvs49
665
666         * src/imap_gtk.c
667                 Warning fix
668         * src/procmime.c
669                 Apply patch from gentoo to use /usr/share/mime/globs if 
670                 available, after un-breaking it
671         * src/common/log.c
672         * src/common/log.h
673                 Use g_timeout for invoking hooks that possibly use gtk
674                 calls. This should leave gtk calls in the main thread.
675
676 2005-06-08 [paul]       1.9.11cvs48
677
678         * src/codeconv.c
679                 conv_get_outgoing_charset_str(): don't
680                 use prefs_common setting
681         * src/compose.c
682         * src/compose.h
683                 add /Options/Character encoding/... to
684                 temporarily change the outgoing encoding
685
686         (belated sync with main)
687
688 2005-06-08 [paul]       1.9.11cvs47
689
690         * src/compose.c
691                 correction to/completion of last
692                 sync with main
693
694 2005-06-08 [paul]       1.9.11cvs46
695
696         sync with main:
697         
698         * src/codeconv.c
699         * src/codeconv.h
700                 always enabled Japanese auto-detection
701                 if the first letters of locale string
702                 is "ja"
703         * src/compose.c
704                 don't use "destroy" signal to destroy
705                 Compose object (fix rare crashes on discard?)
706         * src/mainwindow.c
707         * src/messageview.c
708         * src/prefs_send.c
709                 added Hebrew encodings
710         * src/sourcewindow.c
711                 don't use "destroy" signal to destroy
712                 objects
713
714 2005-06-07 [colin]      1.9.11cvs45
715
716         * src/summaryview.c
717                 Add missing unlocks/locks
718
719 2005-06-07 [paul]       1.9.11cvs44
720
721         * src/summaryview.c
722                 restore bug #749 fix
723
724 2005-06-06 [colin]      1.9.11cvs43
725
726         * src/summaryview.c
727                 Fix selection bug when prefs_common.open_unread 
728                 is FALSE
729
730 2005-06-06 [colin]      1.9.11cvs42
731
732         * src/common/md5.c
733                 Fix a warning
734         * src/summaryview.c
735         * src/folderview.c
736                 Factorize long operations beginning and end
737                 (locking, freezing/thawing, cursor, ...)
738                 Check selection->data member in selection-
739                 related loops; this avoids dying an awful
740                 death if the selection changes on us while
741                 we're marking a whole IMAP folder unread, 
742                 for example.
743
744 2005-06-06 [paul]       1.9.11cvs41
745
746         * src/textview.c
747                 don't g_free() a static gchar buffer
748
749 2005-06-05 [colin]      1.9.11cvs40
750
751         * src/mainwindow.c
752         * src/messageview.c
753         * src/summaryview.c
754                 Fix bug #749 (Show all headers should be
755                 sticky as the GUI suggests)
756
757 2005-06-03 [paul]       1.9.11cvs39
758
759         * src/compose.c
760                 don't allow editing of mail while sending.
761                 patch by Colin
762
763 2005-06-03 [paul]       1.9.11cvs38
764
765         * src/folderview.c
766                 add a freeze/thaw to speed up 'mark all read'
767
768 2005-06-03 [paul]       1.9.11cvs37
769
770         * src/prefs_message.c
771                 reflect changes immediately
772
773 2005-06-02 [colin]      1.9.11cvs36
774
775         * po/POTFILES.in
776                 Patch by Fabien Vantard.
777
778 2005-06-02 [colin]      1.9.11cvs35
779
780         * src/imap.c
781                 Use a non-blocking imap_getline() if possible.
782                 This should completely prevent the interface
783                 from freezin on imap operations, although it
784                 may do strange stuff in case of folder switching
785                 while a big imap operation is taking place...
786
787                 In addition, fix a leak in the case thread
788                 creation fails on connection.
789
790 2005-06-02 [colin]      1.9.11cvs34
791
792         * src/crash.c
793         * src/prefs_common.h
794                 Fix build (prefs_common_init() doesn't exist
795                 anymore)
796
797 2005-06-02 [colin]      1.9.11cvs33
798
799         * src/prefs_account.c
800                 Fix bug #245 (filtering rules broken when
801                 renaming a remote account (imap4 or nntp)
802
803 2005-06-02 [colin]      1.9.11cvs32
804
805         * src/imap.c
806                 Try to fix IMAP shortcomings: 
807                 o Multithread imap_open()
808                 o allow offline-mode overriding instead of
809                   just returning NULL
810         * src/imap_gtk.c
811         * src/imap_gtk.h
812                 Add a function to ask whether we want to
813                 override offline-mode for 10 minutes (one-shot
814                 asking was painful)
815         * src/procheader.c
816                 Fix segfault when imap parser isn't happy about
817                 a missing {
818
819 2005-06-01 [colin]      1.9.11cvs31
820
821         * src/addrharvest.c
822         * src/compose.c
823         * src/mbox.c
824         * src/mbox.h
825         * src/mh.c
826         * src/msgcache.c
827         * src/send_message.c
828         * src/setup.c
829         * src/undo.c
830         * src/common/hooks.c
831         * src/common/prefs.c
832         * src/common/template.c
833         * src/common/utils.c
834         * src/gtk/gtkutils.c
835         * src/gtk/inputdialog.c
836         * src/gtk/menu.c
837         * src/gtk/pluginwindow.c
838         * src/gtk/prefswindow.c
839         * src/plugins/pgpmime/passphrase.c
840         * src/plugins/pgpmime/prefs_gpg.c
841                 More -Wall fixes
842
843         * src/common/Makefile.am
844         * src/common/timing.h
845                 Add basic timing code
846
847         * src/summaryview.c
848                 Fix a bug with unread messages when 
849                 re-sorting folders, and by the way
850                 fix a big performance hit when 
851                 re-sorting (10k mails: before 5s,
852                 after .5s)
853
854         * src/prefs_compose_writing.c
855         * src/prefs_compose_writing.h
856         * src/prefs_message.c
857         * src/prefs_message.h
858         * src/prefs_other.c
859         * src/prefs_other.h
860         * src/prefs_quote.c
861         * src/prefs_quote.h
862         * src/prefs_receive.c
863         * src/prefs_receive.h
864         * src/prefs_send.c
865         * src/prefs_send.h
866         * src/prefs_summaries.c
867         * src/prefs_summaries.h
868                 Fix copyright banner
869
870 2005-06-01 [paul]       1.9.11cvs30
871
872         * po/fi.po
873                 updated by Flammie Pirinen
874         * src/procmime.c
875                 fix 'Bad BASE64 content' output
876
877 2005-05-31 [colin]      1.9.11cvs29
878
879         * src/procmime.c
880                 Oops, where did my hunk go.
881
882 2005-05-31 [colin]      1.9.11cvs28
883
884         * src/Makefile.am
885         * src/account.c
886         * src/action.c
887         * src/addr_compl.c
888         * src/addressbook.c
889         * src/codeconv.c
890         * src/compose.c
891         * src/export.c
892         * src/folder.c
893         * src/folderview.c
894         * src/image_viewer.c
895         * src/main.c
896         * src/mainwindow.c
897         * src/messageview.c
898         * src/mimeview.c
899         * src/msgcache.c
900         * src/prefs_account.c
901         * src/prefs_actions.c
902         * src/prefs_common.c
903         * src/prefs_compose_writing.c
904         * src/prefs_customheader.c
905         * src/prefs_ext_prog.c
906         * src/prefs_filtering.c
907         * src/prefs_filtering_action.c
908         * src/prefs_fonts.c
909         * src/prefs_image_viewer.c
910         * src/prefs_message.c
911         * src/prefs_message.h
912         * src/prefs_msg_colors.c
913         * src/prefs_other.c
914         * src/prefs_other.h
915         * src/prefs_quote.c
916         * src/prefs_receive.c
917         * src/prefs_receive.h
918         * src/prefs_send.c
919         * src/prefs_send.h
920         * src/prefs_spelling.c
921         * src/prefs_summaries.c
922         * src/prefs_summary_column.c
923         * src/prefs_template.c
924         * src/prefs_themes.c
925         * src/prefs_toolbar.c
926         * src/prefs_wrapping.c
927         * src/procmime.c
928         * src/procmsg.c
929         * src/send_message.h
930         * src/ssl_manager.c
931         * src/summary_search.c
932         * src/summaryview.c
933         * src/textview.c
934         * src/wizard.c
935         * src/common/smtp.c
936         * src/common/smtp.h
937         * src/gtk/gtkutils.h
938                 o Move the rest of Common prefs to new style
939                 o Lots of -Wall warning fixes
940                 o fix FIXME in cache memusage calculation
941                 o Let return receipts be sent from any account
942                 o Little cache optimisation (read)
943                 o Fix bug #746 (don't treat commas as separators
944                   when inside a quoted string)
945
946 2005-05-31 [paul]       1.9.11cvs27
947
948         * src/prefs_common.c
949                 fix 'off-by-one' typo
950
951 2005-05-31 [paul]       1.9.11cvs26
952
953         * src/account.c
954         * src/addr_compl.c
955         * src/compose.c
956         * src/foldersel.c
957         * src/prefs_actions.c
958         * src/prefs_common.c
959         * src/prefs_common.h
960         * src/prefs_customheader.c
961         * src/prefs_display_header.c
962         * src/prefs_filtering.c
963         * src/prefs_filtering_action.c
964         * src/prefs_matcher.c
965         * src/prefs_summaries.c
966         * src/prefs_summary_column.c
967         * src/prefs_template.c
968         * src/prefs_toolbar.c
969         * src/ssl_manager.c
970         * src/gtk/pluginwindow.c
971         * src/gtk/prefswindow.c
972         * src/gtk/progressdialog.c
973                 add hidden prefs 'enable_rules_hint'
974                 for gtk_tree_view_set_rules_hint()
975                 (sync with main)
976                 
977
978 2005-05-31 [colin]      1.9.11cvs25
979
980         * src/Makefile.am
981         * src/main.c
982         * src/prefs_common.c
983         * src/prefs_summaries.c ** ADDED **
984         * src/prefs_summaries.h ** ADDED **
985                 Common/Display -> Display/Summaries
986
987 2005-05-31 [colin]      1.9.11cvs24
988
989         * src/Makefile.am
990         * src/main.c
991         * src/prefs_quote.c ** ADDED **
992         * src/prefs_quote.h ** ADDED **
993                 Move Common/Quote to Compose/Quoting
994         * src/prefs_common.c
995         * src/prefs_common.h
996                 Remove old quote stuff, add
997                 convenience functions for GtkTextView prefs
998         * src/gtk/prefswindow.c
999                 Set default height higher
1000
1001 2005-05-30 [colin]      1.9.11cvs23
1002
1003         * src/Makefile.am
1004         * src/main.c
1005         * src/prefs_common.c
1006         * src/prefs_compose_writing.c ** ADDED **
1007         * src/prefs_compose_writing.h ** ADDED **
1008                 Move Common/Compose prefs to Compose/Writing
1009
1010 2005-05-30 [colin]      1.9.11cvs22
1011
1012         * src/common/utils.c
1013                 Fix bug #651 (Confused Attract by Subject)
1014                 Patch by M. Benkmann <haferfrost@web.de>
1015         * AUTHORS
1016
1017 2005-05-30 [colin]      1.9.11cvs21
1018
1019         * src/compose.c
1020                 Fix concatenation of different headers of
1021                 the same type (bug #645)
1022         * src/prefs_folder_item.c
1023                 Fix bug #699 (setting color to black doesn't
1024                 work immediately)
1025         * src/procmime.c
1026                 Print out decoding error only once per
1027                 block
1028
1029 2005-05-30 [paul]       1.9.11cvs20
1030
1031         * src/common/template.c
1032                 fix Bcc
1033
1034 2005-05-30 [paul]       1.9.11cvs19
1035
1036         * doc/src/rfc2368.txt   **NEW FILE**
1037         * src/compose.c
1038                 compose_entries_set(): don't interpret Bcc
1039                 header field (conform to RFC 2368)
1040                 (sync with main)
1041
1042 2005-05-29 [colin]      1.9.11cvs18
1043
1044         * src/prefs_common.c
1045                 Let the default reply format respect
1046                 netiquette by cutting the signature.
1047
1048 2005-05-29 [colin]      1.9.11cvs17
1049
1050         * src/summaryview.c
1051                 Don't let always_show_msg override
1052                 open_unread_on_enter when opening a new
1053                 directory.
1054
1055 2005-05-27 [paul]       1.9.11cvs16
1056
1057         sync with main:
1058
1059         * src/main.c
1060                 app_will_exit(): cleanup tmp directory when exit
1061         * src/message_search.c
1062                 improved the interface and made code cleanup.
1063                 removed Clear button
1064         * src/send_message.c
1065                 send_message_local(): use GSpawn, and detect errors
1066         * src/summary_search.c
1067                 improved the interface and made code cleanup
1068         * src/textview.c
1069                 textview_write_link(): also skip non-ascii space
1070                  at the head of link strings (phishing check
1071                  didn't work at the case)
1072         * src/common/utils.c
1073                 get_command_output(): use g_spawn_command_line_sync()
1074                 instead of popen()
1075
1076 2005-05-26 [colin]      1.9.11cvs15
1077
1078         * src/folder.c
1079                 remove printf
1080
1081 2005-05-26 [colin]      1.9.11cvs14
1082
1083         * src/common/nntp.c
1084                 Fix nntp mode reader (bug #611)
1085                 Patch by Florian Mickler <florian@mickler.org>
1086
1087 2005-05-26 [colin]      1.9.11cvs13
1088
1089         * src/plugins/pgpmime/passphrase.c
1090                 Fix mouse grabbing (bug #557)
1091
1092 2005-05-26 [colin]      1.9.11cvs12
1093
1094         * src/prefs_themes.c
1095                 Fix g_warning (bug #541)
1096
1097 2005-05-26 [colin]      1.9.11cvs11
1098
1099         * src/prefs_actions.c
1100         * src/prefs_template.c
1101                 Fix bug #506 (no warning if action/template
1102                 is not saved)
1103         * src/common/template.c
1104                 Fix a possible crash
1105
1106 2005-05-26 [colin]      1.9.11cvs10
1107
1108         * src/folder.c
1109         * src/folderview.c
1110         * src/procmsg.c
1111         * src/summaryview.c
1112                 Forbid locked messages to be moved or
1113                 deleted. Locked messages in trashes 
1114                 still get deleted, for performance
1115                 reason (mh.c::mh_remove_all_msgs)
1116
1117 2005-05-25 [colin]      1.9.11cvs9
1118
1119         * src/procmime.c
1120                 Use correct encoding when sending mails
1121                 with attachments that have accentued 
1122                 chars in their name
1123
1124 2005-05-24 [colin]      1.9.11cvs8
1125
1126         * src/summaryview.c
1127                 Fix bug #688 f) read/unread marker not
1128                 changed on first click
1129                 Also, optimize summary_status_show()
1130                 calls
1131         * src/folder.c
1132         * src/inc.c
1133         * src/procmime.c
1134                 Fix bug #688 b) and c) wrt message
1135                 attachments and signature
1136         * src/stock_pixmap.c
1137         * src/stock_pixmap.h
1138         * src/stock_pixmap.c
1139         * src/stock_pixmap.h
1140         * src/Makefile.am
1141         * src/pixmaps/clip_gpg_signed.xpm
1142                 Add clip/signed icon
1143
1144 2005-05-24 [colin]      1.9.11cvs7
1145
1146         * src/folder_item_prefs.c
1147                 whitespace fix
1148
1149 2005-05-24 [colin]      1.9.11cvs6
1150
1151         * src/folderview.c
1152         * src/prefs_common.c
1153         * src/prefs_common.h
1154                 Add a confirmation to folder drag and drop
1155                 fixes bug #156
1156         * src/alertpanel.c
1157         * src/alertpanel.h
1158                 fix _with_disable parameters so that
1159                 the buttons labels are specifiable too
1160         * src/plugins/pgpmime/sgpgme.c
1161                 reflect said change
1162                 
1163
1164 2005-05-24 [colin]      1.9.11cvs5
1165
1166         * src/folderview.c
1167                 Uncollapse/collapse folders on double-click
1168                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
1169                 closes bug #108
1170
1171 2005-05-23 [colin]      1.9.11cvs4
1172
1173         * src/common/socket.c
1174                 Check another special SSL_peek() error.
1175                 Should help wrt bug #728
1176
1177 2005-05-23 [colin]      1.9.11cvs3
1178
1179         * src/plugins/pgpmime/pgpmime.c
1180                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
1181                 breaking menu accelerators and stuff. Users will have to
1182                 reselect "PGP MIME" instead of "PGP/MIME" in their 
1183                 account's privacy preferences if needed.
1184
1185 2005-05-22 [paul]
1186
1187         * tools/kdeservicemenu/install.sh
1188                 use kdesu to prompt for root password if doing
1189                 global install/uninstall
1190
1191 2005-05-20 [colin]      1.9.11cvs2
1192
1193         * src/procmsg.c
1194                 Fix another compilation error with gcc-2.9x
1195                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
1196         * src/send_message.c
1197                 Don't send QUIT if we aren't connected
1198
1199 2005-05-19 [colin]      1.9.11cvs1
1200
1201         * src/procmsg.c
1202                 Fix compilation with gcc 2.9x
1203
1204 2005-05-19 [paul]       1.9.11
1205
1206         1.9.11 released
1207
1208 2005-05-19 [paul]       1.9.9cvs14
1209
1210         * src/gtk/inputdialog.c
1211                 prevent gettext warning
1212
1213 2005-05-19 [paul]       1.9.9cvs13
1214
1215         * src/mainwindow.c
1216         * src/prefs_common.c
1217         * src/prefs_common.h
1218         * src/textview.c
1219         * src/textview.h
1220                 add an option to toggle cursor in message
1221                 view (sync with main)
1222
1223 2005-05-18 [colin]      1.9.9cvs12
1224
1225         * src/compose.c
1226                 Dereference freed pointer
1227         * src/gtk/gtkaspell.c
1228                 Fix duplication of dictionaries (is it an aspell issue?)
1229
1230 2005-05-18 [colin]      1.9.9cvs11
1231
1232         * src/gtk/inputdialog.c
1233         * src/gtk/gtkaspell.c
1234                 HIGuify dialogs
1235         * src/alertpanel.c
1236                 Remove a double call
1237
1238 2005-05-17 [colin]      1.9.9cvs10
1239
1240         * src/gtk/gtkaspell.c
1241                 Fix dialogs, Ctrl-Enter accel
1242
1243 2005-05-17 [colin]      1.9.9cvs9
1244
1245         * src/gtk/gtkaspell.c
1246                 Fix some accelerators, escape in replace-window
1247
1248 2005-05-16 [colin]      1.9.9cvs8
1249
1250         * src/gtk/gtkaspell.c
1251                 Revert last commit, it was a mistake.
1252
1253 2005-05-16 [colin]      1.9.9cvs7
1254
1255         * src/gtk/gtkaspell.c
1256                 Remove buggy code while we're at it. It's a 
1257                 dead code path anyway.
1258
1259 2005-05-16 [colin]      1.9.9cvs6
1260
1261         * src/gtk/gtkaspell.c
1262                 Missed some gtk_menu_popup where deactivate
1263                 signal should be handled. Should fix bug
1264                 #629 a bit more.
1265
1266 2005-05-16 [colin]      1.9.9cvs5
1267
1268         * src/gtk/gtkaspell.c
1269                 Remove debug printf()s
1270
1271 2005-05-16 [colin]      1.9.9cvs4
1272
1273         * src/gtk/gtkaspell.c
1274                 Fix a bit aspell problems
1275                 (see bug #629)
1276
1277 2005-05-13 [colin]      1.9.9cvs3
1278
1279         * src/folderview.c
1280                 Fix the + appearing even when no subfolders
1281                 have unread messages. Thanks to wwp for the
1282                 bug report.
1283
1284 2005-05-11 [paul]       1.9.9cvs2
1285
1286         * src/folderview.c
1287                 correction to 1.9.9cvs1, only colour folders that
1288                 have new msgs (not unread msgs)
1289
1290 2005-05-10 [colin]      1.9.9cvs1
1291
1292         * src/folderview.c
1293         * src/summaryview.c
1294                 Try to fix bolding bugs again.
1295
1296 2005-05-09 [paul]
1297
1298         * tools/claws.i18n.status.pl
1299                 add Ricardo Mones Lastra's script that has been providing
1300                 the i18n status page for many months
1301
1302 2005-05-09 [paul]       1.9.9
1303
1304         1.9.9 release
1305
1306 2005-05-09 [paul]       1.9.6cvs58
1307
1308         * AUTHORS
1309         * INSTALL
1310         * README.claws
1311                 updated
1312         * Makefile.am 
1313         * RELEASE_NOTES.claws
1314                 add release notes to cvs to simplify release
1315                 procedure
1316         * configure.ac
1317                 add ca and fi to ALL_LINGUAS
1318         * po/Makefile.in.in
1319                 workaround for missing Makevars
1320         * po/ca.po
1321         * po/fi.po
1322                 add new Catalan and Finnish translations
1323                 submitted by Miquel Oliete and Flammie Pirinen
1324         * po/de.po
1325         * po/es.po
1326         * po/fr.po
1327         * po/it.po
1328         * po/pl.po
1329         * po/ru.po
1330         * po/sk.po
1331         * po/sr.po
1332         * po/zh_CN.po
1333                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
1334                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
1335                 Urke MMI, and Hansom Young
1336         * src/main.c
1337                 Fix drafting when quitting. compose_draft() closes the
1338                 compose windows, which modifies the compose_list GSList.
1339                 We have to refresh this list after echo drafting to avoid a
1340                 segfault
1341         * src/partial_download.c
1342                 fix segfault on exit
1343
1344 2005-05-06 [paul]       1.9.6cvs57
1345
1346         * src/grouplistdialog.c
1347                 quick fix/workaround for unresizeable newsgroup
1348                 name column 
1349
1350 2005-05-06 [paul]       1.9.6cvs56
1351
1352         * src/inc.c
1353         * src/mainwindow.c
1354                 use gettext plural forms
1355         * src/imap_gtk.c
1356         * src/mh_gtk.c
1357         * src/toolbar.c
1358                 small improvement to english usage
1359
1360 2005-05-05 [thorsten]   1.9.6cvs55
1361
1362         * src/folder.c
1363                 fix possible crash
1364
1365 2005-05-05 [paul]       1.9.6cvs54
1366         
1367         sync with HEAD
1368
1369         * AUTHORS
1370         * src/compose.c
1371                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
1372                 patch by Tim Mann
1373
1374 2005-05-05 [paul]       1.9.6cvs53
1375
1376         * src/mainwindow.c
1377                 fix resizing of separate message and
1378                 folder views
1379
1380 2005-05-05 [paul]       1.9.6cvs52
1381
1382         * src/account.c
1383         * src/addrgather.c
1384         * src/browseldap.c
1385         * src/exphtmldlg.c
1386         * src/expldifdlg.c
1387         * src/importmutt.c
1388         * src/importpine.c
1389         * src/main.c
1390         * src/mainwindow.c
1391         * src/noticeview.c
1392         * src/prefs_filtering.c
1393         * src/prefs_filtering_action.c
1394         * src/prefs_matcher.c
1395         * src/prefs_spelling.c
1396         * src/prefs_toolbar.c
1397         * src/toolbar.c
1398         * src/wizard.c
1399         * src/gtk/description_window.c
1400         * src/gtk/gtkvscrollbutton.c
1401         * src/gtk/progressdialog.c
1402         * src/gtk/quicksearch.c
1403         * src/plugins/pgpmime/prefs_gpg.c
1404         * src/plugins/spamassassin/spamassassin_gtk.c
1405                 replace deprecated gtk_widget_set_usize
1406
1407 2005-05-04 [colin]      1.9.6cvs51
1408
1409         * src/common/utils.c
1410                 Fix crash when subst_for_filename is called
1411                 with a NULL parameter
1412
1413 2005-05-04 [colin]      1.9.6cvs50
1414
1415         * src/partial_download.c
1416         * src/pop.c
1417                 Escape login when writing uidl file
1418                 fixes bug #736
1419
1420 2005-05-03 [colin]      1.9.6cvs49
1421
1422         * src/procmime.c
1423                 Fix possible DOS in mime parser
1424                 (see bug #634)
1425
1426 2005-05-02 [colin]      1.9.6cvs48
1427
1428         * src/compose.c
1429                 Try to fix the copy/paste mess once again.
1430
1431
1432 2005-04-30 [colin]      1.9.6cvs47
1433
1434         * src/prefs_account.h
1435         * src/procmsg.c
1436         * src/send_message.c
1437         * src/common/smtp.c
1438         * src/common/smtp.h
1439                 Try to batch sending mails (per account) instead of
1440                 reconnecting to server every time.
1441
1442 2005-04-29 [colin]      1.9.6cvs46
1443
1444         * src/messageview.c
1445                 Fix window resizing that refused to size down
1446         * src/prefs_common.c
1447         * src/prefs_common.h
1448         * src/prefs_filtering.c
1449                 Save Filtering's window size
1450
1451 2005-04-21 [paul]       1.9.6cvs45
1452
1453         * ChangeLog-gtk2.claws
1454         * src/setup.c
1455                 correction to sync
1456
1457 2005-04-21 [paul]       1.9.6cvs44
1458
1459         sync with main:
1460
1461         * src/setup.c
1462         * src/statusbar.c
1463         * src/statusbar.h
1464                 use gtkut_widget_draw_now(). Improved performance
1465                 of the update of statusbar
1466         * src/textview.c
1467                 textview_smooth_scroll_do(): redraw it after scroll
1468                 is done (fixed incorrect display when a part of the
1469                 view is hidden).
1470         * src/gtk/gtkutils.c
1471         * src/gtk/gtkutils.h
1472                 gtkut_widget_draw_now(): use gdk_window_process_updates()
1473                 to force update of widgets.
1474                 Removed gtkut_widget_wait_for_draw() which had a big
1475                 overhead  because of waiting for all events processed 
1476
1477 2005-04-20 [paul]       1.9.6cvs43
1478
1479         * src/codeconv.c
1480                 complete 1.9.6cvs42's sync:
1481                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
1482
1483 2005-04-19 [paul]       1.9.6cvs42
1484
1485         sync with main:
1486
1487         * src/action.c
1488                 catch_output(): correctly select the insert text
1489                 (fix invalid iterator warnings).
1490         * src/codeconv.c
1491         * src/codeconv.h
1492         * src/mainwindow.c
1493         * src/messageview.c
1494         * src/prefs_common.c
1495                 support GBK encoding.
1496         * src/common/session.c
1497         * src/common/session.h
1498                 use separate buffer for large data to be sent,
1499                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
1500
1501 2005-04-18 [paul]       1.9.6cvs41
1502
1503         * src/jpilot.c
1504                 convert unsigned long into guint32
1505                 patch by Paul LeoNerd Evans 
1506
1507 2005-04-17 [colin]      1.9.6cvs40
1508
1509         * src/compose.c
1510                 Fix 'Request return receipt' from folder
1511                 properties (bug #708)
1512
1513 2005-04-17 [colin]      1.9.6cvs39
1514
1515         * src/mainwindow.c
1516                 Fix duplicate hotkeys in Mainwindow's menu
1517
1518 2005-04-17 [colin]      1.9.6cvs38
1519
1520         * src/folderview.c
1521                 Fix duplicate hotkeys in Folderview's contextual
1522                 menu
1523
1524 2005-04-15 [colin]      1.9.6cvs37
1525
1526         * src/summaryview.c
1527                 Fix 'Save as...' with non-ascii filenames
1528
1529 2005-04-15 [colin]      1.9.6cvs36
1530
1531         * src/plugins/pgpmime/pgpmime.c
1532                 Fix bus error on 64bit. Spotted by 
1533                 macallan1888@gmail.com
1534
1535 2005-04-15 [colin]      1.9.6cvs35
1536
1537         * src/prefs_account.c
1538                 Fix cvs34.
1539
1540 2005-04-12 [colin]      1.9.6cvs34
1541
1542         * src/prefs_account.c
1543                 Fix smtp auth type off-by-one. We forgot to
1544                 add PLAIN in the prefs-to-gui setter func and
1545                 as a result, the selected auth when opening
1546                 account prefs was not the correct one.
1547
1548 2005-04-12 [paul]       1.9.6cvs33
1549
1550         * src/inc.c
1551                 if the recv dialog is visible, Cancel only
1552                 cancels the current account
1553
1554
1555 2005-04-10 [colin]      1.9.6cvs32
1556
1557         * src/filtering.c
1558                 Copy score when copying FilteringActions
1559                 Fix bug #674
1560
1561 2005-04-10 [colin]      1.9.6cvs31
1562
1563         * src/inc.c
1564                 Make Message -> Receive -> Cancel cancel 
1565                 incorporation on all accounts. Fixes
1566                 bug #693
1567
1568 2005-04-10 [colin]      1.9.6cvs30
1569
1570         * src/prefs_account.c
1571                 Update Privacy checkbuttons status based
1572                 on the selected privacy system
1573         * src/compose.c
1574                 Always connect the "None" privacy system; the
1575                 static boolean was probably there to avoid
1576                 reconnecting twice in the same compose window,
1577                 but as the parent function is only called once
1578                 per compose, it's only a bug - as a static is
1579                 initialized once per application instance.
1580                 Also, don't uncheck Sign and Encrypt when
1581                 selecting None as privacy system; just ignore
1582                 them when sending/queuing.
1583                 Should fix bug #695
1584
1585 2005-04-08 [colin]      1.9.6cvs29
1586
1587         * src/account.c
1588         * src/prefs_account.c
1589         * src/prefs_account.h
1590                 Add account preference to queue message in a certain
1591                 folder.
1592
1593 2005-04-06 [colin]      1.9.6cvs28
1594
1595         * src/prefs_account.c
1596                 Update old inbox path syntax
1597
1598 2005-04-06 [paul]       1.9.6cvs27
1599
1600         sync with main:
1601
1602         * configure.ac
1603                 changed -traditional-cpp to -no-cpp-precomp for newer
1604                 Mac OS X support
1605         * src/foldersel.c
1606                 made column resize automatically
1607         * src/send_message.c
1608                 send_message_smtp(): consider EOF right after QUIT
1609                 successful (workaround for Gmail SMTP server)
1610         * src/common/socket.c
1611                 ssl_read(), ssl_peek(): check EOF which violates the
1612                 SSL protocol
1613         * src/gtk/colorlabel.c
1614                 removed warnings when displaying colorlabel menu
1615                 (don't use GtkAlignment)
1616
1617 2005-04-05 [paul]       1.9.6cvs26
1618
1619         * src/plugins/trayicon/trayicon.c
1620                 fix clipping of icon under KDE3 
1621
1622 2005-04-05 [paul]       1.9.6cvs25
1623
1624         * src/summaryview.c
1625                 hide display of threading
1626                 patch by Alfons
1627
1628 2005-04-04 [thorsten]   1.9.6cvs24
1629
1630         * src/mh.c
1631                 marks lost on filesystems with different stat() results on
1632                 summer-/wintertime
1633
1634 2005-04-03 [colin]      1.9.6cvs23
1635
1636         * src/summaryview.c
1637                 Don't handle up/down. Patch by Alfons
1638
1639 2005-04-02 [colin]      1.9.6cvs22
1640
1641         * src/summaryview.c
1642                 Make scrolling faster. Patch by Alfons.
1643
1644 2005-04-01 [colin]      1.9.6cvs21
1645
1646         * src/Makefile.am
1647         * src/stock_pixmap.c
1648         * src/pixmaps/dir-noselect.xpm ** REMOVED **
1649         * src/pixmaps/dir_noselect.xpm ** ADDED **
1650                 Fix pixmap name mismatch (Thanks Stephan Sachse)
1651
1652 2005-04-01 [colin]      1.9.6cvs20
1653
1654         * src/image_viewer.c
1655         * src/image_viewer.h
1656         * src/procmime.c
1657         * src/procmime.h
1658         * src/textview.c
1659         * src/textview.h
1660                 Implement inline image resizing and right-clicking
1661
1662 2005-04-01 [paul]       1.9.6cvs19
1663
1664         * AUTHORS
1665         * Makefile.am
1666         * configure.ac
1667                 check for gnome2
1668                 patch by Luca Cavalli <loopback<AT>slackit.org>
1669         * po/ru.po
1670                 updated by Pavlo Bohmat
1671
1672 2005-03-31 [colin]      1.9.6cvs18
1673
1674         * src/news.c
1675                 Fix parsing references
1676         * src/msgcache.c
1677                 don't put nulls in the references list
1678         * src/procheader.c
1679                 commit that forgotten file in 1.9.6cvs14
1680
1681 2005-03-31 [colin]      1.9.6cvs17
1682
1683         * src/compose.c
1684                 Fix joining of signature separator again. 
1685                 Maybe Hiro could put it in main too...
1686
1687 2005-03-31 [colin]      1.9.6cvs16
1688
1689         * src/Makefile.am
1690         * src/foldersel.c
1691         * src/stock_pixmap.c
1692         * src/stock_pixmap.h
1693         * src/pixmaps/dir-noselect.xpm
1694                 Update foldersel.c (sync from main, patch by Alfons)
1695
1696 2005-03-30 [colin]      1.9.6cvs15
1697
1698         * src/imap.c
1699                 Fix handling of imap folders containing [] in 
1700                 their name. Thanks to Nahuel Angelinetti for
1701                 the detailed bugreport.
1702
1703 2005-03-30 [colin]      1.9.6cvs14
1704
1705         * src/common/utils.h
1706         * src/common/utils.c
1707         * src/common/defs.h
1708         * src/matcher.c
1709         * src/msgcache.c
1710         * src/news.c
1711         * src/procmsg.c
1712         * src/procmsg.h
1713         * src/quote_fmt_parse.y
1714         * src/summaryview.c
1715                 Update references system. Patch by Alfons
1716
1717 2005-03-30 [colin]      1.9.6cvs13
1718
1719         * src/common/socket.c
1720                 Force the glibc to read resolv.conf again when 
1721                 it has changed. Should fix issues when changing
1722                 networks on a laptop and not restarting sylpheed. 
1723
1724 2005-03-30 [paul]       1.9.6cvs12
1725
1726         partial sync with main:
1727
1728         * src/action.c
1729                 create_io_dialog(): use user-defined text font
1730                 (thanks to Alfons), and modified its appearance.
1731         * src/addrgather.c
1732         * src/addrharvest.c
1733         * src/browseldap.c
1734                 replace old code
1735         * src/compose.c
1736                 don't join (presumably) itemized lines on line-wrapping
1737                 fixed wrapping of quote when auto-wrapping is enabled
1738                 compose_destroy(): destroy paned only if it's not
1739                 attached to window. Fixed memory leak of popup menu.
1740         * src/exphtmldlg.c
1741         * src/expldifdlg.c
1742                 replace old code
1743         * src/html.c
1744         * src/html.h
1745         * src/importmutt.c
1746         * src/importpine.c
1747                 replace old code
1748         * src/main.c
1749                 removed redundant code
1750         * src/mainwindow.c
1751                 changed 'Code set' (which is rather incorrect)
1752                 in the menu to 'Character encoding'
1753                 main_window_set_widgets(): request size first
1754                 to prevent window size becoming wrong
1755                 fixed remembering of the state of the visibility
1756                 of MessageView
1757         * src/messageview.c
1758                 changed 'Code set' (which is rather incorrect)
1759                 in the menu to 'Character encoding'
1760         * src/prefs_common.c
1761         * src/prefs_common.h
1762                 added an option whether to render HTML as text or not
1763                 added separators to outgoing encoding menu
1764         * src/procheader.c
1765                 procheader_scan_date_string(): support header
1766                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
1767         * src/summaryview.c
1768         * src/summaryview.h
1769                 minor code cleanup
1770         * src/textview.c
1771                 textview_show_html(): force output of newline
1772                 added an option whether to render HTML as text or not
1773         * src/common/utils.c
1774                 strncpy2(): optimized based on Alfons' code
1775         * src/gtk/gtkutils.c
1776         * src/gtk/gtkutils.h
1777                 removed non-used code
1778         * src/plugins/pgpmime/passphrase.c
1779                 partially fixed grab input of passphrase dialog
1780                 Confine pointer to window
1781
1782 2005-03-30 [colin]      1.9.6cvs11
1783
1784         * src/msgcache.c
1785         * src/msgcache.h
1786                 Read/write 32bit ints from cache & marks
1787                 From main.
1788
1789 2005-03-29 [paul]       1.9.6cvs10
1790
1791         * AUTHORS
1792         * ChangeLog.claws
1793         * src/compose.c
1794         * src/gtk/gtkaspell.c
1795                 sync with HEAD (don't pass NULL pointers) 
1796
1797 2005-03-24 [paul]
1798
1799         * tools/Makefile.am
1800         * tools/README
1801         * tools/acroread2sylpheed.pl
1802                 sync with HEAD (add script to send pdfs as
1803                 attachments from Adobe Reader 7)
1804
1805 2005-03-21 [paul]       1.9.6cvs9
1806
1807         * configure.ac
1808         * po/POTFILES.in
1809         * src/Makefile.am
1810         * src/crash.c
1811         * src/image_viewer.c ** ADDED **
1812         * src/image_viewer.h ** ADDED **
1813         * src/main.c
1814         * src/prefs_common.c
1815         * src/prefs_common.h
1816         * src/prefs_image_viewer.c ** ADDED **
1817         * src/prefs_image_viewer.h ** ADDED **
1818         * src/textview.c
1819         * src/gtk/about.c
1820         * src/pixmaps/sylpheed_logo.xpm
1821         * src/plugins/Makefile.am
1822         * src/plugins/image_viewer/.cvsignore ** REMOVED **
1823         * src/plugins/image_viewer/Makefile.am ** REMOVED **
1824         * src/plugins/image_viewer/plugin.c ** REMOVED **
1825         * src/plugins/image_viewer/viewer.c ** REMOVED **
1826         * src/plugins/image_viewer/viewer.glade ** REMOVED **
1827         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
1828         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
1829         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
1830         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
1831                 as gdk-pixbuf is now built-in
1832                 remove image_viewer plugin and put code back into
1833                 main codebase
1834                 implement inline image display (sync with main)
1835
1836                 replace logo with newer, nicer, larger version  
1837
1838 2005-03-21 [paul]       1.9.6cvs8
1839
1840         * src/gtk/about.c
1841                 cosmetic improvement
1842
1843 2005-03-21 [holger]     1.9.6cvs7
1844
1845         * src/plugins/spamassassin/spamassassin.c
1846                 Sync with HEAD
1847                 (unregister hook on failed plugin init)
1848
1849 2005-03-20 [colin]      1.9.6cvs6
1850
1851         * src/common/plugin.c
1852                 Check that plugin isn't already loaded
1853                 Patch by Alfons
1854
1855 2005-03-20 [thorsten]   1.9.6cvs5
1856
1857         * src/compose.c
1858                 use a more compatible syntax
1859
1860 2005-03-20 [thorsten]   1.9.6cvs4
1861
1862         * src/prefs_toolbar.c
1863                 fix crash when selecting toolbar item (uninitialized pointer)
1864
1865 2005-03-20 [thorsten]   1.9.6cvs3
1866
1867         * src/procmime.c
1868                 fix mimetype detection (referenced free()d string)
1869
1870 2005-03-20 [paul]       1.9.6cvs2
1871
1872         * src/compose.c
1873                 sync with HEAD (1.0.3cvs5)
1874                 neglect Reply-To header if empty
1875                 Patch by Alfons 
1876
1877 2005-03-19 [holger]     1.9.6cvs1
1878
1879         * src/summaryview.c
1880         * src/summaryview.h
1881                 Sync with HEAD
1882
1883 2005-03-18 [paul]       1.9.6
1884
1885         initial GTK2 release
1886
1887 2005-03-18 [paul]       1.0.3cvs3.1
1888
1889         * AUTHORS
1890         * ChangeLog.claws
1891         * configure.ac
1892         * src/gtk/about.c
1893         * src/pixmaps/sylpheed_logo.xpm
1894                 sync with HEAD
1895
1896 2005-03-18 [colin]      1.0.3cvs2.6
1897
1898         * src/summaryview.c
1899                 Remove call to summary_step in summary_copy_selected_to
1900                 Can't see its purpose, and this causes bug when copying
1901                 a message if the next one is unread: it reads it.
1902
1903 2005-03-18 [paul]       1.0.3cvs2.5
1904
1905         * src/foldersel.c
1906                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
1907
1908 2005-03-18 [paul]       1.0.3cvs2.4
1909
1910         * src/addrharvest.c
1911         * src/codeconv.c
1912         * src/codeconv.h
1913         * src/compose.c
1914         * src/news.c
1915         * src/procheader.c
1916         * src/procmime.c
1917         * src/unmime.c
1918         * src/unmime.h
1919                 fix buffer overflow, CAN-2005-0667, see
1920                 http://secunia.com/advisories/14491/
1921                 Patch by Alfons
1922
1923 2005-03-17 [colin]      1.0.3cvs2.3
1924
1925         * src/prefs_fonts.c
1926         * src/summaryview.c
1927                 Fix font bugs (both lists now officialy share 
1928                 the same font)
1929                 
1930
1931 2005-03-17 [paul]       1.0.3cvs2.2
1932
1933         * src/gtk/pluginwindow.c
1934                 make plugin descriptions uneditable
1935
1936 2005-03-11 [paul]       1.0.3cvs2.1
1937
1938         * ChangeLog.claws
1939         * configure.ac
1940         * po/POTFILES.in
1941         * src/plugins/trayicon/trayicon.c
1942                 sync with HEAD
1943                 add src/wizard.c to POTFILES.in
1944
1945 2005-03-11 [paul]       1.0.3cvs1.1
1946
1947         * ChangeLog
1948         * ChangeLog.claws
1949         * configure.ac
1950         * po/de.po
1951         * po/es.po
1952         * po/fr.po
1953         * po/it.po
1954         * po/pt_BR.po
1955         * po/ru.po
1956         * po/sk.po
1957         * po/sr.po
1958         * po/zh_CN.po
1959                 sync with HEAD
1960
1961 2005-03-04 [colin]      1.0.1cvs22.2
1962
1963         * src/compose.c
1964                 Fix signatures with accentued chars in it
1965
1966 2005-03-04 [colin]      1.0.1cvs22.1
1967
1968         * src/common/smtp.c
1969         * src/common/smtp.h
1970                 Don't use SIZE param in MAIL FROM: if server 
1971                 doesn't support it. Patch by Eugen Freiter
1972                 <eugen_f@users.sf.net>
1973
1974 2005-02-27 [paul]       1.0.1cvs20.1
1975
1976         * ChangeLog.claws
1977         * configure.ac
1978         * src/messageview.c
1979                 sync with HEAD
1980
1981 2005-02-27 [colin]      1.0.1cvs19.4
1982
1983         * src/procheader.c
1984         * src/procheader.h
1985                 Fix prototypes. Patch by Alfons
1986
1987 2005-02-27 [colin]      1.0.1cvs19.3
1988
1989         * src/compose.c
1990                 Don't auto-join the signature separator.
1991
1992 2005-02-26 [colin]      1.0.1cvs19.2
1993
1994         * src/summaryview.c
1995                 Fix 'mark all read' with collapsed threads.
1996                 Patch by Alfons.
1997
1998 2005-02-25 [paul]       1.0.1cvs19.1
1999
2000         * ChangeLog.claws
2001         * configure.ac
2002         * src/prefs_account.c
2003         * src/prefs_folder_item.c
2004         * src/gtk/prefswindow.c
2005         * src/gtk/prefswindow.h
2006                 sync with HEAD
2007
2008 2005-02-25 [paul]       1.0.1cvs15.12
2009
2010         * src/alertpanel.c
2011         * src/codeconv.c
2012         * src/compose.c
2013         * src/textview.c
2014         * src/gtk/gtkutils.c
2015         * src/gtk/gtkutils.h
2016         * src/gtk/logwindow.c
2017         * src/gtk/progressdialog.c
2018                 sync with main (revision 127)
2019                 and fix logwindow clipping
2020
2021 2005-02-24 [colin]      1.0.1cvs15.11
2022
2023         * src/plugins/pgpmime/passphrase.c
2024                 Disable input grabbing; it doesn't work yet.
2025
2026 2005-02-24 [colin]      1.0.1cvs15.10
2027
2028         * src/messageview.c
2029                 Don't send out receipts if offline. Ask.
2030
2031 2005-02-23 [colin]      1.0.1cvs15.9
2032
2033         * src/summaryview.c     
2034                 Fix expanding
2035
2036 2005-02-23 [colin]      1.0.1cvs15.8
2037
2038         * src/summaryview.c
2039                 Really fix Bug 568 by removing useless
2040                 calls. summary_thread_init() now called
2041                 in summary_sort(). This should please
2042                 Alfons as it should be faster than 
2043                 previously.
2044
2045 2005-02-23 [colin]      1.0.1cvs15.7
2046
2047         * src/compose.c
2048                 Encode parts as QP or B64 if signing
2049
2050 2005-02-23 [colin]      1.0.1cvs15.6
2051
2052         * src/compose.c
2053                 Fix Mimeinfo leakage (including tmp files)
2054         * src/procmsg.c
2055                 Fix tmp file leakage (spotted by Ivan Rayner)
2056
2057 2005-02-22 [colin]      1.0.1cvs15.5
2058
2059         * src/expldifdlg.c
2060                 Fix keyboard input. Patch by Alfons.
2061
2062 2005-02-21 [colin]      1.0.1cvs15.4
2063
2064         * src/compose.c
2065                 Fix Sign/Encrypt when unselecting privacy
2066                 system
2067         * src/prefs_common.c
2068                 Change default message font to Monospace
2069         * src/summaryview.c
2070                 More freezing during potentially large operations
2071
2072 2005-02-21 [paul]       1.0.1cvs15.3
2073
2074         * src/main.c
2075                 fix --help output
2076
2077 2005-02-21 [paul]       1.0.1cvs15.2
2078
2079         * po/Makefile.in.in
2080         * src/compose.c
2081         * src/summaryview.c
2082         * src/textview.c
2083         * src/common/utils.c
2084         * src/common/utils.h
2085                 sync with main (revision 117)
2086
2087 2005-02-20 [colin]      1.0.1cvs15.1
2088
2089         * src/common/defs.h
2090                 Change cache file to .sylpheed_claws_cache, as
2091                 suggested by Alfons. Allows people to switch
2092                 between Sylpheed and Sylpheed-Claws. it is
2093                 a good idea to "Check for new messages" at next
2094                 startup.
2095
2096
2097 2005-02-18 [colin]      1.0.1cvs14.1
2098
2099         * src/quote_fmt_lex.l
2100         * src/quote_fmt_parse.y
2101                 Fix parser initialisation. Patch by Ivan.
2102
2103 2005-02-18 [colin]      1.0.1cvs11.6
2104
2105         * src/folderview.c
2106                 Fix scrolldown (bug 662)
2107
2108 2005-02-17 [colin]      1.0.1cvs11.5
2109
2110         * src/codeconv.c
2111                 conv_filename_to_utf8: return clean 7bit instead
2112                 of broken utf8 if needed
2113         * src/mimeview.c
2114                 Fix display of parts with unclean 8bit names
2115
2116 2005-02-17 [paul]       1.0.1cvs11.4
2117
2118         * src/compose.c
2119         * src/exportldif.c
2120         * src/matcher_parser_parse.y
2121         * src/procmime.c
2122         * src/sourcewindow.c
2123         * src/common/Makefile.am
2124         * src/common/intl.h             ** REMOVED **
2125         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2126                 sync with main (revision 109)
2127                 and clean up
2128
2129 2005-02-16 [colin]      1.0.1cvs11.3
2130
2131         * src/summaryview.c
2132                 Fix collapsed thread not highlighting when new
2133                 messages in it (Bug 568) Patch by Stephan Sachse.
2134                 Fix messed up selection when reaching bounds (Bug 632)
2135         * src/prefs_themes.c
2136                 Fix theme installing (Bug 684)
2137
2138 2005-02-16 [colin]      1.0.1cvs11.2
2139
2140         * src/messageview.c
2141                 Fix messageview_select_all
2142
2143 2005-02-16 [colin]      1.0.1cvs11.1
2144
2145         * src/mh.c
2146                 Sync with HEAD (MH scan required function)
2147
2148 2005-02-15 [colin]      1.0.1cvs8.1
2149
2150         * src/mimeview.c
2151         * src/common/utils.c
2152                 Sync with HEAD (filename chars substitution)
2153
2154 2005-02-15 [colin]      1.0.1cvs7.3
2155
2156         * src/gtk/pluginwindow.c
2157                 Fix button spacing
2158
2159 2005-02-15 [colin]      1.0.1cvs7.2
2160
2161         * src/mimeview.c
2162                 Fix mime icons not reset across message when
2163                 scrolled down
2164
2165 2005-02-15 [colin]      1.0.1cvs7.1
2166
2167         * src/compose.c
2168         * src/procmime.c
2169                 Sync with HEAD (optimisation of cvs6)
2170
2171 2005-02-14 [colin]      1.0.1cvs6.1
2172
2173         * src/compose.c
2174         * src/procmime.c
2175                 Sync with HEAD (encode "From " at line beginning)
2176
2177 2005-02-14 [colin]      1.0.1cvs5.3
2178
2179         * src/compose.c
2180                 Fix wrapping with accentued chars.
2181
2182 2005-02-13 [colin]      1.0.1cvs5.2
2183
2184         * src/textview.c
2185                 Fix email informative part parsing with
2186                 accentued chars in it. ispunct() returns
2187                 true for them in utf8...
2188
2189 2005-02-12 [colin]      1.0.1cvs5.1
2190
2191         * src/filtering.c
2192                 Sync with HEAD (remove wrong use of compose after send)
2193
2194 2005-02-12 [paul]       1.0.1cvs4.5
2195
2196         * src/textview.c
2197                 remove unnecessary code (thanks to Alfons)
2198
2199 2005-02-12 [paul]       1.0.1cvs4.4
2200
2201         * src/textview.c
2202                 add 'Copy' to contextual menu on emails
2203
2204 2005-02-11 [colin]      1.0.1cvs4.3
2205
2206         * src/compose.c
2207                 revert 1.0.0cvs28.2, it doesn't work that well.
2208
2209 2005-02-11 [paul]       1.0.1cvs4.2
2210
2211         * po/Makefile.in.in
2212                 fix 'make release'
2213
2214 2005-02-10 [paul]       1.0.1cvs4.1
2215
2216         * ChangeLog
2217         * ChangeLog.claws
2218         * ChangeLog.jp
2219         * configure.ac
2220         * src/compose.c
2221                 sync with HEAD (sync with main)
2222
2223 2005-02-10 [paul]       1.0.1cvs3.2
2224
2225         * AUTHORS
2226         * Makefile.am
2227         * autogen.sh
2228         * configure.ac
2229         * config/mkinstalldirs
2230         * intl/.cvsignore
2231         * intl/ChangeLog
2232         * intl/VERSION
2233         * intl/bindtextdom.c
2234         * intl/config.charset
2235         * intl/dcgettext.c
2236         * intl/dcigettext.c
2237         * intl/dcngettext.c
2238         * intl/dgettext.c
2239         * intl/dngettext.c
2240         * intl/eval-plural.h
2241         * intl/explodename.c
2242         * intl/finddomain.c
2243         * intl/gettext.c
2244         * intl/gettextP.h
2245         * intl/gmo.h
2246         * intl/hash-string.h
2247         * intl/intl-compat.c
2248         * intl/l10nflist.c
2249         * intl/libgnuintl.h.in
2250         * intl/loadinfo.h
2251         * intl/loadmsgcat.c
2252         * intl/localcharset.c
2253         * intl/localcharset.h
2254         * intl/locale.alias
2255         * intl/localealias.c
2256         * intl/localename.c
2257         * intl/log.c
2258         * intl/ngettext.c
2259         * intl/os2compat.c
2260         * intl/os2compat.h
2261         * intl/osdep.c
2262         * intl/plural-exp.c
2263         * intl/plural-exp.h
2264         * intl/plural.c
2265         * intl/plural.y
2266         * intl/ref-add.sin
2267         * intl/ref-del.sin
2268         * intl/relocatable.c
2269         * intl/relocatable.h
2270         * intl/textdomain.c
2271         * m4/Makefile.am
2272         * po/Makefile.in.in
2273         * src/Makefile.am
2274         * src/account.c
2275         * src/action.c
2276         * src/addr_compl.c
2277         * src/addressadd.c
2278         * src/addressbook.c
2279         * src/addrgather.c
2280         * src/addrindex.c
2281         * src/alertpanel.c
2282         * src/browseldap.c
2283         * src/codeconv.c
2284         * src/codeconv.h
2285         * src/compose.c
2286         * src/compose.h
2287         * src/crash.c
2288         * src/editaddress.c
2289         * src/editbook.c
2290         * src/editgroup.c
2291         * src/editjpilot.c
2292         * src/editldap.c
2293         * src/editldap_basedn.c
2294         * src/editvcard.c
2295         * src/exphtmldlg.c
2296         * src/expldifdlg.c
2297         * src/export.c
2298         * src/exporthtml.c
2299         * src/filtering.c
2300         * src/folder.c
2301         * src/folder_item_prefs.c
2302         * src/foldersel.c
2303         * src/folderview.c
2304         * src/grouplistdialog.c
2305         * src/headerview.c
2306         * src/imap.c
2307         * src/imap_gtk.c
2308         * src/import.c
2309         * src/importldif.c
2310         * src/importmutt.c
2311         * src/importpine.c
2312         * src/inc.c
2313         * src/ldif.c
2314         * src/main.c
2315         * src/mainwindow.c
2316         * src/matcher.c
2317         * src/mbox.c
2318         * src/message_search.c
2319         * src/messageview.c
2320         * src/mh.c
2321         * src/mh_gtk.c
2322         * src/mimeview.c
2323         * src/msgcache.c
2324         * src/news.c
2325         * src/news_gtk.c
2326         * src/noticeview.c
2327         * src/partial_download.c
2328         * src/pop.c
2329         * src/prefs_account.c
2330         * src/prefs_actions.c
2331         * src/prefs_common.c
2332         * src/prefs_customheader.c
2333         * src/prefs_display_header.c
2334         * src/prefs_ext_prog.c
2335         * src/prefs_filtering.c
2336         * src/prefs_filtering_action.c
2337         * src/prefs_folder_item.c
2338         * src/prefs_fonts.c
2339         * src/prefs_gtk.c
2340         * src/prefs_matcher.c
2341         * src/prefs_msg_colors.c
2342         * src/prefs_spelling.c
2343         * src/prefs_summary_column.c
2344         * src/prefs_template.c
2345         * src/prefs_themes.c
2346         * src/prefs_toolbar.c
2347         * src/prefs_wrapping.c
2348         * src/privacy.c
2349         * src/procheader.c
2350         * src/procmime.c
2351         * src/procmsg.c
2352         * src/quote_fmt.c
2353         * src/recv.c
2354         * src/send_message.c
2355         * src/setup.c
2356         * src/sourcewindow.c
2357         * src/ssl_manager.c
2358         * src/statusbar.c
2359         * src/summary_search.c
2360         * src/summaryview.c
2361         * src/textview.c
2362         * src/toolbar.c
2363         * src/wizard.c
2364         * src/common/nntp.c
2365         * src/common/plugin.c
2366         * src/common/smtp.c
2367         * src/common/ssl.c
2368         * src/common/ssl_certificate.c
2369         * src/common/string_match.c
2370         * src/common/sylpheed.c
2371         * src/common/template.c
2372         * src/common/utils.c
2373         * src/gtk/about.c
2374         * src/gtk/colorlabel.c
2375         * src/gtk/description_window.c
2376         * src/gtk/filesel.c
2377         * src/gtk/foldersort.c
2378         * src/gtk/gtkaspell.c
2379         * src/gtk/gtkutils.c
2380         * src/gtk/inputdialog.c
2381         * src/gtk/logwindow.c
2382         * src/gtk/menu.c
2383         * src/gtk/pluginwindow.c
2384         * src/gtk/prefswindow.c
2385         * src/gtk/progressdialog.c
2386         * src/gtk/quicksearch.c
2387         * src/gtk/sslcertwindow.c
2388         * src/plugins/clamav/clamav_plugin.c
2389         * src/plugins/clamav/clamav_plugin_gtk.c
2390         * src/plugins/demo/demo.c
2391         * src/plugins/dillo_viewer/dillo_prefs.c
2392         * src/plugins/dillo_viewer/dillo_viewer.c
2393         * src/plugins/image_viewer/plugin.c
2394         * src/plugins/image_viewer/viewer.c
2395         * src/plugins/image_viewer/viewerprefs.c
2396         * src/plugins/mathml_viewer/mathml_viewer.c
2397         * src/plugins/pgpmime/passphrase.c
2398         * src/plugins/pgpmime/plugin.c
2399         * src/plugins/pgpmime/prefs_gpg.c
2400         * src/plugins/pgpmime/select-keys.c
2401         * src/plugins/pgpmime/sgpgme.c
2402         * src/plugins/spamassassin/spamassassin.c
2403         * src/plugins/spamassassin/spamassassin_gtk.c
2404         * src/plugins/trayicon/trayicon.c
2405                 sync with main (revision 104)
2406
2407 2005-02-10 [colin]      1.0.1cvs3.1
2408
2409         * src/mainwindow.c
2410                 Sync with HEAD (fix occasional crasher)
2411
2412 2005-02-10 [colin]      1.0.1cvs2.1
2413
2414         * src/messageview.c
2415                 Synw with HEAD (don't automatically display html)
2416
2417 2005-02-09 [colin]      1.0.1cvs1.3
2418
2419         * src/textview.c
2420         * src/textview.h
2421                 Add contextual menu on emails
2422
2423 2005-02-09 [colin]      1.0.1cvs1.2
2424
2425         * src/codeconv.c
2426                 Fix converting from broken headers and 
2427                 put back the _ in missing places
2428                 (feature broke with cvs24.2 sync, main 
2429                  possibly affected?)
2430
2431 2005-02-09 [colin]      1.0.1cvs1.1
2432
2433         * src/messageview.c
2434         * src/mimeview.c
2435         * src/mimeview.h
2436                 Sync with HEAD (display non text/plain mails with plugin)
2437
2438 2005-02-08 [colin]      1.0.1.1
2439
2440         * ChangeLog.claws
2441         * po/pt_BR.po
2442                 Sync with HEAD
2443         * configure.ac
2444                 Make default configuration directory 
2445                 be .sylpheed-gtk2
2446
2447 2005-02-08 [colin]      1.0.0cvs29.1
2448
2449         * po/de.po
2450         * po/es.po
2451         * po/fr.po
2452         * po/it.po
2453         * po/sk.po
2454         * po/sr.po
2455                 Sync translations with HEAD
2456
2457 2005-02-06 [colin]      1.0.0cvs28.3
2458
2459         * src/compose.c
2460                 Make compose a bit faster - patch by Alfons.
2461
2462 2005-02-06 [colin]      1.0.0cvs28.2
2463
2464         * src/compose.c
2465                 Make pasting via middle-click more reliable
2466
2467 2005-02-05 [paul]       1.0.0cvs28.1
2468
2469         * ChangeLog
2470         * ChangeLog.claws
2471         * ChangeLog.jp
2472         * configure.ac
2473         * src/compose.c
2474                 sync with HEAD
2475                 (fix bug 682 'redirect is broken'
2476
2477 2005-02-05 [torte]      1.0.0cvs27.1
2478
2479         * ChangeLog.claws
2480         * configure.ac
2481         * src/partial_download.c
2482                 Sync with HEAD (fix buf overflow)
2483
2484 2005-02-03 [colin]      1.0.0cvs26.1
2485
2486         * src/common/plugin.c
2487                 Sync with HEAD (avoid plugin mismatches)
2488
2489 2005-02-03 [paul]       1.0.0cvs25.3
2490
2491         * src/folderview.c
2492         * src/headerview.c
2493         * src/summaryview.c
2494         * src/textview.c
2495         * src/gtk/colorlabel.c
2496                 third and final part of initial sync with main-gtk2
2497
2498 2005-02-03 [paul]       1.0.0cvs25.2
2499
2500         * src/jpilot.c
2501                 fix building with jpilot support
2502
2503 2005-02-02 [colin]      1.0.0cvs25.1
2504
2505         * src/messageview.c
2506                 Sync with HEAD (fix dangerous typo)
2507
2508 2005-02-01 [colin]      1.0.0cvs24.3
2509
2510         * src/common/xml.c
2511                 Write file as advertised (UTF-8)
2512
2513 2005-02-01 [paul]       1.0.0cvs24.2
2514
2515         * src/addrbook.c
2516         * src/addrindex.c
2517         * src/alertpanel.h
2518         * src/codeconv.c
2519         * src/codeconv.h
2520         * src/compose.c
2521         * src/export.c
2522         * src/folder_item_prefs.c
2523         * src/html.c
2524         * src/imap.c
2525         * src/import.c
2526         * src/jpilot.c
2527         * src/mainwindow.c
2528         * src/matcher_parser_lex.l
2529         * src/messageview.c
2530         * src/mh.c
2531         * src/prefs_account.c
2532         * src/prefs_actions.c
2533         * src/prefs_common.c
2534         * src/prefs_gtk.c
2535         * src/prefs_gtk.h
2536         * src/prefs_themes.c
2537         * src/procheader.c
2538         * src/procmime.c
2539         * src/sourcewindow.c
2540         * src/statusbar.c
2541         * src/summaryview.c
2542         * src/textview.c
2543         * src/toolbar.c
2544         * src/unmime.c
2545         * src/common/template.c
2546         * src/common/utils.c
2547         * src/common/xml.c
2548         * src/common/xml.h
2549         * src/gtk/gtkaspell.c
2550         * src/plugins/clamav/clamav_plugin.c
2551         * src/plugins/dillo_viewer/dillo_prefs.c
2552         * src/plugins/image_viewer/viewerprefs.c
2553         * src/plugins/pgpmime/passphrase.c
2554         * src/plugins/pgpmime/prefs_gpg.c
2555         * src/plugins/pgpmime/select-keys.c
2556         * src/plugins/spamassassin/spamassassin.c
2557                 second part of initial sync with main-gtk2
2558                 (more to follow)
2559
2560 2005-01-31 [colin]      1.0.0cvs24.1
2561
2562         * src/compose.c
2563                 Sync with HEAD
2564
2565 2005-01-29 [paul]       1.0.0cvs23.2
2566
2567         * src/account.c
2568         * src/action.c
2569         * src/addressadd.c
2570         * src/addressbook.c
2571         * src/alertpanel.c
2572         * src/compose.c
2573         * src/editaddress.c
2574         * src/editbook.c
2575         * src/editgroup.c
2576         * src/editjpilot.c
2577         * src/editldap.c
2578         * src/editldap_basedn.c
2579         * src/editvcard.c
2580         * src/export.c
2581         * src/foldersel.c
2582         * src/grouplistdialog.c
2583         * src/import.c
2584         * src/importldif.c
2585         * src/inc.c
2586         * src/main.c
2587         * src/mainwindow.c
2588         * src/message_search.c
2589         * src/messageview.c
2590         * src/mimeview.c
2591         * src/prefs_actions.c
2592         * src/prefs_common.c
2593         * src/prefs_common.h
2594         * src/prefs_customheader.c
2595         * src/prefs_display_header.c
2596         * src/prefs_filtering.c
2597         * src/prefs_filtering_action.c
2598         * src/prefs_gtk.c
2599         * src/prefs_matcher.c
2600         * src/prefs_summary_column.c
2601         * src/prefs_template.c
2602         * src/sourcewindow.c
2603         * src/summary_search.c
2604         * src/summaryview.c
2605         * src/textview.c
2606         * src/gtk/about.c
2607         * src/gtk/description_window.c
2608         * src/gtk/gtkshruler.c
2609         * src/gtk/gtkutils.c
2610         * src/gtk/gtkutils.h
2611         * src/gtk/inputdialog.c
2612         * src/gtk/logwindow.c
2613         * src/gtk/prefswindow.c
2614         * src/gtk/progressdialog.c
2615         * src/gtk/progressdialog.h
2616                 first part of initial sync with main-gtk2
2617                 (more to follow)
2618
2619 2005-01-28 [colin]      1.0.0cvs23.1
2620
2621         * src/folderview.c
2622                 Sync with HEAD
2623
2624 2005-01-27 [colin]      1.0.0cvs21.1
2625
2626         * src/folder.c
2627         * src/folderview.c
2628                 Sync with HEAD
2629
2630 2005-01-27 [colin]      1.0.0cvs19.1
2631
2632         * src/procmime.c
2633                 Sync with HEAD
2634
2635 2005-01-27 [colin]      1.0.0cvs18.1
2636
2637         * src/messageview.c
2638         * src/summaryview.c
2639         * src/mainwindow.c
2640         * src/compose.c
2641         * src/compose.h
2642         * src/procmsg.c
2643         * src/procmsg.h
2644         * src/toolbar.c
2645                 Sync with HEAD
2646
2647 2005-01-26 [paul]       1.0.0cvs15.2
2648
2649         * src/compose.c
2650                 compose_entries_set(): convert subject and body to
2651                 utf8 if necessary. patch by Felix Eckhofer
2652
2653 2005-01-26 [paul]       1.0.0cvs15.1
2654
2655         * configure.ac
2656         * src/common/template.c
2657                 sync with HEAD (fix memory leak)
2658
2659 2005-01-25 [paul]       1.0.0cvs14.1
2660
2661         * configure.ac
2662         * src/compose.c
2663                 sync with HEAD
2664
2665 2005-01-24 [colin]      1.0.0cvs13.1
2666
2667         * src/summaryview.c
2668                 Sync with HEAD
2669
2670 2005-01-24 [paul]       1.0.0cvs12.1
2671
2672         * configure.ac
2673         * src/messageview.c
2674         * src/mh.c
2675         * src/common/utils.c
2676                 sync with HEAD
2677
2678 2005-01-24 [colin]      1.0.0cvs11.1
2679
2680         * src/procheader.c
2681                 Sync with HEAD
2682
2683 2005-01-24 [colin]      1.0.0cvs10.1
2684
2685         * src/folderview.c
2686                 Sync with HEAD
2687
2688 2005-01-23 [colin]      1.0.0cvs9.1
2689
2690         * src/crash.c
2691                 Sync with HEAD
2692
2693 2005-01-22 [colin]      1.0.0cvs8.1
2694
2695         * src/summaryview.c
2696         * src/gtk/quicksearch.c
2697                 Sync with HEAD
2698
2699 2005-01-21 [colin]      1.0.0cvs7.1
2700
2701         * src/summaryview.c
2702                 Sync with HEAD
2703
2704 2005-01-21 [colin]      1.0.0cvs6.1
2705
2706         * src/summaryview.c
2707                 Sync with HEAD
2708
2709 2005-01-21 [colin]      1.0.0cvs5.1
2710
2711         * src/gtk/quicksearch.c
2712         * src/prefs_common.c
2713         * src/prefs_common.h
2714                 Sync with HEAD (recurse option)
2715
2716 2005-01-21 [colin]      1.0.0cvs4.1
2717
2718         * src/folder.h
2719         * src/folderview.c
2720         * src/folderview.h
2721         * src/summaryview.c
2722         * src/gtk/quicksearch.c
2723         * src/gtk/quicksearch.h
2724                 Sync with HEAD (recursive quicksearch)
2725
2726 2005-01-20 [colin]      1.0.0cvs3.4
2727
2728         * src/ssl_manager.c
2729                 Remove useless code
2730
2731 2005-01-20 [colin]      1.0.0cvs3.3
2732
2733         * src/ssl_manager.c
2734                 Fix leak, thanks to Alfons.
2735
2736 2005-01-20 [colin]      1.0.0cvs3.2
2737
2738         * src/ssl_manager.c
2739                 Port SSL certificate window to GTK2.
2740
2741 2005-01-20 [paul]       1.0.0cvs3.1
2742
2743         * ChangeLog.claws
2744         * configure.ac
2745         * src/addrindex.c
2746         * src/addrindex.h
2747                 sync with HEAD
2748
2749 2005-01-19 [colin]      1.0.0cvs2.2
2750
2751         * src/plugins/trayicon/trayicon.c
2752                 Fix freeze with gtk-2.6, the easy way
2753                 (signal blocking helpless there...)
2754                 Closes bug #668.
2755
2756 2005-01-19 [colin]      1.0.0cvs2.1
2757
2758         * src/mbox.c
2759         * src/mbox.h
2760         * src/mainwindow.c
2761         * src/summaryview.c
2762         * src/summaryview.h
2763                 Sync with HEAD
2764
2765 2005-01-19 [paul]       1.0.0cvs1.1
2766
2767         * configure.ac
2768         * po/de.po
2769         * po/es.po
2770         * po/fr.po
2771         * po/hr.po
2772         * po/it.po
2773         * po/ja.po
2774         * po/ko.po
2775         * po/pt_BR.po
2776         * po/ru.po
2777         * po/sk.po
2778         * po/sr.po
2779                 sync with HEAD (update translations)
2780
2781 2005-01-18 [colin]      1.0.0cvs0.1
2782
2783         * src/foldersel.c
2784                 Specify search column - patch by Alfons
2785
2786 2005-01-18 [colin]      0.9.13cvs36.3
2787
2788         * src/prefs_toolbar.c
2789                 Change Delete to Remove
2790         * src/prefs_fonts.c
2791                 GTK2 version and leak fixes
2792         * src/prefs_actions.c
2793                 Add stock buttons.
2794                 All patches by Alfons
2795
2796 2005-01-17 [colin]      0.9.13cvs36.2
2797
2798         * src/compose.c
2799                 Fix DnD inserting twice. While at it,
2800                 add DnD support for text/plain in the
2801                 body, and add support in the headers.
2802
2803 2005-01-16 [colin]      0.9.13cvs36.1
2804
2805         * ChangeLog
2806         * ChangeLog.jp
2807         * ChangeLog.claws
2808                 Sync with HEAD (nothing applicable)
2809
2810 2005-01-16 [colin]      0.9.13cvs33.2
2811
2812         * src/prefs_toolbar.c
2813                 GTK2ize prefs_toolbar, by Alfons.
2814
2815 2005-01-14 [colin]      0.9.13cvs33.1
2816
2817         * src/html.c
2818         * src/msgcache.c
2819                 Sync with HEAD
2820
2821 2005-01-14 [colin]      0.9.13cvs32.1
2822
2823         * src/html.c
2824         * src/html.h
2825         * src/msgcache.c
2826         * AUTHORS
2827         * tools/calypso_convert.pl
2828                 Sync with HEAD
2829
2830 2005-01-08 [colin]      0.9.13cvs29.2
2831
2832         * src/prefs_filtering_action.c
2833         * src/prefs_filtering.c
2834                 2 more gtk2 patches by Alfons
2835
2836 2005-01-07 [paul]       0.9.13cvs29.1
2837
2838         * ChangeLog
2839         * ChangeLog.claws
2840         * ChangeLog.jp
2841         * configure.ac
2842         * src/pop.c
2843         * src/pop.h
2844                 sync with HEAD
2845
2846 2005-01-07 [colin]      0.9.13cvs28.3
2847
2848         * src/gtk/progressdialog.c
2849         * src/gtk/progressdialog.h
2850         * src/inc.c
2851         * src/send_message.c
2852                 GTK2 for the incorporation dialog. The CList isn't dead
2853                 yet, for a more smooth migration. Patch by Alfons.
2854
2855 2005-01-06 [colin]      0.9.13cvs28.2
2856
2857         * src/prefs_display_header.c
2858                 GTK2 conversion by Alfons
2859         * src/prefs_actions.c
2860         * src/prefs_matcher.c
2861                 Fix 2 leaks - patch by Alfons
2862
2863 2005-01-06 [colin]      0.9.13cvs28.1
2864
2865         * src/prefs_matcher.c
2866                 Sync with HEAD
2867
2868 2005-01-06 [colin]      0.9.13cvs27.4
2869
2870         * src/prefs_matcher.c
2871                 Fix double-free. Patch by Alfons
2872
2873 2005-01-06 [colin]      0.9.13cvs27.3
2874
2875         * src/prefs_matcher.c
2876                 GTK2 widgets + memleak
2877                 Patch by Alfons
2878
2879 2005-01-05 [colin]      0.9.13cvs27.2
2880
2881         * src/account.c
2882         * src/addr_compl.c
2883         * src/foldersel.c
2884         * src/stock_pixmap.c
2885         * src/stock_pixmap.h
2886                 3 more GTK2 patches by Alfons.
2887
2888 2005-01-04 [colin]      0.9.13cvs27.1
2889
2890         * src/folderview.c
2891         * src/imap_gtk.c
2892         * src/news_gtk.c
2893                 Sync with HEAD
2894
2895 2005-01-04 [colin]      0.9.13cvs25.9
2896
2897         * src/compose.c
2898                 Fix Show Ruler menuitem
2899         * src/prefs_template.c
2900                 Convert to GTK2
2901         * src/common/utils.c
2902                 Make auto pointer stuff handles NULLs
2903                 Patches by Alfons.
2904
2905 2005-01-04 [colin]      0.9.13cvs25.8
2906
2907         * src/compose.c
2908                 Move the attachment list to gtk2
2909                 Patch by Alfons.
2910
2911 2005-01-04 [colin]      0.9.13cvs25.7
2912
2913         * src/textview.c
2914                 Make some keys work again
2915                 Patch by SungHyun Nam <namsh@kldp.org>
2916
2917 2005-01-04 [colin]      0.9.13cvs25.6
2918
2919         * src/gtk/gtkshruler.c
2920                 Move the ruler to GTK2
2921                 Patch by Alfons
2922
2923 2005-01-03 [colin]      0.9.13cvs25.5
2924
2925         * src/compose.c
2926                 Fix my broken patch apply 
2927
2928 2005-01-03 [colin]      0.9.13cvs25.4
2929
2930         * src/common/utils.c
2931         * src/common/utils.h
2932         * src/gtk/prefswindow.c
2933                 Move auto pointer stuff to utils.c
2934                 Patch by Alfons again :)
2935
2936 2005-01-03 [colin]      0.9.13cvs25.3
2937
2938         * src/compose.c
2939         * src/prefs_gtk.c
2940         * src/prefs_template.c
2941         * src/textview.c
2942                 Empty text widgets with empty strings, not NULL char
2943                 Patch by SungHyun Nam <namsh@kldp_org>
2944
2945 2005-01-03 [colin]      0.9.13cvs25.2
2946
2947         * src/main.c
2948         * AUTHORS
2949                 Sync with HEAD
2950
2951 2005-01-03 [colin]      0.9.13cvs25.1
2952
2953         * src/pop.c
2954         * src/pop.h
2955                 Sync with HEAD
2956
2957 2005-01-03 [colin]      0.9.13cvs24.3
2958
2959         * src/account.c
2960                 Two patches from Alfons and Alex S Moore:
2961                 fix images, fix return value.
2962
2963 2005-01-01 [colin]      0.9.13cvs24.2
2964
2965         * src/prefs_actions.c
2966                 Fix over-zealous assertion. Patch by Alfons
2967
2968 2005-01-01 [colin]      0.9.13cvs24.1
2969
2970         * src/procmime.c
2971                 Sync with HEAD (leak fix)
2972
2973 2004-12-31 [colin]      0.9.13cvs23.2
2974
2975         * src/prefs_common.c
2976                 GTK2 widgets + stock buttons - patch by Alfons
2977
2978 2004-12-31 [paul]       0.9.13cvs23.1
2979
2980         * configure.ac
2981                 bump up EXTRA_VERSION to match (sync'ed) HEAD
2982         * src/gtk/pluginwindow.c
2983                 use GTK2 widgets and plug memory leaks,
2984                 patches by Alfons
2985
2986 2004-12-30 [colin]      0.9.13cvs22.4
2987
2988         * src/account.c
2989         * src/action.c
2990         * src/export.c
2991         * src/foldersel.c
2992         * src/import.c
2993         * src/message_search.c
2994         * src/prefs_actions.c
2995         * src/prefs_common.c
2996         * src/prefs_customheader.c
2997         * src/prefs_filtering.c
2998         * src/prefs_summary_column.c
2999         * src/summary_search.c
3000         * src/gtk/about.c
3001         * src/gtk/description_window.c
3002         * src/gtk/gtkutils.c
3003         * src/gtk/gtkutils.h
3004         * src/gtk/inputdialog.c
3005         * src/gtk/prefswindow.c
3006                 Use GTK2 stock buttons. Patches by Alfons.
3007
3008 2004-12-30 [colin]      0.9.13cvs22.3
3009
3010         * src/account.c
3011                 Sync with HEAD
3012         * src/prefs_actions.c
3013         * src/prefs_customheader.c
3014         * src/prefs_filtering.c
3015         * src/prefs_msg_colors.c
3016         * src/prefs_summary_column.c
3017         * src/gtk/prefswindow.c
3018                 Use GtkTreeView instead of deprecated 
3019                 widgets. Patches by Alfons.
3020
3021 2004-12-30 [paul]       0.9.13cvs22.2
3022
3023         * src/foldersel.c
3024                 use GTK 2 Tree View
3025                 patch by Alfons, with root folder sorting fix
3026                 by Stephan Sachse
3027
3028 2004-12-30 [paul]       0.9.13cvs22.1
3029
3030         * ChangeLog
3031         * ChangeLog.claws
3032         * ChangeLog.jp
3033         * NEWS
3034         * configure.ac
3035         * src/account.c
3036                 sync with HEAD
3037
3038 2004-12-22 [martin]     0.9.13cvs21.2
3039
3040         * src/action.c
3041                 free the command line after its use
3042
3043 2004-12-18 [paul]       0.9.13cvs21.1
3044
3045         * AUTHORS
3046         * ChangeLog
3047         * ChangeLog.claws
3048         * ChangeLog.jp
3049         * NEWS
3050         * configure.ac
3051         * src/action.c
3052         * src/compose.c
3053         * src/syldap.c
3054                 sync with HEAD
3055
3056 2004-12-17 [martin]     0.9.13cvs17.2
3057
3058         * src/action.c
3059                 convert actions input to locale
3060         * src/inc.c
3061                 convert notification command to locale
3062         * src/plugins/pgpmime/select-keys.c
3063                 convert attributes to utf8
3064
3065 2004-12-14 [colin]      0.9.13cvs17.1
3066
3067         * ChangeLog
3068         * ChangeLog.jp
3069         * ChangeLog.claws
3070         * src/action.c
3071         * src/common/utils.c
3072         * src/gtk/prefswindow.c
3073         * src/gtk/gtkutils.c
3074         * src/gtk/gtkutils.h
3075         * src/plugins/spamassassin/libspamc.c
3076                 Sync with HEAD
3077
3078 2004-12-13 [colin]      0.9.13cvs14.1
3079
3080         * src/quote_fmt_parse.y
3081                 Sync with HEAD
3082
3083 2004-12-10 [colin]      0.9.13cvs12.1
3084
3085         * src/prefs_themes.c
3086         * src/mainwindow.c
3087         * src/messageview.c
3088                 Sync with HEAD
3089
3090 2004-12-09 [colin]      0.9.13cvs10.1
3091
3092         * src/procmime.c
3093                 Sync with HEAD (fix B64 encoding from memory)
3094
3095 2004-12-08 [colin]      0.9.13cvs9.1
3096
3097         * src/gtk/colorlabel.c
3098                 Sync with HEAD
3099
3100 2004-12-08 [paul]       0.9.13cvs8.2
3101
3102         * src/gtk/pluginwindow.c
3103                 fix window resizing oddities
3104
3105 2004-12-08 [colin]      0.9.13cvs8.1
3106
3107         * src/quote_fmt_parse.y
3108                 Sync with HEAD
3109
3110 2004-12-08 [colin]      0.9.13cvs7.1
3111
3112         * src/matcher_parser_parse.y
3113         * src/msgcache.c
3114         * src/prefs_matcher.c
3115         * src/procheader.c
3116         * src/matcher.c
3117         * src/common/defs.h
3118         * po/sr.po
3119                 Sync with HEAD
3120
3121 2004-12-08 [colin]      0.9.13cvs6.1
3122
3123         * src/quote_fmt_parse.y
3124         * src/textview.c
3125                 Sync with HEAD
3126         * src/gtk/prefswindow.c
3127         * src/gtk/pluginwindow.c
3128                 Fix G_CALLBACKS protos (thanks to Alfons)
3129
3130 2004-12-07 [torte]      0.9.13cvs2.2
3131
3132         * src/procmime.c
3133                 [Bug 650] reply button causes crash
3134                 Thanks to David Relson and Christoph
3135
3136 2004-12-07 [colin]      0.9.13cvs2.1
3137
3138         * ChangeLog.claws
3139         * AUTHORS
3140         * po/sk.po
3141         * src/procmime.c
3142         * src/prefs_account.c
3143         * src/common/smtp.c
3144         * src/common/smtp.h
3145                 Sync with HEAD
3146
3147 2004-12-06 [colin]      0.9.12cvs187.1
3148
3149         * ChangeLog.claws
3150         * INSTALL
3151         * Makefile.am
3152         * README.claws
3153         * TODO.claws
3154         * configure.ac
3155         * po/bg.po
3156         * po/cs.po
3157         * po/el.po
3158         * po/en_GB.po
3159         * po/es.po
3160         * po/fr.po
3161         * po/hr.po
3162         * po/hu.po
3163         * po/it.po
3164         * po/ja.po
3165         * po/ko.po
3166         * po/nl.po
3167         * po/pl.po
3168         * po/pt_BR.po
3169         * po/ru.po
3170         * po/sk.po
3171         * po/sr.po
3172         * po/sv.po
3173         * po/zh_CN.po
3174         * po/zh_TW.Big5.po
3175         * src/compose.c
3176         * tools/Makefile.am
3177         * tools/README
3178         * tools/filter_conv.pl
3179         * tools/kdeservicemenu/README
3180         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3181         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3182                 Sync with HEAD
3183
3184 2004-12-04 [colin]      0.9.12cvs183.1
3185
3186         * src/compose.c
3187                 Sync with HEAD (compose window position saving)
3188
3189 2004-12-04 [paul]       0.9.12cvs182.3
3190
3191         * src/messageview.c
3192         * src/mimeview.c
3193         * src/prefs_customheader.c
3194         * src/gtk/quicksearch.c
3195                 replace some forgotten GTK_SIGNAL_FUNCs
3196
3197 2004-12-04 [paul]       0.9.12cvs182.2
3198
3199         * src/Makefile.am
3200                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
3201                 committed in error      
3202
3203 2004-12-04 [paul]       0.9.12cvs182.1
3204
3205         * ChangeLog
3206         * ChangeLog.claws
3207         * ChangeLog.jp
3208         * INSTALL
3209         * NEWS
3210         * README
3211         * README.jp
3212         * configure.ac
3213         * doc/manual/ja/Makefile.am
3214         * doc/manual/ja/sylpheed-1.html
3215         * doc/manual/ja/sylpheed-10.html
3216         * doc/manual/ja/sylpheed-11.html
3217         * doc/manual/ja/sylpheed-12.html
3218         * doc/manual/ja/sylpheed-13.html
3219         * doc/manual/ja/sylpheed-14.html
3220         * doc/manual/ja/sylpheed-15.html
3221         * doc/manual/ja/sylpheed-16.html
3222         * doc/manual/ja/sylpheed-17.html
3223         * doc/manual/ja/sylpheed-18.html
3224         * doc/manual/ja/sylpheed-19.html
3225         * doc/manual/ja/sylpheed-2.html
3226         * doc/manual/ja/sylpheed-20.html
3227         * doc/manual/ja/sylpheed-3.html
3228         * doc/manual/ja/sylpheed-4.html
3229         * doc/manual/ja/sylpheed-5.html
3230         * doc/manual/ja/sylpheed-6.html
3231         * doc/manual/ja/sylpheed-7.html
3232         * doc/manual/ja/sylpheed-8.html
3233         * doc/manual/ja/sylpheed-9.html
3234         * doc/manual/ja/sylpheed.html
3235         * doc/manual/ja/sylpheed.sgml
3236         * po/de.po
3237         * src/Makefile.am
3238         * src/compose.c
3239         * src/procmime.c
3240         * src/pixmaps/regular.xpm **REMOVED**
3241         * src/plugins/pgpmime/pgpmime.c
3242         * src/plugins/pgpmime/plugin.c
3243         * src/plugins/pgpmime/prefs_gpg.c
3244                 sync with HEAD
3245
3246 2004-12-03 [paul]       0.9.12cvs180.1
3247
3248         * ChangeLog
3249         * ChangeLog.claws
3250         * ChangeLog.jp
3251         * configure.ac
3252         * src/Makefile.am
3253         * src/pop.c
3254         * src/common/utils.c
3255         * src/common/utils.h
3256         * src/pixmaps/continue.xpm
3257         * src/pixmaps/dir_close.xpm
3258         * src/pixmaps/dir_open.xpm
3259         * src/pixmaps/drafts_close.xpm
3260         * src/pixmaps/drafts_open.xpm
3261         * src/pixmaps/folder.xpm **REMOVED**
3262         * src/pixmaps/group.xpm
3263         * src/pixmaps/unread.xpm
3264                 sync with HEAD
3265
3266 2004-12-02 [colin]      0.9.12cvs179.1
3267
3268         * src/compose.c
3269                 Sync with HEAD (non-duplicated reedition)
3270
3271 2004-12-02 [colin]      0.9.12cvs178.1
3272
3273         * src/compose.c
3274                 Sync with HEAD (linewrap_quote fix)
3275
3276 2004-12-01 [colin]      0.9.12cvs177.3
3277
3278         * src/addrharvest.c
3279                 Replace sizeof with strlen
3280
3281 2004-12-01 [paul]       0.9.12cvs177.2
3282
3283         * src/addrharvest.c
3284                 fix 'harvest addresses'
3285
3286 2004-11-30 [colin]      0.9.12cvs177.1
3287
3288         * src/gtk/prefswindow.c
3289         * src/gtk/pluginwindow.c
3290                 Sync with HEAD
3291
3292 2004-11-29 [colin]      0.9.12cvs176.1
3293
3294         * src/folderview.c
3295                 sync with HEAD (Fix disappearing separators in folderview's popup)
3296
3297 2004-11-29 [colin]      0.9.12cvs175.1
3298
3299         * src/procmime.c
3300                 Sync with head (another format fix)
3301
3302 2004-11-29 [colin]      0.9.12cvs174.1
3303
3304         * src/pop.c
3305                 Sync with HEAD (format string fix)
3306
3307 2004-11-26 [colin]      0.9.12cvs173.1
3308
3309         * src/common/smtp.c
3310         * src/common/smtp.h
3311                 Sync with HEAD
3312
3313 2004-11-24 [colin]      0.9.12cvs172.1
3314
3315         * src/plugins/pgpmime/pgpmime.c
3316                 Sync with HEAD
3317
3318 2004-11-24 [colin]      0.9.12cvs171.1
3319
3320         * src/plugins/pgpmime/pgpmime.c
3321                 Sync with head (gpgmectx leaks)
3322
3323 2004-11-24 [colin]      0.9.12cvs169.1
3324
3325         * src/plugins/pgpmime/plugin.c
3326         * src/plugins/trayicon/Makefile.am
3327         * src/plugins/trayicon/newmarkedmail.xpm
3328         * src/plugins/trayicon/trayicon.c
3329         * src/plugins/trayicon/unreadmarkedmail.xpm
3330                 Sync with HEAD
3331
3332 2004-11-23 [colin]      0.9.12cvs168.1
3333
3334         * src/partial_download.c
3335         * src/partial_download.h
3336         * src/plugins/pgpmime/plugin.c
3337                 Sync with HEAD
3338
3339 2004-11-23 [colin]      0.9.12cvs166.1
3340
3341         * src/Makefile.am
3342         * src/codeconv.c
3343         * src/compose.c
3344         * src/folderview.c
3345         * src/main.c
3346         * src/partial_download.c
3347         * src/partial_download.h
3348         * src/prefs_account.c
3349         * src/prefs_account.h
3350         * src/privacy.c
3351         * src/privacy.h
3352         * src/procmime.c
3353         * src/common/Makefile.am
3354         * src/common/base64.h
3355         * src/common/partial_download.c
3356         * src/common/partial_download.h
3357         * src/gtk/prefswindow.c
3358         * src/gtk/prefswindow.h
3359         * src/plugins/pgpmime/pgpmime.c
3360         * src/plugins/pgpmime/prefs_gpg.c
3361         * src/plugins/pgpmime/prefs_gpg.h
3362         * src/plugins/pgpmime/sgpgme.c
3363         * src/plugins/pgpmime/sgpgme.h
3364                 Sync with HEAD
3365
3366 2004-11-23 [colin]      0.9.12cvs163.1
3367
3368         * src/main.c
3369                 Sync with HEAD (cursor optimization)
3370
3371 2004-11-23 [colin]      0.9.12cvs162.1
3372
3373         * src/prefs_common.c
3374         * src/prefs_themes.c
3375         * src/procmsg.c
3376                 Sync with HEAD
3377
3378 2004-11-23 [colin]      0.9.12cvs158.9
3379
3380         * src/compose.c
3381                 Fix double-free when forwarding
3382         * src/msgcache.c
3383                 Fix leak on error path
3384                 
3385
3386 2004-11-23 [colin]      0.9.12cvs158.8
3387
3388         * src/compose.c
3389                 Fix possible double-free
3390                 Spotted by Alfons
3391
3392 2004-11-23 [colin]      0.9.12cvs158.7
3393
3394         * src/compose.c
3395                 Fix some signal handlers' prototypes
3396                 Spotted by Alfons
3397
3398 2004-11-22 [colin]      0.9.12cvs158.6
3399
3400         * src/compose.c
3401                 Remove unneeded code and duplicated
3402                 wrapping - patch by Alfons
3403
3404 2004-11-22 [colin]      0.9.12cvs158.5
3405
3406         * src/prefs_themes.c
3407                 Fix oversized selector
3408
3409 2004-11-22 [colin]      0.9.12cvs158.4
3410
3411         * src/compose.c
3412                 fix dump_text()
3413                 patch by Alfons
3414
3415 2004-11-19 [colin]      0.9.12cvs158.3
3416
3417         * src/textview.c
3418                 Add a context menu on links (open, copy)
3419
3420 2004-11-18 [paul]       0.9.12cvs158.2
3421
3422         * src/addrgather.c
3423         * src/exphtmldlg.c
3424         * src/expldifdlg.c
3425         * src/mimeview.c
3426         * src/prefs_common.c
3427         * src/plugins/image_viewer/viewer.c
3428         * src/plugins/spamassassin/spamassassin_gtk.c
3429                 replace deprecated gtk_notebook_set_page
3430                 and gtk_notebook_current_page
3431
3432 2004-11-18 [paul]       0.9.12cvs158.1
3433
3434         * configure.ac
3435         * src/compose.c
3436         * src/mainwindow.c
3437         * src/messageview.c
3438         * src/prefs_common.c
3439         * src/common/utils.c
3440         * src/common/utils.h
3441                 sync with HEAD
3442
3443 2004-11-17 [colin]      0.9.12cvs156.1
3444
3445         * src/prefs_account.c
3446         * src/prefs_account.h
3447         * src/procmsg.c
3448                 Sync with HEAD (add pref to store encrypted mails encrypted)
3449
3450 2004-11-17 [paul]       0.9.12cvs155.1
3451
3452         * ChangeLog
3453         * ChangeLog.claws
3454         * ChangeLog.jp
3455         * NEWS
3456         * configure.ac
3457         * src/compose.c
3458         * src/jpilot.c
3459         * src/privacy.c
3460         * src/procmime.c
3461         * src/procmime.h
3462         * src/procmsg.c
3463         * src/toolbar.c
3464         * src/pixmaps/error.xpm
3465                 sync with HEAD
3466
3467 2004-11-17 [colin]      0.9.12cvs151.1
3468
3469         * src/plugins/pgpmime/pgpmime.c
3470                 Sync with HEAD (remove debug printf)
3471
3472 2004-11-17 [colin]      0.9.12cvs150.1
3473
3474         * src/plugins/pgpmime/pgpmime.c
3475                 Sync with HEAD (off-by-one fix)
3476
3477 2004-11-17 [colin]      0.9.12cvs149.1
3478
3479         * src/procmsg.c
3480                 Sync with HEAD (coding style fixes)
3481
3482 2004-11-16 [colin]      0.9.12cvs148.1
3483
3484         * src/procmsg.c
3485                 Sync with head (Fix the fix)
3486
3487 2004-11-16 [colin]      0.9.12cvs147.1
3488
3489         * src/procmsg.c
3490                 Sync with Main (leak fix)
3491
3492 2004-11-16 [colin]      0.9.12cvs146.14
3493
3494         * src/compose.c
3495                 Remove useless chunk of code
3496                 Patch by Alfons
3497
3498 2004-11-15 [colin]      0.9.12cvs146.13
3499
3500         * src/compose.c
3501                 Fix drafting after insertion
3502                 Patch by Alfons
3503
3504 2004-11-15 [colin]      0.9.12cvs146.12
3505
3506         * src/compose.c
3507         * src/prefs_filtering.c
3508         * src/prefs_filtering_action.c
3509         * src/prefs_toolbar.c
3510                 Fix some const-correctness
3511
3512 2004-11-15 [colin]      0.9.12cvs146.11
3513
3514         * src/summaryview.c
3515         * src/prefs_themes.c
3516         * src/messageview.c
3517                 Fix some leaks
3518
3519 2004-11-15 [colin]      0.9.12cvs146.10
3520
3521         * src/codeconv.c
3522                 More unreadable locale fixes
3523
3524 2004-11-14 [colin]      0.9.12cvs146.9
3525
3526         * src/textview.c
3527                 Fix uri_security_check
3528                 Patch by Alfons
3529
3530 2004-11-13 [paul]       0.9.12cvs146.8
3531
3532         * src/folder.c
3533         * src/procmime.c
3534                 fix 2 bugs introduced in last commit
3535
3536 2004-11-13 [paul]       0.9.12cvs146.7
3537
3538         * src/compose.c
3539         * src/exporthtml.c
3540         * src/exportldif.c
3541         * src/folder.c
3542         * src/imap.c
3543         * src/imap_gtk.c
3544         * src/main.c
3545         * src/mainwindow.c
3546         * src/messageview.c
3547         * src/mh_gtk.c
3548         * src/prefs_themes.c
3549         * src/procmime.c
3550         * src/setup.c
3551         * src/summaryview.c
3552                 replace deprecated g_basename
3553
3554 2004-11-13 [paul]       0.9.12cvs146.6
3555
3556         * src/compose.c
3557         * src/imap.c
3558         * src/matcher_parser.h
3559         * src/matcher_parser_parse.y
3560         * src/prefs_filtering.c
3561         * src/prefs_filtering_action.c
3562         * src/prefs_themes.c
3563         * src/prefs_toolbar.c
3564         * src/common/utils.c
3565                 various small fixes/cleanups
3566
3567 2004-11-12 [colin]      0.9.12cvs146.5
3568
3569         * src/textview.c
3570                 Validate event's origin on visibility notify
3571                 Patch by Alfons.
3572
3573 2004-11-12 [paul]       0.9.12cvs146.4
3574
3575         * src/exporthtml.c
3576         * src/exportldif.c
3577         * src/imap.c
3578         * src/mh.c
3579         * src/mimeview.c
3580         * src/prefs_spelling.c
3581         * src/prefs_themes.c
3582                 replace deprecated g_dirname    
3583
3584 2004-11-12 [colin]      0.9.12cvs146.3
3585
3586         * src/textview.c
3587                 Some coding style fixes
3588
3589 2004-11-12 [colin]      0.9.12cvs146.2
3590
3591         * src/codeconv.c
3592                 We want to replace _all_ extended chars in
3593                 conv_unreadable_*, because any string containing
3594                 extended chars not parsing as UTF8 is 
3595                 undisplayed on gtk2.
3596
3597 2004-11-12 [paul]       0.9.12cvs146.1
3598
3599         * ChangeLog
3600         * ChangeLog.claws
3601         * ChangeLog.jp
3602         * NEWS
3603         * configure.ac
3604         * src/account.c
3605         * src/folderview.c
3606         * src/folderview.h
3607         * src/imap.c
3608         * src/imap_gtk.c
3609         * src/inc.c
3610         * src/mainwindow.c
3611         * src/mh_gtk.c
3612         * src/news_gtk.c
3613         * src/pop.c
3614         * src/prefs_account.c
3615         * src/prefs_account.h
3616         * src/prefs_ext_prog.c
3617         * src/procmime.c
3618         * src/procmime.h
3619         * src/procmsg.c
3620         * src/procmsg.h
3621         * src/summary_search.c
3622         * src/summaryview.c
3623         * src/textview.c
3624         * src/common/defs.h
3625         * src/common/utils.c
3626         * src/common/utils.h
3627         * src/gtk/menu.c
3628         * src/gtk/menu.h
3629                 sync with HEAD
3630
3631 2004-11-11 [colin]      0.9.12cvs144.2
3632
3633         * src/textview.c
3634                 Fix URI range selection (patch by Alfons)
3635
3636 2004-11-09 [colin]      0.9.12cvs144.1
3637
3638         * ChangeLog.claws
3639         * src/compose.c
3640         * src/folder.c
3641         * src/folder_item_prefs.c
3642         * src/prefs_account.c
3643         * src/prefs_account.h
3644         * src/plugins/pgpmime/pgpmime.c
3645                 Sync with HEAD
3646
3647 2004-11-08 [colin]      0.9.12cvs143.1
3648
3649         * src/summaryview.c
3650                 Sync with HEAD (optimize quicksearch)
3651
3652 2004-11-08 [colin]      0.9.12cvs142.2
3653
3654         * src/compose.c
3655                 Don't wrap when Edit/Auto wrapping is disabled
3656
3657 2004-11-08 [colin]      0.9.12cvs142.1
3658
3659         * src/textview.c
3660                 Sync with HEAD
3661
3662 2004-11-08 [colin]      0.9.12cvs141.1
3663
3664         * src/textview.c
3665                 Sync with HEAD (fix some mail URIs)
3666
3667 2004-11-08 [colin]      0.9.12cvs140.3
3668
3669         * src/textview.c
3670                 o Use text cursor instead of arrow when
3671                   not on a link
3672                 o Fix handling of contiguous links (as in
3673                   "colin@colino.net" <colin@colino.net>)
3674                   This one unveils a bug in get_email_part()
3675
3676 2004-11-07 [colin]      0.9.12cvs140.2
3677
3678         * src/textview.c
3679                 Fix memleak. Patch by Alfons.
3680
3681 2004-11-06 [colin]      0.9.12cvs140.1
3682
3683         * src/compose.c
3684                 Sync with HEAD (don't ask passphrase
3685                 when drafting)
3686
3687 2004-11-06 [paul]       0.9.12cvs139.2
3688
3689         * AUTHORS
3690         * src/textview.c
3691         * src/textview.h
3692                 textview URI handling. hovering over a 
3693                 link displays it in the status bar,
3694                 and changes the mouse pointer to a hand 
3695                 cursor. a link is activated with a single 
3696                 click. (Modified from the) patch by Jean-Yves 
3697                 Lefort <jylefort@users.sourceforge.net>
3698                 
3699
3700 2004-11-05 [colin]      0.9.12cvs139.1
3701
3702         * src/compose.c
3703         * src/procmime.c
3704                 Sync with HEAD again ^^
3705
3706 2004-11-05 [colin]      0.9.12cvs139.1
3707
3708         * src/compose.c
3709         * src/procmime.c
3710                 Sync with HEAD
3711
3712 2004-11-03 [paul]       0.9.12cvs138.1
3713
3714         * ChangeLog.claws
3715         * configure.ac
3716         * po/POTFILES.in
3717         * src/prefs_ext_prog.c
3718         * src/procmime.c
3719         * tools/kdeservicemenu/README
3720         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3721         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3722                 sync with HEAD
3723
3724 2004-11-01 [christoph]  0.9.12cvs136.2
3725
3726         * src/procmime.c
3727                 convert MIME parameters to UTF-8
3728
3729 2004-10-29 [colin]      0.9.12cvs136.1
3730
3731         * src/common/utils.c
3732                 Sync with HEAD (don't use '=' in mime boundary)
3733
3734 2004-10-29 [paul]       0.9.12cvs135.1
3735
3736         * configure.ac
3737         * doc/src/rfc2231.txt
3738         * src/procmime.c
3739         * src/common/quoted-printable.c
3740         * src/common/utils.c
3741         * src/common/utils.h
3742                 sync with HEAD
3743
3744 2004-10-27 [paul]       0.9.12cvs134.1
3745
3746         * configure.ac
3747         * src/main.c
3748         * src/procmime.c
3749         * src/plugins/pgpmime/pgpmime.c
3750                 sync with HEAD
3751
3752 2004-10-26 [paul]       0.9.12cvs132.3
3753
3754         * src/account.c
3755         * src/addressbook.c
3756         * src/addrgather.c
3757         * src/addrharvest.c
3758         * src/codeconv.c
3759         * src/compose.c
3760         * src/customheader.c
3761         * src/editaddress.c
3762         * src/editgroup.c
3763         * src/enriched.c
3764         * src/expldifdlg.c
3765         * src/exporthtml.c
3766         * src/exportldif.c
3767         * src/folder.c
3768         * src/foldersel.c
3769         * src/folderview.c
3770         * src/grouplistdialog.c
3771         * src/html.c
3772         * src/imap.c
3773         * src/jpilot.c
3774         * src/ldapserver.c
3775         * src/ldif.c
3776         * src/mimeview.c
3777         * src/news.c
3778         * src/news_gtk.c
3779         * src/pop.c
3780         * src/prefs_display_header.c
3781         * src/prefs_gtk.c
3782         * src/prefs_msg_colors.c
3783         * src/prefs_toolbar.c
3784         * src/procheader.c
3785         * src/procmime.c
3786         * src/summaryview.c
3787         * src/textview.c
3788         * src/toolbar.c
3789         * src/vcard.c
3790         * src/common/mgutils.c
3791         * src/common/nntp.c
3792         * src/common/smtp.c
3793         * src/common/template.c
3794         * src/common/utils.c
3795         * src/common/xmlprops.c
3796         * src/plugins/pgpmime/pgpmime.c
3797         * src/plugins/pgpmime/select-keys.c
3798         * src/plugins/pgpmime/sgpgme.c
3799                 replace deprecated g_strcasecmp(), g_strncasecmp(),
3800                 g_string_sprintfa(), gtk_notebook_current_page()
3801
3802 2004-10-26 [colin]      0.9.12cvs132.2
3803
3804         * src/prefs_folder_item.c
3805                 Fix default-account selection
3806
3807 2004-10-21 [colin]      0.9.12cvs133
3808
3809         * src/compose.c
3810                 Sync with HEAD (Remove extra separator in compose's Options)
3811         * src/textview.c
3812                 Set wrapping to char
3813
3814 2004-10-21 [paul]       0.9.12cvs131.2
3815
3816         * src/compose.c
3817         * src/sourcewindow.c
3818                 fix wrapping
3819                 fix window shrinking 
3820
3821 2004-10-21 [colin]      0.9.12cvs131.1
3822
3823         * ChangeLog.claws
3824         * src/compose.c
3825                 Sync with HEAD
3826
3827 2004-10-21 [paul]       0.9.12cvs130.2
3828
3829         * src/prefs_folder_item.c
3830                 sync with HEAD (Apply to subfolders)
3831
3832 2004-10-19 [colin]      0.9.12cvs130.1
3833
3834         * ChangeLog.claws
3835         * src/compose.c
3836         * src/common/utils.c
3837         * src/gtk/menu.c
3838                 Sync with HEAD
3839
3840 2004-10-19 [colin]      0.9.12cvs128.1
3841
3842         * src/addrbook.c
3843         * src/addrcache.c
3844         * src/addressbook.c
3845         * src/codeconv.c
3846         * src/compose.c
3847         * src/customheader.c
3848         * src/editaddress.c
3849         * src/editgroup.c
3850         * src/exporthtml.c
3851         * src/folder.c
3852         * src/folderview.c
3853         * src/imap.c
3854         * src/jpilot.c
3855         * src/main.c
3856         * src/matcher_parser_parse.y
3857         * src/mbox.c
3858         * src/pop.c
3859         * src/prefs_account.c
3860         * src/prefs_gtk.c
3861         * src/prefs_msg_colors.c
3862         * src/procheader.c
3863         * src/procmime.c
3864         * src/procmime.h
3865         * src/procmsg.c
3866         * src/summaryview.c
3867         * src/textview.c
3868         * src/common/base64.c
3869         * src/common/partial_download.c
3870         * src/common/socket.c
3871         * src/common/sylpheed.c
3872         * src/common/utils.c
3873         * src/common/utils.h
3874         * src/gtk/pluginwindow.c
3875         * src/gtk/quicksearch.c
3876         * src/plugins/clamav/clamav_plugin.c
3877         * src/plugins/clamav/clamav_plugin.h
3878         * src/plugins/clamav/clamav_plugin_gtk.c
3879         * src/plugins/pgpmime/passphrase.c
3880         * src/plugins/pgpmime/pgpmime.c
3881         * src/plugins/pgpmime/plugin.c
3882         * src/plugins/pgpmime/prefs_gpg.c
3883         * src/plugins/pgpmime/prefs_gpg.h
3884         * src/plugins/pgpmime/select-keys.c
3885         * src/plugins/pgpmime/sgpgme.c
3886         * src/plugins/spamassassin/libspamc.c
3887         * src/plugins/spamassassin/spamassassin.c
3888         * src/plugins/spamassassin/spamassassin.h
3889         * src/plugins/spamassassin/spamassassin_gtk.c
3890         * src/plugins/trayicon/trayicon.c
3891         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
3892                 Sync with HEAD
3893
3894 2004-10-14 [colin]      0.9.12cvs126.2
3895
3896         * src/codeconv.c
3897         * src/textview.c
3898                 Fix conv_unreadable_locale
3899
3900 2004-10-13 [colin]      0.9.12cvs126.1
3901
3902         * src/compose.c
3903                 Sync with HEAD (don't convert charset for 
3904                 drafted messages, minor cleanup)
3905
3906 2004-10-13 [colin]      0.9.12cvs125.1
3907
3908         * po/POTFILES.in
3909                 Sync with HEAD (POTFILES fix)
3910
3911 2004-10-12 [colin]      0.9.12cvs124.3
3912
3913         * src/compose.c
3914                 Fix encoding bug from latest sync
3915
3916 2004-10-12 [paul]       0.9.12cvs124.2
3917
3918         * src/plugins/pgpmime/prefs_gpg.c
3919         * src/plugins/pgpmime/prefs_gpg.h
3920                 forgotten in last commit        
3921
3922 2004-10-12 [paul]       0.9.12cvs124.1
3923
3924         * ChangeLog.claws
3925         * configure.ac
3926         * m4/spamassassin.m4
3927         * src/Makefile.am
3928         * src/account.c
3929         * src/compose.c
3930         * src/compose.h
3931         * src/crash.c
3932         * src/main.c
3933         * src/mimeview.c
3934         * src/passphrase.c
3935         * src/passphrase.h
3936         * src/prefs_account.c
3937         * src/prefs_account.h
3938         * src/prefs_common.c
3939         * src/privacy.c
3940         * src/privacy.h
3941         * src/procmime.c
3942         * src/procmime.h
3943         * src/procmsg.c
3944         * src/rfc2015.c
3945         * src/rfc2015.h
3946         * src/select-keys.c
3947         * src/select-keys.h
3948         * src/textview.c
3949         * src/common/utils.c
3950         * src/common/utils.h
3951         * src/gtk/about.c
3952         * src/plugins/pgpmime/Makefile.am
3953         * src/plugins/pgpmime/passphrase.c
3954         * src/plugins/pgpmime/passphrase.h
3955         * src/plugins/pgpmime/pgpmime.c
3956         * src/plugins/pgpmime/plugin.c
3957         * src/plugins/pgpmime/select-keys.c
3958         * src/plugins/pgpmime/select-keys.h
3959         * src/plugins/pgpmime/sgpgme.c
3960         * src/plugins/pgpmime/sgpgme.h
3961                 sync with HEAD
3962
3963 2004-10-04 [colin]      0.9.12cvs122.1
3964
3965         * src/mainwindow.c
3966         * src/messageview.c
3967         * src/messageview.h
3968         * src/textview.c
3969                 Sync with HEAD
3970
3971 2004-10-04 [colin]      0.9.12cvs121.1
3972
3973         * src/summaryview.c
3974                 Sync with HEAD
3975
3976 2004-10-04 [paul]       0.9.12cvs120.1
3977
3978         * configure.ac
3979                 sync with HEAD [don't try to build 
3980                 pgpmime plugin when gpgme is disabled]
3981
3982 2004-10-03 [colin]      0.9.12cvs119.3
3983
3984         * src/gtk/gtksctree.c
3985                 Lots of side effects. Put back as before 117.2.
3986         * src/summaryview.c
3987                 Fix bug #602
3988
3989 2004-10-03 [colin]      0.9.12cvs119.2
3990
3991         * src/gtk/gtksctree.c
3992                 Revert 608 fix that doesn't work that good
3993
3994 2004-10-02 [colin]      0.9.12cvs119.1
3995
3996         * src/mainwindow.c
3997         * src/messageview.c
3998         * src/prefs_common.h
3999         * src/procmime.c
4000         * src/procmime.h
4001         * src/textview.c
4002                 Sync with HEAD
4003         * src/gtk/gtksctree.c
4004                 Close bug #608
4005
4006 2004-10-01 [colin]      0.9.12cvs118.1
4007
4008         * src/mimeview.c
4009                 Sync with HEAD (better Save All fix)
4010
4011 2004-10-01 [colin]      0.9.12cvs117.2
4012
4013         * src/gtk/gtksctree.c
4014                 Faster on selection
4015
4016 2004-10-01 [colin]      0.9.12cvs117.1
4017
4018         * src/mimeview.c
4019                 Sync with HEAD (Save All: only attachments)
4020
4021 2004-10-01 [paul]       0.9.12cvs116.1
4022
4023         * ChangeLog.claws
4024         * configure.ac
4025         * src/account.c
4026         * src/prefs_common.c
4027         * src/gtk/colorlabel.c
4028                 sync with HEAD
4029
4030 2004-09-30 [colin]      0.9.12cvs115.1
4031
4032         * src/stock_pixmap.c
4033         * src/stock_pixmap.h
4034         * src/folderview.c
4035         * src/Makefile.am
4036         * src/pixmaps/read.xpm
4037                 Sync with HEAD (new pixmap)
4038
4039 2004-09-29 [colin]      0.9.12cvs114.1
4040
4041         * src/compose.c
4042                 Sync with HEAD
4043                 Fix focus handling in headers
4044
4045 2004-09-29 [paul]       0.9.12cvs113.1
4046
4047         * src/quote_fmt_parse.y
4048                 sync with HEAD
4049  
4050
4051 2004-09-28 [colin]      0.9.12cvs112.1
4052
4053         * src/folderview.c
4054         * src/mainwindow.c
4055                 Sync with HEAD
4056
4057 2004-09-28 [colin]      0.9.12cvs110.1
4058
4059         * src/folderview.c
4060                 Sync with HEAD (Contextual Empty trash menu)
4061
4062 2004-09-28 [colin]      0.9.12cvs108.1
4063
4064         * src/addressbook.c
4065                 Sync with HEAD (addressbook edit on double-click)
4066
4067 2004-09-28 [colin]      0.9.12cvs106.1
4068
4069         * src/inc.c
4070                 Sync with HEAD (folder_item freeze on inc)
4071
4072 2004-09-27 [colin]      0.9.12cvs105.1
4073
4074         * src/folderview.c
4075                 Sync with HEAD (right-align new and unread column)
4076
4077 2004-09-27 [colin]      0.9.12cvs104.1
4078
4079         * src/main.c
4080                 Sync with HEAD (revert 0.9.12cvs101)
4081
4082 2004-09-24 [colin]      0.9.12cvs103.2
4083
4084         * src/wizard.c
4085                 Fix gtk warnings and use domain part of the email address 
4086                 when domain detection fails (no dot in domain name)
4087
4088 2004-09-23 [colin]      0.9.12cvs103.1
4089
4090         * src/plugins/spamassassin/libspamc.c
4091         * src/plugins/spamassassin/libspamc.h
4092         * src/plugins/spamassassin/utils.c
4093         * src/plugins/spamassassin/utils.h
4094                 Sync with HEAD (Update spamassassin to 3.0)
4095
4096 2004-09-21 [colin]      0.9.12cvs102.3
4097
4098         * src/action.c
4099                 Add horizontal scrollbar in action io dialog as needed
4100                 Patch by Alfons.
4101
4102 2004-09-20 [colin]      0.9.12cvs102.2
4103
4104         * src/plugins/image_viewer/viewer.c
4105                 Remove imlib stuff
4106                 use gtk_pixmap_set when clearing
4107                 (would be better to use gtkImages, but causes size-allocate 
4108                 signals storm)
4109
4110 2004-09-17 [paul]       0.9.12cvs102.1
4111
4112         * ChangeLog
4113         * ChangeLog.claws
4114         * ChangeLog.jp
4115         * configure.ac
4116         * src/inc.c
4117                 sync with HEAD
4118
4119
4120 2004-09-17 [colin]      0.9.12cvs101.1
4121
4122         * ChangeLog.claws
4123         * src/main.c
4124                 Sync with HEAD (fix segs at exit)
4125
4126 2004-09-14 [colin]      0.9.12cvs99.5
4127
4128         * src/common/socket.c
4129         * AUTHORS
4130                 Fix send error on 64bit platforms
4131                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
4132
4133 2004-09-14 [colin]      0.9.12cvs99.4
4134
4135         * src/action.c
4136                 Fix action output with utf8 
4137                 Patch by Alfons.
4138
4139 2004-09-14 [colin]      0.9.12cvs99.3
4140
4141         * ChangeLog.claws
4142         * src/folder.c
4143                 Sync with HEAD
4144
4145 2004-09-09 [colin]      0.9.12cvs99.2
4146
4147         * src/action.c
4148                 Fix progress bar (displaying "Completed %v/%u")
4149                 Patch by Alfons.
4150
4151 2004-09-08 [colin]      0.9.12cvs99.1
4152
4153         * src/account.c
4154         * src/folder.c
4155         * src/procmsg.c
4156         * src/procmsg.h
4157         * src/plugins/pgpmime/pgpmime.c
4158                 Sync with HEAD
4159
4160 2004-09-08 [colin]      0.9.12cvs97.2
4161
4162         * src/summaryview.c
4163                 Don't select mails in collapsed threads 
4164                 when navigating with up/down
4165
4166 2004-09-07 [colin]      0.9.12cvs97.1
4167
4168         * src/inc.c
4169                 Sync with HEAD (meaningful error messages)
4170
4171 2004-09-06 [colin]      0.9.12cvs96.1
4172
4173         * src/toolbar.c
4174                 Sync with HEAD (fix Redirect graying out)
4175
4176 2004-09-06 [colin]      0.9.12cvs95.1
4177
4178         * src/summaryview.c
4179         * src/mimeview.c
4180                 Sync with HEAD (fix dropped URIs)
4181
4182 2004-09-06 [colin]      0.9.12cvs94.1
4183
4184         * src/addressbook.c
4185         * src/addressitem.h
4186         * src/addritem.c
4187         * src/addritem.h
4188                 Sync with HEAD (addressbook DnD)
4189
4190 2004-09-03 [colin]      0.9.12cvs93.1
4191
4192         * src/summaryview.c
4193                 Sync with HEAD (next/prev unread)
4194
4195 2004-09-03 [colin]      0.9.12cvs92.1
4196
4197         * src/prefs_common.c
4198         * src/prefs_common.h
4199         * src/summaryview.c
4200                 Sync with HEAD ('mark_as_read_delay' pref)
4201
4202 2004-09-02 [colin]      0.9.12cvs91.2
4203
4204         * src/common/xml.c
4205                 Fix leak
4206
4207 2004-09-02 [colin]      0.9.12cvs91.1
4208
4209         * src/gtk/menu.c
4210                 Sync with HEAD (menu accel don't work, but whatever)
4211
4212 2004-09-02 [colin]      0.9.12cvs90.1
4213
4214         * src/account.c
4215                 Sync with HEAD (fix bug 582)
4216
4217 2004-09-02 [colin]      0.9.12cvs89.1
4218
4219         * src/addrindex.c
4220                 Sync with HEAD (free deleted queries)
4221
4222 2004-09-02 [colin]      0.9.12cvs88.1
4223
4224         * src/ldapquery.c
4225                 Sync with HEAD (fix LDAP freezes)
4226
4227 2004-09-02 [colin]      0.9.12cvs87.1
4228
4229         * src/prefs_spelling.c
4230                 Sync with HEAD (add default dictionary)
4231
4232 2004-09-01 [colin]      0.9.12cvs86.1
4233
4234         * src/filtering.c
4235         * src/folderview.c
4236         * src/imap.c
4237         * src/prefs_matcher.c
4238         * src/stock_pixmap.c
4239         * src/summary_search.c
4240         * src/summaryview.c
4241         * src/wizard.c
4242         * src/wizard.h
4243                 Sync with HEAD (uninitialized vars fixes)
4244                 + gtk2 specific warning fixes
4245
4246 2004-08-31 [colin]      0.9.12cvs85.1
4247
4248         * src/folder.c
4249                 Sync with HEAD (Fix memory corruption due to 
4250                 uninitialized var)
4251
4252 2004-08-31 [colin]      0.9.12cvs84.4
4253
4254         * src/summary_search.c
4255                 Fix segfaults when searching in folders with broken headers
4256
4257 2004-08-31 [colin]      0.9.12cvs84.3
4258
4259         * src/compose.c
4260         * src/textview.c
4261                 Fix some more encoding/decoding issues
4262
4263 2004-08-30 [colin]      0.9.12cvs84.2
4264
4265         * src/mimeview.c
4266         * src/prefs_themes.c
4267         * src/gtk/filesel.c
4268         * src/gtk/filesel.h
4269                 Add a folder-mode selection (fixes mimeview's "Save all")
4270
4271 2004-08-29 [colin]      0.9.12cvs84.1
4272
4273         * src/mimeview.c
4274                 Sync with HEAD (don't escape saved filenames)
4275
4276 2004-08-27 [colin]      0.9.12cvs83.1
4277
4278         * ChangeLog
4279         * ChangeLog.claws
4280         * ChangeLog.jp
4281         * src/mh.c
4282         * src/procheader.c
4283         * src/procmsg.c
4284         * src/procmsg.h
4285         * src/common/utils.c
4286         * src/gtk/menu.h
4287         * po/
4288                 Sync with HEAD 0.9.12cvs83 (sync with main)
4289
4290 2004-08-26 [colin]      0.9.12cvs82.4
4291
4292         * src/codeconv.c
4293                 Fix strange stack corruption
4294                 Convert to utf8 after unmime, not before
4295
4296 2004-08-26 [colin]      0.9.12cvs82.3
4297
4298         * src/main.c
4299         * src/wizard.c
4300                 Fix account folders duplication
4301
4302 2004-08-25 [colin]      0.9.12cvs82.2
4303
4304         * src/wizard.c
4305                 Remove ports
4306                 Add SSL selection
4307                 Use login@server as account name
4308
4309 2004-08-25 [colin]      0.9.12cvs82.1
4310
4311         * src/plugins/pgpmime/pgpmime.c
4312                 Sync with HEAD (leak fix).
4313
4314 2004-08-25 [colin]      0.9.12cvs81.1
4315
4316         * src/plugins/pgpmime/pgpmime.c
4317         * src/plugins/pgpmime/sgpgme.c
4318         * src/plugins/pgpmime/sgpgme.h
4319                 Sync with HEAD (Handle combined messages).
4320
4321 2004-08-24 [colin]      0.9.12cvs80.3
4322
4323         * src/wizard.c
4324                 Fix full name, ports, and imap
4325
4326 2004-08-24 [colin]      0.9.12cvs80.2
4327
4328         * src/Makefile.am
4329         * src/main.c
4330         * src/setup.c
4331         * src/setup.h
4332         * src/stock_pixmap.c
4333         * src/stock_pixmap.h
4334         * src/wizard.c ** ADDED **
4335         * src/wizard.h ** ADDED ** 
4336         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
4337                 Add a setup wizard 
4338
4339 2004-08-24 [colin]      0.9.12cvs80.1
4340
4341         * src/folder.c
4342                 Sync with HEAD (set mimeflags on all messages)
4343
4344 2004-08-24 [colin]      0.9.12cvs79.3
4345
4346         * src/matcher_parser_lex.l
4347                 Fix 8bits strings not in utf8
4348
4349 2004-08-24 [colin]      0.9.12cvs79.2
4350
4351         * src/compose.c
4352                 Check conversion result before replacing buffer
4353
4354 2004-08-23 [colin]      0.9.12cvs79.1
4355
4356         * src/compose.c
4357                 Sync with HEAD (create message header in memory)
4358
4359 2004-08-23 [colin]      0.9.12cvs78.1
4360
4361         * src/rfc2015.c
4362         * src/rfc2015.h
4363                 Sync with HEAD (fix bug 197 again)
4364
4365 2004-08-23 [colin]      0.9.12cvs77.3
4366
4367         * src/compose.c
4368                 Fix again inline gpg signing (which outputs utf8
4369                 in gtk2). Not syncing this fix to HEAD as this 
4370                 code is meant to die.
4371
4372 2004-08-23 [colin]      0.9.12cvs77.2
4373
4374         * src/prefs_account.h
4375                 Remove useless include
4376
4377 2004-08-23 [colin]      0.9.12cvs77.1
4378
4379         * src/imap.c
4380         * po/es.po
4381         * po/fr.po
4382         * po/it.po
4383         * po/pl.po
4384         * po/pt_BR.po
4385         * po/sk.po
4386         * po/sr.po
4387                 Sync with HEAD (fix bug 577)
4388
4389 2004-08-22 [colin]      0.9.12cvs76.1
4390
4391         * src/plugins/trayicon/trayicon.c
4392                 Sync with HEAD (fix formatting bug)
4393
4394 2004-08-21 [colin]      0.9.12cvs74.2
4395
4396         * src/gtk/colorsel.c
4397                 Fix bug 564 (Folder color selection window exits on any
4398                 keypress)
4399
4400 2004-08-21 [colin]      0.9.12cvs74.1
4401
4402         * ChangeLog.claws
4403         * src/compose.c
4404         * src/summaryview.c
4405         * src/toolbar.c
4406                 Sync with HEAD (fix bug 576)
4407
4408 2004-08-21 [colin]      0.9.12cvs70.1
4409
4410         * src/compose.c
4411         * src/mainwindow.c
4412                 Sync with HEAD
4413                 
4414
4415 2004-08-21 [paul]       0.9.12cvs66.4
4416
4417         * src/mainwindow.c
4418         * src/messageview.c
4419         * src/gtk/menu.c
4420         * src/plugins/spamassassin/spamassassin_gtk.c
4421                 remove some deprecated gtk1 functions
4422
4423
4424 2004-08-21 [colin]      0.9.12cvs66.3
4425
4426         * src/compose.c
4427         * src/codeconv.c
4428                 Fix warnings
4429                 Remove encoding hacks
4430                 Fix bug 575 (Strange character messes up message)
4431                 Don't display conversion error when drafting
4432
4433 2004-08-21 [paul]       0.9.12cvs66.2
4434
4435         * src/prefs_account.c
4436                 fix GnuPG mode bugs
4437
4438
4439 2004-08-20 [colin]      0.9.12cvs66.1
4440
4441         * src/codeconv.c
4442                 Sync with HEAD 0.9.12cvs66
4443
4444 2004-08-20 [paul]
4445
4446         * src/plugins/pgpmime/plugin.c
4447                 modify PGP/MIME plugin's description
4448
4449 2004-08-17 [colin]      0.9.12cvs65.1
4450
4451         * src/common/ssl.c
4452         * src/plugins/pgpmime/plugin.c
4453                 Sync with HEAD
4454
4455 2004-08-14 [colin]      0.9.12cvs60.3
4456
4457         * src/plugins/trayicon/trayicon.c
4458                 Put back resize callback, on size-request signal
4459                 rather than size-allocate to avoid infinite 
4460                 callback loop
4461
4462 2004-08-13 [colin]      0.9.12cvs60.2
4463
4464         * src/common/defs.h
4465                 Cache versions have been fixed
4466
4467 2004-08-13 [colin]      0.9.12cvs60.1
4468
4469         * src/folderutils.c
4470                 Sync with HEAD
4471
4472 2004-08-12 [colin]      0.9.12cvs59.1
4473
4474         * src/plugins/trayicon/trayicon.c
4475                 Sync with HEAD
4476
4477 2004-08-12 [colin]      0.9.12cvs57.5
4478
4479         * sylpheed.desktop
4480         * configure.ac
4481         * src/Makefile.am
4482         * src/main.c
4483                 Add support for Freedesktop.org's startup notification
4484
4485 2004-08-11 [colin]      0.9.12cvs57.4
4486
4487         * src/textview.c
4488                 Fix off-by-one
4489
4490 2004-08-11 [colin]      0.9.12cvs57.3
4491
4492         * src/message_search.c
4493         * src/summary_search.c
4494                 Make searches case insensitive by default
4495         * src/textview.c
4496                 Fix case-insensitive search in message
4497
4498 2004-08-11 [colin]      0.9.12cvs57.2
4499
4500         * src/summary_search.c
4501                 Let case-sensitive be specified
4502
4503 2004-08-10 [colin]      0.9.12cvs55.4
4504
4505         * src/common/socket.c
4506                 Fix the possible race condition
4507
4508 2004-08-09 [paul]       0.9.12cvs55.3
4509
4510         * configure.ac
4511         * src/Makefile.am
4512         * src/common/Makefile.am
4513                 sync with HEAD
4514
4515
4516 2004-08-09 [paul]       0.9.12cvs55.2
4517
4518         * autogen.sh
4519         * po/poconv.sh
4520                 remove unneeded script
4521
4522         * configure.ac
4523                 add forgotten USE_LDAP_TLS (sync with HEAD)
4524
4525
4526 2004-08-09 [colin]      0.9.12cvs55.1
4527
4528         * src/main.c
4529         * src/common/ssl.c
4530         * src/common/sylpheed.c
4531         * src/common/sylpheed.h
4532                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
4533
4534 2004-08-09 [paul]       0.9.12cvs54.1
4535
4536         * ChangeLog
4537         * ChangeLog.claws
4538         * ChangeLog.jp
4539         * configure.ac
4540         * po/POTFILES.in
4541         * src/Makefile.am
4542         * src/folderutils.c
4543         * src/main.c
4544         * src/pgpmime.c
4545         * src/pgpmime.h
4546         * src/sgpgme.c
4547         * src/sgpgme.h
4548         * src/plugins/Makefile.am
4549         * src/plugins/pgpmime/.cvsignore
4550         * src/plugins/pgpmime/Makefile.am
4551         * src/plugins/pgpmime/pgpmime.c
4552         * src/plugins/pgpmime/pgpmime.h
4553         * src/plugins/pgpmime/plugin.c
4554         * src/plugins/pgpmime/sgpgme.c
4555         * src/plugins/pgpmime/sgpgme.h
4556                 sync with HEAD
4557
4558 2004-08-08 [paul]       0.9.12cvs51.1
4559
4560         * configure.ac
4561         * src/folder.c
4562                 sync with HEAD
4563
4564 2004-08-07 [colin]      0.9.12cvs50.1
4565
4566         * src/pop.c
4567         * src/common/partial_download.c
4568                 fix warnings (sync from HEAD)
4569
4570 2004-08-07 [colin]      0.9.12cvs48.1
4571
4572         * src/prefs_folder_item.c
4573                 sync with HEAD 0.9.12cvs48
4574
4575 2004-08-06 [colin]      0.9.12cvs47.1
4576
4577         * src/compose.c
4578                 Sync with HEAD
4579
4580 2004-08-06 [christoph]  0.9.12cvs46.2
4581
4582         * src/main.c
4583         * src/plugins/clamav/clamav_plugin_gtk.c
4584         * src/plugins/dillo_viewer/dillo_viewer.c
4585         * src/plugins/image_viewer/plugin.c
4586         * src/plugins/mathml_viewer/mathml_viewer.c
4587         * src/plugins/spamassassin/spamassassin_gtk.c
4588         * src/plugins/trayicon/trayicon.c
4589                 don't mix GTK1.2 plugin with GTK2 plugins
4590
4591 2004-08-06 [colin]      0.9.12cvs46.1
4592
4593         * ChangeLog
4594         * ChangeLog.claws
4595         * ChangeLog.jp
4596         * configure.ac
4597         * sylpheed-claws.pc.in
4598         * src/folder.c
4599         * src/imap.c
4600         * src/localfolder.c
4601         * src/messageview.c
4602         * src/mimeview.c
4603         * src/mimeview.h
4604         * src/msgcache.c
4605         * src/news.c
4606         * src/prefs_ext_prog.c
4607         * src/prefs_folder_item.c
4608         * src/prefs_fonts.c
4609         * src/prefs_msg_colors.c
4610         * src/prefs_spelling.c
4611         * src/prefs_themes.c
4612         * src/prefs_toolbar.c
4613         * src/prefs_wrapping.c
4614         * src/procmime.h
4615         * src/common/defs.h
4616         * src/common/nntp.c
4617         * src/common/session.c
4618         * src/common/session.h
4619         * src/common/socket.c
4620         * src/common/utils.h
4621         * src/common/xml.c
4622         * src/common/xml.h
4623         * src/gtk/prefswindow.c
4624         * src/gtk/prefswindow.h
4625         * src/plugins/clamav/clamav_plugin_gtk.c
4626         * src/plugins/dillo_viewer/dillo_prefs.c
4627         * src/plugins/image_viewer/viewerprefs.c
4628         * src/plugins/spamassassin/spamassassin_gtk.c
4629         * m4/openssl.m4 *** REMOVED ***
4630                 Sync with HEAD 0.9.12cvs46
4631
4632 2004-08-03 [paul]       0.9.12cvs40.2
4633
4634         * src/action.c
4635         * src/addressadd.c
4636         * src/addressbook.c
4637         * src/addrgather.c
4638         * src/browseldap.c
4639         * src/compose.c
4640         * src/crash.c
4641         * src/editaddress.c
4642         * src/editgroup.c
4643         * src/editldap_basedn.c
4644         * src/foldersel.c
4645         * src/importldif.c
4646         * src/mimeview.c
4647         * src/prefs_common.c
4648         * src/prefs_template.c
4649         * src/sourcewindow.c
4650         * src/summaryview.c
4651         * src/gtk/about.c
4652         * src/gtk/foldersort.c
4653         * src/gtk/logwindow.c
4654         * src/gtk/pluginwindow.c
4655         * src/gtk/prefswindow.c
4656                 change all gtk_scrolled_window_set_policy from 
4657                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
4658
4659 2004-08-02 [paul]       0.9.12cvs40.1
4660
4661         * AUTHORS
4662                 update translation team section
4663         * po/pt_BR.po
4664                 updated by Frederico Goncalves Guimaraes
4665                 <fggdebian@yahoo.com.br>
4666
4667 2004-07-31 [colin]      0.9.12cvs39.9
4668
4669         * src/exphtmldlg.c
4670                 Fix compilation
4671
4672 2004-07-31 [colin]      0.9.12cvs39.8
4673
4674         * src/exphtmldlg.c
4675                 Fix an alertpanel type
4676
4677 2004-07-30 [colin]      0.9.12cvs39.7
4678
4679         * src/alertpanel.c
4680                 Fix alertpanel_error_log's icon
4681
4682 2004-07-30 [colin]      0.9.12cvs39.6
4683
4684         * src/pop.c
4685                 Two of them should still be warnings
4686
4687 2004-07-30 [colin]      0.9.12cvs39.5
4688
4689         * src/pop.c
4690                 More warning -> error
4691 2004-07-29 [colin]      0.9.12cvs39.4
4692
4693         * src/pop.c
4694                 Warning -> error
4695
4696 2004-07-29 [colin]      0.9.12cvs39.3
4697
4698         * src/prefs_matcher.c
4699                 Fix segfault
4700
4701 2004-07-29 [colin]      0.9.12cvs39.2
4702
4703         * src/alertpanel.c
4704                 More nice-looking alertpanels
4705
4706 2004-07-29 [colin]      0.9.12cvs39.1
4707
4708         * src/messageview.c
4709                 sync with head
4710                 (inform user when partial mail is deleted on server)
4711
4712 2004-07-29 [colin]      0.9.12cvs38.1
4713
4714         * src/messageview.c
4715                 sync with head
4716
4717 2004-07-28 [paul]       0.9.12cvs37.7
4718
4719         * src/mainwindow.c
4720                 complete the replacement of deprecated gtk_progress_*
4721
4722 2004-07-28 [paul]       0.9.12cvs37.6
4723
4724         * src/action.c
4725         * src/inc.c
4726         * src/mainwindow.c
4727         * src/send_message.c
4728         * src/gtk/progressdialog.c
4729         * src/gtk/progressdialog.h
4730                 replace deprecated gtk_progress_*
4731
4732 2004-07-28 [paul]       0.9.12cvs37.5
4733
4734         * src/gtk/filesel.c
4735                 remove gtk_window_set_wmclass()
4736 2004-07-28 [paul]       0.9.12cvs37.4
4737
4738         * src/addressbook.c
4739         * src/compose.c
4740         * src/foldersel.c
4741         * src/mainwindow.c
4742         * src/messageview.c
4743         * src/sourcewindow.c
4744         * src/gtk/logwindow.c
4745                 remove gtk_window_set_wmclass()
4746                 
4747         * src/prefs_filtering.c
4748         * src/prefs_filtering_action.c
4749         * src/prefs_fonts.c
4750         * src/prefs_gtk.c
4751         * src/prefs_matcher.c
4752         * src/ssl_manager.c
4753         * src/gtk/prefswindow.c
4754                 replace gtk_window_position()
4755
4756 2004-07-28 [colin]      0.9.12cvs37.3
4757
4758         * src/alertpanel.c
4759         * src/alertpanel.h
4760                 Add a way to specify panel type for specific
4761                 panels (alertpanel())
4762         * src/account.c
4763         * src/addressbook.c
4764         * src/compose.c
4765         * src/expldifdlg.c
4766         * src/main.c
4767         * src/messageview.c
4768         * src/summaryview.c
4769         * src/textview.c
4770         * src/gtk/sslcertwindow.c
4771                 Fix alertpanel()s so that their icon match
4772                 their real type
4773
4774 2004-07-28 [paul]       0.9.12cvs37.2
4775
4776         * src/addr_compl.c
4777         * src/addressbook.c
4778         * src/alertpanel.c
4779         * src/compose.c
4780         * src/export.c
4781         * src/foldersel.c
4782         * src/folderview.c
4783         * src/grouplistdialog.c
4784         * src/import.c
4785         * src/mainwindow.c
4786         * src/message_search.c
4787         * src/messageview.c
4788         * src/passphrase.c
4789         * src/prefs_actions.c
4790         * src/prefs_common.c
4791         * src/prefs_customheader.c
4792         * src/prefs_display_header.c
4793         * src/prefs_filtering.c
4794         * src/prefs_filtering_action.c
4795         * src/prefs_gtk.c
4796         * src/prefs_matcher.c
4797         * src/prefs_msg_colors.c
4798         * src/prefs_summary_column.c
4799         * src/prefs_template.c
4800         * src/sourcewindow.c
4801         * src/ssl_manager.c
4802         * src/summary_search.c
4803         * src/gtk/colorsel.c
4804         * src/gtk/description_window.c
4805         * src/gtk/gtkaspell.c
4806         * src/gtk/inputdialog.c
4807         * src/gtk/logwindow.c
4808         * src/gtk/prefswindow.c
4809         * src/gtk/progressdialog.c
4810                 replace deprecated gtk_window_set_policy
4811
4812 2004-07-27 [colin]      0.9.12cvs37.1
4813
4814         * src/msgcache.c
4815                 More fixes (synced for head again)
4816
4817 2004-07-27 [colin]      0.9.12cvs35.3
4818
4819         * src/msgcache.c
4820                 Fix wrong test
4821
4822 2004-07-27 [colin]      0.9.12cvs35.2
4823
4824         * src/mimeview.c
4825                 Fix width a bit (by Paul)
4826         * src/alertpanel.c
4827         * src/alertpanel.h
4828                 Specialize icons, make alertpanel_message()
4829                 private
4830         * src/message_search.c
4831         * src/sgpgme.c
4832         * src/summary_search.c
4833                 Suit alertpanel changes
4834
4835 2004-07-27 [colin]      0.9.12cvs35.1
4836
4837         * src/alertpanel.c
4838                 Add an icon
4839         * src/passphrase.c
4840                 Add debug output - maybe someone will
4841                 want to look at the problem with Grab
4842                 Input :)
4843         Bump version as we're synced with HEAD
4844
4845 2004-07-26 [colin]      0.9.12cvs33.26
4846
4847         * src/pop.c
4848                 Fix uidl-file parsing when not in new
4849                 format
4850
4851 2004-07-26 [colin]      0.9.12cvs33.25
4852
4853         * src/gtk/menu.c
4854                 Move popup menu up if necessary (fixes 
4855                 account selector)
4856         * src/mainwindow.c
4857                 Set account selector's button height to
4858                 minimum
4859
4860 2004-07-26 [colin]      0.9.12cvs33.24
4861
4862         * src/alertpanel.c
4863                 Maybe fix 551 (Truncated font in alert window)
4864
4865 2004-07-26 [colin]      0.9.12cvs33.23
4866
4867         * po/de.po
4868         * po/es.po
4869         * po/fr.po
4870         * po/it.po
4871         * po/ja.po
4872         * po/pl.po
4873         * po/ru.po
4874         * po/sk.po
4875         * po/sr.po
4876         * po/zh_CN.po
4877                 Sync po files with HEAD
4878
4879 2004-07-26 [paul]       0.9.12cvs33.22
4880
4881         * src/compose.c
4882                 fix Bug 556 'Organisation-header is sent even if empty'
4883
4884 2004-07-24 [colin]      0.9.12cvs33.21
4885
4886         * src/compose.c
4887         * src/gtk/gtkaspell.c
4888         * src/gtk/gtkaspell.h
4889                 Fix speller accelerators (require hack)
4890
4891 2004-07-24 [colin]      0.9.12cvs33.20
4892
4893         * src/gtk/gtkaspell.c
4894                 Fix over-eager code deletion breaking
4895                 Check while typing
4896
4897 2004-07-24 [colin]      0.9.12cvs33.19
4898
4899         * src/browseldap.c
4900         * src/ldapctrl.c
4901         * src/ldapctrl.h
4902         * src/ldapserver.h
4903                 Sync ldap with HEAD
4904         (Fixes 546 LDAP completely broken)
4905
4906 2004-07-24 [colin]      0.9.12cvs33.18
4907
4908         * src/prefs_msg_colors.c
4909                 Fix prototype mismatch
4910         (Fixes 547 void function cannot return value)
4911
4912 2004-07-24 [colin]      0.9.12cvs33.17
4913
4914         * src/mainwindow.c
4915                 Fix sort going back to previous sort key
4916                 when changing sort direction
4917
4918 2004-07-24 [colin]      0.9.12cvs33.16
4919
4920         * src/compose.c
4921                 Fix space insertion when re-wrapping at 
4922                 cursor point
4923
4924 2004-07-24 [colin]      0.9.12cvs33.15
4925
4926         * src/gtk/gtkaspell.c
4927                 Don't change cursor position in insert-text
4928                 callback
4929         (Fixes 539 Word wrapping on input transposes letters)
4930
4931 2004-07-24 [colin]      0.9.12cvs33.14
4932
4933         * src/gtk/gtkaspell.c
4934                 Reencode non-ascii chars to dictionary's
4935                 encoding
4936         (Fixes 544 Spell check broken non english locale)
4937
4938 2004-07-24 [colin]      0.9.12cvs33.13
4939
4940         * src/summaryview.c
4941                 Fix Shift+Down, add Home/End/PgUp/PgDown
4942
4943 2004-07-21 [colin]      0.9.12cvs33.12
4944
4945         * src/prefs_common.c
4946                 Fix a gtk warning (Patch by Andrej Kacian)
4947
4948 2004-07-21 [colin]      0.9.12cvs33.11
4949
4950         * src/gtk/filesel.c
4951                 More check
4952
4953 2004-07-21 [colin]      0.9.12cvs33.10
4954
4955         * src/compose.c
4956         * src/crash.c
4957         * src/export.c
4958         * src/import.c
4959         * src/messageview.c
4960         * src/mimeview.c
4961         * src/prefs_spelling.c
4962         * src/prefs_themes.c
4963         * src/summaryview.c
4964         * src/gtk/filesel.c
4965         * src/gtk/filesel.h
4966         * src/gtk/pluginwindow.c
4967                 Untwist open/save mode guessing logic, make
4968                 it explicit
4969
4970 2004-07-20 [colin]      0.9.12cvs33.9
4971
4972         * src/codeconv.c
4973                 conv_encode_header: src_charset is UTF-8 on
4974                 gtk2
4975         * src/compose.c
4976                 Remove double encoding of the headers
4977
4978 2004-07-20 [colin]      0.9.12cvs33.8
4979
4980         * src/codeconv.c
4981                 Fix typo
4982
4983 2004-07-20 [colin]      0.9.12cvs33.7
4984
4985         * src/mainwindow.c
4986                 Set the separated messageview to the saved
4987                 size of Claws' messageview (Patch by Alfons)
4988                 Fix a callback prototype (me)
4989
4990 2004-07-20 [colin]      0.9.12cvs33.6
4991
4992         * src/codeconv.h
4993                 Forgot one hunk in 0.9.12cvs33.4
4994
4995 2004-07-19 [colin]      0.9.12cvs33.5
4996
4997         * src/action.c
4998                 Action output fix
4999                 Patch by Alfons
5000
5001 2004-07-19 [colin]      0.9.12cvs33.4
5002
5003         * src/compose.c
5004                 Fix outgoing charset bug in headers
5005         * src/codeconv.c
5006                 Clean for glib2 - Patch by Alfons
5007
5008 2004-07-19 [colin]      0.9.12cvs33.3
5009
5010         * src/statusbar.c
5011                 Remove grip from the statusbar
5012                 Patch by Alfons
5013
5014 2004-07-19 [colin]      0.9.12cvs33.2
5015
5016         * src/messageview.c
5017         * src/textview.c
5018                 Fix messageview remembering the previous
5019                 scroll position when loading a new message
5020                 Patch by Alfons
5021
5022 2004-07-19 [colin]      0.9.12cvs33.1
5023
5024         * src/folder.h
5025         * src/folderview.c
5026         * src/summaryview.c
5027                 Sync with HEAD
5028
5029 2004-07-18 [colin]      0.9.12cvs32.7
5030
5031         * configure.ac
5032                 Remove useless check for XIM - noticed
5033                 by Alfons
5034
5035 2004-07-18 [colin]      0.9.12cvs32.6
5036
5037         * src/summaryview.c
5038                 Remove non-modified and shift-modified
5039                 accelerators in summaryview's popup
5040                 menu, as that doesn't get catched by
5041                 the accel-activate signal catcher...
5042
5043 2004-07-18 [colin]      0.9.12cvs32.5
5044
5045         * src/prefs_common.c
5046                 Define sensible default prefs for 
5047                 wrapping
5048
5049 2004-07-18 [colin]      0.9.12cvs32.4
5050
5051         * src/compose.c
5052         * src/prefs_common.c
5053         * src/prefs_common.h
5054         * src/prefs_wrapping.c
5055                 Remove Smart Wrapping pref, which does
5056                 nothing on gtk2 branch
5057
5058 2004-07-18 [colin]      0.9.12cvs32.3
5059
5060         * src/sourcewindow.c
5061                 Proper utf8
5062
5063 2004-07-18 [colin]      0.9.12cvs32.2
5064
5065         * src/compose.c
5066                 Save attachment status when drafting
5067
5068 2004-07-18 [colin]      0.9.12cvs32.1
5069
5070         * src/gtk/filesel.c
5071                 Fix erratic folder selection in open mode
5072
5073 2004-07-18 [colin]      0.9.12cvs31.11
5074
5075         * src/pop.c
5076                 Don't let partial messages get deleted
5077                 even with "dowload all"
5078                 (0.9.12cvs31.8 fix extension)
5079 2004-07-18 [colin]      0.9.12cvs31.10
5080
5081         * src/gtk/logwindow.c
5082                 Fix log scrolling
5083
5084 2004-07-18 [colin]      0.9.12cvs31.9
5085
5086         * src/common/utils.c
5087                 Fix non-utf8 strings coming from commands
5088                 and files
5089
5090 2004-07-18 [colin]      0.9.12cvs31.8
5091
5092         * src/pop.c
5093                 Fix partial download bug with Download all
5094                 messages option
5095
5096 2004-07-18 [colin]      0.9.12cvs31.7
5097
5098         * src/textview.c
5099                 Fix bug introduced in 0.9.12cvs31.2
5100                 (blocked in select mode after double click)
5101
5102 2004-07-18 [colin]      0.9.12cvs31.6
5103
5104         * src/compose.c
5105         * src/gtk/menu.c
5106                 More glib-warning fixes
5107
5108 2004-07-18 [colin]      0.9.12cvs31.5
5109
5110         * src/compose.c
5111                 Fix trashing the primary clipboard when moving 
5112                 around with tab
5113         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
5114
5115 2004-07-18 [colin]      0.9.12cvs31.4
5116
5117         * src/codeconv.c
5118                 convert unencoded iso headers to utf8
5119         (Fix Bug 538 Unencoded local characters in subject make it 
5120          disappear)
5121
5122 2004-07-18 [colin]      0.9.12cvs31.3
5123
5124         * src/compose.c
5125                 Fix tab char handling in wrapping
5126         (Fix Bug 537 Line wrap problem - TAB character treated as 
5127          one character instead of 8)
5128
5129 2004-07-18 [colin]      0.9.12cvs31.2
5130
5131         * src/textview.c
5132                 return FALSE on GDK_MOTION_NOTIFY
5133         (Fix Bug 535 Hyperlinks/addresses are not selectable 
5134          (unable to highlight))
5135
5136 2004-07-18 [colin]      0.9.12cvs31.1
5137
5138         * src/folderview.c
5139                 Sync with 0.9.12cvs31
5140
5141 2004-07-18 [colin]      0.9.12cvs30.4
5142
5143         * src/compose.c
5144                 Also block text_inserted when inserting a file
5145
5146 2004-07-18 [colin]      0.9.12cvs30.3
5147
5148         * src/compose.c
5149                 Fix smart wrapping (block text_inserted handler
5150                 while putting quotation to avoid wrap on input,
5151                 don't join lines if next is sig separator)
5152
5153 2004-07-17 [colin]      0.9.12cvs30.2
5154
5155         * src/folderview.c
5156         * src/mainwindow.c
5157         * src/mimeview.c
5158         * src/summaryview.c
5159         * src/gtk/quicksearch.c
5160         * src/gtk/quicksearch.h
5161                 Block key events handlers *and* accels while
5162                 quicksearch is focused
5163         (Fixes Bug 534 quick-search bar not accepting certain letters)
5164
5165 2004-07-17 [colin]      0.9.12cvs30.1
5166
5167         * src/folder.h
5168         * src/folderview.c
5169         * src/summaryview.c
5170                 Sync with 0.9.12cvs30
5171
5172 2004-07-17 [colin]      0.9.12cvs28.2
5173
5174         * src/mimeview.c
5175         * src/procmime.c
5176         * src/summaryview.c
5177         * src/gtk/menu.c
5178                 Squash some compile and glib warnings
5179
5180 2004-07-17 [paul]       0.9.12cvs28.1
5181
5182         * src/mimeview.c
5183                 sync with 0.9.12cvs28 HEAD
5184
5185 2004-07-16 [paul]       0.9.12cvs26.1
5186         
5187         * src/gtk/quicksearch.c
5188         * src/account.c
5189         * src/account.h
5190         * src/compose.c
5191         * src/customheader.c
5192         * src/folder_item_prefs.c
5193         * src/main.c
5194         * src/mainwindow.c
5195         * src/messageview.c
5196         * src/mimeview.c
5197         * src/news.c
5198         * src/pgpmime.c
5199         * src/pop.c
5200         * src/pop.h
5201         * src/prefs_account.c
5202         * src/prefs_account.h
5203         * src/prefs_common.c
5204         * src/prefs_common.h
5205         * src/prefs_display_header.c
5206         * src/prefs_gtk.c
5207         * src/prefs_gtk.h
5208         * src/procheader.c
5209         * src/procmime.c
5210                 sync with 0.9.12cvs26 HEAD      
5211
5212 2004-07-15 [colin]      0.9.12cvs18.14
5213
5214         * src/folder.c
5215                 Disable GPG signature check during
5216                 folder move and scan
5217         (Closes Bug 521 Signature checking slows down Folder-Move)
5218
5219 2004-07-14 [colin]      0.9.12cvs18.13
5220
5221         * src/common/partial_download.c
5222                 update includes
5223
5224 2004-07-14 [colin]      0.9.12cvs18.12
5225
5226         * src/common/partial_download.c
5227         * src/common/partial_download.h
5228                 Move doc at top, add correct copyright
5229
5230 2004-07-14 [colin]      0.9.12cvs18.11
5231
5232         * src/folder.c
5233         * src/messageview.c
5234         * src/pop.c
5235         * src/pop.h
5236         * src/procmsg.c
5237         * src/summaryview.c
5238         * src/common/Makefile.am
5239         * src/common/partial_download.c ** NEW FILES **
5240         * src/common/partial_download.h ** NEW FILES **
5241                 Move partial-download related stuff to its
5242                 own file
5243
5244 2004-07-14 [colin]      0.9.12cvs18.10
5245
5246         * src/send_message.c
5247                 Fix smtp auth when user is null or empty
5248
5249 2004-07-13 [colin]      0.9.12cvs18.9
5250
5251         * src/gtk/quicksearch.c
5252                 Use alphabetic order
5253
5254 2004-07-13 [colin]      0.9.12cvs18.8
5255
5256         * src/pop.c
5257                 Be paranoid on the checks
5258
5259 2004-07-13 [colin]      0.9.12cvs18.7
5260
5261         * src/gtk/quicksearch.c
5262                 Fix Engrish once again
5263
5264 2004-07-13 [colin]      0.9.12cvs18.6
5265
5266         * src/procmsg.c
5267         * src/summaryview.c
5268                 Mark messages for deletion when they are about to
5269                 be removed from trash
5270
5271 2004-07-13 [colin]      0.9.12cvs18.5
5272
5273         * src/matcher.c
5274         * src/matcher.h
5275         * src/matcher_parser_parse.y
5276         * src/prefs_matcher.c
5277         * src/gtk/quicksearch.c
5278                 Add 'partial' ('p') match string to find partially
5279                 downloaded messages
5280
5281 2004-07-13 [colin]      0.9.12cvs18.4
5282
5283         * src/pop.c
5284                 Fix misplaced block
5285
5286 2004-07-13 [colin]      0.9.12cvs18.3
5287
5288         * src/pop.c
5289         * src/pop.h
5290         * src/messageview.c
5291                 Refactor API (to avoid passing 5+ params and code
5292                 duplication)
5293         * src/folder.c
5294         * src/msgcache.c
5295         * src/procheader.c
5296         * src/common/defs.h
5297                 Add planned_download to cache
5298                 Don't mess uidl file when moving partially downloaded
5299                 mails (they change folder, we should change it in the
5300                 uidl list too or we'll remove an incorrect message)
5301                 (this also helps removing hacks when changing 
5302                 planned_download in messageview.c)
5303
5304 2004-07-12 [colin]      0.9.12cvs18.2
5305
5306         * src/gtk/quicksearch.c
5307                 Fix missing status update in quicksearch
5308
5309 2004-07-12 [paul]       0.9.12cvs18.1
5310
5311         * po/POTFILES.in
5312         * src/Makefile.am
5313         * src/account.c
5314         * src/codeconv.c
5315         * src/compose.c
5316         * src/inc.c
5317         * src/main.c
5318         * src/prefs_common.c
5319         * src/procmsg.h
5320         * src/toolbar.c
5321         * src/prefs_msg_colors.[ch]     ** NEW FILES **
5322         * src/prefs_wrapping.[ch]       ** NEW FILES **
5323         * src/common/intl.h
5324         * src/common/utils.[ch]
5325         * src/gtk/quicksearch.[ch]
5326                 sync with 0.9.12cvs18 HEAD
5327
5328 2004-07-12 [colin]      0.9.11cvs17.25
5329
5330         * src/folder.c
5331         * src/folder.h
5332                 Remove unused function added by me in 0.9.11cvs17.10
5333
5334 2004-07-11 [colin]      0.9.11cvs17.24
5335
5336         * src/inc.c
5337         * src/messageview.c
5338         * src/pop.c
5339         * src/pop.h
5340                 Use folderitem and msgnum instead of filename to
5341                 know which mail to delete
5342                 Move old partial mail deletion to pop.c
5343
5344 2004-07-10 [colin]      0.9.11cvs17.23
5345
5346         * src/inc.c
5347                 Add debug
5348         * src/pop.c
5349         * src/pop.h
5350                 Don't re-use same enums for unrelated stuff: it's 
5351                 completely misleading !
5352                 Document a bit
5353
5354 2004-07-09 [colin]      0.9.11cvs17.22
5355
5356         * src/inc.c
5357                 Remove folder-type check and do
5358                 more tests to be sure everything's
5359                 ok
5360         * src/messageview.c
5361                 Punctuation update, remove useless
5362                 code, fix two warnings
5363         * src/noticeview.c
5364                 Layout cleaning, reset 2nd button
5365                 when specifying one
5366
5367 2004-07-09 [colin]      0.9.11cvs17.21
5368
5369         * src/messageview.c
5370         * src/pop.c
5371         * src/pop.h
5372                 Allow user to change his mind
5373                 and postpone decision (by
5374                 unmarking the mail)
5375
5376 2004-07-09 [colin]      0.9.11cvs17.20
5377
5378         * src/messageview.c
5379                 Fix bug with delete state
5380         * src/pop.c
5381         * src/pop.h
5382                 Fix buffer leak (fread doesn't 
5383                 terminate buffers with \0)
5384                 Refactoring (remove magic 
5385                 numbers)
5386
5387 2004-07-09 [colin]      0.9.11cvs17.19
5388
5389         * src/pop.c
5390                 Don't log "Skipping message" if 
5391                 we're going to TOP it two lines
5392                 later
5393
5394 2004-07-09 [colin]      0.9.11cvs17.18
5395
5396         * src/messageview.c
5397                 Fix Engrish
5398
5399 2004-07-09 [colin]      0.9.11cvs17.17
5400
5401         * src/pop.c
5402                 strlen checking...
5403         * src/messageview.c
5404                 refactoring a bit
5405
5406 2004-07-08 [colin]      0.9.11cvs17.16
5407
5408         * src/noticeview.c
5409         * src/noticeview.h
5410                 Add an optional second button
5411         * src/messageview.c
5412         * src/pop.c
5413         * src/pop.h
5414                 Don't delete partially received mails after a certain
5415                 time; rather, let the user decide.
5416
5417 2004-07-08 [colin]      0.9.11cvs17.15
5418
5419         * src/common/smtp.h
5420                 Sync with HEAD
5421
5422 2004-07-08 [colin]      0.9.11cvs17.14
5423
5424         * src/messageview.c
5425         * src/common/smtp.c
5426                 Use to_human_readable() for sizes
5427
5428 2004-07-08 [colin]      0.9.11cvs17.13
5429
5430         * src/inc.c
5431         * src/messageview.c
5432         * src/pop.c
5433         * src/pop.h
5434         * src/procmsg.c
5435                 Fix partial-downloading issues:
5436                         catch unsupported TOP
5437                         don't delete partially downloaded mails before 5 days
5438                         don't update existing with non-MH folders; that'll
5439                         make dups, but it's better than trashing the folder
5440                         free new msginfo parts
5441                 Fix indentation ;-)
5442
5443 2004-07-08 [colin]      0.9.11cvs17.12
5444
5445         * src/common/smtp.c
5446         * src/common/smtp.h
5447                 Sync smtp size verification with HEAD
5448
5449 2004-07-08 [colin]      0.9.11cvs17.11
5450
5451         * src/summaryview.c
5452         * src/prefs_common.c
5453         * src/prefs_common.h
5454         * src/gtk/quicksearch.c
5455         * src/gtk/quicksearch.h
5456                 Sync sticky pref with HEAD
5457
5458 2004-07-08 [colin]      0.9.11cvs17.10
5459
5460         * src/folder.c [1.213.2.6]
5461         * src/folder.h [1.87.2.6]
5462         * src/inc.c [1.149.2.7]
5463         * src/messageview.c [1.94.2.8]
5464         * src/procheader.c [1.47.2.6]
5465         * src/procmsg.c [1.150.2.4]
5466         * src/procmsg.h [1.60.2.5]
5467         * src/pop.c [1.56.2.4]
5468         * src/pop.h [1.17.2.3]
5469                 Let too big messages get downloaded, but truncated
5470                 Add a button to download them completely
5471                 
5472 2004-07-06 [colin]      0.9.11cvs17.9
5473
5474         * src/gtk/quicksearch.c [1.1.2.3]
5475                 Add a Clear button
5476         * commitHelper
5477         * PATCHSETS
5478                 Add a script to help with cvs
5479
5480 2004-07-03 [colin]      0.9.11cvs17.8
5481
5482         * src/plugins/imageviewer/viewer.c
5483                 fix imageviewer (which was staying on the first
5484                 displayed image)
5485
5486 2004-07-03 [colin]      0.9.11cvs17.7
5487
5488         Removed FIXME_GTK2 warnings
5489         * src/gtk/gtkutils.c
5490                 useless #warnings
5491         * src/gtk/menu.c
5492                 useless #warnings (no need to mess with menu rc)
5493         * src/gtk/menu.h
5494                 unused functions
5495         
5496
5497 2004-07-03 [colin]      0.9.11cvs17.6
5498
5499         Removed FIXME_GTK2 warnings
5500         * src/codeconv.c
5501                 useless #warnings (rewrite needed)
5502         * src/compose.c
5503                 useless #warnings (rewrite needed)
5504                 useless #warnings (gtk2 is like that)
5505                 useless #warnings (previously fixed)
5506         * src/main.c
5507                 useless #warnings (previously fixed)
5508         * src/message_search.c
5509                 useless #warnings (gtk2 is like that)
5510                 Made apparent that search is case-sensitive
5511         * src/mimeview.c
5512                 useless #warnings (rewrite needed)
5513                 useless #warnings (gtk2 is like that)
5514                 reimplemented real warnings
5515         * src/prefs_common.c
5516                 Removed block cursor option (not it gtk2)
5517         * src/prefs_gtk.c
5518                 useless #warnings (rewrite needed)
5519         * src/procheader.c
5520                 useless #warnings (rewrite needed)
5521         * src/sourcewindow.c
5522                 useless #warnings (incorrect placing)
5523         * src/summary_search.c
5524                 useless #warnings (gtk2 is like that)
5525                 Made apparent that search is case-sensitive
5526         * src/action.c
5527                 useless #warnings (gtk2 is like that)
5528         * src/textview.c
5529                 useless #warnings (rewrite needed)
5530         * src/toolbar.c
5531                 useless #warnings (rewrite needed)
5532
5533 2004-07-03 [colin]      0.9.11cvs17.5
5534
5535         * src/textview.c
5536                 Fix mismerge which broke URI opening
5537                 
5538 2004-07-01 [colin]      0.9.11cvs17.4
5539
5540         * src/gtk/filesel.c
5541                 Fill filename when saving
5542                 
5543 2004-06-27 [colin]      0.9.11cvs17.3
5544
5545         * src/gtk/filesel.[ch]
5546                 Use the new GTK file selector
5547                 Update prototype to match the reality: multiple file
5548                 selection is open-only          
5549         * src/compose.c
5550                 Match the new prototypes        
5551         * configure.ac
5552                 Match the new requirements (gtk 2.4.0)
5553                         
5554 2004-06-26 [colin]      0.9.11cvs17.2
5555
5556         * src/plugins/trayicon/trayicon.c
5557                 Remove useless signal handler on resize, which causes
5558                 an infinite "loop"
5559         
5560 2004-06-26 [colin]      0.9.11cvs17.1
5561         
5562         * tools/Makefile.am
5563                 remove launch_firebird and add nautilus2sylpheed.sh
5564         * src/quicksearch.c
5565           src/summaryview.c
5566                 Fix show/hide "Extended symbols" button problem
5567                 Fix apparition at startup
5568                 Fix const warnings
5569         * src/plugins/image_viewer/Makefile.am
5570                 Fix configure 
5571         * common/ssl.c
5572                 Re-enable certificate check, as it doesn't seem to
5573                 cause Xlib errors anymore
5574
5575 2004-06-25 [paul]       0.9.11cvs17
5576
5577         * sync with 0.9.11cvs17 HEAD
5578         
5579         NOTE: QuickSearch is broken
5580
5581 2004-06-07 [colin]      0.9.10claws67.10
5582         * src/plugins/trayicon/trayicon.c
5583           src/plugins/trayicon/libeggtrayicon/Makefile.am
5584           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5585                 Fix gettextization in trayicon plugin
5586
5587 2004-06-07 [colin]      0.9.10claws67.9
5588         
5589         * src/summaryview.c
5590           src/gtk/gtksctree.[ch]
5591                 Let Shift+{Up,Down} work in summaryview
5592                 (well, Down "works" and Up works)
5593                 Let the list scroll when using these keys
5594
5595 2004-06-06 [colin]      0.9.10claws67.8
5596
5597         * src/plugins/trayicon/trayicon.c
5598                 Fix pixmap update
5599
5600 2004-06-06 [colin]      0.9.10claws67.7
5601
5602         * src/addressbook.c
5603                 Fix signal handling causing system-wide focus grab
5604
5605 2004-05-25 [paul]       0.9.10claws67.6
5606
5607         * Makefile.am
5608           src/Makefile.am
5609                 clean up
5610
5611 2004-05-25 [paul]       0.9.10claws67.5
5612
5613         * replace deprecated gtk_signal... functions
5614
5615 2004-05-23 [colin]      0.9.10claws67.4
5616
5617         * src/compose.c
5618                 Fix wrapping
5619
5620 2004-05-22 [colin]      0.9.10claws67.3
5621
5622         * src/compose.c
5623                 Re-fix [Edited] in compose.c::compose_reedit()
5624
5625 2004-05-22 [colin]      0.9.10claws67.2
5626
5627         * src/procmime.c
5628                 Fix parsing of multiparts mails
5629
5630 2004-05-22 [colin]      0.9.10claws67.1
5631
5632         * src/summaryview.c
5633                 Fix quicksearch
5634
5635 2004-05-22 [paul]       0.9.10claws67
5636
5637         * sync with 0.9.10claws67 HEAD
5638
5639 2004-05-14 [alfons]
5640
5641         * src/procmime.h
5642                 add forgotton prototype
5643
5644 2004-05-10 [paul]       0.9.10claws57
5645
5646         * sync with 0.9.10claws57 HEAD
5647
5648 2004-05-05 [paul]       0.9.9.claws1
5649
5650         * ChangeLog-gtk2        ** REMOVED **
5651           ChangeLog-gtk2.claws  ** ADDED **
5652                 rename and adopt the normal claws format
5653                 
5654         * configure.ac
5655                 require gtkmathview >= 0.5
5656
5657         * ac/*                          ** REMOVED **
5658           ac/                           ** REMOVED **
5659           intl/Makefile.in              ** REMOVED **
5660           m4/                           ** ADDED **
5661           m4/missing                    ** ADDED **
5662           m4/missing/gdk-pixbuf.m4      ** ADDED **
5663           m4/missing/gettext.m4         ** ADDED **
5664           m4/missing/gpgme.m4           ** ADDED **
5665           m4/missing/imlib.m4           ** ADDED **
5666           m4/.cvsignore                 ** ADDED **
5667           m4/Makefile.am                ** ADDED **
5668           m4/README                     ** ADDED **
5669           m4/aclocal-include.m4         ** ADDED **
5670           m4/aspell.m4                  ** ADDED **
5671           m4/check-type.m4              ** ADDED **
5672           m4/gnupg-check-typedef.m4     ** ADDED **
5673           m4/openssl.m4                 ** ADDED **
5674           m4/spamassassin.m4            ** ADDED **
5675           po/ChangeLog                  ** REMOVED **
5676           po/Makefile.in.in             ** REMOVED **
5677           po/Rules-quot                 ** REMOVED **
5678           po/boldquot.sed               ** REMOVED **
5679           po/en@boldquot.header         ** REMOVED **
5680           po/en@quot.header             ** REMOVED **
5681           po/insert-header.sin          ** REMOVED **
5682           po/quot.sed                   ** REMOVED **
5683           po/remove-potcdate.sed        ** REMOVED **
5684           po/remove-potcdate.sin        ** REMOVED **
5685           po/stamp-po                   ** REMOVED **
5686           Makefile.am
5687           autogen.sh
5688           configure.ac
5689                 enable building with automake 1.8.x
5690                 add 'autopoint --force' to autogen.sh and remove all
5691                 auto-generated files, remove ac/ directory and use
5692                 m4/ directory instead
5693                 
5694         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5695                 fix gettextization
5696
5697 2004-02-28 Colin Leroy <colin@colino.net>
5698         * src/prefs_matcher.c
5699           src/prefs_filtering.c
5700           src/prefs_filtering_action.c
5701                 Fix non-editable GtkEntries
5702
5703 2004-02-22 Thorsten Maerz <torte@netztorte.de>
5704         * src/prefs_themes.c
5705                 utf8 conversion for theme info
5706
5707 2004-02-21 Thorsten Maerz <torte@netztorte.de>
5708         * sync 0.9.9claws
5709
5710 2004-02-14 Thorsten Maerz <torte@netztorte.de>
5711         * src/grouplistdialog.c
5712                 allow multiple selections without ctrl key
5713
5714 2004-02-09 Thorsten Maerz <torte@netztorte.de>
5715         * src/main.c
5716                 enable customizable accelerators
5717
5718 2004-02-08 Thorsten Maerz <torte@netztorte.de>
5719         * src/prefs_common.c
5720                 re-enable different font settings for gtk1/2
5721         * src/prefs_folder_item.c
5722                 fix folder prefs displayed wrong
5723         * src/textview.c
5724                 set 'sunken' shadow type
5725
5726 2004-02-07 Colin Leroy <colin@colino.net>
5727         * src/compose.c
5728                 Fix message being always [Edited]
5729                 Encode headers correctly (utf8 buf)
5730
5731 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5732         * src/socket.c
5733                 remove double g_source_attach()
5734                 (Thanks to Colin Leroy)
5735
5736 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5737         * src/gtk/gtksctree.c
5738                 Fix SSL certificate list not shown
5739         * src/mimeview.c
5740                 Fix clicks in mime tree
5741
5742 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5743         * src/common/socket.c
5744                 Fix SSL receive
5745         * src/compose.c
5746                 Fix clipboard menu hotkeys
5747
5748 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5749         * src/gtk/gtkaspell.[ch]
5750           src/compose.c
5751                 reimplement spellchecker
5752
5753 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5754         * src/gtk/filesel.c
5755                 crash when inserting file in compose window
5756                 (TODO: keep old selection on clicks)
5757         * src/main.c
5758                 use gtkrc-2.0 instead of gtkrc
5759
5760 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5761         * src/messageview.c
5762                 remove orphaned mimeview unref()
5763
5764 2004-01-20 Thorsten Maerz <torte@netztorte.de>
5765         * src/grouplistdialog.c
5766                 expand nodes containing subscribed groups
5767
5768 2004-01-19 Thorsten Maerz <torte@netztorte.de>
5769         * src/textview.c
5770                 textview: hide cursor, restore old click behaviour
5771
5772 2004-01-18 Thorsten Maerz <torte@netztorte.de>
5773         * src/textview.c
5774                 variable names messed up
5775
5776 2004-01-17 Colin Leroy <colin@colino.net>
5777         * src/addr_compl.c
5778                 Fix completion address too thin
5779         * src/compose.c
5780                 Fix tab-to-subject behaviour
5781         * src/summaryview.c
5782                 Implement key up & down in summaryview
5783
5784 2004-01-12 Thorsten Maerz <torte@netztorte.de>
5785
5786         * sync 098claws
5787
5788 2004-01-08 Thorsten Maerz <torte@netztorte.de>
5789         * configure.ac
5790           Makefile.am
5791           doc/.cvsignore
5792           doc/Makefile.am
5793                 faq, man, manual moved to doc/
5794         * ac/aspell.m4
5795           ac/check-type.m4
5796           ac/gnupg-check-typedef.m4
5797           ac/openssl.m4
5798           ac/spamassassin.m4
5799           ac/missing/gdk-pixbuf.m4
5800           ac/missing/gpgme.m4
5801           ac/missing/imlib.m4
5802                 fix automake warnings
5803
5804 2003-12-06 Colin Leroy <colin@colino.net>
5805         * src/summaryview.c
5806                 Fix quicksearch
5807
5808 2003-12-05 Colin Leroy <colin@colino.net>
5809         * src/summaryview.c
5810                 Fix going to next unread folder
5811
5812 2003-12-05 Colin Leroy <colin@colino.net>
5813         * src/crash.c
5814                 Fix gtk2 compilation
5815         * src/session.c
5816                 Remove iotag source handler at disconnection
5817         * src/socket.[ch] 
5818                 Remove source handler when closing socket 
5819                 (fixes another seg)
5820
5821 2003-12-04 Colin Leroy <colin@colino.net>
5822         * src/compose.c
5823           src/prefs_account.c
5824           src/prefs_common.c
5825                 Fix some dropdown menus
5826
5827 2003-12-04 Colin Leroy <colin@colino.net>
5828         * src/compose.c
5829                 Fix event handlers on header fields
5830         * src/common/socket.c
5831           src/common/session.c
5832                 Fix segfault with callback (SSL)
5833                 Fix end of session 
5834
5835 2003-10-06 Thorsten Maerz <torte@netztorte.de>
5836
5837         * Fix compile bug in src/compose.c
5838         * removed src/gtk/gtkstext.[ch]
5839
5840 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
5841
5842         * Convert character set and escape "text" attributes in toolbar setting
5843         files.
5844         * Fixed bug in button-press-event handling.
5845
5846 2003-09-16 Thorsten Maerz <torte@netztorte.de>
5847
5848         * Fixed bug in key-press-event handling.
5849
5850 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
5851
5852         * Enabled to compile tray-icon plugin (Ad-hoc).
5853         * Avoid hang up bug of icon list in mime view (Ad-hoc).
5854
5855 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
5856
5857         * Enabled to compile on sylpheed-claws.
5858         (tray-icon plugin still cannot compile yet.)
5859
5860 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
5861
5862         * Updated to 0.9.5.
5863
5864 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
5865
5866         * Updated to 0.9.4.
5867         * Ported monitoring SSL mechanism to GSource of GLib2
5868         (I don't confirm it)
5869         * Added _gtk2 suffix to key name of font preference to avoid
5870         ovverwriting preference of Gtk+-1.2 version.
5871
5872 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
5873
5874         * Updated to 0.9.2.
5875
5876 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
5877
5878         * Updated to 0.9.1.
5879         * Translate po files into UTF-8 when execute autogen.sh.
5880
5881 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
5882
5883         * Updated to 0.9.0.
5884
5885 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
5886
5887         * Plugged GError related memory leaks.
5888
5889 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
5890
5891         * Changed default size of fonts.
5892         * Enabled to set titile font size of warning dialog.
5893
5894 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
5895
5896         * Embed a sylpheed icon into executable binary on Windows.
5897
5898 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
5899
5900         * I forgot to traslate character set of element string in src/xml.c.
5901
5902 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
5903
5904         * Fixed detecting bind_textdomain_codeset in configure.in.
5905         * The bug in which "Example" of "Date fromat" preference isn't displayed
5906         correctly has been fixed.
5907
5908 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
5909
5910         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
5911           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
5912           glib-gettextize
5913           Removed intl directory.
5914           Translated po files into UTF-8.
5915           (Thanks! Ryuji Abe)
5916
5917 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
5918
5919         * The bug which doesn't unscape string in xml.c has been fixed.
5920
5921 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
5922
5923         * The bug which is failed to translate encoding of file name thorough
5924         file dialog has been fixed.
5925
5926 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
5927
5928         * Modified to translate file names which is used in inporting/expoting
5929         mbox feature and "Save as" feature into locale encoding.
5930         * Translate file names into locale encoding when "Attache file" and
5931         "Insert file".
5932         * Force set G_BROKEN_FILENAMES environment variable.
5933         * Other minor fixes.
5934
5935 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
5936
5937         * Modified to treat MH folder's name as locale encoding.
5938
5939 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
5940
5941         * The bug which clash on switching candidates of auto completion of
5942         addresses, cannot use auto completion in Japanesse is fixed
5943         (Thanks! Tokunaga-san)¡¥
5944
5945 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5946
5947         * The bug which cannot switch key accelerator preference has been fixed
5948         (Thanks! smbd-san)¡¥
5949
5950 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5951
5952         * version 0.8.11-gtk2-20030314
5953
5954 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5955
5956         * The bug in which character set conversion of filtering messages has
5957         been fixed.(Thanks! COCOA-san).
5958
5959 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
5960
5961         * Revived "Leave space on head" preference in "Message" category.
5962         * A bug which clash when put the cursor to end of buffer and execute
5963         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
5964
5965 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
5966
5967         * version 0.8.11-gtk2-20030312
5968
5969 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
5970
5971         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
5972         * Modified to use Pango's API directly for font preference.
5973         * Integrated GtkTextView of textview to one widget.
5974         * Set fonts of header title in textview by "header_title" tag.
5975         * Removed some deprecated codes.
5976
5977 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
5978
5979         * Updated to 0.8.11.
5980         * Merged cygwin patch(Thanks! Sakai-san).
5981
5982 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
5983
5984         * version 0.8.10-gtk2-20030309