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