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