1 2005-07-19 [colin] 1.9.12cvs81
4 Fix slow thread rebuilding in particular
7 2005-07-19 [paul] 1.9.12cvs80
9 * sylpheed-claws.desktop
10 fix typo, spotted by Stephan Sachse
12 replace GTK_STOCK_ADD with
15 2005-07-18 [colin] 1.9.12cvs79
17 * src/etpan/imap-thread.c
18 Fix return value (Thanks Hoa)
20 2005-07-18 [colin] 1.9.12cvs78
24 Create drafts/queue/outbox if necessary
27 * src/etpan/imap-thread.c
28 Fix STARTTLS (Thanks to Hoa)
30 2005-07-18 [paul] 1.9.12cvs77
36 updated to reflect additions and removals
38 updated to be claws-specific
42 * sylpheed-128x128.png
45 * sylpheed-claws-128x128.png
46 * sylpheed-claws-64x64.png
47 * sylpheed-claws.desktop
54 2005-07-17 [paul] 1.9.12cvs76
66 * src/message_search.c
71 * src/prefs_filtering.c
73 * src/prefs_template.c
76 * src/summary_search.c
79 * src/gtk/sslcertwindow.c
80 * src/plugins/pgpcore/sgpgme.c
83 2005-07-17 [colin] 1.9.12cvs75
86 add a PrivacySystem accessor that checks that
87 the system cached in a MimeInfo's privacydata
88 is still registered. Use this accessor instead
89 of directly using data->system. Fixes crashes
90 after unloading pgp plugins.
92 2005-07-17 [colin] 1.9.12cvs74
95 Change geometry hints to a simple default size.
96 Fixes the certs dialogs.
98 2005-07-17 [colin] 1.9.12cvs73
100 * src/gtk/sslcertwindow.c
103 2005-07-17 [colin] 1.9.12cvs72
105 * src/plugins/pgpcore/Makefile.am
106 * src/plugins/pgpmime/Makefile.am
109 2005-07-17 [paul] 1.9.12cvs71
112 add --disable-gnomeprint option
113 modified version of patch by Marius Mauch
115 2005-07-17 [paul] 1.9.12cvs70
133 * src/prefs_account.c
135 * src/prefs_summaries.c
140 * src/plugins/pgpcore/passphrase.c
141 * src/plugins/pgpcore/select-keys.c
142 replace inappropriately used backticks
145 2005-07-16 [colin] 1.9.12cvs69
148 Add extra paranoid checks
150 2005-07-16 [colin] 1.9.12cvs68
152 * src/plugins/pgpcore/prefs_gpg.c
153 Don't auto-check sigs by default, as it
156 2005-07-16 [colin] 1.9.12cvs67
158 * src/plugins/pgpcore/sgpgme.c
159 Make messages a bit better.
161 2005-07-16 [colin] 1.9.12cvs66
165 * src/etpan/imap-thread.c
168 2005-07-16 [colin] 1.9.12cvs65
172 And now, fix build with libetpan :-/
174 2005-07-15 [colin] 1.9.12cvs64
177 Continue fixing build without libetpan.
179 2005-07-15 [colin] 1.9.12cvs63
182 Fix build with --disable-libetpan
184 2005-07-15 [colin] 1.9.12cvs62
187 Bump libetpan's version
189 2005-07-15 [colin] 1.9.12cvs61
191 * src/etpan/imap-thread.c
192 Actually stop logging :)
194 2005-07-15 [colin] 1.9.12cvs60
197 Fix dnd of multiple addresses.
199 2005-07-15 [hoa] 1.9.12cvs59
201 * src/etpan/imap-thread.c
202 disable login of IMAP password in libetpan log file.
204 2005-07-15 [paul] 1.9.12cvs58
207 don't automatically sort
210 2005-07-15 [paul] 1.9.12cvs57
216 2005-07-15 [paul] 1.9.12cvs56
218 * src/gtk/pluginwindow.c
219 sort plugin list alphabetically
221 2005-07-15 [paul] 1.9.12cvs55
223 * src/prefs_spelling.c
224 * src/prefs_wrapping.c
227 2005-07-15 [colin] 1.9.12cvs54
232 2005-07-15 [paul] 1.9.12cvs53
234 * src/prefs_message.c
235 make 'show cursor' a hidden option
237 2005-07-14 [colin] 1.9.12cvs52
239 * src/plugins/spamassassin/Makefile.am
240 * src/plugins/clamav/Makefile.am
241 Fix double EXTRA_DISTs
243 2005-07-14 [colin] 1.9.12cvs51
245 * src/plugins/clamav/Makefile.am
246 * src/plugins/clamav/clamav_plugin_gtk.deps
247 * src/plugins/spamassassin/Makefile.am
248 * src/plugins/spamassassin/spamassassin_gtk.deps
249 Make $plugin_gtk depend on $plugin
251 2005-07-14 [hoa] 1.9.12cvs50
253 * src/etpan/imap-thread.c
254 enable debug log of libetpan when running with --debug
256 2005-07-14 [colin] 1.9.12cvs49
259 * src/common/Makefile.am
260 * src/common/plugin.c
261 * src/common/plugin.h
262 Add a little plugin dependancy system.
263 Plugins can ship a $plugin_name.deps file
264 (near them in PLUGINDIR) so that their
265 dependancies are loaded if possible.
266 * src/plugins/Makefile.am
267 * src/plugins/pgpcore/Makefile.am
268 * src/plugins/pgpcore/passphrase.c
269 * src/plugins/pgpcore/passphrase.h
270 * src/plugins/pgpcore/plugin.c
271 * src/plugins/pgpcore/prefs_gpg.c
272 * src/plugins/pgpcore/prefs_gpg.h
273 * src/plugins/pgpcore/select-keys.c
274 * src/plugins/pgpcore/select-keys.h
275 * src/plugins/pgpcore/sgpgme.c
276 * src/plugins/pgpcore/sgpgme.h
277 Introduce pgpcore, used by pgpmime and
279 * src/plugins/pgpmime/Makefile.am
280 * src/plugins/pgpmime/passphrase.c
281 * src/plugins/pgpmime/passphrase.h
282 * src/plugins/pgpmime/pgpmime.c
283 * src/plugins/pgpmime/pgpmime.deps
284 * src/plugins/pgpmime/plugin.c
285 * src/plugins/pgpmime/prefs_gpg.c
286 * src/plugins/pgpmime/prefs_gpg.h
287 * src/plugins/pgpmime/select-keys.c
288 * src/plugins/pgpmime/select-keys.h
289 * src/plugins/pgpmime/sgpgme.c
290 * src/plugins/pgpmime/sgpgme.h
291 Remove the core from pgpmime and add the
292 dependancy to pgpcore.
294 2005-07-14 [paul] 1.9.12cvs48
297 forgot this in last commit
299 2005-07-14 [paul] 1.9.12cvs47
303 add accelerators for the buttons (sync with main)
306 add accelerators for the buttons.
307 fix editing with external editor.
308 replace gdk_input_*() with GIOChannel;
311 display folder names with new/unread
312 representation (sync with main)
314 specify default window icon (sync with main)
316 use_addr_book default to FALSE
319 add accelerators for the buttons (sync with main)
322 * src/pixmaps/sylpheed_icon.xpm
325 2005-07-13 [paul] 1.9.12cvs46
327 * src/plugins/pgpmime/pgpmime.c
328 * src/plugins/pgpmime/sgpgme.c
329 (temporarily) use deprecated gpgme_data_rewind()
330 while largefile support is not present
331 (as suggested by Colin)
333 2005-07-13 [paul] 1.9.12cvs45
336 remove large file support (for now):
337 it breaks too many things
339 2005-07-13 [paul] 1.9.12cvs44
342 add large file support
344 fix bug #763 where href attribute was not
345 the very first attribute of a link
346 patch by Thomas Gilgin
348 2005-07-13 [colin] 1.9.12cvs43
350 * src/gtk/pluginwindow.c
351 Little portability fix
353 2005-07-13 [colin] 1.9.12cvs42
355 * src/plugins/pgpmime/sgpgme.c
358 2005-07-13 [colin] 1.9.12cvs41
360 * src/plugins/pgpmime/pgpmime.c
361 * src/plugins/pgpmime/sgpgme.c
362 Use gpgme_data_release_and_get_mem instead
365 2005-07-13 [colin] 1.9.12cvs40
368 * src/plugins/pgpmime/passphrase.c
369 * src/plugins/pgpmime/passphrase.h
370 * src/plugins/pgpmime/pgpmime.c
371 * src/plugins/pgpmime/plugin.c
372 * src/plugins/pgpmime/select-keys.c
373 * src/plugins/pgpmime/select-keys.h
374 * src/plugins/pgpmime/sgpgme.c
375 * src/plugins/pgpmime/sgpgme.h
376 Port pgpmime to gpgme-1.0.
378 2005-07-12 [paul] 1.9.12cvs39
383 add a 'Go to Prev' button to the toolbar.
384 correct tooltip text of go to buttons.
385 based on patch by Yang Guilong <bamanzi@gmail.com>
387 2005-07-12 [colin] 1.9.12cvs38
390 Fix progress bar showing stuff at startup.
392 2005-07-12 [paul] 1.9.12cvs37
395 fix building with jpilot support
397 2005-07-11 [colin] 1.9.12cvs36
400 Add visual indication that filtering is running
402 Make {}[] uri delimiters
404 Remove useless (and slow) calls
406 2005-07-11 [paul] 1.9.12cvs35
408 * src/plugins/clamav/clamav_plugin_gtk.c
409 * src/plugins/dillo_viewer/dillo_prefs.c
410 * src/plugins/pgpmime/prefs_gpg.c
411 * src/plugins/spamassassin/spamassassin_gtk.c
412 gather plugins prefs together under their
413 own 'Plugins' heading
415 2005-07-11 [paul] 1.9.12cvs34
420 account_delete(): modified alert dialog
423 fixed a crash when cancelling file selection
424 dialog by Escape key. Made non-ascii filename
426 * src/prefs_template.c
427 prefs_template_window_create(): make scrolled
428 window policy AUTOMATIC
430 2005-07-10 [hoa] 1.9.12cvs33
432 * src/etpan/imap-thread.c
433 workaround for old Courier IMAP servers.
435 2005-07-10 [colin] 1.9.12cvs32
440 Add visual progress indicator on filtering/processing
441 Factorize the progress bar code
444 * src/etpan/imap-thread.c
445 Add a reference counter to avoid destroying the Folder
446 while it's in use by another callback.
448 2005-07-09 [hoa] 1.9.12cvs31
451 * src/etpan/imap-thread.c
452 fixed deadlock when removing IMAP account.
454 2005-07-08 [colin] 1.9.12cvs30
458 Fix again problems decoding broken headers
459 * src/gtk/inputdialog.c
460 Fix local variable shadowing a global one
462 2005-07-08 [colin] 1.9.12cvs29
465 Make the cache/mark files platform-agnostic by writing
466 them in little-endian format. Reading them is also done
467 in little-endian format, of course; however, in order
468 to avoid trashing mark data on big-endian machines, the
469 files are, at first, read from the native format if the
470 little-endian one doesn't exist. This is easy to deter-
471 mine by trying to open a file with a swapped data_ver
472 and seeing if it's the wanted version.
473 Little-endian using users should see absolutely no
474 difference, Big-endian users may get a very little
475 performance drop due to byte-swapping.
476 Tested on i386 and ppc32.
477 Fixes bug #159 (The index file, in the mailboxes, is
480 To have the cache/mark files updated to the new little-
481 endian format, "Check for new messages" or even
482 "Rebuild folder tree" aren't enough. Files will be
483 updated as soon as a folder has been opened/closed.
484 To update everything, just select all folders by
485 selecting them one by one.
487 2005-07-07 [colin] 1.9.12cvs28
490 Remember the folder separator per IMAPFolder
492 Revive the Session on noop; fixes bug #761
493 (mark a bunch of unread messages as read takes
496 2005-07-07 [darko] 1.9.12cvs27
498 * src/common/template.c
499 Sort templates alphabetically
501 2005-07-06 [colin] 1.9.12cvs26
504 Try to use the correct separator in
505 most cases. Possibly fixes bug #759
506 (only creates the INBOX folder when
507 setting up new IMAP account) and
508 bug #760 (Can't retrieve messages)
510 2005-07-06 [colin] 1.9.12cvs25
513 Use real_path in status command. This will
514 help later, when namespaces will be used.
516 2005-07-06 [colin] 1.9.12cvs24
522 * src/etpan/etpan-log.c
523 * src/etpan/etpan-thread-manager.c
524 * src/etpan/imap-thread.c
525 Add a --disable-libetpan parameter. With this,
526 users that don't want IMAP4 support can avoid
527 the new dependancy (and have no IMAP support).
528 Users that have IMAP4 accounts and use this
529 parameter won't lose their configuration, their
530 IMAP accounts will just be invisible and not
533 Make the "Copy ..." contextual menu items
534 copy to both the X clipboard and the gtk
535 clipboard - as most other apps do.
537 Add a notice about OpenSSL usage, in order to
538 comply with OpenSSL's license (point 6):
539 http://www.openssl.org/source/license.html
541 2005-07-06 [colin] 1.9.12cvs23
544 Fix a minimum size for alertpanels
546 Show 'No space left on device' type errors
550 Rework folder's deletion message (remove
553 2005-07-05 [colin] 1.9.12cvs22
556 Add an alertpanel on auth error
558 Remove pthread-related stuff
560 2005-07-05 [colin] 1.9.12cvs21
562 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
563 Fix crash on plugin reloading (with a hack)
565 2005-07-05 [colin] 1.9.12cvs20
567 * src/prefs_account.c
568 * src/prefs_account.h
572 Add a way to filter the view
573 * src/gtk/pluginwindow.c
574 Filter loadable stuff
575 * src/plugins/pgpmime/prefs_gpg.c
576 Fix missing unregistration
578 * src/etpan/.cvsignore
579 * src/plugins/spamassassin/.cvsignore
580 Add more stuff to cvs ignored files
582 2005-07-04 [colin] 1.9.12cvs19
585 Fix scan_required returning FALSE when it
586 shouldn't. Maybe fix #760 (Can't retrieve
589 2005-07-04 [colin] 1.9.12cvs18
592 Fix always_show_msg pref
594 2005-07-04 [paul] 1.9.12cvs17
596 sync with main (forgotten in last commit)
600 check_line_length(): new.
602 is_file_entry_exist()
603 dirent_is_regular_file()
604 dirent_is_directory(): use g_file_test() instead of stat().
606 2005-07-04 [paul] 1.9.12cvs16
611 compose_write_to_file(): check for line
612 length limit and display warning if exceeds
614 use get_home_dir() instead of g_get_home_dir()
616 removed warning about invalid date
618 use get_home_dir() instead of g_get_home_dir()
620 2005-07-04 [paul] 1.9.12cvs15
623 fix new pixmap naming errors
624 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
626 2005-07-04 [colin] 1.9.12cvs14
629 Fix debugging string with a warning
631 2005-07-04 [colin] 1.9.12cvs13
634 Add a check for libetpan's version (>= 0.37)
636 2005-07-04 [hoa] 1.9.12cvs12
640 * src/etpan/imap-thread.c
641 * src/etpan/imap-thread.h
642 fixed IMAP implementation of check of mails.
644 2005-07-03 [hoa] 1.9.12cvs11
646 * src/etpan/Makefile.am
647 * src/etpan/etpan-errors.h
648 * src/etpan/etpan-log.[ch]
649 * src/etpan/etpan-thread-manager-types.h
650 * src/etpan/etpan-thread-manager.[ch]
651 * src/etpan/imap-thread.[ch]
658 dependency on libetpan 0.37 is now added.
660 2005-07-01 [colin] 1.9.12cvs10
668 * src/plugins/trayicon/trayicon.c
669 Add marked symbol on folders containing
677 Add an optional confirmation dialog on queue
678 sending. Patch by wwp.
679 * src/pixmaps/dir_close_mark.xpm ** ADDED **
680 * src/pixmaps/dir_open_hrm_mark.xpm ** ADDED **
681 * src/pixmaps/dir_open_mark.xpm ** ADDED **
682 * src/pixmaps/drafts_close_mark.xpm ** ADDED **
683 * src/pixmaps/drafts_open_mark.xpm ** ADDED **
684 * src/pixmaps/inbox_hrm_mark.xpm ** ADDED **
685 * src/pixmaps/inbox_mark.xpm ** ADDED **
686 * src/pixmaps/outbox_hrm_mark.xpm ** ADDED **
687 * src/pixmaps/outbox_mark.xpm ** ADDED **
688 * src/pixmaps/trash_hrm_mark.xpm ** ADDED **
689 * src/pixmaps/trash_mark.xpm ** ADDED **
692 2005-07-01 [colin] 1.9.12cvs9
695 Fix a little threading bug
698 A little bit of HIG normality never hurts
700 2005-07-01 [colin] 1.9.12cvs8
708 * src/common/template.c
711 Reverted the fwrite_atomic stuff. In fact
712 it is already atomic.
714 2005-06-30 [colin] 1.9.12cvs7
718 Add an fwrite_atomic() function to make
719 sure we write everything: fwrite can make
727 * src/common/template.c
728 Use that (and fix swapping of size and nmemb).
729 Thanks to Rich Coe for the heads up.
731 2005-06-30 [colin] 1.9.12cvs6
734 Optimize addressbook opening
736 2005-06-30 [colin] 1.9.12cvs5
739 Remove calls to summary_step after move/copy
741 2005-06-28 [paul] 1.9.12cvs4
744 wrap and make the error msg selectable
746 2005-06-28 [paul] 1.9.12cvs3
749 replace the OK button with a Close button
750 * src/gtk/foldersort.c
751 use GTK_STOCK_ icons/buttons
753 2005-06-28 [colin] 1.9.12cvs2
755 * src/gedit-print.c ** ADDED **
756 * src/gedit-print.h ** ADDED **
757 * src/gtk/gtksourceprintjob.c ** ADDED **
758 * src/gtk/gtksourceprintjob.h ** ADDED **
759 I can't believe no one had enough time to tell
760 me I forgot the `cvs add`
762 2005-06-27 [colin] 1.9.12cvs1
765 * src/gtk/Makefile.am
770 Add optional libgnomeprint-based printing
772 * src/gtk/quicksearch.c
773 Add an Edit/Quick search menu item to show
774 and focus the quicksearch
776 2005-06-27 [paul] 1.9.12
789 updated by Miquel Oliete, Thomas Gilgin, Ricardo
790 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
791 SungHyun Nam, Frederico Goncalves Guimaraes,
792 Andrej Kacian, and Yang Guilong
793 2005-06-26 [colin] 1.9.11cvs106
796 Forgot one file for previous fix
798 2005-06-26 [colin] 1.9.11cvs105
802 Fix problems with folder operations in no_select
803 imap folders. it applies only to mails, and
804 creation/deletion/move/renaming of folders
807 2005-06-26 [paul] 1.9.11cvs104
809 * src/prefs_filtering.c
810 replace one more GTK_STOCK_REMOVE
811 with GTK_STOCK_DELETE
813 2005-06-25 [colin] 1.9.11cvs103
816 Optimize get_seq_set_from_seq_list
819 2005-06-25 [colin] 1.9.11cvs102
822 If the directory exists, but not in the
823 correct encoding, rename it. This should
824 handle old-versions-induced bugs.
826 2005-06-25 [colin] 1.9.11cvs101
829 Fix path access with extended dir names
830 Fixes bug #589 (SC segfaults with wrong locale
833 2005-06-25 [colin] 1.9.11cvs100
835 * src/prefs_account.c
836 * src/prefs_account.h
838 Add an option to encrypt replies to
841 2005-06-25 [colin] 1.9.11cvs99
844 * src/quote_fmt_parse.y
845 ... And make it work with pgpinline.
847 2005-06-25 [colin] 1.9.11cvs98
852 * src/quote_fmt_parse.y
853 o Make reedition of encrypted messages possible
854 (as long as it is encrypted to self too, no
856 o Make replying with quote (and without selecting
857 text) possible for encrypted messages.
858 Closes bug #550 (Not possible to "reply with quote"
859 to gnupg encrypted messages)
861 2005-06-24 [paul] 1.9.11cvs97
866 2005-06-24 [paul] 1.9.11cvs96
869 made bind password entry invisible
872 send_message_local(): check exit status
873 to detect errors (sync with main)
875 use main's less ambiguous popup menu
878 2005-06-24 [paul] 1.9.11cvs95
880 * src/prefs_actions.c
881 * src/prefs_customheader.c
882 * src/prefs_display_header.c
883 * src/prefs_filtering_action.c
884 * src/prefs_matcher.c
885 * src/prefs_template.c
886 * src/prefs_toolbar.c
887 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
888 * src/gtk/description_window.c
889 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
891 2005-06-23 [colin] 1.9.11cvs94
894 Fix rough edges (be sure to call status_show whenever
897 2005-06-23 [colin] 1.9.11cvs93
901 Before, in a 5K mails folder: 11s
902 After, in the same folder: 58000µs
903 The joys of locking... gtk_clist_select_all() fires a
904 tree-select-row event for each selected row, which in
905 summaryview, callbacks summary_selected which in turn,
906 calls summary_status_show, which walks the selected
907 rows. Hence, calling gtk_clist_select_all was
908 exponential. Locking the summaryview makes
909 summary_selected return early.
911 2005-06-23 [colin] 1.9.11cvs92
914 Move mutex at the important place to avoid
917 Fix Del key deleting directly instead of
920 2005-06-22 [colin] 1.9.11cvs91
922 * src/plugins/spamassassin/libspamc.c
923 As we do spagetti code with assignations in multiple
924 places (see _message_read_raw where out = msg = raw),
925 let's be sure we don't free the same pointer twice.
926 Should fix bug #683 (Crash in libpam at
929 2005-06-22 [colin] 1.9.11cvs90
934 Make toolbar's delete use the move to trash stuff;
935 Add gtk_widget_realize to be sure pixmaps can get
936 created (that may fix an old worksforme bug which
937 I can't find back...)
939 2005-06-22 [colin] 1.9.11cvs89
944 Rename "Message/Delete" to "Message/Move to trash"
945 Add "Message/Delete..." that directly destroys the
946 selected messages after asking for a confirmation.
948 2005-06-22 [colin] 1.9.11cvs88
951 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
952 o Fix a deadlock (thanks Darko)
954 2005-06-22 [colin] 1.9.11cvs87
956 * src/gtk/foldersort.c
957 Add missing include for the i18n;
958 patch by Fabien Vantard
960 2005-06-21 [colin] 1.9.11cvs86
964 Respect the no_select flag
966 Fix recursive deletion
969 Make the folder deletion's warning
972 2005-06-21 [colin] 1.9.11cvs85
975 Prevent email addresses from spanning accross
976 lines - fixes bug # 646 (newline-chars in
979 2005-06-20 [colin] 1.9.11cvs84
982 Be sure not to remove source if copy failed
984 2005-06-20 [colin] 1.9.11cvs83
988 remove summaryview's lock
990 introduce threads to avoid problems when foreground tasks
991 interfere with background tasks
993 prevent moving to drafts/queue
997 2005-06-19 [colin] 1.9.11cvs82
1000 Remember that the user doesn't want to override
1001 offline mode, for 3 seconds. It avoid presenting
1002 him with N popups in a really short time.
1004 2005-06-17 [colin] 1.9.11cvs81
1007 Fix IMAP breaking on folders containing '('
1008 (Probably won't be enough)
1010 2005-06-17 [colin] 1.9.11cvs80
1012 Forgotten files on 1.9.11cvs79
1014 Fix stepping when not immediately executing
1016 Really prevent UID FETCH 0
1018 Fix outgoing charset never set to utf-8
1022 2005-06-16 [colin] 1.9.11cvs79
1025 Fix bug #707 (Dash splits rows)
1026 Only wrap if we're on a line break position and
1027 the previous one was a "white" (space) char.
1028 Pango stuff is weird.
1030 2005-06-16 [colin] 1.9.11cvs78
1033 Lock summaryview while downloading messages
1037 * src/common/utils.c
1038 * src/common/utils.h
1039 Replace \r and \n with spaces in From and
1042 2005-06-16 [paul] 1.9.11cvs77
1045 liberalise the mime parser
1049 2005-06-16 [paul] 1.9.11cvs76
1054 2005-06-15 [colin] 1.9.11cvs75
1057 Finish header encoding fix
1061 Fix compilation (Thanks Stephan
1064 2005-06-15 [colin] 1.9.11cvs74
1067 Install gnome2 stuff rather than gnome1,
1072 Fix headers encoding
1074 Visual progress when fetching all messages
1078 Prevent changing current message while
1081 2005-06-15 [paul] 1.9.11cvs73
1083 * src/gtk/gtkaspell.c
1084 * src/gtk/gtkaspell.h
1087 2005-06-15 [paul] 1.9.11cvs72
1089 * src/prefs_filtering.c
1090 allow reordering of filter rules by
1093 2005-06-15 [paul] 1.9.11cvs71
1098 replace deprecated function
1100 * src/send_message.c
1101 * src/gtk/progressdialog.c
1102 * src/gtk/progressdialog.h
1103 salvage and reuse parts of reverted sync
1105 2005-06-15 [paul] 1.9.11cvs70
1108 * src/send_message.c
1109 * src/gtk/progressdialog.c
1110 * src/gtk/progressdialog.h
1111 revert yesterday's sync with main
1112 it contains deprecated functions
1114 2005-06-15 [colin] 1.9.11cvs69
1117 Fix bug #670 (multi user to: will corrupt message
1120 2005-06-15 [colin] 1.9.11cvs68
1123 Fix bug #421 (Fix undo on wrapping)
1125 2005-06-15 [colin] 1.9.11cvs67
1128 Provide visual feedback while processing
1131 Provide visual feedback while getting
1132 short headers (for uncached messages)
1135 2005-06-14 [paul] 1.9.11cvs66
1138 change a couple stock icons
1140 * src/send_message.c
1141 * src/gtk/progressdialog.c
1142 * src/gtk/progressdialog.h
1143 sync main's GtkTreeView implementation
1145 2005-06-14 [colin] 1.9.11cvs65
1148 Various little fixes, mainly on error paths
1150 2005-06-13 [colin] 1.9.11cvs64
1155 Add a way to fetch only headers. This speeds
1156 up filtering on headers for IMAP. Fixes:
1157 bug #481 extraneous imap commands slow down
1159 bug #522 Sylpheed downloads all messages
1160 when opening mailbox (IMAP)
1161 bug #677 IMAP fetch is soooooooooooooo slow
1164 Add a folder set_batch method so that
1165 implementations can speed up flags changes
1168 Use that in mark as (un)read and mark all read
1171 Implement set_batch - brings back deferred
1172 flags in a less buggy manner. Fixes:
1173 bug #729 IMAP immediate expunge of deleted messages
1174 bug #191 remove list of messages with one command
1175 Fix login with strange chars
1176 Implement fetch_msg_full
1177 Fix copy (wrong counts)
1179 2005-06-12 [colin] 1.9.11cvs63
1182 lock incorporation during long operations.
1183 Avoids fucking up the IMAP socket.
1185 2005-06-12 [colin] 1.9.11cvs62
1189 Factorize remove_all_msg
1192 Don't update partial-download status if unnecessary
1194 Use remove_msgs everywhere possible
1196 2005-06-12 [colin] 1.9.11cvs61
1200 Add a remove_msgs function to remove a
1205 2005-06-12 [colin] 1.9.11cvs60
1208 Remove flags-processing deferring... Too hard
1209 to get it to work in all cases.
1211 2005-06-11 [colin] 1.9.11cvs59
1214 printf -> debug_print
1216 2005-06-11 [colin] 1.9.11cvs58
1219 o Fix build without USE_PTHREAD
1220 o Factorize imap_open
1221 o Alertpanel in case of impossible connection
1222 o Alertpanel in case of impossible login
1223 o Fix deferred flags processing to force a
1224 flush before adding some more flags to process,
1225 but in another folder.
1227 2005-06-10 [colin] 1.9.11cvs57
1230 o Fix a format string error
1231 o init ssl socket outside of the thread
1232 (it possibly invokes gtk calls)
1234 o Put back the buffer to its necessary size
1235 o Fix changing a file pointer without keeping
1236 track of it (thanks Valgrind)
1238 o Fix automatic STARTTLS if login should be done
1239 and the server only allows it after starting TLS
1240 * src/gtk/gtkinputdialog.c
1241 o Eat GDK_Return so that the combo popup doesn't
1242 appear when we press Enter to validate the combo
1243 input dialog (as seen in the Open with... dialog)
1245 2005-06-10 [colin] 1.9.11cvs56
1249 o Fix a crash on deletion
1250 o Threadize imap_select (it's called outside of
1252 o Defer treatment of DELETED flags
1255 2005-06-09 [colin] 1.9.11cvs55
1258 Make sure we check imap_gtk_should_override(), which
1259 potentially calls gtk stuff, before creating thread.
1260 That way it should't be called via imap_get_session()
1263 2005-06-09 [colin] 1.9.11cvs54
1266 o add a bit of status output
1267 o remove some dead code
1268 o threadize get_list_of_uids
1269 o threadize imap_get_flags
1270 o defer flag changing by 500ms so that they
1274 2005-06-08 [colin] 1.9.11cvs53
1277 Thread-ize imap_cmd_fetch
1279 2005-06-08 [colin] 1.9.11cvs52
1282 Mmh, that broke POP3...
1284 2005-06-08 [colin] 1.9.11cvs51
1287 Stabilize IMAP patch (thanks to Hoa)
1289 2005-06-08 [colin] 1.9.11cvs50
1292 Test patch to speed up imap.
1294 2005-06-08 [colin] 1.9.11cvs49
1299 Apply patch from gentoo to use /usr/share/mime/globs if
1300 available, after un-breaking it
1303 Use g_timeout for invoking hooks that possibly use gtk
1304 calls. This should leave gtk calls in the main thread.
1306 2005-06-08 [paul] 1.9.11cvs48
1309 conv_get_outgoing_charset_str(): don't
1310 use prefs_common setting
1313 add /Options/Character encoding/... to
1314 temporarily change the outgoing encoding
1316 (belated sync with main)
1318 2005-06-08 [paul] 1.9.11cvs47
1321 correction to/completion of last
1324 2005-06-08 [paul] 1.9.11cvs46
1330 always enabled Japanese auto-detection
1331 if the first letters of locale string
1334 don't use "destroy" signal to destroy
1335 Compose object (fix rare crashes on discard?)
1339 added Hebrew encodings
1340 * src/sourcewindow.c
1341 don't use "destroy" signal to destroy
1344 2005-06-07 [colin] 1.9.11cvs45
1347 Add missing unlocks/locks
1349 2005-06-07 [paul] 1.9.11cvs44
1352 restore bug #749 fix
1354 2005-06-06 [colin] 1.9.11cvs43
1357 Fix selection bug when prefs_common.open_unread
1360 2005-06-06 [colin] 1.9.11cvs42
1366 Factorize long operations beginning and end
1367 (locking, freezing/thawing, cursor, ...)
1368 Check selection->data member in selection-
1369 related loops; this avoids dying an awful
1370 death if the selection changes on us while
1371 we're marking a whole IMAP folder unread,
1374 2005-06-06 [paul] 1.9.11cvs41
1377 don't g_free() a static gchar buffer
1379 2005-06-05 [colin] 1.9.11cvs40
1384 Fix bug #749 (Show all headers should be
1385 sticky as the GUI suggests)
1387 2005-06-03 [paul] 1.9.11cvs39
1390 don't allow editing of mail while sending.
1393 2005-06-03 [paul] 1.9.11cvs38
1396 add a freeze/thaw to speed up 'mark all read'
1398 2005-06-03 [paul] 1.9.11cvs37
1400 * src/prefs_message.c
1401 reflect changes immediately
1403 2005-06-02 [colin] 1.9.11cvs36
1406 Patch by Fabien Vantard.
1408 2005-06-02 [colin] 1.9.11cvs35
1411 Use a non-blocking imap_getline() if possible.
1412 This should completely prevent the interface
1413 from freezin on imap operations, although it
1414 may do strange stuff in case of folder switching
1415 while a big imap operation is taking place...
1417 In addition, fix a leak in the case thread
1418 creation fails on connection.
1420 2005-06-02 [colin] 1.9.11cvs34
1423 * src/prefs_common.h
1424 Fix build (prefs_common_init() doesn't exist
1427 2005-06-02 [colin] 1.9.11cvs33
1429 * src/prefs_account.c
1430 Fix bug #245 (filtering rules broken when
1431 renaming a remote account (imap4 or nntp)
1433 2005-06-02 [colin] 1.9.11cvs32
1436 Try to fix IMAP shortcomings:
1437 o Multithread imap_open()
1438 o allow offline-mode overriding instead of
1442 Add a function to ask whether we want to
1443 override offline-mode for 10 minutes (one-shot
1446 Fix segfault when imap parser isn't happy about
1449 2005-06-01 [colin] 1.9.11cvs31
1457 * src/send_message.c
1460 * src/common/hooks.c
1461 * src/common/prefs.c
1462 * src/common/template.c
1463 * src/common/utils.c
1464 * src/gtk/gtkutils.c
1465 * src/gtk/inputdialog.c
1467 * src/gtk/pluginwindow.c
1468 * src/gtk/prefswindow.c
1469 * src/plugins/pgpmime/passphrase.c
1470 * src/plugins/pgpmime/prefs_gpg.c
1473 * src/common/Makefile.am
1474 * src/common/timing.h
1475 Add basic timing code
1478 Fix a bug with unread messages when
1479 re-sorting folders, and by the way
1480 fix a big performance hit when
1481 re-sorting (10k mails: before 5s,
1484 * src/prefs_compose_writing.c
1485 * src/prefs_compose_writing.h
1486 * src/prefs_message.c
1487 * src/prefs_message.h
1492 * src/prefs_receive.c
1493 * src/prefs_receive.h
1496 * src/prefs_summaries.c
1497 * src/prefs_summaries.h
1498 Fix copyright banner
1500 2005-06-01 [paul] 1.9.11cvs30
1503 updated by Flammie Pirinen
1505 fix 'Bad BASE64 content' output
1507 2005-05-31 [colin] 1.9.11cvs29
1510 Oops, where did my hunk go.
1512 2005-05-31 [colin] 1.9.11cvs28
1524 * src/image_viewer.c
1530 * src/prefs_account.c
1531 * src/prefs_actions.c
1532 * src/prefs_common.c
1533 * src/prefs_compose_writing.c
1534 * src/prefs_customheader.c
1535 * src/prefs_ext_prog.c
1536 * src/prefs_filtering.c
1537 * src/prefs_filtering_action.c
1539 * src/prefs_image_viewer.c
1540 * src/prefs_message.c
1541 * src/prefs_message.h
1542 * src/prefs_msg_colors.c
1546 * src/prefs_receive.c
1547 * src/prefs_receive.h
1550 * src/prefs_spelling.c
1551 * src/prefs_summaries.c
1552 * src/prefs_summary_column.c
1553 * src/prefs_template.c
1554 * src/prefs_themes.c
1555 * src/prefs_toolbar.c
1556 * src/prefs_wrapping.c
1559 * src/send_message.h
1561 * src/summary_search.c
1567 * src/gtk/gtkutils.h
1568 o Move the rest of Common prefs to new style
1569 o Lots of -Wall warning fixes
1570 o fix FIXME in cache memusage calculation
1571 o Let return receipts be sent from any account
1572 o Little cache optimisation (read)
1573 o Fix bug #746 (don't treat commas as separators
1574 when inside a quoted string)
1576 2005-05-31 [paul] 1.9.11cvs27
1578 * src/prefs_common.c
1579 fix 'off-by-one' typo
1581 2005-05-31 [paul] 1.9.11cvs26
1587 * src/prefs_actions.c
1588 * src/prefs_common.c
1589 * src/prefs_common.h
1590 * src/prefs_customheader.c
1591 * src/prefs_display_header.c
1592 * src/prefs_filtering.c
1593 * src/prefs_filtering_action.c
1594 * src/prefs_matcher.c
1595 * src/prefs_summaries.c
1596 * src/prefs_summary_column.c
1597 * src/prefs_template.c
1598 * src/prefs_toolbar.c
1600 * src/gtk/pluginwindow.c
1601 * src/gtk/prefswindow.c
1602 * src/gtk/progressdialog.c
1603 add hidden prefs 'enable_rules_hint'
1604 for gtk_tree_view_set_rules_hint()
1608 2005-05-31 [colin] 1.9.11cvs25
1612 * src/prefs_common.c
1613 * src/prefs_summaries.c ** ADDED **
1614 * src/prefs_summaries.h ** ADDED **
1615 Common/Display -> Display/Summaries
1617 2005-05-31 [colin] 1.9.11cvs24
1621 * src/prefs_quote.c ** ADDED **
1622 * src/prefs_quote.h ** ADDED **
1623 Move Common/Quote to Compose/Quoting
1624 * src/prefs_common.c
1625 * src/prefs_common.h
1626 Remove old quote stuff, add
1627 convenience functions for GtkTextView prefs
1628 * src/gtk/prefswindow.c
1629 Set default height higher
1631 2005-05-30 [colin] 1.9.11cvs23
1635 * src/prefs_common.c
1636 * src/prefs_compose_writing.c ** ADDED **
1637 * src/prefs_compose_writing.h ** ADDED **
1638 Move Common/Compose prefs to Compose/Writing
1640 2005-05-30 [colin] 1.9.11cvs22
1642 * src/common/utils.c
1643 Fix bug #651 (Confused Attract by Subject)
1644 Patch by M. Benkmann <haferfrost@web.de>
1647 2005-05-30 [colin] 1.9.11cvs21
1650 Fix concatenation of different headers of
1651 the same type (bug #645)
1652 * src/prefs_folder_item.c
1653 Fix bug #699 (setting color to black doesn't
1656 Print out decoding error only once per
1659 2005-05-30 [paul] 1.9.11cvs20
1661 * src/common/template.c
1664 2005-05-30 [paul] 1.9.11cvs19
1666 * doc/src/rfc2368.txt **NEW FILE**
1668 compose_entries_set(): don't interpret Bcc
1669 header field (conform to RFC 2368)
1672 2005-05-29 [colin] 1.9.11cvs18
1674 * src/prefs_common.c
1675 Let the default reply format respect
1676 netiquette by cutting the signature.
1678 2005-05-29 [colin] 1.9.11cvs17
1681 Don't let always_show_msg override
1682 open_unread_on_enter when opening a new
1685 2005-05-27 [paul] 1.9.11cvs16
1690 app_will_exit(): cleanup tmp directory when exit
1691 * src/message_search.c
1692 improved the interface and made code cleanup.
1693 removed Clear button
1694 * src/send_message.c
1695 send_message_local(): use GSpawn, and detect errors
1696 * src/summary_search.c
1697 improved the interface and made code cleanup
1699 textview_write_link(): also skip non-ascii space
1700 at the head of link strings (phishing check
1701 didn't work at the case)
1702 * src/common/utils.c
1703 get_command_output(): use g_spawn_command_line_sync()
1706 2005-05-26 [colin] 1.9.11cvs15
1711 2005-05-26 [colin] 1.9.11cvs14
1714 Fix nntp mode reader (bug #611)
1715 Patch by Florian Mickler <florian@mickler.org>
1717 2005-05-26 [colin] 1.9.11cvs13
1719 * src/plugins/pgpmime/passphrase.c
1720 Fix mouse grabbing (bug #557)
1722 2005-05-26 [colin] 1.9.11cvs12
1724 * src/prefs_themes.c
1725 Fix g_warning (bug #541)
1727 2005-05-26 [colin] 1.9.11cvs11
1729 * src/prefs_actions.c
1730 * src/prefs_template.c
1731 Fix bug #506 (no warning if action/template
1733 * src/common/template.c
1734 Fix a possible crash
1736 2005-05-26 [colin] 1.9.11cvs10
1742 Forbid locked messages to be moved or
1743 deleted. Locked messages in trashes
1744 still get deleted, for performance
1745 reason (mh.c::mh_remove_all_msgs)
1747 2005-05-25 [colin] 1.9.11cvs9
1750 Use correct encoding when sending mails
1751 with attachments that have accentued
1754 2005-05-24 [colin] 1.9.11cvs8
1757 Fix bug #688 f) read/unread marker not
1758 changed on first click
1759 Also, optimize summary_status_show()
1764 Fix bug #688 b) and c) wrt message
1765 attachments and signature
1766 * src/stock_pixmap.c
1767 * src/stock_pixmap.h
1768 * src/stock_pixmap.c
1769 * src/stock_pixmap.h
1771 * src/pixmaps/clip_gpg_signed.xpm
1772 Add clip/signed icon
1774 2005-05-24 [colin] 1.9.11cvs7
1776 * src/folder_item_prefs.c
1779 2005-05-24 [colin] 1.9.11cvs6
1782 * src/prefs_common.c
1783 * src/prefs_common.h
1784 Add a confirmation to folder drag and drop
1788 fix _with_disable parameters so that
1789 the buttons labels are specifiable too
1790 * src/plugins/pgpmime/sgpgme.c
1794 2005-05-24 [colin] 1.9.11cvs5
1797 Uncollapse/collapse folders on double-click
1798 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
1801 2005-05-23 [colin] 1.9.11cvs4
1803 * src/common/socket.c
1804 Check another special SSL_peek() error.
1805 Should help wrt bug #728
1807 2005-05-23 [colin] 1.9.11cvs3
1809 * src/plugins/pgpmime/pgpmime.c
1810 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
1811 breaking menu accelerators and stuff. Users will have to
1812 reselect "PGP MIME" instead of "PGP/MIME" in their
1813 account's privacy preferences if needed.
1817 * tools/kdeservicemenu/install.sh
1818 use kdesu to prompt for root password if doing
1819 global install/uninstall
1821 2005-05-20 [colin] 1.9.11cvs2
1824 Fix another compilation error with gcc-2.9x
1825 Thanks to Pawel Pekala <c0rn@gazeta.pl>
1826 * src/send_message.c
1827 Don't send QUIT if we aren't connected
1829 2005-05-19 [colin] 1.9.11cvs1
1832 Fix compilation with gcc 2.9x
1834 2005-05-19 [paul] 1.9.11
1838 2005-05-19 [paul] 1.9.9cvs14
1840 * src/gtk/inputdialog.c
1841 prevent gettext warning
1843 2005-05-19 [paul] 1.9.9cvs13
1846 * src/prefs_common.c
1847 * src/prefs_common.h
1850 add an option to toggle cursor in message
1851 view (sync with main)
1853 2005-05-18 [colin] 1.9.9cvs12
1856 Dereference freed pointer
1857 * src/gtk/gtkaspell.c
1858 Fix duplication of dictionaries (is it an aspell issue?)
1860 2005-05-18 [colin] 1.9.9cvs11
1862 * src/gtk/inputdialog.c
1863 * src/gtk/gtkaspell.c
1866 Remove a double call
1868 2005-05-17 [colin] 1.9.9cvs10
1870 * src/gtk/gtkaspell.c
1871 Fix dialogs, Ctrl-Enter accel
1873 2005-05-17 [colin] 1.9.9cvs9
1875 * src/gtk/gtkaspell.c
1876 Fix some accelerators, escape in replace-window
1878 2005-05-16 [colin] 1.9.9cvs8
1880 * src/gtk/gtkaspell.c
1881 Revert last commit, it was a mistake.
1883 2005-05-16 [colin] 1.9.9cvs7
1885 * src/gtk/gtkaspell.c
1886 Remove buggy code while we're at it. It's a
1887 dead code path anyway.
1889 2005-05-16 [colin] 1.9.9cvs6
1891 * src/gtk/gtkaspell.c
1892 Missed some gtk_menu_popup where deactivate
1893 signal should be handled. Should fix bug
1896 2005-05-16 [colin] 1.9.9cvs5
1898 * src/gtk/gtkaspell.c
1899 Remove debug printf()s
1901 2005-05-16 [colin] 1.9.9cvs4
1903 * src/gtk/gtkaspell.c
1904 Fix a bit aspell problems
1907 2005-05-13 [colin] 1.9.9cvs3
1910 Fix the + appearing even when no subfolders
1911 have unread messages. Thanks to wwp for the
1914 2005-05-11 [paul] 1.9.9cvs2
1917 correction to 1.9.9cvs1, only colour folders that
1918 have new msgs (not unread msgs)
1920 2005-05-10 [colin] 1.9.9cvs1
1924 Try to fix bolding bugs again.
1928 * tools/claws.i18n.status.pl
1929 add Ricardo Mones Lastra's script that has been providing
1930 the i18n status page for many months
1932 2005-05-09 [paul] 1.9.9
1936 2005-05-09 [paul] 1.9.6cvs58
1943 * RELEASE_NOTES.claws
1944 add release notes to cvs to simplify release
1947 add ca and fi to ALL_LINGUAS
1949 workaround for missing Makevars
1952 add new Catalan and Finnish translations
1953 submitted by Miquel Oliete and Flammie Pirinen
1963 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
1964 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
1965 Urke MMI, and Hansom Young
1967 Fix drafting when quitting. compose_draft() closes the
1968 compose windows, which modifies the compose_list GSList.
1969 We have to refresh this list after echo drafting to avoid a
1971 * src/partial_download.c
1972 fix segfault on exit
1974 2005-05-06 [paul] 1.9.6cvs57
1976 * src/grouplistdialog.c
1977 quick fix/workaround for unresizeable newsgroup
1980 2005-05-06 [paul] 1.9.6cvs56
1984 use gettext plural forms
1988 small improvement to english usage
1990 2005-05-05 [thorsten] 1.9.6cvs55
1995 2005-05-05 [paul] 1.9.6cvs54
2001 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
2004 2005-05-05 [paul] 1.9.6cvs53
2007 fix resizing of separate message and
2010 2005-05-05 [paul] 1.9.6cvs52
2022 * src/prefs_filtering.c
2023 * src/prefs_filtering_action.c
2024 * src/prefs_matcher.c
2025 * src/prefs_spelling.c
2026 * src/prefs_toolbar.c
2029 * src/gtk/description_window.c
2030 * src/gtk/gtkvscrollbutton.c
2031 * src/gtk/progressdialog.c
2032 * src/gtk/quicksearch.c
2033 * src/plugins/pgpmime/prefs_gpg.c
2034 * src/plugins/spamassassin/spamassassin_gtk.c
2035 replace deprecated gtk_widget_set_usize
2037 2005-05-04 [colin] 1.9.6cvs51
2039 * src/common/utils.c
2040 Fix crash when subst_for_filename is called
2041 with a NULL parameter
2043 2005-05-04 [colin] 1.9.6cvs50
2045 * src/partial_download.c
2047 Escape login when writing uidl file
2050 2005-05-03 [colin] 1.9.6cvs49
2053 Fix possible DOS in mime parser
2056 2005-05-02 [colin] 1.9.6cvs48
2059 Try to fix the copy/paste mess once again.
2062 2005-04-30 [colin] 1.9.6cvs47
2064 * src/prefs_account.h
2066 * src/send_message.c
2069 Try to batch sending mails (per account) instead of
2070 reconnecting to server every time.
2072 2005-04-29 [colin] 1.9.6cvs46
2075 Fix window resizing that refused to size down
2076 * src/prefs_common.c
2077 * src/prefs_common.h
2078 * src/prefs_filtering.c
2079 Save Filtering's window size
2081 2005-04-21 [paul] 1.9.6cvs45
2083 * ChangeLog-gtk2.claws
2087 2005-04-21 [paul] 1.9.6cvs44
2094 use gtkut_widget_draw_now(). Improved performance
2095 of the update of statusbar
2097 textview_smooth_scroll_do(): redraw it after scroll
2098 is done (fixed incorrect display when a part of the
2100 * src/gtk/gtkutils.c
2101 * src/gtk/gtkutils.h
2102 gtkut_widget_draw_now(): use gdk_window_process_updates()
2103 to force update of widgets.
2104 Removed gtkut_widget_wait_for_draw() which had a big
2105 overhead because of waiting for all events processed
2107 2005-04-20 [paul] 1.9.6cvs43
2110 complete 1.9.6cvs42's sync:
2111 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
2113 2005-04-19 [paul] 1.9.6cvs42
2118 catch_output(): correctly select the insert text
2119 (fix invalid iterator warnings).
2124 * src/prefs_common.c
2125 support GBK encoding.
2126 * src/common/session.c
2127 * src/common/session.h
2128 use separate buffer for large data to be sent,
2129 and don't duplicate it (reduces memory usage) (thanks to Dirk).
2131 2005-04-18 [paul] 1.9.6cvs41
2134 convert unsigned long into guint32
2135 patch by Paul LeoNerd Evans
2137 2005-04-17 [colin] 1.9.6cvs40
2140 Fix 'Request return receipt' from folder
2141 properties (bug #708)
2143 2005-04-17 [colin] 1.9.6cvs39
2146 Fix duplicate hotkeys in Mainwindow's menu
2148 2005-04-17 [colin] 1.9.6cvs38
2151 Fix duplicate hotkeys in Folderview's contextual
2154 2005-04-15 [colin] 1.9.6cvs37
2157 Fix 'Save as...' with non-ascii filenames
2159 2005-04-15 [colin] 1.9.6cvs36
2161 * src/plugins/pgpmime/pgpmime.c
2162 Fix bus error on 64bit. Spotted by
2163 macallan1888@gmail.com
2165 2005-04-15 [colin] 1.9.6cvs35
2167 * src/prefs_account.c
2170 2005-04-12 [colin] 1.9.6cvs34
2172 * src/prefs_account.c
2173 Fix smtp auth type off-by-one. We forgot to
2174 add PLAIN in the prefs-to-gui setter func and
2175 as a result, the selected auth when opening
2176 account prefs was not the correct one.
2178 2005-04-12 [paul] 1.9.6cvs33
2181 if the recv dialog is visible, Cancel only
2182 cancels the current account
2185 2005-04-10 [colin] 1.9.6cvs32
2188 Copy score when copying FilteringActions
2191 2005-04-10 [colin] 1.9.6cvs31
2194 Make Message -> Receive -> Cancel cancel
2195 incorporation on all accounts. Fixes
2198 2005-04-10 [colin] 1.9.6cvs30
2200 * src/prefs_account.c
2201 Update Privacy checkbuttons status based
2202 on the selected privacy system
2204 Always connect the "None" privacy system; the
2205 static boolean was probably there to avoid
2206 reconnecting twice in the same compose window,
2207 but as the parent function is only called once
2208 per compose, it's only a bug - as a static is
2209 initialized once per application instance.
2210 Also, don't uncheck Sign and Encrypt when
2211 selecting None as privacy system; just ignore
2212 them when sending/queuing.
2215 2005-04-08 [colin] 1.9.6cvs29
2218 * src/prefs_account.c
2219 * src/prefs_account.h
2220 Add account preference to queue message in a certain
2223 2005-04-06 [colin] 1.9.6cvs28
2225 * src/prefs_account.c
2226 Update old inbox path syntax
2228 2005-04-06 [paul] 1.9.6cvs27
2233 changed -traditional-cpp to -no-cpp-precomp for newer
2236 made column resize automatically
2237 * src/send_message.c
2238 send_message_smtp(): consider EOF right after QUIT
2239 successful (workaround for Gmail SMTP server)
2240 * src/common/socket.c
2241 ssl_read(), ssl_peek(): check EOF which violates the
2243 * src/gtk/colorlabel.c
2244 removed warnings when displaying colorlabel menu
2245 (don't use GtkAlignment)
2247 2005-04-05 [paul] 1.9.6cvs26
2249 * src/plugins/trayicon/trayicon.c
2250 fix clipping of icon under KDE3
2252 2005-04-05 [paul] 1.9.6cvs25
2255 hide display of threading
2258 2005-04-04 [thorsten] 1.9.6cvs24
2261 marks lost on filesystems with different stat() results on
2264 2005-04-03 [colin] 1.9.6cvs23
2267 Don't handle up/down. Patch by Alfons
2269 2005-04-02 [colin] 1.9.6cvs22
2272 Make scrolling faster. Patch by Alfons.
2274 2005-04-01 [colin] 1.9.6cvs21
2277 * src/stock_pixmap.c
2278 * src/pixmaps/dir-noselect.xpm ** REMOVED **
2279 * src/pixmaps/dir_noselect.xpm ** ADDED **
2280 Fix pixmap name mismatch (Thanks Stephan Sachse)
2282 2005-04-01 [colin] 1.9.6cvs20
2284 * src/image_viewer.c
2285 * src/image_viewer.h
2290 Implement inline image resizing and right-clicking
2292 2005-04-01 [paul] 1.9.6cvs19
2298 patch by Luca Cavalli <loopback<AT>slackit.org>
2300 updated by Pavlo Bohmat
2302 2005-03-31 [colin] 1.9.6cvs18
2305 Fix parsing references
2307 don't put nulls in the references list
2309 commit that forgotten file in 1.9.6cvs14
2311 2005-03-31 [colin] 1.9.6cvs17
2314 Fix joining of signature separator again.
2315 Maybe Hiro could put it in main too...
2317 2005-03-31 [colin] 1.9.6cvs16
2321 * src/stock_pixmap.c
2322 * src/stock_pixmap.h
2323 * src/pixmaps/dir-noselect.xpm
2324 Update foldersel.c (sync from main, patch by Alfons)
2326 2005-03-30 [colin] 1.9.6cvs15
2329 Fix handling of imap folders containing [] in
2330 their name. Thanks to Nahuel Angelinetti for
2331 the detailed bugreport.
2333 2005-03-30 [colin] 1.9.6cvs14
2335 * src/common/utils.h
2336 * src/common/utils.c
2343 * src/quote_fmt_parse.y
2345 Update references system. Patch by Alfons
2347 2005-03-30 [colin] 1.9.6cvs13
2349 * src/common/socket.c
2350 Force the glibc to read resolv.conf again when
2351 it has changed. Should fix issues when changing
2352 networks on a laptop and not restarting sylpheed.
2354 2005-03-30 [paul] 1.9.6cvs12
2356 partial sync with main:
2359 create_io_dialog(): use user-defined text font
2360 (thanks to Alfons), and modified its appearance.
2366 don't join (presumably) itemized lines on line-wrapping
2367 fixed wrapping of quote when auto-wrapping is enabled
2368 compose_destroy(): destroy paned only if it's not
2369 attached to window. Fixed memory leak of popup menu.
2379 removed redundant code
2381 changed 'Code set' (which is rather incorrect)
2382 in the menu to 'Character encoding'
2383 main_window_set_widgets(): request size first
2384 to prevent window size becoming wrong
2385 fixed remembering of the state of the visibility
2388 changed 'Code set' (which is rather incorrect)
2389 in the menu to 'Character encoding'
2390 * src/prefs_common.c
2391 * src/prefs_common.h
2392 added an option whether to render HTML as text or not
2393 added separators to outgoing encoding menu
2395 procheader_scan_date_string(): support header
2396 like: "[Tue,] 01 Feb 2005 09:57[:00]"
2401 textview_show_html(): force output of newline
2402 added an option whether to render HTML as text or not
2403 * src/common/utils.c
2404 strncpy2(): optimized based on Alfons' code
2405 * src/gtk/gtkutils.c
2406 * src/gtk/gtkutils.h
2407 removed non-used code
2408 * src/plugins/pgpmime/passphrase.c
2409 partially fixed grab input of passphrase dialog
2410 Confine pointer to window
2412 2005-03-30 [colin] 1.9.6cvs11
2416 Read/write 32bit ints from cache & marks
2419 2005-03-29 [paul] 1.9.6cvs10
2424 * src/gtk/gtkaspell.c
2425 sync with HEAD (don't pass NULL pointers)
2431 * tools/acroread2sylpheed.pl
2432 sync with HEAD (add script to send pdfs as
2433 attachments from Adobe Reader 7)
2435 2005-03-21 [paul] 1.9.6cvs9
2441 * src/image_viewer.c ** ADDED **
2442 * src/image_viewer.h ** ADDED **
2444 * src/prefs_common.c
2445 * src/prefs_common.h
2446 * src/prefs_image_viewer.c ** ADDED **
2447 * src/prefs_image_viewer.h ** ADDED **
2450 * src/pixmaps/sylpheed_logo.xpm
2451 * src/plugins/Makefile.am
2452 * src/plugins/image_viewer/.cvsignore ** REMOVED **
2453 * src/plugins/image_viewer/Makefile.am ** REMOVED **
2454 * src/plugins/image_viewer/plugin.c ** REMOVED **
2455 * src/plugins/image_viewer/viewer.c ** REMOVED **
2456 * src/plugins/image_viewer/viewer.glade ** REMOVED **
2457 * src/plugins/image_viewer/viewer.h ** REMOVED **
2458 * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
2459 * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
2460 * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
2461 as gdk-pixbuf is now built-in
2462 remove image_viewer plugin and put code back into
2464 implement inline image display (sync with main)
2466 replace logo with newer, nicer, larger version
2468 2005-03-21 [paul] 1.9.6cvs8
2471 cosmetic improvement
2473 2005-03-21 [holger] 1.9.6cvs7
2475 * src/plugins/spamassassin/spamassassin.c
2477 (unregister hook on failed plugin init)
2479 2005-03-20 [colin] 1.9.6cvs6
2481 * src/common/plugin.c
2482 Check that plugin isn't already loaded
2485 2005-03-20 [thorsten] 1.9.6cvs5
2488 use a more compatible syntax
2490 2005-03-20 [thorsten] 1.9.6cvs4
2492 * src/prefs_toolbar.c
2493 fix crash when selecting toolbar item (uninitialized pointer)
2495 2005-03-20 [thorsten] 1.9.6cvs3
2498 fix mimetype detection (referenced free()d string)
2500 2005-03-20 [paul] 1.9.6cvs2
2503 sync with HEAD (1.0.3cvs5)
2504 neglect Reply-To header if empty
2507 2005-03-19 [holger] 1.9.6cvs1
2513 2005-03-18 [paul] 1.9.6
2515 initial GTK2 release
2517 2005-03-18 [paul] 1.0.3cvs3.1
2523 * src/pixmaps/sylpheed_logo.xpm
2526 2005-03-18 [colin] 1.0.3cvs2.6
2529 Remove call to summary_step in summary_copy_selected_to
2530 Can't see its purpose, and this causes bug when copying
2531 a message if the next one is unread: it reads it.
2533 2005-03-18 [paul] 1.0.3cvs2.5
2536 fix bug 694 'Enter doesn't trigger OK in "Move" window'
2538 2005-03-18 [paul] 1.0.3cvs2.4
2549 fix buffer overflow, CAN-2005-0667, see
2550 http://secunia.com/advisories/14491/
2553 2005-03-17 [colin] 1.0.3cvs2.3
2557 Fix font bugs (both lists now officialy share
2561 2005-03-17 [paul] 1.0.3cvs2.2
2563 * src/gtk/pluginwindow.c
2564 make plugin descriptions uneditable
2566 2005-03-11 [paul] 1.0.3cvs2.1
2571 * src/plugins/trayicon/trayicon.c
2573 add src/wizard.c to POTFILES.in
2575 2005-03-11 [paul] 1.0.3cvs1.1
2591 2005-03-04 [colin] 1.0.1cvs22.2
2594 Fix signatures with accentued chars in it
2596 2005-03-04 [colin] 1.0.1cvs22.1
2600 Don't use SIZE param in MAIL FROM: if server
2601 doesn't support it. Patch by Eugen Freiter
2602 <eugen_f@users.sf.net>
2604 2005-02-27 [paul] 1.0.1cvs20.1
2611 2005-02-27 [colin] 1.0.1cvs19.4
2615 Fix prototypes. Patch by Alfons
2617 2005-02-27 [colin] 1.0.1cvs19.3
2620 Don't auto-join the signature separator.
2622 2005-02-26 [colin] 1.0.1cvs19.2
2625 Fix 'mark all read' with collapsed threads.
2628 2005-02-25 [paul] 1.0.1cvs19.1
2632 * src/prefs_account.c
2633 * src/prefs_folder_item.c
2634 * src/gtk/prefswindow.c
2635 * src/gtk/prefswindow.h
2638 2005-02-25 [paul] 1.0.1cvs15.12
2644 * src/gtk/gtkutils.c
2645 * src/gtk/gtkutils.h
2646 * src/gtk/logwindow.c
2647 * src/gtk/progressdialog.c
2648 sync with main (revision 127)
2649 and fix logwindow clipping
2651 2005-02-24 [colin] 1.0.1cvs15.11
2653 * src/plugins/pgpmime/passphrase.c
2654 Disable input grabbing; it doesn't work yet.
2656 2005-02-24 [colin] 1.0.1cvs15.10
2659 Don't send out receipts if offline. Ask.
2661 2005-02-23 [colin] 1.0.1cvs15.9
2666 2005-02-23 [colin] 1.0.1cvs15.8
2669 Really fix Bug 568 by removing useless
2670 calls. summary_thread_init() now called
2671 in summary_sort(). This should please
2672 Alfons as it should be faster than
2675 2005-02-23 [colin] 1.0.1cvs15.7
2678 Encode parts as QP or B64 if signing
2680 2005-02-23 [colin] 1.0.1cvs15.6
2683 Fix Mimeinfo leakage (including tmp files)
2685 Fix tmp file leakage (spotted by Ivan Rayner)
2687 2005-02-22 [colin] 1.0.1cvs15.5
2690 Fix keyboard input. Patch by Alfons.
2692 2005-02-21 [colin] 1.0.1cvs15.4
2695 Fix Sign/Encrypt when unselecting privacy
2697 * src/prefs_common.c
2698 Change default message font to Monospace
2700 More freezing during potentially large operations
2702 2005-02-21 [paul] 1.0.1cvs15.3
2707 2005-02-21 [paul] 1.0.1cvs15.2
2713 * src/common/utils.c
2714 * src/common/utils.h
2715 sync with main (revision 117)
2717 2005-02-20 [colin] 1.0.1cvs15.1
2720 Change cache file to .sylpheed_claws_cache, as
2721 suggested by Alfons. Allows people to switch
2722 between Sylpheed and Sylpheed-Claws. it is
2723 a good idea to "Check for new messages" at next
2727 2005-02-18 [colin] 1.0.1cvs14.1
2729 * src/quote_fmt_lex.l
2730 * src/quote_fmt_parse.y
2731 Fix parser initialisation. Patch by Ivan.
2733 2005-02-18 [colin] 1.0.1cvs11.6
2736 Fix scrolldown (bug 662)
2738 2005-02-17 [colin] 1.0.1cvs11.5
2741 conv_filename_to_utf8: return clean 7bit instead
2742 of broken utf8 if needed
2744 Fix display of parts with unclean 8bit names
2746 2005-02-17 [paul] 1.0.1cvs11.4
2750 * src/matcher_parser_parse.y
2752 * src/sourcewindow.c
2753 * src/common/Makefile.am
2754 * src/common/intl.h ** REMOVED **
2755 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2756 sync with main (revision 109)
2759 2005-02-16 [colin] 1.0.1cvs11.3
2762 Fix collapsed thread not highlighting when new
2763 messages in it (Bug 568) Patch by Stephan Sachse.
2764 Fix messed up selection when reaching bounds (Bug 632)
2765 * src/prefs_themes.c
2766 Fix theme installing (Bug 684)
2768 2005-02-16 [colin] 1.0.1cvs11.2
2771 Fix messageview_select_all
2773 2005-02-16 [colin] 1.0.1cvs11.1
2776 Sync with HEAD (MH scan required function)
2778 2005-02-15 [colin] 1.0.1cvs8.1
2781 * src/common/utils.c
2782 Sync with HEAD (filename chars substitution)
2784 2005-02-15 [colin] 1.0.1cvs7.3
2786 * src/gtk/pluginwindow.c
2789 2005-02-15 [colin] 1.0.1cvs7.2
2792 Fix mime icons not reset across message when
2795 2005-02-15 [colin] 1.0.1cvs7.1
2799 Sync with HEAD (optimisation of cvs6)
2801 2005-02-14 [colin] 1.0.1cvs6.1
2805 Sync with HEAD (encode "From " at line beginning)
2807 2005-02-14 [colin] 1.0.1cvs5.3
2810 Fix wrapping with accentued chars.
2812 2005-02-13 [colin] 1.0.1cvs5.2
2815 Fix email informative part parsing with
2816 accentued chars in it. ispunct() returns
2817 true for them in utf8...
2819 2005-02-12 [colin] 1.0.1cvs5.1
2822 Sync with HEAD (remove wrong use of compose after send)
2824 2005-02-12 [paul] 1.0.1cvs4.5
2827 remove unnecessary code (thanks to Alfons)
2829 2005-02-12 [paul] 1.0.1cvs4.4
2832 add 'Copy' to contextual menu on emails
2834 2005-02-11 [colin] 1.0.1cvs4.3
2837 revert 1.0.0cvs28.2, it doesn't work that well.
2839 2005-02-11 [paul] 1.0.1cvs4.2
2844 2005-02-10 [paul] 1.0.1cvs4.1
2851 sync with HEAD (sync with main)
2853 2005-02-10 [paul] 1.0.1cvs3.2
2859 * config/mkinstalldirs
2863 * intl/bindtextdom.c
2864 * intl/config.charset
2870 * intl/eval-plural.h
2871 * intl/explodename.c
2876 * intl/hash-string.h
2877 * intl/intl-compat.c
2879 * intl/libgnuintl.h.in
2882 * intl/localcharset.c
2883 * intl/localcharset.h
2885 * intl/localealias.c
2898 * intl/relocatable.c
2899 * intl/relocatable.h
2923 * src/editldap_basedn.c
2931 * src/folder_item_prefs.c
2934 * src/grouplistdialog.c
2948 * src/message_search.c
2957 * src/partial_download.c
2959 * src/prefs_account.c
2960 * src/prefs_actions.c
2961 * src/prefs_common.c
2962 * src/prefs_customheader.c
2963 * src/prefs_display_header.c
2964 * src/prefs_ext_prog.c
2965 * src/prefs_filtering.c
2966 * src/prefs_filtering_action.c
2967 * src/prefs_folder_item.c
2970 * src/prefs_matcher.c
2971 * src/prefs_msg_colors.c
2972 * src/prefs_spelling.c
2973 * src/prefs_summary_column.c
2974 * src/prefs_template.c
2975 * src/prefs_themes.c
2976 * src/prefs_toolbar.c
2977 * src/prefs_wrapping.c
2984 * src/send_message.c
2986 * src/sourcewindow.c
2989 * src/summary_search.c
2995 * src/common/plugin.c
2998 * src/common/ssl_certificate.c
2999 * src/common/string_match.c
3000 * src/common/sylpheed.c
3001 * src/common/template.c
3002 * src/common/utils.c
3004 * src/gtk/colorlabel.c
3005 * src/gtk/description_window.c
3007 * src/gtk/foldersort.c
3008 * src/gtk/gtkaspell.c
3009 * src/gtk/gtkutils.c
3010 * src/gtk/inputdialog.c
3011 * src/gtk/logwindow.c
3013 * src/gtk/pluginwindow.c
3014 * src/gtk/prefswindow.c
3015 * src/gtk/progressdialog.c
3016 * src/gtk/quicksearch.c
3017 * src/gtk/sslcertwindow.c
3018 * src/plugins/clamav/clamav_plugin.c
3019 * src/plugins/clamav/clamav_plugin_gtk.c
3020 * src/plugins/demo/demo.c
3021 * src/plugins/dillo_viewer/dillo_prefs.c
3022 * src/plugins/dillo_viewer/dillo_viewer.c
3023 * src/plugins/image_viewer/plugin.c
3024 * src/plugins/image_viewer/viewer.c
3025 * src/plugins/image_viewer/viewerprefs.c
3026 * src/plugins/mathml_viewer/mathml_viewer.c
3027 * src/plugins/pgpmime/passphrase.c
3028 * src/plugins/pgpmime/plugin.c
3029 * src/plugins/pgpmime/prefs_gpg.c
3030 * src/plugins/pgpmime/select-keys.c
3031 * src/plugins/pgpmime/sgpgme.c
3032 * src/plugins/spamassassin/spamassassin.c
3033 * src/plugins/spamassassin/spamassassin_gtk.c
3034 * src/plugins/trayicon/trayicon.c
3035 sync with main (revision 104)
3037 2005-02-10 [colin] 1.0.1cvs3.1
3040 Sync with HEAD (fix occasional crasher)
3042 2005-02-10 [colin] 1.0.1cvs2.1
3045 Synw with HEAD (don't automatically display html)
3047 2005-02-09 [colin] 1.0.1cvs1.3
3051 Add contextual menu on emails
3053 2005-02-09 [colin] 1.0.1cvs1.2
3056 Fix converting from broken headers and
3057 put back the _ in missing places
3058 (feature broke with cvs24.2 sync, main
3061 2005-02-09 [colin] 1.0.1cvs1.1
3066 Sync with HEAD (display non text/plain mails with plugin)
3068 2005-02-08 [colin] 1.0.1.1
3074 Make default configuration directory
3077 2005-02-08 [colin] 1.0.0cvs29.1
3085 Sync translations with HEAD
3087 2005-02-06 [colin] 1.0.0cvs28.3
3090 Make compose a bit faster - patch by Alfons.
3092 2005-02-06 [colin] 1.0.0cvs28.2
3095 Make pasting via middle-click more reliable
3097 2005-02-05 [paul] 1.0.0cvs28.1
3105 (fix bug 682 'redirect is broken'
3107 2005-02-05 [torte] 1.0.0cvs27.1
3111 * src/partial_download.c
3112 Sync with HEAD (fix buf overflow)
3114 2005-02-03 [colin] 1.0.0cvs26.1
3116 * src/common/plugin.c
3117 Sync with HEAD (avoid plugin mismatches)
3119 2005-02-03 [paul] 1.0.0cvs25.3
3125 * src/gtk/colorlabel.c
3126 third and final part of initial sync with main-gtk2
3128 2005-02-03 [paul] 1.0.0cvs25.2
3131 fix building with jpilot support
3133 2005-02-02 [colin] 1.0.0cvs25.1
3136 Sync with HEAD (fix dangerous typo)
3138 2005-02-01 [colin] 1.0.0cvs24.3
3141 Write file as advertised (UTF-8)
3143 2005-02-01 [paul] 1.0.0cvs24.2
3152 * src/folder_item_prefs.c
3158 * src/matcher_parser_lex.l
3161 * src/prefs_account.c
3162 * src/prefs_actions.c
3163 * src/prefs_common.c
3166 * src/prefs_themes.c
3169 * src/sourcewindow.c
3175 * src/common/template.c
3176 * src/common/utils.c
3179 * src/gtk/gtkaspell.c
3180 * src/plugins/clamav/clamav_plugin.c
3181 * src/plugins/dillo_viewer/dillo_prefs.c
3182 * src/plugins/image_viewer/viewerprefs.c
3183 * src/plugins/pgpmime/passphrase.c
3184 * src/plugins/pgpmime/prefs_gpg.c
3185 * src/plugins/pgpmime/select-keys.c
3186 * src/plugins/spamassassin/spamassassin.c
3187 second part of initial sync with main-gtk2
3190 2005-01-31 [colin] 1.0.0cvs24.1
3195 2005-01-29 [paul] 1.0.0cvs23.2
3208 * src/editldap_basedn.c
3212 * src/grouplistdialog.c
3218 * src/message_search.c
3221 * src/prefs_actions.c
3222 * src/prefs_common.c
3223 * src/prefs_common.h
3224 * src/prefs_customheader.c
3225 * src/prefs_display_header.c
3226 * src/prefs_filtering.c
3227 * src/prefs_filtering_action.c
3229 * src/prefs_matcher.c
3230 * src/prefs_summary_column.c
3231 * src/prefs_template.c
3232 * src/sourcewindow.c
3233 * src/summary_search.c
3237 * src/gtk/description_window.c
3238 * src/gtk/gtkshruler.c
3239 * src/gtk/gtkutils.c
3240 * src/gtk/gtkutils.h
3241 * src/gtk/inputdialog.c
3242 * src/gtk/logwindow.c
3243 * src/gtk/prefswindow.c
3244 * src/gtk/progressdialog.c
3245 * src/gtk/progressdialog.h
3246 first part of initial sync with main-gtk2
3249 2005-01-28 [colin] 1.0.0cvs23.1
3254 2005-01-27 [colin] 1.0.0cvs21.1
3260 2005-01-27 [colin] 1.0.0cvs19.1
3265 2005-01-27 [colin] 1.0.0cvs18.1
3277 2005-01-26 [paul] 1.0.0cvs15.2
3280 compose_entries_set(): convert subject and body to
3281 utf8 if necessary. patch by Felix Eckhofer
3283 2005-01-26 [paul] 1.0.0cvs15.1
3286 * src/common/template.c
3287 sync with HEAD (fix memory leak)
3289 2005-01-25 [paul] 1.0.0cvs14.1
3295 2005-01-24 [colin] 1.0.0cvs13.1
3300 2005-01-24 [paul] 1.0.0cvs12.1
3305 * src/common/utils.c
3308 2005-01-24 [colin] 1.0.0cvs11.1
3313 2005-01-24 [colin] 1.0.0cvs10.1
3318 2005-01-23 [colin] 1.0.0cvs9.1
3323 2005-01-22 [colin] 1.0.0cvs8.1
3326 * src/gtk/quicksearch.c
3329 2005-01-21 [colin] 1.0.0cvs7.1
3334 2005-01-21 [colin] 1.0.0cvs6.1
3339 2005-01-21 [colin] 1.0.0cvs5.1
3341 * src/gtk/quicksearch.c
3342 * src/prefs_common.c
3343 * src/prefs_common.h
3344 Sync with HEAD (recurse option)
3346 2005-01-21 [colin] 1.0.0cvs4.1
3352 * src/gtk/quicksearch.c
3353 * src/gtk/quicksearch.h
3354 Sync with HEAD (recursive quicksearch)
3356 2005-01-20 [colin] 1.0.0cvs3.4
3361 2005-01-20 [colin] 1.0.0cvs3.3
3364 Fix leak, thanks to Alfons.
3366 2005-01-20 [colin] 1.0.0cvs3.2
3369 Port SSL certificate window to GTK2.
3371 2005-01-20 [paul] 1.0.0cvs3.1
3379 2005-01-19 [colin] 1.0.0cvs2.2
3381 * src/plugins/trayicon/trayicon.c
3382 Fix freeze with gtk-2.6, the easy way
3383 (signal blocking helpless there...)
3386 2005-01-19 [colin] 1.0.0cvs2.1
3395 2005-01-19 [paul] 1.0.0cvs1.1
3409 sync with HEAD (update translations)
3411 2005-01-18 [colin] 1.0.0cvs0.1
3414 Specify search column - patch by Alfons
3416 2005-01-18 [colin] 0.9.13cvs36.3
3418 * src/prefs_toolbar.c
3419 Change Delete to Remove
3421 GTK2 version and leak fixes
3422 * src/prefs_actions.c
3424 All patches by Alfons
3426 2005-01-17 [colin] 0.9.13cvs36.2
3429 Fix DnD inserting twice. While at it,
3430 add DnD support for text/plain in the
3431 body, and add support in the headers.
3433 2005-01-16 [colin] 0.9.13cvs36.1
3438 Sync with HEAD (nothing applicable)
3440 2005-01-16 [colin] 0.9.13cvs33.2
3442 * src/prefs_toolbar.c
3443 GTK2ize prefs_toolbar, by Alfons.
3445 2005-01-14 [colin] 0.9.13cvs33.1
3451 2005-01-14 [colin] 0.9.13cvs32.1
3457 * tools/calypso_convert.pl
3460 2005-01-08 [colin] 0.9.13cvs29.2
3462 * src/prefs_filtering_action.c
3463 * src/prefs_filtering.c
3464 2 more gtk2 patches by Alfons
3466 2005-01-07 [paul] 0.9.13cvs29.1
3476 2005-01-07 [colin] 0.9.13cvs28.3
3478 * src/gtk/progressdialog.c
3479 * src/gtk/progressdialog.h
3481 * src/send_message.c
3482 GTK2 for the incorporation dialog. The CList isn't dead
3483 yet, for a more smooth migration. Patch by Alfons.
3485 2005-01-06 [colin] 0.9.13cvs28.2
3487 * src/prefs_display_header.c
3488 GTK2 conversion by Alfons
3489 * src/prefs_actions.c
3490 * src/prefs_matcher.c
3491 Fix 2 leaks - patch by Alfons
3493 2005-01-06 [colin] 0.9.13cvs28.1
3495 * src/prefs_matcher.c
3498 2005-01-06 [colin] 0.9.13cvs27.4
3500 * src/prefs_matcher.c
3501 Fix double-free. Patch by Alfons
3503 2005-01-06 [colin] 0.9.13cvs27.3
3505 * src/prefs_matcher.c
3506 GTK2 widgets + memleak
3509 2005-01-05 [colin] 0.9.13cvs27.2
3514 * src/stock_pixmap.c
3515 * src/stock_pixmap.h
3516 3 more GTK2 patches by Alfons.
3518 2005-01-04 [colin] 0.9.13cvs27.1
3525 2005-01-04 [colin] 0.9.13cvs25.9
3528 Fix Show Ruler menuitem
3529 * src/prefs_template.c
3531 * src/common/utils.c
3532 Make auto pointer stuff handles NULLs
3535 2005-01-04 [colin] 0.9.13cvs25.8
3538 Move the attachment list to gtk2
3541 2005-01-04 [colin] 0.9.13cvs25.7
3544 Make some keys work again
3545 Patch by SungHyun Nam <namsh@kldp.org>
3547 2005-01-04 [colin] 0.9.13cvs25.6
3549 * src/gtk/gtkshruler.c
3550 Move the ruler to GTK2
3553 2005-01-03 [colin] 0.9.13cvs25.5
3556 Fix my broken patch apply
3558 2005-01-03 [colin] 0.9.13cvs25.4
3560 * src/common/utils.c
3561 * src/common/utils.h
3562 * src/gtk/prefswindow.c
3563 Move auto pointer stuff to utils.c
3564 Patch by Alfons again :)
3566 2005-01-03 [colin] 0.9.13cvs25.3
3570 * src/prefs_template.c
3572 Empty text widgets with empty strings, not NULL char
3573 Patch by SungHyun Nam <namsh@kldp_org>
3575 2005-01-03 [colin] 0.9.13cvs25.2
3581 2005-01-03 [colin] 0.9.13cvs25.1
3587 2005-01-03 [colin] 0.9.13cvs24.3
3590 Two patches from Alfons and Alex S Moore:
3591 fix images, fix return value.
3593 2005-01-01 [colin] 0.9.13cvs24.2
3595 * src/prefs_actions.c
3596 Fix over-zealous assertion. Patch by Alfons
3598 2005-01-01 [colin] 0.9.13cvs24.1
3601 Sync with HEAD (leak fix)
3603 2004-12-31 [colin] 0.9.13cvs23.2
3605 * src/prefs_common.c
3606 GTK2 widgets + stock buttons - patch by Alfons
3608 2004-12-31 [paul] 0.9.13cvs23.1
3611 bump up EXTRA_VERSION to match (sync'ed) HEAD
3612 * src/gtk/pluginwindow.c
3613 use GTK2 widgets and plug memory leaks,
3616 2004-12-30 [colin] 0.9.13cvs22.4
3623 * src/message_search.c
3624 * src/prefs_actions.c
3625 * src/prefs_common.c
3626 * src/prefs_customheader.c
3627 * src/prefs_filtering.c
3628 * src/prefs_summary_column.c
3629 * src/summary_search.c
3631 * src/gtk/description_window.c
3632 * src/gtk/gtkutils.c
3633 * src/gtk/gtkutils.h
3634 * src/gtk/inputdialog.c
3635 * src/gtk/prefswindow.c
3636 Use GTK2 stock buttons. Patches by Alfons.
3638 2004-12-30 [colin] 0.9.13cvs22.3
3642 * src/prefs_actions.c
3643 * src/prefs_customheader.c
3644 * src/prefs_filtering.c
3645 * src/prefs_msg_colors.c
3646 * src/prefs_summary_column.c
3647 * src/gtk/prefswindow.c
3648 Use GtkTreeView instead of deprecated
3649 widgets. Patches by Alfons.
3651 2004-12-30 [paul] 0.9.13cvs22.2
3655 patch by Alfons, with root folder sorting fix
3658 2004-12-30 [paul] 0.9.13cvs22.1
3668 2004-12-22 [martin] 0.9.13cvs21.2
3671 free the command line after its use
3673 2004-12-18 [paul] 0.9.13cvs21.1
3686 2004-12-17 [martin] 0.9.13cvs17.2
3689 convert actions input to locale
3691 convert notification command to locale