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