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