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