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