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