ChangeLog.2.0.0-3.0.0 (350728B)
1 2007-09-03 [paul] 3.0.0 2 3 * NEWS 4 * README 5 * RELEASE_NOTES 6 3.0.0 released 7 8 2007-09-03 [paul] 2.10.0cvs191 9 10 * po/bg.po 11 * po/ca.po 12 * po/de.po 13 * po/fi.po 14 * po/fr.po 15 * po/hu.po 16 * po/it.po 17 * po/pl.po 18 * po/pt_BR.po 19 * po/ru.po 20 * po/sk.po 21 * po/zh_CN.po 22 updated by Yasen Pramatarov, Miquel Oliete, Stephan 23 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso, 24 Andrea Spadaccini, Emil Nowak, Frederico Goncalves 25 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young 26 27 2007-09-02 [colin] 2.10.0cvs190 28 29 * src/edittags.c 30 * src/common/tags.c 31 Prevent empty or white-space tags 32 33 2007-09-01 [colin] 2.10.0cvs189 34 35 * src/main.c 36 Fix double-reading of accounts list when 37 the wizard has been run due to no accounts 38 * src/mainwindow.c 39 Fix sensitivity of a menu item in case 40 there's no account 41 42 2007-09-01 [wwp] 2.10.0cvs188 43 44 * src/wizard.c 45 Fix wizard crash when Mailbox dir already exists 46 (thanks to Colin). 47 48 2007-08-31 [colin] 2.10.0cvs187 49 50 * src/etpan/imap-thread.c 51 Fix unwanted creation of 52 libetpan's stream dump file 53 * src/compose.c 54 Fix coloring of pastes as quotation 55 * src/summaryview.c 56 Maemo: Fix opening of mails from keypad 57 in Sent folders 58 * src/addressbook.c 59 * src/folderview.c 60 * src/image_viewer.c 61 * src/mimeview.c 62 * src/gtk/prefswindow.c 63 Maemo: Fix adjustments changes 64 65 2007-08-30 [colin] 2.10.0cvs186 66 67 * src/folderview.c 68 Don't opened selected folder when clicking 69 on white space 70 * src/mainwindow.c 71 Maemo: Make Esc close messageviews 72 * src/messageview.c 73 Maemo: Fix message scrolling to the end on 74 opening 75 Maemo: Fix reopening same message 76 * src/gtk/prefswindow.c 77 Maemo: try to fix scrollbar. Doesn't work, 78 it seems as if gtk_adjustment_set_value was 79 a noop. 80 81 2007-08-30 [colin] 2.10.0cvs185 82 83 * src/compose.c 84 * src/folderview.c 85 * src/main.c 86 * src/prefs_matcher.c 87 * src/prefs_template.c 88 * src/quote_fmt.c 89 * src/send_message.c 90 * src/toolbar.c 91 * src/gtk/gtkaspell.c 92 * src/plugins/bogofilter/bogofilter.c 93 * src/plugins/bogofilter/bogofilter_gtk.c 94 * src/plugins/clamav/clamav_plugin_gtk.c 95 * src/plugins/pgpcore/sgpgme.c 96 * src/plugins/spamassassin/spamassassin.c 97 * src/plugins/spamassassin/spamassassin_gtk.c 98 Fix all potential misuses of format-string functions 99 100 2007-08-30 [wwp] 2.10.0cvs184 101 102 * src/prefs_template.c 103 Fix a leak. 104 105 2007-08-29 [colin] 2.10.0cvs183 106 107 * src/plugins/trayicon/trayicon.c 108 Fix leak of hooks in case of error, 109 thanks to Holger Berndt 110 111 2007-08-28 [colin] 2.10.0cvs182 112 113 * src/mainwindow.c 114 Don't use current folder settings when 115 composing from the compose button's 116 account selector 117 118 2007-08-28 [colin] 2.10.0cvs181 119 120 * src/quote_fmt_parse.y 121 Fix cursor offset when quote contains UTF-8 122 chars 123 124 2007-08-28 [colin] 2.10.0cvs180 125 126 * src/compose.c 127 * src/compose.h 128 Fix signature replacement when it's been wrapped 129 130 2007-08-27 [colin] 2.10.0cvs179 131 132 * src/summaryview.c 133 Fix indentation 134 135 2007-08-27 [colin] 2.10.0cvs178 136 137 * src/summaryview.c 138 Fix Quicksearch's Sticky mode 139 140 2007-08-27 [colin] 2.10.0cvs177 141 142 * src/folder_item_prefs.c 143 * src/folder_item_prefs.h 144 * src/imap_gtk.c 145 * src/mh_gtk.c 146 Fix loss of subfolders properties when 147 renaming a folder 148 149 2007-08-26 [wwp] 2.10.0cvs176 150 151 * src/alertpanel.c 152 * src/messageview.c 153 * src/prefs_actions.c 154 Revert parts of 2.10.0cvs174: g_markup_printf_escaped() 155 will have to be used when necessary *before* calling 156 alertpanel functions. 157 158 2007-08-25 [paul] 2.10.0cvs175 159 160 * src/prefs_actions.c 161 workaround gettext problem marking 162 string as c-format when it's not 163 164 2007-08-25 [wwp] 2.10.0cvs174 165 166 * src/alertpanel.c 167 * src/messageview.c 168 * src/prefs_actions.c 169 Call the pango markup escape function right ince in alertpanel_create 170 instead of everywhere (reverts some parts of 2.10.0cvs123 and 171 2.10.0cvs158). 172 173 * src/common/log.c 174 Fix a crash due to a misuse of g_print(), encountered when the string 175 passed to g_print was containing printf substitution symbols. 176 177 2007-08-25 [paul] 2.10.0cvs173 178 179 * src/common/log.c 180 fix a segfault when refreshing RSSyl feeds 181 182 2007-08-25 [paul] 2.10.0cvs172 183 184 * src/gtk/icon_legend.c 185 add watchthread.xpm 186 187 2007-08-25 [paul] 2.10.0cvs171 188 189 * src/Makefile.am 190 * src/stock_pixmap.c 191 * src/pixmaps/insert_file.xpm 192 add a new pixmap instead of re-using 193 paste.xpm. (easier for icon theme authors) 194 195 2007-08-24 [holger] 2.10.0cvs170 196 197 * src/plugins/trayicon/trayicon.c 198 The same fix for another hook id. 199 200 2007-08-24 [holger] 2.10.0cvs169 201 202 * src/plugins/trayicon/trayicon.c 203 Micro-fix: Do the error checking for 204 the right hook id. 205 206 2007-08-24 [paul] 2.10.0cvs168 207 208 * src/folder.h 209 fix typo causing compiler warning 210 211 2007-08-24 [paul] 2.10.0cvs167 212 213 * README 214 put back the correct version of this file also 215 216 2007-08-24 [colin] 2.10.0cvs166 217 218 * src/send_message.c 219 Use progress bar when sending messages 220 221 2007-08-24 [paul] 2.10.0cvs165 222 223 * Makefile.am 224 oops! if i'm quick no-one will notice 225 (put back the proper file) 226 227 2007-08-24 [paul] 2.10.0cvs164 228 229 * AUTHORS 230 * Makefile.am 231 * README 232 * src/gtk/authors.h 233 * tools/Makefile.am 234 * tools/README 235 * tools/mew2claws-mail.pl 236 add new script that imports a Mew address book 237 submitted by Jerome Lelong 238 239 2007-08-24 [paul] 2.10.0cvs163 240 241 * manual/plugins.xml 242 remove the obsolete plugins, add the 243 missing plugins, including the forthcoming 244 SpamReport plugin 245 246 2007-08-24 [paul] 2.10.0cvs162 247 248 * manual/advanced.xml 249 add info about the hidden emphasis_color option 250 * manual/keyboard.xml 251 correct the info about hotkeys 252 wrap the long lines 253 254 2007-08-24 [paul] 2.10.0cvs161 255 256 * src/folderview.c 257 add mnemonic to 'Run procesing rules' 258 259 2007-08-24 [paul] 2.10.0cvs160 260 261 * src/account.c 262 * src/folder.c 263 * src/folder.h 264 use suitable defaults for outbox, 265 queue, drafts and trash folders 266 267 2007-08-24 [wwp] 2.10.0cvs159 268 269 * src/folderview.c 270 Update menu item sensitivity if necessary (or we get a 271 gtk critical message). 272 273 2007-08-23 [wwp] 2.10.0cvs158 274 275 * src/action.c 276 * src/prefs_actions.c 277 Allow literal % chars in action commands (use %%). 278 Add a missing p++ to the action parser in action_get_type(), 279 which was missing it, even if it was neutral. 280 Fix a pango markup warning at runtime. 281 282 2007-08-23 [wwp] 2.10.0cvs157 283 284 * src/addressbook.c 285 Contacts are now locale-aware sorted in the address book 286 (LC_COLLATE matters here). 287 Fix missing table initializers. 288 289 2007-08-23 [colin] 2.10.0cvs156 290 291 * src/imap.c 292 Check scan_required on dest folder when copying 293 294 2007-08-23 [colin] 2.10.0cvs155 295 296 * src/imap.c 297 Fix scanning when folder was empty 298 299 2007-08-22 [colin] 2.10.0cvs154 300 301 * src/msgcache.c 302 Don't g_warning when g_try_malloc fails(), or it makes 303 things worse as g_log() allocates. Fixes bug 1290, 304 'Claws Mail crashes if too little memory when 305 rebuilding folder tree' 306 307 2007-08-22 [colin] 2.10.0cvs153 308 309 * src/inc.c 310 Fix format string vulnerability, thanks to 311 Ulf Harnhammar, Secunia Research 312 313 2007-08-22 [colin] 2.10.0cvs152 314 315 * src/ldapserver.c 316 Set tv_usec too 317 318 2007-08-22 [wwp] 2.10.0cvs151 319 320 * src/ldapquery.c 321 Few better null-ptr checks. 322 323 2007-08-22 [colin] 2.10.0cvs150 324 325 * src/editldap.c 326 * src/editldap_basedn.c 327 * src/ldapquery.c 328 * src/ldapserver.c 329 * src/ldapserver.h 330 * src/ldapupdate.c 331 * src/ldaputil.c 332 * src/ldaputil.h 333 Fix ldap timeouts 334 335 2007-08-22 [colin] 2.10.0cvs149 336 337 * src/ldapquery.c 338 Finish previous fix 339 340 2007-08-22 [colin] 2.10.0cvs148 341 342 * src/ldapquery.c 343 Fix wrong assertions 344 345 2007-08-22 [colin] 2.10.0cvs147 346 347 * src/ldaputil.c 348 Fix test (set ldap v3 if bindDN is set or TLS is set) 349 350 2007-08-22 [colin] 2.10.0cvs146 351 352 * src/editldap.c 353 * src/ldaputil.c 354 Fix wrong "Connected successfully to server". Connection only succeeds if 355 we can get the base DN. 356 357 2007-08-21 [wwp] 2.10.0cvs145 358 359 * src/browseldap.c 360 * src/editldap.c 361 * src/ldapctrl.c 362 * src/ldapquery.c 363 * src/ldapserver.c 364 * src/ldapupdate.c 365 * src/ldaputil.c 366 More sanity checks in ldap functions. 367 368 2007-08-21 [wwp] 2.10.0cvs144 369 370 * src/prefs_account.c 371 Don't return a value in a void function(). 372 373 2007-08-21 [paul] 2.10.0cvs143 374 375 * src/messageview.c 376 add check for ftp: to messageview_list_urls() 377 378 2007-08-21 [colin] 2.10.0cvs142 379 380 * src/editldap.c 381 * src/ldapctrl.c 382 * src/ldapctrl.h 383 * src/ldapquery.c 384 * src/ldapupdate.c 385 Fix bug 1293, 'LDAP address book not working' 386 Search only on specified fields, but fetch 387 every field possible. People will have to 388 reset the searched Attributes in their LDAP 389 servers properties. 390 391 2007-08-21 [wwp] 2.10.0cvs141 392 393 * src/addr_compl.c 394 * src/addrbook.c 395 * src/addrcache.c 396 * src/addrcindex.c 397 * src/addressbook.c 398 * src/addrindex.c 399 * src/browseldap.c 400 * src/crash.c 401 * src/editaddress_other_attributes_ldap.c 402 * src/exporthtml.c 403 * src/folder.c 404 * src/folderview.c 405 * src/imap.c 406 * src/jpilot.c 407 * src/ldapserver.c 408 * src/ldapupdate.c 409 * src/ldif.c 410 * src/main.c 411 * src/mainwindow.c 412 * src/matcher.c 413 * src/mh.c 414 * src/msgcache.c 415 * src/mutt.c 416 * src/pine.c 417 * src/pop.c 418 * src/prefs_customheader.c 419 * src/prefs_msg_colors.c 420 * src/procmime.c 421 * src/textview.c 422 * src/vcard.c 423 * src/wizard.c 424 * src/common/log.c 425 * src/common/socket.c 426 * src/common/ssl_certificate.c 427 * src/common/utils.c 428 * src/common/utils.h 429 * src/gtk/description_window.c 430 * src/plugins/demo/demo.c 431 * src/plugins/pgpcore/prefs_gpg.c 432 * src/plugins/spamassassin/libspamc.c 433 Make sure we use glib functions to send text messages (information, 434 debug, warning, errors) to stdout/stderr - no more direct puts 435 fputs printf fprintf to stdout/stderr when it can be done using 436 g_log*() and g_print/g_printerr. Doing this, we make sure every 437 stdout/stderr message is saved to log in Windows. 438 439 440 2007-08-21 [wwp] 2.10.0cvs140 441 442 * src/main.c 443 * src/common/utils.h 444 Route glib's stdout/stderr messages to a log file (Windows only), 445 instead of loosing them. 446 447 2007-08-21 [paul] 2.10.0cvs139 448 449 * src/mainwindow.c 450 replace deprecated g_strncasecmp() 451 * src/messageview.c 452 fix 'List URLS' 453 454 2007-08-20 [ticho] 2.10.0cvs138 455 456 * src/account.c 457 * src/prefs_account.h 458 Copy all account preferences in account_clone() - some 459 were missing. 460 * src/prefs_account.c 461 Handle empty privacy system combobox gracefully (warning 462 instead of a crash). 463 464 2007-08-20 [colin] 2.10.0cvs137 465 466 * src/ldapctrl.c 467 Fix a leak 468 469 2007-08-20 [paul] 2.10.0cvs136 470 471 * src/browseldap.c 472 * src/editldap.c 473 * src/ldapctrl.c 474 * src/ldapquery.c 475 * src/ldapquery.h 476 * src/ldapserver.c 477 * src/ldaputil.c 478 add debug_prints 479 patch by Michael Rasmussen 480 481 2007-08-19 [colin] 2.10.0cvs135 482 483 * src/imap.c 484 Fix previous commit. Sensitivity update is needed 485 for "Cancel receiving". However when batching we 486 don't need to do it for every message flag change, 487 just once at the start and once at the end. 488 489 2007-08-19 [colin] 2.10.0cvs134 490 491 * src/imap.c 492 Remove useless menu updates on session lock/unlock 493 494 2007-08-19 [colin] 2.10.0cvs133 495 496 * src/etpan/imap-thread.c 497 Make all fetch logs less verbose 498 499 2007-08-19 [paul] 2.10.0cvs132 500 501 * src/foldersel.c 502 * src/folderview.c 503 * src/summaryview.c 504 fix bug 1286, 'Can't move a folder into a "Folders 505 Only" folder' 506 507 2007-08-18 [ticho] 2.10.0cvs131 508 509 * src/editaddress_other_attributes_ldap.c 510 Converted option menu for other ldap attributes to GtkComboBox. 511 512 2007-08-18 [colin] 2.10.0cvs130 513 514 * src/compose.c 515 * src/prefs_common.c 516 * src/prefs_common.h 517 * src/prefs_send.c 518 * src/send_message.c 519 Revert 'send_dialog_mode' meaning to 520 'send_dialog_invisible', so that the 521 new checkbox doesn't change the 522 existing behaviour. 523 524 2007-08-18 [paul] 2.10.0cvs129 525 526 * src/summaryview.c 527 add missing menu update 528 529 2007-08-17 [colin] 2.10.0cvs128 530 531 * src/folder.c 532 Set batching after getting flags - maybe fixes 533 bug 1292, 'CM crashes on writing mail' 534 535 2007-08-16 [ticho] 2.10.0cvs127 536 537 * src/prefs_send.c 538 Convert two GtkOptionMenu widgets to new GtkComboBox. 539 * src/gtk/combobox.h 540 * src/gtk/gtkutils.c 541 Allow NULL for GtkComboBox menuitem label, rendering such 542 items as row separators. 543 544 2007-08-16 [paul] 2.10.0cvs126 545 546 * src/plugins/trayicon/trayicon.c 547 remove wrongly used gettextisation 548 549 2007-08-15 [ticho] 2.10.0cvs125 550 551 * src/importldif.c 552 Fixed a runtime warning where an attempt to pack an 553 already packed GtkLabel was made. 554 555 2007-08-15 [ticho] 2.10.0cvs124 556 557 * src/prefs_compose_writing.c 558 Convert the insert-or-attach-dragged-files GtkOptionMenu 559 into GtkComboBox. 560 561 2007-08-14 [ticho] 2.10.0cvs123 562 563 * src/messageview.c 564 * src/gtk/gtkutils.c 565 Changed return receipt account selector to GtkComboBox. 566 Fixed a runtime warning where GTK tried to parse 567 "name <email@address" as a Pango markup in an alertpanel label. 568 569 2007-08-14 [ticho] 2.10.0cvs122 570 571 * src/prefs_logging.c 572 Changed GtkOptionMenu in logging preferences to GtkComboBox. 573 574 2007-08-14 [wwp] 2.10.0cvs121 575 576 * tools/Makefile.am 577 * tools/README 578 * tools/popfile-link.sh 579 Added a new tool: POPFile helper, to open 580 selected messages in POPFile control center, 581 in order to change the messages' status. 582 583 2007-08-14 [ticho] 2.10.0cvs120 584 585 * src/compose.c 586 * src/prefs_common.c 587 * src/prefs_common.h 588 * src/prefs_send.c 589 * src/send_message.c 590 Change "Show send dialog" optionmenu to a checkbutton. 591 * src/prefs_receive.c 592 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox. 593 594 2007-08-13 [wwp] 2.10.0cvs119 595 596 * src/addr_compl.c 597 * src/addressbook.c 598 * src/addrindex.c 599 * src/compose.c 600 * src/filtering.c 601 * src/folderview.c 602 * src/inc.c 603 * src/matcher.c 604 * src/mh.c 605 * src/partial_download.c 606 * src/prefs_gtk.c 607 * src/procmsg.c 608 * src/stock_pixmap.c 609 * src/summaryview.c 610 * src/common/utils.c 611 * src/gtk/gtkaspell.c 612 * src/gtk/menu.c 613 Make sure we never pass NULL pointers for %s substitutions 614 (prevent from crashing in Windows). 615 616 2007-08-13 [wwp] 2.10.0cvs118 617 618 * src/msgcache.c 619 Re-enable mmap_reads in Windows with some missing 620 CloseHandle of mapping objects, thanks to 621 Marcus Brinkmann. 622 623 2007-08-13 [paul] 2.10.0cvs117 624 625 * src/common/utils.c 626 fix bug 1287, 'Compile time problem on Solaris 627 (nexenta gnu/Solaris) utils.c' 628 Thanks to Piotr Chrzczonowicz 629 630 2007-08-12 [wwp] 2.10.0cvs116 631 632 * src/plugins/pgpcore/prefs_gpg.c 633 Don't try to unset a GPG_AGENT_INFO that was not 634 set (and don't use a NULL string in Windows, it was 635 crashing with --debug if GPG_AGENT_INFO was not set). 636 637 2007-08-12 [wwp] 2.10.0cvs115 638 639 * src/privacy.h 640 Make gcc type-check arguments passed to privacy_set_error(). 641 642 2007-08-12 [ticho] 2.10.0cvs114 643 644 * src/prefs_folder_item.c 645 Make sure that folder default account combobox always has some 646 account preselected. 647 * src/gtk/combobox.c 648 Handle empty combobox gracefully (warning instead of crash). 649 650 2007-08-12 [ticho] 2.10.0cvs114 651 652 * src/prefs_folder_item.c 653 Make sure that folder default account combobox is not empty. 654 * src/gtk/combobox.c 655 Handle empty combobox gracefully (warning instead of crash). 656 657 2007-08-11 [paul] 2.10.0cvs113 658 659 * src/addrgather.c 660 * src/folderview.c 661 use 'subfolder' instead of 'sub-folder', matching 662 everywhere else the term is used 663 * src/imap_gtk.c 664 fix engrish 665 666 2007-08-10 [wwp] 2.10.0cvs112 667 668 * src/msgcache.c 669 Disable mmap reads in Windows only (at least temporarily), they 670 prevent from renaming/removing target cache files. 671 672 2007-08-10 [paul] 673 674 3.0.0-rc2 released 675 676 2007-08-10 [wwp] 2.10.0cvs111 677 678 * src/msgcache.c 679 fix unpredictable crashes in Windows due to broken 680 cache/mark/tags files writting (file were opened for 681 writing in text mode). 682 683 * src/recv.c 684 use gettimeofday() from w32lib.h on Windows. 685 686 2007-08-10 [colin] 2.10.0cvs110 687 688 * src/imap.c 689 * src/etpan/imap-thread.c 690 * src/etpan/imap-thread.h 691 Better IMAP scanning (NOOP instead of CLOSE/SELECT) 692 693 2007-08-09 [colin] 2.10.0cvs109 694 695 * src/editldap.c 696 Fix port being reset to 636 on SSL 697 * src/folder.c 698 Fix folder_item_get_msg_num_by_file 699 on drafts/queue folders 700 701 2007-08-09 [wwp] 2.10.0cvs108 702 703 * src/folder.c 704 Fix tags DB path in Windows (thanks to Colin): '/' is a valid 705 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR. 706 707 708 2007-08-09 [colin] 2.10.0cvs107 709 710 * src/folderview.c 711 * src/summaryview.c 712 * src/gtk/prefswindow.c 713 A few Maemo layout fixes 714 715 2007-08-09 [paul] 2.10.0cvs106 716 717 * src/prefs_account.c 718 remove the hyphen from plug-ins to 719 match everywhere else 720 721 2007-08-08 [wwp] 2.10.0cvs105 722 723 * src/prefs_folder_item.c 724 Fix an extraneous stealth ^L char. 725 726 2007-08-08 [wwp] 2.10.0cvs104 727 728 * src/prefs_folder_item.c 729 Better fix, group variables declarations (USE_ASPELL). 730 731 2007-08-08 [wwp] 2.10.0cvs103 732 733 * src/prefs_folder_item.c 734 Fix compilation w/ USE_ASPELL set (broken 735 by 2.10.0cvs102). 736 737 2007-08-08 [ticho] 2.10.0cvs102 738 739 * src/prefs_folder_item.c 740 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox. 741 742 2007-08-08 [colin] 2.10.0cvs101 743 744 * src/imap.c 745 * src/etpan/imap-thread.c 746 * src/etpan/imap-thread.h 747 Close selected mailbox before doing 748 status on it. 749 750 2007-08-08 [colin] 2.10.0cvs100 751 752 * src/html.c 753 Complete symbol table, thanks to wwp. 754 Fixes bug 1284, 'The html -> text 755 converter ignores entities' 756 * src/msgcache.c 757 Fix possible fd leak 758 759 2007-08-08 [colin] 2.10.0cvs99 760 761 * src/imap.c 762 Better way to fetch UIDs on non-UIDPLUS servers 763 764 2007-08-07 [colin] 2.10.0cvs98 765 766 * src/imap.c 767 fix bug 1275, 'auto-saved draft messages not 768 always being removed'; Also, make multiple 769 copy (in the same account) faster by matching 770 source/destination message UIDs. 771 * src/messageview.c 772 Don't try to reshow deleted mail 773 * src/msgcache.c 774 Fix leak on error path 775 776 2007-08-07 [wwp] 2.10.0cvs97 777 778 * manual/account.xml 779 * manual/advanced.xml 780 * manual/fr/account.xml 781 * manual/fr/advanced.xml 782 Updated the reference manual and the French translation to 783 reflect 2.10.0cvs84: enable running folder Processing 784 rules on demand. 785 786 2007-08-06 [wwp] 2.10.0cvs96 787 788 * src/prefs_common.c 789 * src/prefs_common.h 790 * src/textview.c 791 Allow changing the emphasis color used to highlight 792 the newsreader/x-mailer header value when it matches 793 our preferred mail agent (hidden pref 'emphasis_col' added 794 to clawsrc). 795 796 2007-08-06 [colin] 2.10.0cvs95 797 798 * src/compose.c 799 * src/compose.h 800 Re-commit 2.10.0cvs86, with a protection 801 against Pango bug. Also, try to fix 802 bug 1275, 'auto-saved draft messages not 803 always being removed' 804 805 2007-08-06 [wwp] 2.10.0cvs94 806 807 * src/gtk/quicksearch.c 808 Replace deprecated GtkCombo with its modern equivalen GtkComboBox. 809 810 2007-08-06 [ticho] 2.10.0cvs93 811 812 * src/prefs_account.c 813 * src/gtk/combobox.c 814 Use GtkComboBox instead of GtkOptionMenu for privacy system 815 selection in account preferences. 816 817 2007-08-06 [wwp] 2.10.0cvs92 818 819 * src/plugins/pgpcore/plugin.def 820 Apply one more chunk from gpg4win's 03-w32-port patch. 821 822 2007-08-05 [colin] 2.10.0cvs91 823 824 * src/compose.c 825 * src/compose.h 826 reverting buggy patch for now 827 828 2007-08-05 [colin] 2.10.0cvs90 829 830 * src/folder.c 831 Fix slowdown 832 833 2007-08-04 [colin] 2.10.0cvs89 834 835 * src/prefs_summaries.c 836 * src/summary_search.c 837 Replace deprecated widgets. Patch by 838 Andrej. 839 840 2007-08-04 [colin] 2.10.0cvs88 841 842 * src/mh.c 843 Refresh GUI only every 2000 mails on mh_get_last_num 844 This is fast (readdir) and done only once per 845 session/folder 846 847 2007-08-03 [colin] 2.10.0cvs87 848 849 * src/prefs_account.c 850 * src/gtk/combobox.h 851 * src/gtk/gtkutils.c 852 Fix a deprecated widget. Patch by 853 Andrej 854 855 2007-08-03 [colin] 2.10.0cvs86 856 857 * src/compose.c 858 * src/compose.h 859 Make colorisation and wrapping algorithms 860 faster. Fixes bug 1246, 'compose becomes 861 increasingly slow replying to complex emails' 862 863 2007-08-03 [paul] 2.10.0cvs85 864 865 * src/mh.c 866 keep the window painted 867 868 2007-08-02 [paul] 2.10.0cvs84 869 870 * src/folderview.c 871 * src/mainwindow.c 872 * src/mainwindow.h 873 enable running folder Processing 874 rules on demand 875 876 2007-08-02 [paul] 2.10.0cvs83 877 878 * src/textview.c 879 speed up/clean up rendering of larger 880 msgs 881 Thanks to Colin 882 883 2007-08-01 [paul] 2.10.0cvs82 884 885 * src/mainwindow.h 886 clean up cruft 887 * src/toolbar.c 888 change default toolbar layout on maemo 889 * src/pixmaps/close.xpm 890 make the red cross a grey cross 891 * src/pixmaps/jpilot.xpm 892 make icon smaller so it fits better 893 894 2007-07-31 [paul] 2.10.0cvs81 895 896 * src/setup.c 897 * src/gtk/gtkutils.c 898 fix crash on maemo on first launch 899 900 2007-07-30 [paul] 2.10.0cvs80 901 902 * src/prefs_matcher.c 903 specify the units of age and size 904 905 2007-07-30 [paul] 2.10.0cvs79 906 907 * src/main.c 908 Fix IMAP timeout setting 909 910 2007-07-30 [colin] 2.10.0cvs78 911 912 * src/prefs_account.c 913 Fix a deprecated widget. Patch by 914 Andrej 915 916 2007-07-27 [paul] 2.10.0cvs77 917 918 * src/matcher_parser_parse.y 919 * src/prefs_filtering_action.c 920 * src/prefs_matcher.c 921 these changes forgotten in cvs74's 922 'watch thread' feature 923 924 2007-07-27 [paul] 2.10.0cvs76 925 926 * src/compose.c 927 fix potential crasher 928 thanks to Colin 929 930 2007-07-27 [paul] 2.10.0cvs75 931 932 * src/mainwindow.c 933 * src/manual.c 934 * src/manual.h 935 * src/gtk/gtkutils.c 936 make mainwindow's /Help/Manual point to the 937 remote copy if the local copy doesn't exist 938 939 2007-07-27 [paul] 2.10.0cvs74 940 941 * src/Makefile.am 942 * src/filtering.c 943 * src/folder.c 944 * src/mainwindow.c 945 * src/matcher.c 946 * src/matcher.h 947 * src/matcher_parser_parse.y 948 * src/procmsg.c 949 * src/procmsg.h 950 * src/stock_pixmap.c 951 * src/stock_pixmap.h 952 * src/summaryview.c 953 * src/summaryview.h 954 * src/toolbar.c 955 * src/toolbar.h 956 * src/pixmaps/watchthread.xpm 957 add 'watch thread' feature 958 959 2007-07-27 [paul] 2.10.0cvs73 960 961 * src/prefs_folder_item.c 962 adjust labels, add tooltips 963 964 2007-07-27 [colin] 2.10.0cvs72 965 966 * src/summaryview.c 967 Maemo: Remove less used menu items 968 969 2007-07-26 [colin] 2.10.0cvs71 970 971 * src/messageview.c 972 Maemo: destroy messageview after trashing mail. 973 Maybe should be done on X11 too 974 975 2007-07-26 [colin] 2.10.0cvs70 976 977 * src/folderview.c 978 * src/mainwindow.c 979 * src/prefs_common.c 980 * src/prefs_common.h 981 * src/summaryview.c 982 Add View/Show or Hide/Column headers 983 984 2007-07-26 [colin] 2.10.0cvs69 985 986 * src/procmime.c 987 Fix unwanted output 988 989 2007-07-26 [colin] 2.10.0cvs68 990 991 * src/ldapserver.c 992 Fix possible crash on cache invalidation 993 * src/compose.c 994 * src/procmime.c 995 * src/procmime.h 996 * src/quote_fmt_parse.y 997 Make replying to mails with big attachments 998 much faster. Fixes bug 1224, 'The process of 999 Replying to emails with large attachments 1000 seems unreasonably long...' 1001 1002 2007-07-26 [colin] 2.10.0cvs67 1003 1004 * src/mimeview.c 1005 * src/matcher.c 1006 * src/common/ssl.c 1007 Fix threads use on BSDs 1008 1009 2007-07-26 [paul] 2.10.0cvs66 1010 1011 * src/gtk/prefswindow.c 1012 fix account prefs breakage 1013 thanks to Colin 1014 1015 2007-07-26 [paul] 2.10.0cvs65 1016 1017 * configure.ac 1018 standardise ./configure --help messages 1019 1020 2007-07-26 [colin] 2.10.0cvs64 1021 1022 * src/addressbook.c 1023 * src/editaddress.c 1024 Fix two vCard-related crashes 1025 1026 2007-07-25 [colin] 2.10.0cvs63 1027 1028 * src/inc.c 1029 * src/prefs_common.c 1030 * src/prefs_common.h 1031 * src/prefs_receive.c 1032 Maemo: Add a better way to notify of 1033 new mails 1034 * src/mainwindow.c 1035 * src/statusbar.h 1036 * src/summaryview.c 1037 * src/toolbar.c 1038 Maemo: Various layout fixes 1039 * src/gtk/prefswindow.c 1040 Maemo: Better prefs layout 1041 1042 2007-07-25 [paul] 2.10.0cvs62 1043 1044 * src/textview.c 1045 fix the layout on maemo 1046 thanks to Colin 1047 1048 2007-07-25 [iwkse] 2.10.0cvs61 1049 1050 * src/summaryview.c 1051 add 'o' shortcut on summaryview 1052 1053 2007-07-25 [iwkse] 2.10.0cvs60 1054 1055 * src/textview.c 1056 fix o shortcut 1057 1058 2007-07-24 [colin] 2.10.0cvs59 1059 1060 * src/mh.c 1061 Fix missing timestamp update on source 1062 folder when moving 1063 * src/textview.c 1064 * src/textview.h 1065 Better text layout on part's choices 1066 1067 2007-07-23 [colin] 2.10.0cvs58 1068 1069 * src/mimeview.c 1070 * src/textview.c 1071 Maemo: Automatically choose the correct application 1072 to open parts 1073 * src/gtk/quicksearch.c 1074 Make search run on GDK_KP_Enter too 1075 1076 2007-07-23 [wwp] 2.10.0cvs57 1077 1078 * src/quote_fmt_lex.l 1079 Revert accidentaly committed lines (account_sig) in 1080 2.10.0cvs56. 1081 1082 2007-07-23 [wwp] 2.10.0cvs56 1083 1084 * src/quote_fmt_lex.l 1085 Fix typos around long form expressions in the quote lexer. 1086 1087 2007-07-23 [paul] 1088 1089 3.0.0-rc1 released 1090 1091 2007-07-23 [colin] 2.10.0cvs55 1092 1093 * src/addr_compl.c 1094 Fix auto-completion on Maemo 1095 1096 2007-07-23 [colin] 2.10.0cvs54 1097 1098 * src/statusbar.c 1099 Maemo: Fix sticking statusbars 1100 1101 2007-07-22 [colin] 2.10.0cvs53 1102 1103 * src/main.c 1104 Maemo: Fix the strange "top_application" info 1105 at startup. We should do something when 1106 receiving such a message. 1107 1108 2007-07-20 [paul] 2.10.0cvs52 1109 1110 * src/news_gtk.c 1111 add missing #include "statusbar.h" 1112 1113 2007-07-20 [colin] 2.10.0cvs51 1114 1115 * src/folder.c 1116 * src/folder.h 1117 * src/folder_item_prefs.c 1118 * src/folder_item_prefs.h 1119 * src/folderview.c 1120 * src/imap.c 1121 * src/imap_gtk.c 1122 * src/imap_gtk.h 1123 * src/news.c 1124 * src/news_gtk.c 1125 * src/news_gtk.h 1126 * src/prefs_folder_item.c 1127 Implement age-based caching: allow to 1128 specify a threshold for the offline synchronisation 1129 feature, and whether old cached bodies should 1130 be removed 1131 * src/toolbar.c 1132 * src/toolbar.h 1133 Fix label/tooltips 1134 * src/plugins/dillo_viewer/dillo_viewer.c 1135 Check that Dillo's installed 1136 1137 2007-07-20 [wwp] 2.10.0cvs50 1138 1139 * src/mimeview.c 1140 * src/stock_pixmap.c 1141 Draw a frame around the selected mimeview part icon (instead of the 1142 shifted 'dancing' icon). 1143 1144 2007-07-20 [colin] 2.10.0cvs49 1145 1146 * src/main.c 1147 Unref stuff even on error 1148 * src/wizard.c 1149 disconnect signals only at the very 1150 end of the wizard save. 1151 1152 2007-07-20 [colin] 2.10.0cvs48 1153 1154 * src/mainwindow.c 1155 * src/messageview.c 1156 * src/toolbar.c 1157 * src/toolbar.h 1158 Fix random crashes while navigating 1159 (GTK_EVENTS_FLUSH) 1160 1161 2007-07-19 [colin] 2.10.0cvs47 1162 1163 * configure.ac 1164 * src/main.c 1165 * src/prefs_common.c 1166 * src/prefs_common.h 1167 * src/wizard.c 1168 * src/common/defs.h 1169 * src/common/utils.c 1170 Maemo: add an easy way to store data (mails 1171 and IMAP/NNTP caches) on one of the SD cards, 1172 and protect against unmounts if needed 1173 1174 2007-07-19 [paul] 2.10.0cvs46 1175 1176 * src/Makefile.am 1177 * src/stock_pixmap.c 1178 * src/gtk/about.c 1179 * src/pixmaps/claws-mail_logo-small.xpm 1180 implement a (slightly) different About 1181 dialog for maemo and add a small version 1182 of the logo for it 1183 * src/wizard.c 1184 use a scrolled window for wizard page 1 1185 on maemo 1186 1187 2007-07-19 [paul] 2.10.0cvs45 1188 1189 * src/Makefile.am 1190 too soon for this line 1191 1192 2007-07-19 [paul] 2.10.0cvs44 1193 1194 * src/Makefile.am 1195 fix build on n800 1196 1197 2007-07-19 [colin] 2.10.0cvs43 1198 1199 * src/wizard.c 1200 Solve Mail/Mailbox name when specifying 1201 full /path/to/Mail. 1202 1203 2007-07-18 [colin] 2.10.0cvs42 1204 1205 * src/inc.c 1206 * configure.ac 1207 Fix build on n770 1208 1209 2007-07-18 [colin] 2.10.0cvs41 1210 1211 * src/inc.c 1212 Maemo: plug the online/offline system into 1213 maemo's interfaces to have Claws automatically 1214 switch according to the system status 1215 * src/statusbar.c 1216 Maemo: use HildonBanners to display status 1217 messages. Renders the main statusbar useless. 1218 1219 2007-07-18 [paul] 2.10.0cvs40 1220 1221 * src/filtering.c 1222 fix screen blanking on moving/copying many msgs 1223 * src/folder.c 1224 fix processing progressbar and screen blanking 1225 during processing 1226 1227 2007-07-18 [paul] 2.10.0cvs39 1228 1229 * src/messageview.c 1230 revert cvs37, breakage on maemo 1231 1232 2007-07-18 [paul] 2.10.0cvs38 1233 1234 * src/gtk/gtkutils.c 1235 make sure we can still build with older GTK's 1236 1237 2007-07-18 [colin] 2.10.0cvs37 1238 1239 * src/messageview.c 1240 Only hide the small layout's messageview, instead 1241 of destroying it when closing 1242 * src/gtk/gtkutils.c 1243 Use gtk_window_present_with_time to popup windows, 1244 it seems to make things better with modern WMs 1245 (actually focusing) 1246 1247 2007-07-17 [colin] 2.10.0cvs36 1248 1249 * src/editaddress.c 1250 Simplify layout on Maemo 1251 * src/folder.c 1252 Fix possible crash 1253 * src/prefs_display_header.c 1254 Remove some headers by default on Maemo 1255 1256 2007-07-17 [paul] 2.10.0cvs35 1257 1258 * src/prefs_common.c 1259 * src/prefs_common.h 1260 * src/prefs_logging.c 1261 * src/common/log.c 1262 add options to stop/enable writing logs to disc 1263 1264 2007-07-17 [paul] 2.10.0cvs34 1265 1266 * src/edittags.c 1267 fix some issues with the Apply tags window: 1268 - set search column (enables autocompl in the treeview) 1269 - apply tag from "New tag" if it existed 1270 - clears New tag entry when adding it with the button 1271 Thanks to Colin 1272 1273 2007-07-17 [paul] 2.10.0cvs33 1274 1275 * src/edittags.c 1276 fix 'apply tags' dialogue weirdness 1277 1278 2007-07-16 [colin] 2.10.0cvs32 1279 1280 * src/toolbar.c 1281 Fix double-loading of mails on Maemo 1282 1283 2007-07-16 [colin] 2.10.0cvs31 1284 1285 * src/messageview.c 1286 Prevent double-loading of the same part under some 1287 conditions; hide statusbar on Maemo 1288 1289 2007-07-16 [colin] 2.10.0cvs30 1290 1291 * src/edittags.c 1292 * src/edittags.h 1293 * src/mainwindow.c 1294 * src/summaryview.c 1295 Improve the tag interface - allow 1296 to set/unset tags from a special 1297 window. 1298 * src/gtk/gtkvscrollbutton.c 1299 * src/mimeview.c 1300 * src/mimeview.h 1301 * src/stock_pixmap.c 1302 Fix Mimeview's ugly hacks in the 1303 icon list. 1304 1305 2007-07-16 [paul] 2.10.0cvs29 1306 1307 * src/wizard.c 1308 rework dialog 1309 * src/gtk/icon_legend.c 1310 put it all in a scrolled window 1311 1312 2007-07-15 [colin] 2.10.0cvs28 1313 1314 * src/mainwindow.c 1315 Maemo: force layout to be Small screen; the 1316 others don't make sense 1317 1318 2007-07-14 [colin] 2.10.0cvs27 1319 1320 * src/mimeview.c 1321 * src/gtk/gtkvscrollbutton.c 1322 Maemo: Fix mimeview's buttons size 1323 1324 2007-07-14 [colin] 2.10.0cvs26 1325 1326 * src/toolbar.c 1327 Fix the button workaround fix. 1328 (Use the correct variable) 1329 1330 2007-07-14 [colin] 2.10.0cvs25 1331 1332 * src/mainwindow.c 1333 * src/toolbar.c 1334 Maemo: put the progress bar in the 1335 toolbar 1336 1337 2007-07-14 [colin] 2.10.0cvs24 1338 1339 * src/prefs_common.c 1340 Maemo: hide statusbar by default 1341 * src/Makefile.am 1342 * src/stock_pixmap.c 1343 * src/stock_pixmap.h 1344 * src/toolbar.c 1345 * src/pixmaps/go_folders.xpm 1346 Maemo: Add a specific icon to go back to 1347 folder list 1348 1349 2007-07-14 [colin] 2.10.0cvs23 1350 1351 * src/toolbar.c 1352 Don't set homogeneous finally 1353 1354 2007-07-14 [colin] 2.10.0cvs22 1355 1356 * src/toolbar.c 1357 Fix button show/hide issues 1358 1359 2007-07-14 [colin] 2.10.0cvs21 1360 1361 * src/toolbar.c 1362 Fix huge arrows 1363 Fix button workaround to be able to click 1364 if mouse was on button when it went un- 1365 sensitive. 1366 Revert previous commit, gtk_tool_item_set_homogeneous 1367 doesn't mean what it seems to mean ;-) 1368 1369 2007-07-14 [paul] 2.10.0cvs20 1370 1371 * src/toolbar.c 1372 make homogeneous FALSE always 1373 1374 2007-07-13 [colin] 2.10.0cvs19 1375 1376 * src/toolbar.c 1377 * src/toolbar.h 1378 Rework to fit the non-deprecated API 1379 * src/compose.c 1380 * src/folderview.c 1381 * src/mainwindow.c 1382 * src/messageview.c 1383 * src/summaryview.c 1384 Maemo layout changes. Better toolbars, 1385 removal of CTree headers. 1386 1387 2007-07-13 [paul] 2.10.0cvs18 1388 1389 * src/gtk/colorlabel.c 1390 fix bug 1261, '[DE] coloring messages in overview 1391 keys are not localised' 1392 the string is now included in claws-mail.pot 1393 1394 2007-07-13 [colin] 2.10.0cvs17 1395 1396 * src/summaryview.c 1397 Fix bug 1267, 'printing mutliple messages 1398 opens one message-dialog after the other' 1399 Ask for confirmation when printing 10 1400 messages or more. 1401 1402 2007-07-11 [colin] 2.10.0cvs16 1403 1404 * COPYING 1405 * README 1406 * autogen.sh 1407 * manual/claws-mail-manual.xml 1408 * manual/gpl.xml 1409 * manual/es/claws-mail-manual.xml 1410 * manual/es/gpl.xml 1411 * manual/fr/claws-mail-manual.xml 1412 * manual/fr/gpl.xml 1413 * manual/pl/gpl.xml 1414 * src/account.c 1415 * src/account.h 1416 * src/action.c 1417 * src/action.h 1418 * src/adbookbase.h 1419 * src/addr_compl.c 1420 * src/addr_compl.h 1421 * src/addrbook.c 1422 * src/addrbook.h 1423 * src/addrcache.c 1424 * src/addrcache.h 1425 * src/addrcindex.c 1426 * src/addrcindex.h 1427 * src/addrclip.c 1428 * src/addrclip.h 1429 * src/addrdefs.h 1430 * src/addressadd.c 1431 * src/addressadd.h 1432 * src/addressbook.c 1433 * src/addressbook.h 1434 * src/addressbook_foldersel.c 1435 * src/addressbook_foldersel.h 1436 * src/addressitem.h 1437 * src/addrgather.c 1438 * src/addrgather.h 1439 * src/addrharvest.c 1440 * src/addrharvest.h 1441 * src/addrindex.c 1442 * src/addrindex.h 1443 * src/addritem.c 1444 * src/addritem.h 1445 * src/addrquery.c 1446 * src/addrquery.h 1447 * src/addrselect.c 1448 * src/addrselect.h 1449 * src/alertpanel.c 1450 * src/alertpanel.h 1451 * src/browseldap.c 1452 * src/browseldap.h 1453 * src/codeconv.c 1454 * src/codeconv.h 1455 * src/compose.c 1456 * src/compose.h 1457 * src/crash.c 1458 * src/crash.h 1459 * src/customheader.c 1460 * src/customheader.h 1461 * src/displayheader.c 1462 * src/displayheader.h 1463 * src/editaddress.c 1464 * src/editaddress.h 1465 * src/editaddress_other_attributes_ldap.c 1466 * src/editaddress_other_attributes_ldap.h 1467 * src/editbook.c 1468 * src/editbook.h 1469 * src/editgroup.c 1470 * src/editgroup.h 1471 * src/editjpilot.c 1472 * src/editjpilot.h 1473 * src/editldap.c 1474 * src/editldap.h 1475 * src/editldap_basedn.c 1476 * src/editldap_basedn.h 1477 * src/edittags.c 1478 * src/edittags.h 1479 * src/editvcard.c 1480 * src/editvcard.h 1481 * src/enriched.c 1482 * src/enriched.h 1483 * src/exphtmldlg.c 1484 * src/exphtmldlg.h 1485 * src/expldifdlg.c 1486 * src/expldifdlg.h 1487 * src/export.c 1488 * src/export.h 1489 * src/exporthtml.c 1490 * src/exporthtml.h 1491 * src/exportldif.c 1492 * src/exportldif.h 1493 * src/filtering.c 1494 * src/filtering.h 1495 * src/folder.c 1496 * src/folder.h 1497 * src/folder_item_prefs.c 1498 * src/folder_item_prefs.h 1499 * src/foldersel.c 1500 * src/foldersel.h 1501 * src/folderutils.c 1502 * src/folderutils.h 1503 * src/folderview.c 1504 * src/folderview.h 1505 * src/gedit-print.c 1506 * src/gedit-print.h 1507 * src/grouplistdialog.c 1508 * src/grouplistdialog.h 1509 * src/headerview.c 1510 * src/headerview.h 1511 * src/html.c 1512 * src/html.h 1513 * src/image_viewer.c 1514 * src/image_viewer.h 1515 * src/imap.c 1516 * src/imap.h 1517 * src/imap_gtk.c 1518 * src/imap_gtk.h 1519 * src/import.c 1520 * src/import.h 1521 * src/importldif.c 1522 * src/importldif.h 1523 * src/importmutt.c 1524 * src/importmutt.h 1525 * src/importpine.c 1526 * src/importpine.h 1527 * src/inc.c 1528 * src/inc.h 1529 * src/jpilot.c 1530 * src/jpilot.h 1531 * src/ldapctrl.c 1532 * src/ldapctrl.h 1533 * src/ldaplocate.c 1534 * src/ldaplocate.h 1535 * src/ldapquery.c 1536 * src/ldapquery.h 1537 * src/ldapserver.c 1538 * src/ldapserver.h 1539 * src/ldapupdate.c 1540 * src/ldapupdate.h 1541 * src/ldaputil.c 1542 * src/ldaputil.h 1543 * src/ldif.c 1544 * src/ldif.h 1545 * src/localfolder.c 1546 * src/localfolder.h 1547 * src/main.c 1548 * src/main.h 1549 * src/mainwindow.c 1550 * src/mainwindow.h 1551 * src/manual.c 1552 * src/manual.h 1553 * src/matcher.c 1554 * src/matcher.h 1555 * src/matcher_parser.h 1556 * src/matcher_parser_lex.l 1557 * src/matcher_parser_parse.y 1558 * src/mbox.c 1559 * src/mbox.h 1560 * src/message_search.c 1561 * src/message_search.h 1562 * src/messageview.c 1563 * src/messageview.h 1564 * src/mh.c 1565 * src/mh.h 1566 * src/mh_gtk.c 1567 * src/mh_gtk.h 1568 * src/mimeview.c 1569 * src/mimeview.h 1570 * src/msgcache.c 1571 * src/msgcache.h 1572 * src/mutt.c 1573 * src/mutt.h 1574 * src/news.c 1575 * src/news.h 1576 * src/news_gtk.c 1577 * src/news_gtk.h 1578 * src/noticeview.c 1579 * src/noticeview.h 1580 * src/partial_download.c 1581 * src/partial_download.h 1582 * src/pine.c 1583 * src/pine.h 1584 * src/pop.c 1585 * src/pop.h 1586 * src/prefs_account.c 1587 * src/prefs_account.h 1588 * src/prefs_actions.c 1589 * src/prefs_actions.h 1590 * src/prefs_common.c 1591 * src/prefs_common.h 1592 * src/prefs_compose_writing.c 1593 * src/prefs_compose_writing.h 1594 * src/prefs_customheader.c 1595 * src/prefs_customheader.h 1596 * src/prefs_display_header.c 1597 * src/prefs_display_header.h 1598 * src/prefs_ext_prog.c 1599 * src/prefs_ext_prog.h 1600 * src/prefs_filtering.c 1601 * src/prefs_filtering.h 1602 * src/prefs_filtering_action.c 1603 * src/prefs_filtering_action.h 1604 * src/prefs_folder_column.c 1605 * src/prefs_folder_column.h 1606 * src/prefs_folder_item.c 1607 * src/prefs_folder_item.h 1608 * src/prefs_fonts.c 1609 * src/prefs_fonts.h 1610 * src/prefs_gtk.c 1611 * src/prefs_gtk.h 1612 * src/prefs_image_viewer.c 1613 * src/prefs_image_viewer.h 1614 * src/prefs_logging.c 1615 * src/prefs_logging.h 1616 * src/prefs_matcher.c 1617 * src/prefs_matcher.h 1618 * src/prefs_message.c 1619 * src/prefs_message.h 1620 * src/prefs_msg_colors.c 1621 * src/prefs_msg_colors.h 1622 * src/prefs_other.c 1623 * src/prefs_other.h 1624 * src/prefs_quote.c 1625 * src/prefs_quote.h 1626 * src/prefs_receive.c 1627 * src/prefs_receive.h 1628 * src/prefs_send.c 1629 * src/prefs_send.h 1630 * src/prefs_spelling.c 1631 * src/prefs_spelling.h 1632 * src/prefs_summaries.c 1633 * src/prefs_summaries.h 1634 * src/prefs_summary_column.c 1635 * src/prefs_summary_column.h 1636 * src/prefs_summary_open.c 1637 * src/prefs_summary_open.h 1638 * src/prefs_template.c 1639 * src/prefs_template.h 1640 * src/prefs_themes.c 1641 * src/prefs_themes.h 1642 * src/prefs_toolbar.c 1643 * src/prefs_toolbar.h 1644 * src/prefs_wrapping.c 1645 * src/prefs_wrapping.h 1646 * src/privacy.c 1647 * src/privacy.h 1648 * src/procheader.c 1649 * src/procheader.h 1650 * src/procmime.c 1651 * src/procmime.h 1652 * src/procmsg.c 1653 * src/procmsg.h 1654 * src/quote_fmt.c 1655 * src/quote_fmt_lex.l 1656 * src/quote_fmt_parse.y 1657 * src/recv.c 1658 * src/recv.h 1659 * src/remotefolder.c 1660 * src/remotefolder.h 1661 * src/send_message.c 1662 * src/send_message.h 1663 * src/setup.c 1664 * src/setup.h 1665 * src/simple-gettext.c 1666 * src/sourcewindow.c 1667 * src/sourcewindow.h 1668 * src/ssl_manager.c 1669 * src/ssl_manager.h 1670 * src/statusbar.c 1671 * src/statusbar.h 1672 * src/stock_pixmap.c 1673 * src/stock_pixmap.h 1674 * src/summary_search.c 1675 * src/summary_search.h 1676 * src/summaryview.c 1677 * src/summaryview.h 1678 * src/textview.c 1679 * src/textview.h 1680 * src/toolbar.c 1681 * src/toolbar.h 1682 * src/undo.c 1683 * src/undo.h 1684 * src/unmime.c 1685 * src/unmime.h 1686 * src/uri_opener.c 1687 * src/uri_opener.h 1688 * src/vcard.c 1689 * src/vcard.h 1690 * src/wizard.c 1691 * src/wizard.h 1692 * src/common/base64.c 1693 * src/common/base64.h 1694 * src/common/claws.c 1695 * src/common/claws.h 1696 * src/common/defs.h 1697 * src/common/fnmatch.c 1698 * src/common/fnmatch.h 1699 * src/common/fnmatch_loop.c 1700 * src/common/hooks.c 1701 * src/common/hooks.h 1702 * src/common/log.c 1703 * src/common/log.h 1704 * src/common/md5.c 1705 * src/common/md5.h 1706 * src/common/mgutils.c 1707 * src/common/mgutils.h 1708 * src/common/nntp.c 1709 * src/common/nntp.h 1710 * src/common/passcrypt.c 1711 * src/common/passcrypt.h.in 1712 * src/common/plugin.c 1713 * src/common/plugin.h 1714 * src/common/prefs.c 1715 * src/common/prefs.h 1716 * src/common/progressindicator.c 1717 * src/common/progressindicator.h 1718 * src/common/quoted-printable.c 1719 * src/common/quoted-printable.h 1720 * src/common/session.c 1721 * src/common/session.h 1722 * src/common/smtp.c 1723 * src/common/smtp.h 1724 * src/common/socket.c 1725 * src/common/socket.h 1726 * src/common/ssl.c 1727 * src/common/ssl.h 1728 * src/common/ssl_certificate.c 1729 * src/common/ssl_certificate.h 1730 * src/common/string_match.c 1731 * src/common/string_match.h 1732 * src/common/stringtable.c 1733 * src/common/stringtable.h 1734 * src/common/tags.c 1735 * src/common/tags.h 1736 * src/common/template.c 1737 * src/common/template.h 1738 * src/common/timing.h 1739 * src/common/utils.c 1740 * src/common/utils.h 1741 * src/common/uuencode.c 1742 * src/common/uuencode.h 1743 * src/common/version.h.in 1744 * src/common/w32_dirent.c 1745 * src/common/w32_reg.c 1746 * src/common/w32_signal.c 1747 * src/common/w32_stat.c 1748 * src/common/w32_stdlib.c 1749 * src/common/w32_string.c 1750 * src/common/w32_time.c 1751 * src/common/w32_unistd.c 1752 * src/common/w32_wait.c 1753 * src/common/w32lib.h 1754 * src/common/xml.c 1755 * src/common/xml.h 1756 * src/common/xmlprops.c 1757 * src/common/xmlprops.h 1758 * src/etpan/etpan-errors.h 1759 * src/etpan/etpan-thread-manager-types.h 1760 * src/etpan/etpan-thread-manager.c 1761 * src/etpan/etpan-thread-manager.h 1762 * src/etpan/imap-thread.c 1763 * src/etpan/imap-thread.h 1764 * src/gtk/about.c 1765 * src/gtk/about.h 1766 * src/gtk/colorlabel.c 1767 * src/gtk/colorlabel.h 1768 * src/gtk/colorsel.c 1769 * src/gtk/colorsel.h 1770 * src/gtk/combobox.c 1771 * src/gtk/combobox.h 1772 * src/gtk/description_window.c 1773 * src/gtk/description_window.h 1774 * src/gtk/filesel.c 1775 * src/gtk/filesel.h 1776 * src/gtk/foldersort.c 1777 * src/gtk/foldersort.h 1778 * src/gtk/gtkaspell.c 1779 * src/gtk/gtkaspell.h 1780 * src/gtk/gtksctree.c 1781 * src/gtk/gtkshruler.c 1782 * src/gtk/gtkshruler.h 1783 * src/gtk/gtksourceprintjob.c 1784 * src/gtk/gtksourceprintjob.h 1785 * src/gtk/gtkutils.c 1786 * src/gtk/gtkutils.h 1787 * src/gtk/gtkvscrollbutton.c 1788 * src/gtk/gtkvscrollbutton.h 1789 * src/gtk/icon_legend.c 1790 * src/gtk/icon_legend.h 1791 * src/gtk/inputdialog.c 1792 * src/gtk/inputdialog.h 1793 * src/gtk/logwindow.c 1794 * src/gtk/logwindow.h 1795 * src/gtk/manage_window.c 1796 * src/gtk/manage_window.h 1797 * src/gtk/menu.c 1798 * src/gtk/menu.h 1799 * src/gtk/pluginwindow.c 1800 * src/gtk/pluginwindow.h 1801 * src/gtk/prefswindow.c 1802 * src/gtk/prefswindow.h 1803 * src/gtk/progressdialog.c 1804 * src/gtk/progressdialog.h 1805 * src/gtk/quicksearch.c 1806 * src/gtk/quicksearch.h 1807 * src/gtk/sslcertwindow.c 1808 * src/gtk/sslcertwindow.h 1809 * src/plugins/bogofilter/bogofilter.c 1810 * src/plugins/bogofilter/bogofilter.h 1811 * src/plugins/bogofilter/bogofilter_gtk.c 1812 * src/plugins/clamav/clamav_plugin.c 1813 * src/plugins/clamav/clamav_plugin.h 1814 * src/plugins/clamav/clamav_plugin_gtk.c 1815 * src/plugins/demo/demo.c 1816 * src/plugins/dillo_viewer/dillo_prefs.c 1817 * src/plugins/dillo_viewer/dillo_prefs.h 1818 * src/plugins/dillo_viewer/dillo_viewer.c 1819 * src/plugins/pgpcore/passphrase.c 1820 * src/plugins/pgpcore/passphrase.h 1821 * src/plugins/pgpcore/pgp_viewer.c 1822 * src/plugins/pgpcore/pgp_viewer.h 1823 * src/plugins/pgpcore/plugin.c 1824 * src/plugins/pgpcore/prefs_gpg.c 1825 * src/plugins/pgpcore/prefs_gpg.h 1826 * src/plugins/pgpcore/select-keys.c 1827 * src/plugins/pgpcore/select-keys.h 1828 * src/plugins/pgpcore/sgpgme.c 1829 * src/plugins/pgpcore/sgpgme.h 1830 * src/plugins/pgpinline/pgpinline.c 1831 * src/plugins/pgpinline/pgpinline.h 1832 * src/plugins/pgpinline/plugin.c 1833 * src/plugins/pgpmime/pgpmime.c 1834 * src/plugins/pgpmime/pgpmime.h 1835 * src/plugins/pgpmime/plugin.c 1836 * src/plugins/spamassassin/spamassassin.c 1837 * src/plugins/spamassassin/spamassassin.h 1838 * src/plugins/spamassassin/spamassassin_gtk.c 1839 * src/plugins/trayicon/trayicon.c 1840 * src/plugins/trayicon/trayicon_prefs.c 1841 * src/plugins/trayicon/trayicon_prefs.h 1842 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c 1843 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h 1844 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h 1845 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c 1846 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h 1847 * tools/OOo2claws-mail.pl 1848 * tools/README.sylprint 1849 * tools/acroread2claws-mail.pl 1850 * tools/claws-mail-compose-insert-files.pl 1851 * tools/convert_mbox.pl 1852 * tools/filter_conv.pl 1853 * tools/filter_conv_new.pl 1854 * tools/fix_date.sh 1855 * tools/freshmeat_search.pl 1856 * tools/google_search.pl 1857 * tools/kmail-mailbox2claws-mail.pl 1858 * tools/kmail2claws-mail.pl 1859 * tools/kmail2claws-mail_v2.pl 1860 * tools/mairix.sh 1861 * tools/make.themes.project 1862 * tools/multiwebsearch.pl 1863 * tools/nautilus2claws-mail.sh 1864 * tools/outlook2claws-mail.pl 1865 * tools/textviewer.sh 1866 * tools/thunderbird-filters-convertor.pl 1867 * tools/update-po 1868 * tools/uuooffice 1869 * tools/vcard2xml.py 1870 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl 1871 Upgrade to GPLv3 or later. 1872 1873 2007-07-10 [wwp] 2.10.0cvs15 1874 1875 * src/main.c 1876 Fix re-opening of all composing messages that were 1877 opened when closing the previous instance, thanks 1878 to Colin. 1879 1880 2007-07-10 [paul] 2.10.0cvs14 1881 1882 * src/editaddress_other_attributes_ldap.c 1883 * src/ldapupdate.c 1884 fix crash on selecting 'other attributes' combo 1885 for either a new entry or an old entry with no 1886 existing attributes. 1887 fix bug on editing multiple attributes which 1888 resulted them all having the value of the last 1889 one changed. 1890 Thanks to Colin 1891 1892 2007-07-10 [colin] 2.10.0cvs13 1893 1894 * src/editaddress.c 1895 * src/editaddress_other_attributes_ldap.h 1896 * src/ldapupdate.c 1897 Fix --disable-ldap build 1898 1899 2007-07-09 [colin] 2.10.0cvs12 1900 1901 * src/Makefile.am 1902 * src/addritem.c 1903 * src/addritem.h 1904 * src/editaddress.c 1905 * src/editaddress_other_attributes_ldap.c 1906 * src/editaddress_other_attributes_ldap.h 1907 * src/editldap.c 1908 * src/ldapctrl.c 1909 * src/ldapctrl.h 1910 * src/ldapupdate.c 1911 Add capability to edit all inetOrgPerson 1912 attributes on LDAP. Patch by Michael 1913 Rasmussen 1914 1915 2007-07-09 [colin] 2.10.0cvs11 1916 1917 * src/Makefile.am 1918 * src/exporthtml.c 1919 * src/mbox.c 1920 * src/msgcache.c 1921 * src/prefs_summaries.c 1922 * src/prefs_themes.c 1923 * src/procheader.c 1924 * src/common/Makefile.am 1925 * src/common/log.c 1926 * src/common/timing.h 1927 * src/common/utils.c 1928 * src/common/utils.h 1929 * src/common/w32_account.c 1930 * src/common/w32lib.h 1931 * src/gtk/Makefile.am 1932 * src/gtk/colorlabel.c 1933 * src/plugins/pgpcore/Makefile.am 1934 * src/plugins/pgpcore/claws.def 1935 * src/plugins/pgpcore/passphrase.c 1936 * src/plugins/pgpcore/pgp_viewer.c 1937 * src/plugins/pgpcore/plugin.def 1938 * src/plugins/pgpcore/sgpgme.c 1939 * src/plugins/pgpinline/Makefile.am 1940 * src/plugins/pgpinline/claws.def 1941 * src/plugins/pgpinline/mypgpcore.def 1942 * src/plugins/pgpinline/plugin.def 1943 * src/plugins/pgpmime/Makefile.am 1944 * src/plugins/pgpmime/claws.def 1945 * src/plugins/pgpmime/mypgpcore.def 1946 * src/plugins/pgpmime/plugin.def 1947 Commit win32 patch, from Werner Koch and 1948 Marcus Brinkmann 1949 1950 2007-07-09 [colin] 2.10.0cvs10 1951 1952 * src/prefs_toolbar.c 1953 Fix crash when no actions exist 1954 1955 2007-07-07 [paul] 2.10.0cvs9 1956 1957 * COPYING 1958 * manual/claws-mail-manual.xml 1959 update copyright year 1960 * po/fi.po 1961 updated by Flammie Pirinen 1962 1963 2007-07-05 [wwp] 2.10.0cvs8 1964 1965 * src/plugins/clamav/clamav_plugin_gtk.c 1966 Make vertical spacing like in other plugin prefs pages. 1967 1968 2007-07-05 [wwp] 2.10.0cvs7 1969 1970 * src/quote_fmt.c 1971 It's %am that works, not %ae (this doc incoherence has been 1972 introduced with 2.9.2cvs13). 1973 1974 2007-07-04 [wwp] 2.10.0cvs6 1975 1976 * src/plugins/bogofilter/bogofilter.c 1977 Gettext-ize an occurrence of "Any" that wasn't. 1978 1979 2007-07-04 [colin] 2.10.0cvs5 1980 1981 * po/POTFILES.in 1982 Fix untranslated strings; thanks 1983 to Pader Rezso. 1984 1985 2007-07-03 [colin] 2.10.0cvs4 1986 1987 * src/folder.c 1988 * src/mainwindow.c 1989 Fix saving of sort mode for tags and 1990 thread date. Thanks to Pierre Ossman. 1991 Completes fix for bug 1233 1992 1993 2007-07-03 [paul] 2.10.0cvs3 1994 1995 * src/compose.c 1996 fix auto-save 1997 * src/summaryview.c 1998 fix build warnings 1999 Thanks to Colin 2000 2001 2007-07-02 [colin] 2.10.0cvs2 2002 2003 * src/folder.h 2004 * src/mainwindow.c 2005 * src/procmsg.h 2006 * src/summaryview.c 2007 Add View/Sort/by Thread date 2008 Fixes bug 1233, 'Capability to sort 2009 threads by most recent message' 2010 Based on a patch by Paul Rolland 2011 2012 2007-07-02 [colin] 2.10.0cvs1 2013 2014 * src/Makefile.am 2015 * src/compose.c 2016 * src/edittags.c 2017 * src/edittags.h 2018 * src/filtering.c 2019 * src/folder.c 2020 * src/folder.h 2021 * src/headerview.c 2022 * src/headerview.h 2023 * src/main.c 2024 * src/mainwindow.c 2025 * src/mainwindow.h 2026 * src/manual.h 2027 * src/matcher.c 2028 * src/matcher.h 2029 * src/matcher_parser_parse.y 2030 * src/mimeview.c 2031 * src/msgcache.c 2032 * src/msgcache.h 2033 * src/prefs_common.c 2034 * src/prefs_common.h 2035 * src/prefs_filtering_action.c 2036 * src/prefs_matcher.c 2037 * src/prefs_summary_column.c 2038 * src/procmsg.c 2039 * src/procmsg.h 2040 * src/quote_fmt.c 2041 * src/quote_fmt_lex.l 2042 * src/quote_fmt_parse.y 2043 * src/summaryview.c 2044 * src/summaryview.h 2045 * src/textview.c 2046 * src/common/Makefile.am 2047 * src/common/defs.h 2048 * src/common/tags.c 2049 * src/common/tags.h 2050 * src/gtk/quicksearch.c 2051 * src/gtk/quicksearch.h 2052 Add Tags implementation. Tags are arbitrary labels 2053 that can be applied to messages. It is possible 2054 to create, edit, remove tags; apply them to mails; 2055 filter on tags or tag presence; apply or unset 2056 tags via filtering actions; reference tags in 2057 reply templates. 2058 2059 2007-07-02 [paul] 2.10.0 2060 2061 * NEWS 2062 * README 2063 * RELEASE_NOTES 2064 2.10.0 released 2065 2066 2007-07-02 [paul] 2.9.2cvs78 2067 2068 * po/de.po 2069 * po/en_GB.po 2070 * po/es.po 2071 * po/fr.po 2072 * po/hu.po 2073 * po/pt_BR.po 2074 * po/ru.po 2075 * po/zh_CN.po 2076 updated by Stephan Sachse, me, Ricardo Mones 2077 Lastra, Fabien Vantard, Pader Rezso, Frederico 2078 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young 2079 2080 2007-07-02 [paul] 2.9.2cvs77 2081 2082 * AUTHORS 2083 updated 2084 2085 2007-06-29 [wwp] 2.9.2cvs76 2086 2087 * src/gtk/headers.h 2088 Fix a typo (thanks to Ricardo for finding this out). 2089 2090 2007-06-28 [paul] 2.9.2cvs75 2091 2092 * src/folderview.c 2093 fix build warnings 2094 2095 2007-06-28 [paul] 2.9.2cvs74 2096 2097 * tools/Makefile.am 2098 fix bug in the autotools build system. 2099 Files cataloged under EXTRA_DIST were never 2100 automatically copied to the build tree. 2101 (fix 'make distcheck') 2102 Patch by Michael Rasmussen. 2103 2104 2007-06-24 [colin] 2.9.2cvs73 2105 2106 * src/news_gtk.c 2107 Fix bug 1249, 'Error handling for 2108 news errors needs modification' 2109 Only popup error if the according 2110 pref in Prefs/Receive is set. 2111 2112 2007-06-21 [colin] 2.9.2cvs72 2113 2114 * src/common/plugin.c 2115 * src/common/plugin.h 2116 Change plugin API to know whether it's safe to 2117 unload plugins or whether we should just hide 2118 them. Fixes bug 1248, 'Core dumps after 2119 unloading plugin and clicking on load plugins' 2120 * src/plugins/bogofilter/bogofilter.c 2121 * src/plugins/clamav/clamav_plugin.c 2122 * src/plugins/demo/demo.c 2123 * src/plugins/dillo_viewer/dillo_viewer.c 2124 * src/plugins/pgpcore/plugin.c 2125 * src/plugins/pgpinline/plugin.c 2126 * src/plugins/pgpmime/plugin.c 2127 * src/plugins/spamassassin/spamassassin.c 2128 * src/plugins/trayicon/trayicon.c 2129 Update API 2130 2131 2007-06-19 [colin] 2.9.2cvs71 2132 2133 * src/compose.c 2134 * src/messageview.c 2135 Fix crash mentioned in bug 1246 2136 Race condition when automatically drafting 2137 due to insertion on reedit. 2138 2139 2007-06-18 [wwp] 2.9.2cvs70 2140 2141 * src/importldif.c 2142 LDIF import: use a "Proceed" button to complete 2143 the process. 2144 2145 2007-06-18 [paul] 2.9.2cvs69 2146 2147 * configure.ac 2148 use pkgconfig to check for gtk and glib 2149 2150 2007-06-17 [wwp] 2.9.2cvs68 2151 2152 * src/ldif.c 2153 * src/importldif.c 2154 LDIF import: better error handling, minor code 2155 and UI cleanup, and renamed the Save button 2156 to Close, as imported stuff is already saved 2157 when the Save button is shown. 2158 2159 2007-06-17 [colin] 2.9.2cvs67 2160 2161 * src/prefs_summaries.c 2162 * src/procmsg.c 2163 Don't set as read when forwarded, only replied to 2164 2165 2007-06-17 [paul] 2.9.2cvs66 2166 2167 * src/alertpanel.c 2168 add missing #include 2169 2170 2007-06-16 [colin] 2.9.2cvs65 2171 2172 * src/prefs_summaries.c 2173 * src/procmsg.c 2174 Change the pref "Only mark as read when opened 2175 in new window" to "..., replied to or forwarded". 2176 Based on a patch by Paul Rolland. 2177 2178 2007-06-16 [paul] 2.9.2cvs64 2179 2180 * src/gtk/authors.h 2181 alphabetical order! :) 2182 2183 2007-06-16 [colin] 2.9.2cvs63 2184 2185 * AUTHORS 2186 * src/gtk/authors.h 2187 Add Michael Rasmussen in authors list 2188 2189 2007-06-16 [colin] 2.9.2cvs62 2190 2191 * src/messageview.c 2192 Fix messageview_copy_clipboard to take advantage 2193 of plugins' get_selection. 2194 2195 2007-06-15 [colin] 2.9.2cvs61 2196 2197 * src/action.c 2198 * src/addr_compl.c 2199 * src/addressbook.c 2200 * src/folderview.c 2201 * src/message_search.c 2202 * src/mimeview.c 2203 * src/summary_search.c 2204 * src/summaryview.c 2205 * src/textview.c 2206 Allow GDK_KP_Enter to do the same as GDK_Return 2207 Patch by Michael Rasmussen 2208 2209 2007-06-15 [paul] 2.9.2cvs60 2210 2211 * src/compose.c 2212 fix bug when closing a compose window 2213 during autosave 2214 2215 2007-06-14 [paul] 2.9.2cvs59 2216 2217 * src/main.c 2218 * src/common/defs.h 2219 migrate sylpheed config 2220 2221 2007-06-14 [wwp] 2.9.2cvs58 2222 2223 * src/gtk/pluginwindow.c 2224 Yet another attempt to fix sizing/alignment of the 2225 button bar in plugins window. 2226 2227 2007-06-12 [colin] 2.9.2cvs57 2228 2229 * po/POTFILES.in 2230 * src/Makefile.am 2231 * src/folderview.c 2232 * src/prefs_common.c 2233 * src/prefs_common.h 2234 * src/prefs_summaries.c 2235 * src/prefs_summary_open.c 2236 * src/prefs_summary_open.h 2237 * src/summaryview.c 2238 Make "when entering a folder" actions more personalisable 2239 2240 2007-06-12 [wwp] 2.9.2cvs56 2241 2242 * tools/README 2243 Use short description from Paul (mairix.sh). 2244 2245 2007-06-12 [wwp] 2.9.2cvs55 2246 2247 * tools/README 2248 Updated info about mairix.sh. 2249 2250 2007-06-11 [paul] 2.9.2cvs54 2251 2252 * src/prefs_logging.c 2253 rework log window length widgets 2254 and some sensitivity fixes 2255 2256 2007-06-11 [paul] 2.9.2cvs53 2257 2258 * src/mainwindow.c 2259 * src/prefs_logging.c 2260 rename 'Protocol Log' to 'Network Log' 2261 and some function renaming 2262 2263 2007-06-10 [wwp] 2.9.2cvs52 2264 2265 * src/gtk/pluginwindow.c 2266 Revert 2.9.2cvs51. 2267 2268 2007-06-10 [wwp] 2.9.2cvs51 2269 2270 * src/gtk/pluginwindow.c 2271 Fix button bar in plugin window, was centered and not 2272 behaving like other dialogs w/ such button bar. 2273 2274 2007-06-08 [wwp] 2.9.2cvs50 2275 2276 * src/compose.c 2277 * src/compose.h 2278 * src/main.c 2279 * src/mainwindow.c 2280 * src/mainwindow.h 2281 Provide a way out of automatic draft saving on IMAP, when 2282 exiting offline. 2283 Prevent drafting while sending and quitting while sending. 2284 Thanks for Colin. 2285 2286 2287 2288 2007-06-08 [wwp] 2.9.2cvs49 2289 2290 * src/prefs_account.c 2291 * src/gtk/prefswindow.c 2292 * src/gtk/prefswindow.h 2293 Activate the Basic page when opening account prefs. 2294 2295 2007-06-08 [wwp] 2.9.2cvs48 2296 2297 * src/common/socket.c 2298 Don't crash if fork() fails, thanks to Colin. 2299 2300 2007-06-08 [wwp] 2.9.2cvs47 2301 2302 * src/gtk/prefswindow.c 2303 Wrap some long lines, and reset horizontal scroller's adjusment 2304 (this was already done, vertically), when changing tab (not page) 2305 in prefs windows. 2306 2307 2007-06-08 [paul] 2.9.2cvs46 2308 2309 * src/common/utils.c 2310 use gethostname() instead of uname() 2311 based on a patch by Michael Hughes 2312 <Sylpheed-Claws_user@thehugheslogcabin.net> 2313 2314 2007-06-07 [wwp] 2.9.2cvs45 2315 2316 * src/prefs_common.c 2317 Fix some useless warnings, thanks to Colin. 2318 2319 2007-06-06 [colin] 2.9.2cvs44 2320 2321 * src/ldapupdate.c 2322 Fix strange allocations. 2323 2324 2007-06-06 [colin] 2.9.2cvs43 2325 2326 * src/ldapupdate.c 2327 Patch by Michael Rasmussus to help 2328 bug 1232 2329 2330 2007-06-05 [wwp] 2.9.2cvs42 2331 2332 * src/prefs_account.c 2333 * src/prefs_folder_item.c 2334 * src/prefs_quote.c 2335 * src/quote_fmt.c 2336 * src/quote_fmt.h 2337 Per-folder templates can now be applied recursively. 2338 Always save per-folder templates (formats were erroneously 2339 saved only if they were enabled). 2340 Check for validity of quotation marks everywhere there 2341 are defined. 2342 2343 2007-06-05 [wwp] 2.9.2cvs41 2344 2345 * src/inc.c 2346 Fix incoming messages from local accounts always getting filtered 2347 (even if the account prefs say don't), thanks to Colin. 2348 2349 2007-06-05 [wwp] 2.9.2cvs40 2350 2351 * src/compose.c 2352 * src/compose.h 2353 Use per-folder/per-account quote chars when applying a 2354 template or inserting text as well. Const'ify some 2355 vars more. 2356 2357 2007-06-04 [colin] 2.9.2cvs39 2358 2359 * src/compose.c 2360 More work for wwp :) 2361 2362 2007-06-04 [wwp] 2.9.2cvs38 2363 2364 * src/compose.c 2365 Same as 2.9.2cvs36 but for forwarding. 2366 2367 2007-06-04 [colin] 2.9.2cvs37 2368 2369 * src/compose.c 2370 Use original mail file for forward/redirect 2371 Fixes some forwarded mails to be attached as 2372 application/octet-stream (when they have binary 2373 parts), and incidentally fixes bug 848 2374 'Redirect breaks GnuPG' 2375 2376 2007-06-04 [wwp] 2.9.2cvs36 2377 2378 * src/compose.c 2379 Fix quote mark mis-initialisation when replying/forwarding 2380 (introduced w/ 2.9.2cvs20). 2381 2382 2007-06-04 [wwp] 2.9.2cvs35 2383 2384 * src/prefs_compose_writing.c 2385 * src/prefs_quote.c 2386 Fix a bug where Quotation characters (prefs/compose/writing) 2387 was cleared (introduced w/ 2.9.2cvs26). 2388 2389 2007-06-04 [wwp] 2.9.2cvs34 2390 2391 * src/prefs_account.c 2392 * src/prefs_account.h 2393 Better fix for compiling w/o aspell (rollbacks 2394 2.9.2cvs31). 2395 2396 2007-06-04 [wwp] 2.9.2cvs33 2397 2398 * src/account.c 2399 * src/prefs_account.c 2400 * src/prefs_account.h 2401 * src/procmsg.c 2402 It's now possible to disable mail filtering plugins 2403 on a per-account basis. 2404 2405 2007-06-04 [wwp] 2.9.2cvs32 2406 2407 * src/procheader.c 2408 * src/common/utils.c 2409 * src/common/utils.h 2410 Support CRLF in headers part of messages. 2411 Support few more date formats (RFC3339 subsets). 2412 2413 2007-06-04 [wwp] 2.9.2cvs31 2414 2415 * src/prefs_account.c 2416 Fix compiling w/o aspell support. 2417 2418 2007-06-03 [wwp] 2.9.2cvs30 2419 2420 * src/prefs_gtk.c 2421 Don't decode leading ENV_ and ~ in P_PASSWORD 2422 values. 2423 2424 2007-06-03 [wwp] 2.9.2cvs29 2425 2426 * src/prefs_gtk.c 2427 Don't decode leading ENV_ and ~ in P_PASSWORD 2428 values. 2429 2430 2007-06-03 [wwp] 2.9.2cvs28 2431 2432 * src/prefs_account.c 2433 * src/gtk/prefswindow.c 2434 * src/gtk/prefswindow.h 2435 Added a way to force preloading of all pages 2436 (prefswindow). 2437 Moved tabs to pages in account prefs. 2438 2439 2007-06-02 [colin] 2.9.2cvs27 2440 2441 * src/addressbook.c 2442 Fix possible crash, fix ldap write bugs 2443 * src/ldapupdate.c 2444 Fix ldap write bugs - patch by Michael 2445 Rasmussen 2446 * src/alertpanel.c 2447 * src/alertpanel.h 2448 Add a hook whenever alertpanel opens/closes 2449 2450 2007-05-31 [wwp] 2.9.2cvs26 2451 2452 * src/prefs_compose_writing.c 2453 * src/prefs_quote.c 2454 Re-organized writing options a bit: 2455 - renamed the Quoting page to Templates 2456 - moved all composing templates to that page 2457 - moved non-templates options to the Writing one, 2458 grouped reply-related options, reordered reply and 2459 forward options. 2460 2461 2007-05-31 [wwp] 2.9.2cvs25 2462 2463 * src/compose.c 2464 Removed unused code. 2465 2466 2007-05-31 [colin] 2.9.2cvs24 2467 2468 * src/addressbook.c 2469 Fix missing display name when modifying 2470 LDAP. Patch by Michael Rasmussen 2471 2472 2007-05-31 [wwp] 2.9.2cvs23 2473 2474 * src/plugins/bogofilter/Makefile.am 2475 * src/plugins/clamav/Makefile.am 2476 * src/plugins/demo/Makefile.am 2477 * src/plugins/dillo_viewer/Makefile.am 2478 * src/plugins/spamassassin/Makefile.am 2479 Fix building of those plugins in Mac OS X. 2480 2481 2007-05-30 [wwp] 2.9.2cvs22 2482 2483 * src/gtk/quicksearch.c 2484 Fix missing initialization. 2485 2486 2007-05-30 [wwp] 2.9.2cvs21 2487 2488 * src/procheader.c 2489 Revert accidental commit (debug outputs). 2490 2491 2007-05-30 [wwp] 2.9.2cvs20 2492 2493 * src/compose.c 2494 * src/folder_item_prefs.c 2495 * src/folder_item_prefs.h 2496 * src/prefs_account.c 2497 * src/prefs_account.h 2498 * src/prefs_folder_item.c 2499 * src/prefs_gtk.c 2500 * src/prefs_gtk.h 2501 Implemented per-account and per-folder 2502 compose/reply/forward formats. 2503 2504 2007-05-30 [wwp] 2.9.2cvs19 2505 2506 * src/prefs_compose_writing.c 2507 * src/prefs_quote.c 2508 * src/procheader.c 2509 * src/quote_fmt.c 2510 * src/quote_fmt.h 2511 Internal API changes (factorize quote format 2512 prefs and checks). 2513 2514 2007-05-30 [colin] 2.9.2cvs18 2515 2516 * src/compose.c 2517 Fix race where it's possible to re-click Send 2518 between end of SMTP session and end of "move to 2519 sent folder" when sending an email with send 2520 dialog enabled. 2521 2522 2007-05-30 [colin] 2.9.2cvs17 2523 2524 * src/crash.c 2525 Ask for backtrace on all threads. Patch by 2526 Pawel 2527 * src/folderview.c 2528 Fix stale news statusbar when scanning fails. 2529 Patch by Pawel 2530 * src/ldapupdate.c 2531 Fix some LDAP write updates bugs. Patch 2532 by Michael Rasmussen 2533 2534 2007-05-29 [colin] 2.9.2cvs16 2535 2536 * src/imap.c 2537 Fix loss of local flags when moving mails 2538 on IMAP in high-bandwidth mode (UID FETCH) 2539 2540 2007-05-25 [paul] 2.9.2cvs15 2541 2542 * src/common/socket.c 2543 fix sometimes crasher on cancelling 2544 message sending 2545 2546 2007-05-25 [colin] 2.9.2cvs14 2547 2548 * src/imap.c 2549 Fix a memory leak 2550 * src/imap_gtk.c 2551 Be more helpful in the subscription 2552 message 2553 2554 2007-05-23 [wwp] 2.9.2cvs13 2555 2556 * src/compose.c 2557 * src/prefs_compose_writing.c 2558 * src/prefs_quote.c 2559 * src/prefs_template.c 2560 * src/prefs_template.h 2561 * src/quote_fmt.c 2562 * src/quote_fmt.h 2563 * src/quote_fmt_lex.l 2564 * src/quote_fmt_parse.y 2565 Introduced new syntax elements (symbols and commands) 2566 in templates/quote_fmt. Compatibility w/ old 2567 symbols is kept. 2568 Updated and reworked the corresponding Information 2569 dialog. 2570 Display the line number in dialogs that talk about 2571 parser errors (in addition to the error message in 2572 output). 2573 2574 2007-05-23 [wwp] 2.9.2cvs12 2575 2576 * src/quote_fmt_parse.y 2577 Fix 2.9.2cvs11, probably a paste accident ;). 2578 2579 2007-05-23 [wwp] 2.9.2cvs11 2580 2581 * src/compose.c 2582 * src/prefs_template.c 2583 * src/quote_fmt.h 2584 * src/quote_fmt_parse.y 2585 Fix 2.9.2cvs10, which broke --disable-aspell. 2586 2587 2007-05-22 [wwp] 2.9.2cvs10 2588 2589 * src/compose.c 2590 * src/prefs_template.c 2591 * src/quote_fmt.c 2592 * src/quote_fmt.h 2593 * src/quote_fmt_lex.l 2594 * src/quote_fmt_parse.y 2595 * src/gtk/gtkaspell.c 2596 * src/gtk/gtkaspell.h 2597 Added template/quote format syntactical elements 2598 to show and query: 2599 - current dictionary 2600 %T to show (shows empty if not set or not enabled), 2601 ?T and !T to check if the default dictionary is 2602 enabled and set 2603 - current account's default dictionary 2604 %aT to show (empty if not set or not enabled), 2605 ?aT and !aT to check if it's enabled and set 2606 - name completion for an address, from the address 2607 book 2608 %ABf, %ABt, %ABc respectively show the full name got 2609 from the address book if From, To or Cc match a single 2610 contact. 2611 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion 2612 matches any contact and if the full name is non-empty. 2613 If From, To or Cc are lists of email addresses, only 2614 the first address will be checked. 2615 In compose.c, fix msginfo's To, Cc and Newsgroup address lists, 2616 that could show a trailing ','. 2617 Also, template/quote_fmt parser now shows the line number in case 2618 of parser error. 2619 2620 2007-05-15 [colin] 2.9.2cvs9 2621 2622 * src/main.c 2623 * src/main.h 2624 Add a public function to know whether Claws 2625 crashed last time 2626 Store opened folder when exiting 2627 * src/folder.c 2628 * src/folder.h 2629 Store last opened message in each FolderItem; 2630 Reset last seen messages if Claws crashed, so 2631 that one can't go in an infinite crash in case 2632 a particular mail crashes Claws. 2633 * src/messageview.c 2634 * src/prefs_common.c 2635 * src/prefs_common.h 2636 * src/summaryview.c 2637 * src/prefs_summaries.c 2638 Add "Select last opened message" when entering 2639 a folder 2640 Add "Select last opened folder" at startup. 2641 2642 2007-05-14 [colin] 2.9.2cvs8 2643 2644 * manual/xml2pdf 2645 Fix bashism, search for xml catalog 2646 in /usr/local/share/xml/catalog too 2647 Patch by Pawel 2648 2649 2007-05-13 [wwp] 2.9.2cvs7 2650 2651 * src/gtk/logwindow.c 2652 fix raising log windows when they are either minimized or 2653 in background. 2654 2655 2007-05-11 [colin] 2.9.2cvs6 2656 2657 * src/gtk/filesel.c 2658 Use Hildon's file chooser on Maemo. Patch 2659 by Jean-Luc Biord; fixes part 2 of bug 1201, 2660 'File attachment "manipulation" bugs...' 2661 2662 2007-05-10 [wwp] 2.9.2cvs5 2663 2664 * src/prefs_common.c 2665 * src/prefs_common.h 2666 * src/gtk/quicksearch.c 2667 Add a quicksearch option to automatically run 2668 a search selected from the history (this option 2669 is exclusive towards type-ahead). 2670 2671 2007-05-10 [colin] 2.9.2cvs4 2672 2673 * src/imap.c 2674 Fix g_warnings, thanks to Brian 2675 Morrison 2676 2677 2007-05-09 [colin] 2.9.2cvs3 2678 2679 * src/crash.c 2680 * src/exporthtml.c 2681 * src/mbox.c 2682 * src/prefs_summaries.c 2683 * src/procheader.c 2684 * src/common/log.c 2685 * src/common/utils.c 2686 * src/gtk/gtksourceprintjob.c 2687 * src/gtk/sslcertwindow.c 2688 Use the re-entrant variant of time functions 2689 Probably fixes bug 1217, 'reentrancy problems 2690 with time functions' 2691 2692 2007-05-09 [colin] 2.9.2cvs2 2693 2694 * src/imap.c 2695 Fix crasher when reconnection fails 2696 2697 2007-05-08 [paul] 2.9.2cvs1 2698 2699 * NEWS 2700 * README 2701 * RELEASE_NOTES 2702 * configure.ac 2703 bump version number following 2704 stable release 2705 2706 2007-05-08 [paul] 2.9.1cvs48 2707 2708 * src/plugins/demo/demo.c 2709 * src/plugins/dillo_viewer/dillo_prefs.c 2710 * src/plugins/dillo_viewer/dillo_prefs.h 2711 * src/plugins/dillo_viewer/dillo_viewer.c 2712 * src/plugins/pgpcore/pgp_viewer.c 2713 * src/plugins/pgpcore/pgp_viewer.h 2714 * src/plugins/pgpcore/plugin.c 2715 * src/plugins/pgpcore/prefs_gpg.c 2716 * src/plugins/pgpcore/prefs_gpg.h 2717 * src/plugins/pgpcore/sgpgme.c 2718 * src/plugins/pgpcore/sgpgme.h 2719 * src/plugins/pgpinline/plugin.c 2720 * src/plugins/pgpmime/pgpmime.c 2721 * src/plugins/pgpmime/pgpmime.h 2722 * src/plugins/pgpmime/plugin.c 2723 * src/plugins/spamassassin/spamassassin.c 2724 * src/plugins/spamassassin/spamassassin.h 2725 * src/plugins/spamassassin/spamassassin_gtk.c 2726 * src/plugins/trayicon/README 2727 * tools/README 2728 * tools/README.sylprint 2729 * tools/outlook2claws-mail.pl 2730 * tools/sylprint.pl 2731 * tools/tb2claws-mail 2732 * tools/tbird2claws.py 2733 * tools/update-po 2734 * tools/vcard2xml.py 2735 * tools/kdeservicemenu/README 2736 cleanups and corrections 2737 2738 2007-05-06 [wwp] 2.9.1cvs47 2739 2740 * tools/uudec 2741 Fix missing dash to `display` command-line, reported 2742 by Georg Himmrich <georg at mails d0t diesind d0t net>. 2743 2744 2007-05-06 [colin] 2.9.1cvs46 2745 2746 * src/Makefile.am 2747 * src/stock_pixmap.c 2748 * src/stock_pixmap.h 2749 * src/pixmaps/printer.xpm 2750 Add a printer icon 2751 2752 2007-05-06 [paul] 2.9.1cvs45 2753 2754 * src/compose.c 2755 * src/ldapquery.c 2756 * src/privacy.h 2757 * src/summary_search.c 2758 * src/summaryview.c 2759 fix build warnings 2760 2761 2007-05-05 [wwp] 2.9.1cvs44 2762 2763 * src/messageview.c 2764 * src/mh.c 2765 * src/prefs_actions.c 2766 * src/prefs_gtk.c 2767 * src/summaryview.c 2768 * src/common/xml.c 2769 Fix "faild" typos everywhere and capitalization of 2770 some g_warnings. 2771 2772 2007-05-04 [colin] 2.9.1cvs43 2773 2774 * src/compose.c 2775 * src/privacy.c 2776 * src/privacy.h 2777 * src/plugins/pgpcore/prefs_gpg.c 2778 * src/plugins/pgpcore/prefs_gpg.h 2779 * src/plugins/pgpinline/pgpinline.c 2780 * src/plugins/pgpmime/pgpmime.c 2781 Add an API to warn about encryption limits, 2782 and allow to disable these warnings 2783 2784 2007-05-03 [colin] 2.9.1cvs42 2785 2786 * src/summaryview.c 2787 * src/mainwindow.c 2788 Fix bug 1213, 'Delete more than 2789 one thread at once' 2790 2791 2007-05-03 [wwp] 2.9.1cvs41 2792 2793 * src/prefs_common.c 2794 * src/prefs_filtering.c 2795 * src/prefs_template.c 2796 * src/common/template.c 2797 * src/common/template.h 2798 * src/gtk/gtkutils.c 2799 * src/gtk/gtkutils.h 2800 Templates are no longer automatically sorted 2801 by name, but can be sorted manually using 2802 |< < > >| buttons as well as drag'n'drop. 2803 2804 2007-05-03 [wwp] 2.9.1cvs40 2805 2806 * src/plugins/spamassassin/spamassassin.c 2807 * src/plugins/spamassassin/spamassassin.h 2808 * src/plugins/spamassassin/spamassassin_gtk.c 2809 * src/plugins/bogofilter/bogofilter.c 2810 * src/plugins/bogofilter/bogofilter.h 2811 * src/plugins/bogofilter/bogofilter_gtk.c 2812 Added an option to conditionally mark saved spam 2813 as read (default is and was to do so). 2814 Satisfies feature request 1708539 on sf.net tracker. 2815 2816 2007-05-03 [colin] 2.9.1cvs39 2817 2818 * src/inc.c 2819 Fix bug 1211, 'Offline dialog message bugs/annoyances...' 2820 2821 2007-05-02 [colin] 2.9.1cvs38 2822 2823 * src/textview.c 2824 Fix bug 1209, 'Clicking on address 2825 in header (mailto uri) selects 2826 default account'. Patch adapted from 2827 G.P. Halkes' patch. 2828 2829 2007-05-02 [colin] 2.9.1cvs37 2830 2831 * src/grouplistdialog.c 2832 Set cursor to wait cursor while loading 2833 groups. 2834 2835 2007-05-02 [paul] 2.9.1cvs36 2836 2837 * src/folder.c 2838 * src/common/defs.h 2839 rename cache and mark files 2840 (data is preserved) 2841 2842 2007-04-30 [paul] 2.9.1cvs35 2843 2844 * manual/glossary.xml 2845 * manual/plugins.xml 2846 updates. Patch by Ricardo 2847 2848 2007-04-29 [wwp] 2.9.1cvs34 2849 2850 * src/mainwindow.c 2851 * configure.ac 2852 Fix few grammatical errors (patch by David Relson < relson at 2853 osagesoftware dot com >). 2854 2855 2007-04-28 [colin] 2.9.1cvs33 2856 2857 * src/account.c 2858 * src/pop.c 2859 * src/prefs_account.c 2860 * src/prefs_account.h 2861 Drop the "Download all" preference. It's 2862 stupidly useless and confuses people from 2863 time to time. 2864 2865 2007-04-27 [wwp] 2.9.1cvs32 2866 2867 * src/account.c 2868 * src/prefs_account.c 2869 * src/prefs_account.h 2870 Don't reflect accounts changes to the mainwindow when it's 2871 not necessary. 2872 2873 2007-04-27 [colin] 2.9.1cvs31 2874 2875 * src/folder.c 2876 Freeze/thaw when sync'ing flags 2877 * src/imap.c 2878 * src/prefs_account.c 2879 * src/prefs_account.h 2880 * src/etpan/imap-thread.c 2881 * src/etpan/imap-thread.h 2882 Add a way to use UID FETCH instead 2883 of searches to fetch message lists 2884 and flags. More expensive towards 2885 bandwidth, less expensive towards 2886 server's CPU. Probably fixes 2887 bug 1158, 'Scanning new folders on 2888 Exchange 2007 extremely slow'. 2889 Patch 95% by Hoa. 2890 2891 2007-04-27 [paul] 2.9.1cvs30 2892 2893 * src/mainwindow.c 2894 * src/prefs_logging.c 2895 improvements to english usage 2896 2897 2007-04-27 [colin] 2.9.1cvs29 2898 2899 * src/imap.c 2900 Fix build without libetpan (my bad!) 2901 2902 2007-04-26 [colin] 2.9.1cvs28 2903 2904 * src/imap.c 2905 * src/imap.h 2906 Fix uselessly exported function 2907 * src/textview.c 2908 Consider "- -- \n" as signature separator 2909 (that's what signature separators look like 2910 in PGP/Inline signed mails) 2911 2912 2007-04-26 [colin] 2.9.1cvs27 2913 2914 * configure.ac 2915 libetpan-0.49 is now required 2916 * src/procmime.c 2917 Fix double fetching of mails if 2918 first try failed 2919 * src/imap.c 2920 Make offline sync faster, by 2921 remembering last change time, and 2922 last sync time. 2923 2924 2007-04-26 [hoa] 2.9.1cvs26 2925 2926 * src/imap.c 2927 * src/imap.h 2928 * src/mainwindow.c 2929 * src/toolbar.c 2930 * src/etpan/imap-thread.c 2931 * src/etpan/imap-thread.h 2932 cancellation of IMAP operations is now allowed. 2933 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP' 2934 2935 2007-04-26 [colin] 2.9.1cvs25 2936 2937 * src/folder.c 2938 Always fetch body+headers in folders that are 2939 synched for offline use, if "Synchronise as 2940 soon as possible" is set. 2941 Fixes bug 1200, 'Add option to always retrieve full 2942 messages' 2943 2944 2007-04-25 [colin] 2.9.1cvs24 2945 2946 * src/compose.c 2947 Fix bug 1198, 'Reply-all "disappearing" address bug 2948 persists...' 2949 2950 2007-04-24 [colin] 2.9.1cvs23 2951 2952 * src/folderview.c 2953 Fix bug 1195, 'Hardware key navigation' 2954 Make GDK_Enter toggle expansion (Maemo) 2955 2956 2007-04-24 [wwp] 2.9.1cvs22 2957 2958 * src/compose.c 2959 Fix few compiler warnings. 2960 2961 2007-04-24 [paul] 2.9.1cvs21 2962 2963 * src/Makefile.am 2964 * src/stock_pixmap.c 2965 * src/stock_pixmap.h 2966 complete last commit 2967 2968 2007-04-24 [paul] 2.9.1cvs20 2969 2970 * src/gtk/about.c 2971 * src/pixmaps/active.xpm 2972 * src/pixmaps/checkbox_off.xpm 2973 * src/pixmaps/checkbox_on.xpm 2974 * src/pixmaps/inactive.xpm 2975 kick out the blobs 2976 remove transparent border from checkbox icons 2977 2978 2007-04-24 [wwp] 2.9.1cvs19 2979 2980 * src/textview.c 2981 * src/textview.h 2982 Fix a crash in textview, thanks to Colin. 2983 2984 2007-04-23 [wwp] 2.9.1cvs18 2985 2986 * src/prefs_common.c 2987 Fix 2.9.1cvs5: no header was being translated at all. 2988 2989 2007-04-23 [colin] 2.9.1cvs17 2990 2991 * src/Makefile.am 2992 * src/stock_pixmap.c 2993 * src/stock_pixmap.h 2994 * src/summaryview.c 2995 * src/summaryview.h 2996 * src/gtk/gtksctree.c 2997 * src/gtk/gtksctree.h 2998 * src/pixmaps/selection.xpm 2999 Fix bug 1193, 'Need a way to multi-select 3000 items'. Add a toggle button to the summaryview 3001 to switch between normal and multiple selection 3002 (Maemo) 3003 3004 2007-04-23 [colin] 2.9.1cvs16 3005 3006 * src/Makefile.am 3007 * src/stock_pixmap.c 3008 * src/stock_pixmap.h 3009 * src/summaryview.c 3010 * src/summaryview.h 3011 * src/gtk/gtksctree.c 3012 * src/gtk/gtksctree.h 3013 * src/pixmaps/selection.xpm 3014 Fix bug 1193, 'Need a way to multi- 3015 select items' 3016 Add a toggle button in the summaryview 3017 to enable normal or multiple selection. 3018 (Maemo) 3019 3020 2007-04-23 [colin] 2.9.1cvs15 3021 3022 * src/compose.c 3023 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo) 3024 3025 2007-04-21 [colin] 2.9.1cvs14 3026 3027 * src/gtk/quicksearch.c 3028 Fix previous commit (actually use correct 3029 parameter) 3030 3031 2007-04-21 [colin] 2.9.1cvs13 3032 3033 * src/gtk/quicksearch.c 3034 Fix changing quicksearch type (after Esc, 3035 after changing Recursive, ...) 3036 3037 2007-04-20 [wwp] 2.9.1cvs12 3038 3039 * src/gtk/Makefile.am 3040 Added headers.h (completes 2.9.1cvs5). 3041 3042 2007-04-20 [wwp] 2.9.1cvs11 3043 3044 * src/addressbook.c 3045 Fix the use of display name in name column, 3046 it has been overriden w/ the use of nickname 3047 by 2.9.0cvs3. Now nickname is used (if any) 3048 in case of LDAP books only. 3049 3050 2007-04-20 [colin] 2.9.1cvs10 3051 3052 * src/mimeview.c 3053 * src/summaryview.c 3054 * src/textview.c 3055 Add handling of 'a' to loop in a mail's 3056 mimeparts 3057 3058 2007-04-20 [colin] 2.9.1cvs9 3059 3060 * src/toolbar.c 3061 Fix bug 1190, 'dir_open' button doesn't work' 3062 (Maemo) 3063 3064 2007-04-20 [colin] 2.9.1cvs8 3065 3066 * src/folderview.c 3067 * src/mainwindow.c 3068 Fix bug 1194, 'Hardware keys move from email 3069 list to account/directory list, but not back 3070 to email list...' (Maemo) 3071 3072 2007-04-20 [colin] 2.9.1cvs7 3073 3074 * src/compose.h 3075 complete previous commit 3076 3077 2007-04-20 [colin] 2.9.1cvs6 3078 3079 * src/compose.c 3080 Fix bug 1187, 'Reply-to addressee disappears 3081 when reply-to text box is clicked...' (Maemo) 3082 3083 2007-04-20 [wwp] 2.9.1cvs5 3084 3085 * po/POTFILES.in 3086 * src/addressbook.c 3087 * src/compose.c 3088 * src/filtering.c 3089 * src/headerview.c 3090 * src/matcher.c 3091 * src/prefs_common.c 3092 * src/prefs_common.h 3093 * src/prefs_display_header.c 3094 * src/prefs_matcher.c 3095 * src/summaryview.c 3096 * src/gtk/headers.h 3097 * src/gtk/quicksearch.c 3098 Translate more header names according to the relevant option value, 3099 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>). 3100 Replaced nearly all uses of prefs_common.trans_hdr with a call 3101 to prefs_common_translated_header_name(). 3102 Added a headers.h reference file that contains known header names 3103 (RFC2822 and others) to the translation process' input, so that 3104 translated header names will still exist even if no occurrence of 3105 _("headername") is found anymore in the sources. 3106 Don't translate column name 'Number' following to trans_hdr option 3107 value as it's not a header name. 3108 3109 2007-04-20 [colin] 2.9.1cvs4 3110 3111 * src/gtk/quicksearch.c 3112 * src/gtk/quicksearch.h 3113 Add "From, To or Subject" quicksearch 3114 type. Patch by ulfschaper@users.sf.net 3115 3116 2007-04-20 [colin] 2.9.1cvs3 3117 3118 * src/matcher.c 3119 Implement proper references filtering condition. 3120 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net> 3121 3122 2007-04-19 [wwp] 2.9.1cvs2 3123 3124 * src/prefs_display_header.c 3125 * src/message_search.c 3126 Fix few warnings (g_free of const gchar*). 3127 3128 2007-04-19 [paul] 2.9.1cvs1 3129 3130 * NEWS 3131 * README 3132 * RELEASE_NOTES 3133 * configure.ac 3134 bump version number following 3135 stable release 3136 3137 2007-04-19 [paul] 2.9.0cvs9 3138 3139 * manual/advanced.xml 3140 * manual/glossary.xml 3141 fix typos 3142 3143 2007-04-18 [paul] 2.9.0cvs8 3144 3145 * src/pop.c 3146 fix for CVE-2007-1558 (APOP) 3147 Thanks to Colin 3148 3149 2007-04-18 [paul] 2.9.0cvs7 3150 3151 * src/messageview.c 3152 * src/mimeview.c 3153 * src/summaryview.c 3154 * src/gtk/filesel.c 3155 Fix encoding woes wrt saving of 3156 mails and parts 3157 Thanks to Colin 3158 3159 2007-04-18 [colin] 2.9.0cvs6 3160 3161 * src/gtk/pluginwindow.c 3162 Fix bug 1185, 'Pluginwindow's [X] button doesn't save' 3163 3164 2007-04-17 [wwp] 2.9.0cvs5 3165 3166 * src/addressadd.c 3167 * src/addressbook.c 3168 * src/addrindex.c 3169 * src/ldapupdate.c 3170 Fix --disable-ldap build, 3171 fix some LDAP annoyances on 3172 searches, thanks to Colin. 3173 3174 2007-04-17 [wwp] 2.9.0cvs4 3175 3176 * src/ldapupdate.c 3177 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers 3178 like gcc 2.9x. Thanks to Colin. 3179 3180 2007-04-17 [wwp] 2.9.0cvs3 3181 3182 * src/Makefile.am 3183 * src/addressadd.c 3184 * src/addressbook.c 3185 * src/addrindex.c 3186 * src/addritem.c 3187 * src/addritem.h 3188 * src/editaddress.c 3189 * src/ldapctrl.c 3190 * src/ldapctrl.h 3191 * src/ldapquery.c 3192 * src/ldapserver.c 3193 * src/ldapserver.h 3194 * src/ldapupdate.c 3195 * src/ldapupdate.h 3196 Add LDAP write support. Patch mostly by 3197 Michael <mir at datanom dot net> 3198 3199 2007-04-17 [wwp] 2.9.0cvs2 3200 3201 * src/compose.c 3202 Prepend "Add to address book" to the context menu of compose window's sender and 3203 recipient fields. 3204 3205 2007-04-16 [paul] 2.9.0cvs1 3206 3207 * src/gtk/authors.h 3208 add Pader Rezso 3209 3210 2007-04-16 [paul] 2.9.0 3211 3212 * NEWS 3213 * README 3214 * RELEASE_NOTES 3215 2.9.0 released 3216 3217 2007-04-16 [paul] 2.8.1cvs102 3218 3219 * po/fr.po 3220 updated by Fabien Vantard 3221 3222 2007-04-16 [paul] 2.8.1cvs101 3223 3224 * po/ca.po 3225 * po/cs.po 3226 * po/de.po 3227 * po/hu.po 3228 * po/pl.po 3229 * po/pt_BR.po 3230 * po/sr.po 3231 * po/zh_CN.po 3232 updated by Miquel Oliete, Tim Brain, Stephan Sachse, 3233 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes, 3234 Aleksandar Urosevic, and Ralgh Young 3235 3236 2007-04-15 [mones] 2.8.1cvs100 3237 3238 * po/es.po 3239 Updated for release 3240 3241 2007-04-14 [colin] 2.8.1cvs99 3242 3243 * src/message_search.c 3244 * src/prefs_display_header.c 3245 * src/summary_search.c 3246 * src/gtk/combobox.c 3247 Fix allocations 3248 3249 2007-04-14 [wwp] 2.8.1cvs98 3250 3251 * src/gtk/combobox.c 3252 * src/message_search.c 3253 * src/summary_search.c 3254 * src/prefs_display_header.c 3255 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text() 3256 returns NULL, get the text value directly from the GtkEntry child. 3257 3258 2007-04-13 [colin] 2.8.1cvs97 3259 3260 * src/gtk/quicksearch.c 3261 Give the focus back to summaryview when 3262 emptying the quicksearch with Esc 3263 3264 2007-04-13 [colin] 2.8.1cvs96 3265 3266 * src/message_search.c 3267 * src/prefs_display_header.c 3268 * src/summary_search.c 3269 Fix possibles crashes when getting text 3270 from gtk combos 3271 3272 2007-04-13 [colin] 2.8.1cvs95 3273 3274 * src/pop.c 3275 Add some UIDL debugging 3276 3277 2007-04-12 [colin] 2.8.1cvs94 3278 3279 * src/folder.c 3280 Force folder scan if necessary after 3281 copying mails, to be able to reapply 3282 flags. 3283 3284 2007-04-11 [colin] 2.8.1cvs93 3285 3286 * src/main.c 3287 don't scan for new mail on startup if --select 3288 is specified (or race conditions arise). If so, 3289 do both sequentially. 3290 3291 2007-04-09 [colin] 2.8.1cvs92 3292 3293 * src/common/defs.h 3294 Use leafpad by default on Maemo. Patch 3295 by Jean-Luc Biord. 3296 3297 2007-04-06 [colin] 2.8.1cvs91 3298 3299 * src/pixmaps/queue_close.xpm 3300 * src/pixmaps/queue_close_hrm.xpm 3301 * src/pixmaps/queue_close_hrm_mark.xpm 3302 * src/pixmaps/queue_close_mark.xpm 3303 * src/pixmaps/queue_open.xpm 3304 * src/pixmaps/queue_open_hrm.xpm 3305 * src/pixmaps/queue_open_hrm_mark.xpm 3306 * src/pixmaps/queue_open_mark.xpm 3307 Move the clock one pixel down :) 3308 3309 2007-04-05 [colin] 2.8.1cvs90 3310 3311 * src/mainwindow.c 3312 Don't sync when switching offline from 3313 command line - it's usually too late :) 3314 3315 2007-04-05 [paul] 2.8.1cvs89 3316 3317 * src/Makefile.am 3318 * src/stock_pixmap.c 3319 * src/pixmaps/dir_close_hrm.xpm 3320 * src/pixmaps/dir_close_hrm_mark.xpm 3321 * src/pixmaps/drafts_close.xpm 3322 * src/pixmaps/drafts_close_mark.xpm 3323 * src/pixmaps/drafts_open.xpm 3324 * src/pixmaps/drafts_open_mark.xpm 3325 * src/pixmaps/inbox.xpm 3326 * src/pixmaps/inbox_close.xpm 3327 * src/pixmaps/inbox_close_hrm.xpm 3328 * src/pixmaps/inbox_close_hrm_mark.xpm 3329 * src/pixmaps/inbox_close_mark.xpm 3330 * src/pixmaps/inbox_hrm.xpm 3331 * src/pixmaps/inbox_hrm_mark.xpm 3332 * src/pixmaps/inbox_mark.xpm 3333 * src/pixmaps/inbox_open.xpm 3334 * src/pixmaps/inbox_open_hrm.xpm 3335 * src/pixmaps/inbox_open_hrm_mark.xpm 3336 * src/pixmaps/inbox_open_mark.xpm 3337 * src/pixmaps/outbox.xpm 3338 * src/pixmaps/outbox_close.xpm 3339 * src/pixmaps/outbox_close_hrm.xpm 3340 * src/pixmaps/outbox_close_hrm_mark.xpm 3341 * src/pixmaps/outbox_close_mark.xpm 3342 * src/pixmaps/outbox_hrm.xpm 3343 * src/pixmaps/outbox_hrm_mark.xpm 3344 * src/pixmaps/outbox_mark.xpm 3345 * src/pixmaps/outbox_open.xpm 3346 * src/pixmaps/outbox_open_hrm.xpm 3347 * src/pixmaps/outbox_open_hrm_mark.xpm 3348 * src/pixmaps/outbox_open_mark.xpm 3349 * src/pixmaps/queue_close.xpm 3350 * src/pixmaps/queue_close_hrm.xpm 3351 * src/pixmaps/queue_close_hrm_mark.xpm 3352 * src/pixmaps/queue_close_mark.xpm 3353 * src/pixmaps/queue_open.xpm 3354 * src/pixmaps/queue_open_hrm.xpm 3355 * src/pixmaps/queue_open_hrm_mark.xpm 3356 * src/pixmaps/queue_open_mark.xpm 3357 updated, added and replaced icons 3358 Icons by Colin 3359 3360 2007-04-04 [colin] 2.8.1cvs88 3361 3362 * src/imap.c 3363 Fix build without libetpan 3364 3365 2007-04-03 [colin] 2.8.1cvs87 3366 3367 * src/imap.c 3368 Fix crash with Citadel, and try to make 3369 things work. this server (and specifically 3370 STATUS and APPEND at least) seems broken. 3371 3372 2007-04-03 [colin] 2.8.1cvs86 3373 3374 * src/folderview.c 3375 Fix icons on folder close 3376 3377 2007-04-03 [colin] 2.8.1cvs85 3378 3379 * src/inc.c 3380 Fix double-ask of offline override in 3381 certain cases 3382 * src/imap.c 3383 * src/imap.h 3384 * src/imap_gtk.c 3385 Much more efficient way to synchronise 3386 for offline use 3387 * src/etpan/imap-thread.c 3388 Fix possible segs 3389 * src/folder.c 3390 * src/gtk/quicksearch.c 3391 Fix some GUI lags 3392 3393 2007-04-03 [paul] 2.8.1cvs84 3394 3395 * src/filtering.c 3396 * src/folder.c 3397 * src/folder.h 3398 * src/prefs_common.c 3399 * src/prefs_common.h 3400 * src/prefs_other.c 3401 Fix sync being done too late 3402 Thanks to Colin 3403 3404 2007-04-02 [colin] 2.8.1cvs83 3405 3406 * src/summaryview.c 3407 Maemo: Put status and quicksearch at the top 3408 * src/plugins/bogofilter/bogofilter.c 3409 * src/plugins/spamassassin/spamassassin.c 3410 Derive trash from inbox if possible 3411 3412 2007-04-02 [paul] 2.8.1cvs82 3413 3414 * src/plugins/bogofilter/bogofilter_gtk.c 3415 a few English changes 3416 3417 2007-04-02 [paul] 3418 3419 2.9.0-rc1 released 3420 3421 2007-04-02 [colin] 2.8.1cvs81 3422 3423 * src/image_viewer.c 3424 Fix transparent images by using 3425 GtkImage 3426 * src/messageview.c 3427 Flush events (on new windows) to avoid 3428 having the textview's image resize fail 3429 to know the available width 3430 3431 2007-04-01 [colin] 2.8.1cvs80 3432 3433 * src/prefs_account.c 3434 If no MH mailbox exist, when creating a POP/Local 3435 account, just create and use the default one 3436 instead of bailing with a "Mailbox doesn't exist" 3437 error 3438 3439 2007-03-31 [colin] 2.8.1cvs79 3440 3441 * src/prefs_account.c 3442 Create signature file if it doesn't exist 3443 before editing 3444 * src/prefs_toolbar.c 3445 Maemo: Move "Use default" on the left so 3446 that people can find it 3447 * src/common/defs.h 3448 Maemo: make default editor "Maemopad", 3449 default signature file "MyDocs/signature.txt" 3450 3451 2007-03-31 [colin] 2.8.1cvs78 3452 3453 * src/prefs_account.c 3454 Maemo: rework account prefs so 3455 that less horizontal scrolling 3456 is required 3457 3458 2007-03-31 [colin] 2.8.1cvs77 3459 3460 * src/folderview.c 3461 * src/prefs_common.c 3462 * src/prefs_common.h 3463 Fix bug 1167, 'Allow not displaying zeros 3464 in folder list'. Patch by MartinP 3465 3466 2007-03-31 [colin] 2.8.1cvs76 3467 3468 * AUTHORS 3469 Add Jean-Luc Biord 3470 3471 2007-03-31 [colin] 2.8.1cvs75 3472 3473 * src/imap.c 3474 Apply patch from bug 1172, direct 3475 access to the folder's session instead 3476 of using getter. Patch by MartinP 3477 3478 2007-03-31 [paul] 2.8.1cvs74 3479 3480 * src/gtk/authors.h 3481 no need to list Fabien twice! 3482 3483 2007-03-31 [colin] 2.8.1cvs73 3484 3485 * src/inc.c 3486 If we're currently "overriding for %d minutes", 3487 don't ask 3488 3489 2007-03-31 [colin] 2.8.1cvs72 3490 3491 * src/compose.c 3492 * src/imap.c 3493 * src/inc.c 3494 * src/inc.h 3495 * src/messageview.c 3496 * src/news.c 3497 * src/plugins/spamassassin/spamassassin.c 3498 Offline override: Add a parameter to allow 3499 asking even if the override timer is running. 3500 Allows to ask every time the user makes an 3501 explicit action needing online access (such 3502 as Get Mail), and not when the action is 3503 implicit (such as opening an IMAP folder) 3504 3505 2007-03-31 [colin] 2.8.1cvs71 3506 3507 * src/inc.c 3508 Override offline: "No" answer shouldn't 3509 re-ask after 3 seconds, but 10 minutes. 3510 3511 2007-03-30 [colin] 2.8.1cvs70 3512 3513 * src/common/socket.c 3514 Better error reporting on unix socket 3515 failure (bind usually) 3516 * src/gtk/gtkutils.c 3517 * src/gtk/gtkutils.h 3518 Label window: add a pulsing progress 3519 bar to show we're not hung :) 3520 * src/folderview.c 3521 * src/main.c 3522 * src/plugins/pgpcore/sgpgme.c 3523 Update API 3524 3525 2007-03-30 [colin] 2.8.1cvs69 3526 3527 * src/pop.c 3528 * src/prefs_common.c 3529 Fix possible trashing of history and uidl 3530 files on disk full problems 3531 3532 2007-03-30 [paul] 2.8.1cvs68 3533 3534 * src/mainwindow.c 3535 * src/summaryview.c 3536 * src/summaryview.h 3537 update summary when changing layout type 3538 (fixes wrong folder icon being displayed) 3539 Thanks to Colin 3540 3541 2007-03-29 [colin] 2.8.1cvs67 3542 3543 * src/prefs_ext_prog.c 3544 The browser pref is irrelevant on Maemo 3545 3546 2007-03-29 [colin] 2.8.1cvs66 3547 3548 * src/compose.c 3549 * src/compose.h 3550 Maemo: dynamically switch headers/text position 3551 * src/prefs_common.c 3552 Maemo: hide compose's ruler by default 3553 * src/common/socket.c 3554 * src/common/socket.h 3555 Fix build warning 3556 3557 2007-03-29 [colin] 2.8.1cvs65 3558 3559 * src/common/socket.c 3560 * src/common/socket.h 3561 Fix build when MAEMO_CFLAGS contains 3562 _X_OPENSOURCE (resolv.h errors as long 3563 as we don't add _BSD_SOURCE. Ugly). 3564 3565 2007-03-29 [wwp] 2.8.1cvs64 3566 3567 * src/prefs_logging.c 3568 Fix sensitivity of clip-log widgets in prefs/logging, 3569 thanks to Fabien. 3570 3571 2007-03-29 [wwp] 2.8.1cvs63 3572 3573 * po/POTFILES.in 3574 Updated files list for translations, thanks to Fabien. 3575 3576 2007-03-29 [colin] 2.8.1cvs62 3577 3578 * src/main.c 3579 * src/common/Makefile.am 3580 * src/common/utils.c 3581 Maybe make URI opening work in Maemo 3582 Requires testing :) 3583 3584 2007-03-28 [colin] 2.8.1cvs61 3585 3586 * src/folder.c 3587 * src/folder.h 3588 * src/folderview.c 3589 Add the possibility to sort folders arbitrarily 3590 (via editing of folderlist.xml only). Patch by 3591 Martin P <mp26+claws@os.inf.tu-dresden.de> 3592 Fixes bug 1166, 'Folder ordering is fixed and cannot 3593 be changed by the user' 3594 3595 2007-03-28 [colin] 2.8.1cvs60 3596 3597 * src/mimeview.c 3598 Add popup menu for mime icons 3599 3600 2007-03-28 [colin] 2.8.1cvs59 3601 3602 * src/mainwindow.c 3603 Fix a layout issue when presenting 3604 mainwindow in Small screen layout 3605 * src/toolbar.c 3606 * src/toolbar.h 3607 Add a "Go to folder list" button for 3608 mainwindow, and make it default in 3609 the Maemo build 3610 3611 2007-03-28 [colin] 2.8.1cvs58 3612 3613 * src/compose.c 3614 Don't dynamically update title on Maemo 3615 Patch by Jean-Luc Biord 3616 3617 2007-03-27 [colin] 2.8.1cvs57 3618 3619 * src/compose.c 3620 * src/folderview.c 3621 * src/summaryview.c 3622 Enable tap-and-hold on Maemo 3623 3624 2007-03-26 [colin] 2.8.1cvs56 3625 3626 * src/compose.c 3627 More popup-menu (in attachments list) 3628 3629 2007-03-26 [colin] 2.8.1cvs55 3630 3631 * src/compose.c 3632 Enable popup-menu signal 3633 3634 2007-03-26 [colin] 2.8.1cvs54 3635 3636 * src/plugins/pgpinline/pgpinline.c 3637 Fix bug 1111, 'PGP/inline plugin hides text 3638 around encrypted text block'. Patch based on 3639 a patch from Michal Cihar. 3640 3641 2007-03-26 [wwp] 2.8.1cvs53 3642 3643 * src/procmsg.c 3644 Fix getting a false error when sending queued message 3645 whereas the sending was fine (if there are subfolders 3646 in the queue folder), thanks to Colin. 3647 3648 2007-03-26 [paul] 2.8.1cvs52 3649 3650 * src/wizard.c 3651 update FACE header in welcome message 3652 3653 2007-03-25 [colin] 2.8.1cvs51 3654 3655 * src/Makefile.am 3656 Fix make dist 3657 3658 2007-03-25 [colin] 2.8.1cvs50 3659 3660 * src/main.c 3661 Fix OSSO_NAME on Maemo (patch by Jean-Luc) 3662 3663 2007-03-24 [colin] 2.8.1cvs49 3664 3665 * src/main.c 3666 Fix a few launch problems on Maemo 3667 Patch by Jean-Luc Biord 3668 3669 2007-03-24 [wwp] 2.8.1cvs48 3670 3671 * src/alertpanel.c 3672 * src/alertpanel.h 3673 * src/messageview.c 3674 * src/summaryview.c 3675 Fix wrong action performed when closing the 3676 "ask about account specific filtering rules 3677 when filtering manually" dialog by pressing Escape. 3678 Fix wrong order of buttons in the "return receipt 3679 notification - the message was sent to several of 3680 your accounts" dialog. 3681 3682 2007-03-24 [paul] 2.8.1cvs47 3683 3684 * src/folderview.c 3685 an improvement to English usage 3686 * tools/kdeservicemenu/README 3687 updated Claws url 3688 3689 2007-03-24 [paul] 2.8.1cvs46 3690 3691 * src/Makefile.am 3692 * src/stock_pixmap.c 3693 * src/pixmaps/edit_extern.xpm 3694 * src/pixmaps/mail_sign.xpm 3695 rescue long lost icons 3696 3697 2007-03-24 [paul] 2.8.1cvs45 3698 3699 * src/toolbar.c 3700 fix toolbar (broken in 2.8.1cvs42) 3701 3702 2007-03-23 [colin] 2.8.1cvs44 3703 3704 * src/imap.c 3705 Correctly unsubscribe/resubscribe after 3706 RENAME 3707 3708 2007-03-23 [colin] 2.8.1cvs43 3709 3710 * src/prefs_common.c 3711 Maemo: as the platform is light on RAM, allow 3712 caches to be discarded faster. 3713 3714 2007-03-23 [colin] 2.8.1cvs42 3715 3716 * src/Makefile.am 3717 * src/compose.c 3718 * src/compose.h 3719 * src/stock_pixmap.c 3720 * src/stock_pixmap.h 3721 * src/summaryview.c 3722 * src/summaryview.h 3723 * src/toolbar.c 3724 * src/toolbar.h 3725 * src/pixmaps/open_mail.xpm 3726 Maemo changes: Add the possibility to have 3727 "Open Email" and "Close Window" buttons on 3728 toolbars (and use them in Maemo's default 3729 toolbars) 3730 3731 2007-03-23 [wwp] 2.8.1cvs41 3732 3733 * src/action.c 3734 Reverted that part of the action dialog closure logics, to 3735 pre-2.8.1cvs19. Managing action dialog w/ no output may be 3736 done later in a different way (or may not). 3737 3738 2007-03-22 [wwp] 2.8.1cvs40 3739 3740 * src/action.c 3741 Fix sticky action dialog when got no output but action command 3742 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19). 3743 3744 2007-03-22 [colin] 2.8.1cvs39 3745 3746 * src/prefs_filtering.c 3747 * src/gtk/combobox.h 3748 Fix escaping account names in filtering prefs 3749 3750 2007-03-22 [colin] 2.8.1cvs38 3751 3752 * src/addrindex.c 3753 * src/ldapctrl.h 3754 * src/ldapquery.c 3755 Add any attribute specified in LDAP servers' 3756 Search attributes to the Other Attributes tab 3757 of contacts; Add 'telephoneNumber' in the 3758 default list. 3759 3760 2007-03-22 [colin] 2.8.1cvs37 3761 3762 * src/folderview.c 3763 * src/folderview.h 3764 * src/mainwindow.c 3765 Try to prevent race conditions when 3766 changing the folder list 3767 * src/summaryview.c 3768 Fix possible red folder icon when 3769 switching from Small screen layout 3770 to any other 3771 3772 2007-03-22 [colin] 2.8.1cvs36 3773 3774 * src/mainwindow.c 3775 * src/mainwindow.h 3776 * src/summaryview.c 3777 Rename "little screen" to "Small screen" 3778 * src/gtk/Makefile.am 3779 * src/common/utils.c 3780 * src/mh.c 3781 Fix Maemo-related compilation problems 3782 3783 2007-03-21 [colin] 2.8.1cvs35 3784 3785 * configure.ac 3786 Fix previous commit 3787 * claws-mail.desktop 3788 Remove .png from the Icon, it's useless 3789 3790 2007-03-21 [colin] 2.8.1cvs34 3791 3792 * configure.ac 3793 * src/Makefile.am 3794 Add the necessary lib checking for 3795 Maemo 3796 3797 2007-03-21 [colin] 2.8.1cvs33 3798 3799 * src/main.c 3800 Fix unconditional "error happened" when 3801 sending via command-line. "lol @ myself" 3802 3803 2007-03-21 [colin] 2.8.1cvs32 3804 3805 * claws-mail-40x40.png 3806 * claws-mail-26x26.png 3807 * src/account.c 3808 * src/addressbook.c 3809 * src/compose.c 3810 * src/folderview.c 3811 * src/folderview.h 3812 * src/main.c 3813 * src/mainwindow.c 3814 * src/mainwindow.h 3815 * src/messageview.c 3816 * src/prefs_account.c 3817 * src/prefs_common.c 3818 * src/summary_search.c 3819 * src/summaryview.c 3820 * src/summaryview.h 3821 * src/gtk/authors.h 3822 * src/gtk/gtkutils.c 3823 * src/gtk/gtkutils.h 3824 * src/gtk/logwindow.c 3825 * src/gtk/menu.c 3826 * src/gtk/prefswindow.c 3827 Add Maemo port (patch mainly by Jean-Luc Biort) 3828 Add a new 'Little screen' layout to help on such 3829 platforms (patch by me) 3830 Make some default preferences different (more 3831 adapted) on Maemo (patch by me) 3832 3833 2007-03-21 [wwp] 2.8.1cvs31 3834 3835 * src/prefs_logging.c 3836 * src/prefs_logging.h 3837 Fixed copyright header of newly added files. 3838 3839 2007-03-21 [wwp] 2.8.1cvs30 3840 3841 * src/Makefile.am 3842 * src/filtering.c 3843 * src/filtering.h 3844 * src/folder.c 3845 * src/folderview.c 3846 * src/imap.c 3847 * src/inc.c 3848 * src/main.c 3849 * src/mainwindow.c 3850 * src/mainwindow.h 3851 * src/matcher.c 3852 * src/messageview.c 3853 * src/news.c 3854 * src/pop.c 3855 * src/prefs_common.c 3856 * src/prefs_common.h 3857 * src/prefs_logging.c 3858 * src/prefs_logging.h 3859 * src/prefs_other.c 3860 * src/procmsg.c 3861 * src/send_message.c 3862 * src/summaryview.c 3863 * src/common/log.c 3864 * src/common/log.h 3865 * src/common/nntp.c 3866 * src/common/session.c 3867 * src/common/smtp.c 3868 * src/common/socket.c 3869 * src/etpan/imap-thread.c 3870 * src/gtk/logwindow.c 3871 * src/gtk/logwindow.h 3872 * src/plugins/bogofilter/bogofilter.c 3873 * src/plugins/spamassassin/spamassassin.c 3874 Added debugging of filtering/processing rules. 3875 The debug log is here 'Tools/Filtering debug window', 3876 the options there 'Configuration/Preferences/Other/Logging', 3877 and the log file is ~/.claws-mail/filtering.log. 3878 Moved protocol log prefs to 'Other/Logging' as well. 3879 To support such debugging feature, the existing log API has 3880 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and 3881 this impacts many external modules (commits follow). 3882 3883 2007-03-21 [paul] 2.8.1cvs29 3884 3885 * src/etpan/Makefile.am 3886 * src/etpan/imap-thread.c 3887 add missing #include 3888 3889 2007-03-21 [colin] 2.8.1cvs28 3890 3891 * src/procmime.c 3892 Fix bug 1157, 'some broken messages confuse 3893 mime parser'. Make sure we can't have MimeInfos 3894 with negative sizes. 3895 3896 2007-03-20 [colin] 2.8.1cvs27 3897 3898 * src/main.c 3899 Fix missing \0 on buffer 3900 3901 2007-03-20 [colin] 2.8.1cvs26 3902 3903 * src/mh.c 3904 Use make_dir_hier instead of make_dir 3905 to create the MH mailbox 3906 3907 2007-03-20 [colin] 2.8.1cvs25 3908 3909 * src/folder.c 3910 * src/folder.h 3911 * src/prefs_account.c 3912 * src/wizard.c 3913 Fix default inbox weirdnesses (after wizard, 3914 if path is Mail, mailbox identifier is #mh/Mailbox, 3915 and when creating new accounts) 3916 3917 2007-03-20 [colin] 2.8.1cvs24 3918 3919 * src/account.c 3920 Write folderlist after adding/deleting accounts 3921 that have folders 3922 3923 2007-03-20 [colin] 2.8.1cvs23 3924 3925 * src/imap.c 3926 * src/remotefolder.h 3927 Fix bug 1153, 'CM segfaults if IMAP folder is 3928 selected while scanning prior to update' 3929 3930 2007-03-17 [paul] 2.8.1cvs22 3931 3932 * src/main.c 3933 fix a typo, and be a little more verbose. 3934 3935 2007-03-17 [wwp] 2.8.1cvs21 3936 3937 * src/inc.c 3938 Fix a compiler warning. 3939 3940 2007-03-16 [wwp] 2.8.1cvs20 3941 3942 * tools/Makefile.am 3943 * tools/README 3944 Updated to deal w/ the new mairix.sh tool. 3945 3946 2007-03-16 [wwp] 2.8.1cvs19 3947 3948 * src/action.c 3949 Fix logics issues around the action IO dialog: 3950 - disable entry widget and exec button when 3951 the exec button is clicked (don't wait for any 3952 output line) - fix possible disabling/re-enabling/ 3953 re-disabling of those widgets 3954 - raise an error if executing a %as{} action either 3955 empty or invalid, instead of failing silently 3956 - don't close the dialog if the abort button has been 3957 clicked and if there was no output yet 3958 - set focus to the abort button when the exec button 3959 is clicked 3960 - fix capitalization of a warning message 3961 3962 2007-03-16 [wwp] 2.8.1cvs18 3963 3964 * tools/mairix.sh 3965 Added a wrapper to mairix to the tools folder. 3966 3967 2007-03-16 [colin] 2.8.1cvs17 3968 3969 * src/messageview.c 3970 * src/mimeview.h 3971 Allow mimeviewer plugins to print 3972 their stuff 3973 3974 2007-03-16 [colin] 2.8.1cvs16 3975 3976 * .cvsignore 3977 Ignore *.patchset 3978 3979 2007-03-15 [colin] 2.8.1cvs15 3980 3981 * src/messageview.c 3982 * src/mimeview.h 3983 Add a way for mimeviewer plugins to 3984 implement body search 3985 3986 2007-03-15 [paul] 2.8.1cvs14 3987 3988 * src/prefs_spelling.c 3989 fix English usage 3990 3991 2007-03-15 [paul] 2.8.1cvs13 3992 3993 * src/common/quoted-printable.c 3994 fix decoding of quoted-printable parts 3995 3996 2007-03-14 [wwp] 2.8.1cvs12 3997 3998 * src/gtk/logwindow.h 3999 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\. 4000 4001 2007-03-14 [wwp] 2.8.1cvs11 4002 4003 * src/gtk/logwindow.h 4004 Complete 2.8.1cvs10. 4005 4006 2007-03-14 [colin] 2.8.1cvs10 4007 4008 * src/gtk/logwindow.c 4009 Probably fix bug 1149, crash on logwindow 4010 close - at the expense of performance once 4011 logwin has been opened 4012 4013 2007-03-14 [colin] 2.8.1cvs9 4014 4015 * src/main.c 4016 If claws-mail is running on another 4017 display, warn instead of popping it up 4018 on the other display 4019 4020 2007-03-12 [colin] 2.8.1cvs8 4021 4022 * src/wizard.c 4023 Fix bug 1145, 'Setting a different name 4024 for the Mailbox name isn't reflected in 4025 default account settings'. Patch by wwp 4026 4027 2007-03-12 [colin] 2.8.1cvs7 4028 4029 * src/summaryview.c 4030 Fix bug 1143, 'Add number of messages to be 4031 deleted to confirmation dialog' 4032 4033 2007-03-12 [wwp] 2.8.1cvs6 4034 4035 * src/folderview.c 4036 * src/prefs_common.c 4037 * src/prefs_common.h 4038 * src/prefs_summaries.c 4039 Changed the option that displays unread messages count 4040 next to the folder name in folder list: it is now 4041 possible to either display nothing, display the 4042 unread messages number only or the unread and total messages 4043 numbers. The patch includes this extra feature as well 4044 as some minor fixes by rewriting the algo in folderview.c. 4045 Thanks to Paul for the original idea and implementation, plus 4046 testing and proof-reading! 4047 4048 2007-03-09 [paul] 2.8.1cvs5 4049 4050 * tools/Makefile.am 4051 * tools/README 4052 * tools/claws-mail-compose-insert-files.pl 4053 added a script which enables inserting files 4054 into the message body of a new Claws Mail 4055 Compose window from the command line. Additionally 4056 To, Cc, Subject and files to attach to the message 4057 can be specified. 4058 4059 2007-03-09 [wwp] 2.8.1cvs4 4060 4061 * src/addr_compl.c 4062 * src/addr_compl.h 4063 * src/filtering.c 4064 Optimize matching of addresses in the addressbook 4065 (filtering/processing 'found_in_addressbook' condition). 4066 4067 2007-03-07 [wwp] 2.8.1cvs3 4068 4069 * src/quote_fmt.c 4070 * src/quote_fmt_lex.l 4071 * src/quote_fmt_parse.y 4072 Add a new quote format symbol: %A to insert the 4073 sender email address (just the address itself). 4074 4075 2007-03-06 [wwp] 2.8.1cvs2 4076 4077 * src/gtk/gtkutils.c 4078 * src/plugins/trayicon/trayicon_prefs.h 4079 * src/plugins/trayicon/trayicon_prefs.c 4080 * src/plugins/trayicon/trayicon.c 4081 * src/mainwindow.h 4082 * src/mainwindow.c 4083 Add a new trayicon (optional) feature: minimize to tray. When enabled, 4084 minimizing Claws-Mail main window will hide it to the trayicon instead. 4085 4086 4087 2007-03-06 [paul] 2.8.1cvs1 4088 4089 * NEWS 4090 * README 4091 * RELEASE_NOTES 4092 * configure.ac 4093 bump version number following 4094 stable release 4095 4096 2007-03-06 [paul] 2.8.0cvs24 4097 4098 * po/cs.po 4099 corrected by by Tim <timbrain@post.cz> 4100 4101 2007-03-05 [colin] 2.8.0cvs23 4102 4103 * src/Makefile.am 4104 * src/procmime.c 4105 Fix mime/globs path on NetBSD 4106 patch by George Michaelson 4107 4108 2007-03-05 [wwp] 2.8.0cvs22 4109 4110 * src/addr_compl.c 4111 Remove debug statement (accidentally committed w/ cvs14). 4112 4113 2007-03-05 [paul] 2.8.0cvs21 4114 4115 * src/plugins/pgpcore/prefs_gpg.c 4116 fix compiler warning 4117 4118 2007-03-05 [wwp] 2.8.0cvs20 4119 4120 * src/matcher_parser_parse.y 4121 Fix mismerge between cvs17 and cvs19. 4122 4123 2007-03-05 [wwp] 2.8.0cvs19 4124 4125 * src/matcher_parser_parse.y 4126 * src/prefs_filtering_action.c 4127 * src/matcher.c 4128 * src/matcher.h 4129 * src/filtering.c 4130 * src/filtering.h 4131 Add new 'add_to_addressbook' filtering/processing action. 4132 4133 2007-03-05 [wwp] 2.8.0cvs18 4134 4135 * src/filtering.c 4136 Fix mark_as_ham filtering/processing action: spam flag 4137 was not unset. 4138 4139 2007-03-04 [colin] 2.8.0cvs17 4140 4141 * src/filtering.c 4142 * src/matcher.c 4143 * src/matcher.h 4144 * src/matcher_parser_parse.y 4145 * src/prefs_filtering_action.c 4146 Add 'Mark as spam' and 'Mark as ham' filtering 4147 actions. Fixes bug 1138. 4148 4149 2007-03-04 [colin] 2.8.0cvs16 4150 4151 * src/imap.c 4152 Fix bug 1140, wrong return value 4153 without libetpan 4154 4155 2007-03-04 [wwp] 2.8.0cvs15 4156 4157 * src/addr_compl.c 4158 Rollback cvs14: don't free stuff that is managed in g_list. 4159 4160 2007-03-04 [wwp] 2.8.0cvs14 4161 4162 * src/addr_compl.c 4163 Fix a leak in address completion code. 4164 4165 2007-03-04 [colin] 2.8.0cvs13 4166 4167 * src/addr_compl.c 4168 Maybe fix bug 1136, 'Crash in group 4169 address completion' 4170 4171 2007-03-04 [iwkse] 2.8.0cvs12 4172 4173 * src/imap.c 4174 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN 4175 4176 2007-03-03 [colin] 2.8.0cvs11 4177 4178 * src/plugins/pgpinline/pgpinline.c 4179 Fix off-by-one, fix double-free. Fixes 4180 bug 1135, 'cm-segfault on decrypting 4181 with PGP/inline' 4182 4183 2007-03-03 [colin] 2.8.0cvs10 4184 4185 * configure.ac 4186 * src/main.c 4187 * src/common/plugin.c 4188 Fix bug 1134, 'Valgrind macros unhandled 4189 by Irix's cc' 4190 4191 2007-03-02 [colin] 2.8.0cvs9 4192 4193 * src/mbox.c 4194 Don't error out on EAGAIN. Fixes 4195 bug 1129, '"local mbox file" account 4196 isn't retrieving mails' 4197 4198 2007-03-01 [wwp] 2.8.0cvs8 4199 4200 * src/mainwindow.c 4201 * src/gtk/colorlabel.c 4202 Remove accels for extra color labels until we set better 4203 and definitive ones. 4204 4205 2007-02-28 [wwp] 2.8.0cvs7 4206 4207 * src/mainwindow.c 4208 * src/matcher_parser_parse.y 4209 * src/prefs_common.c 4210 * src/prefs_msg_colors.c 4211 * src/procmsg.h 4212 * src/gtk/colorlabel.c 4213 * src/gtk/colorlabel.h 4214 Add more customizable color labels. Cleaned up a bit 4215 the color label API to avoid duplicate defines of 4216 the max number of colors. 4217 4218 2007-02-27 [colin] 2.8.0cvs6 4219 4220 * src/mainwindow.c 4221 * src/common/utils.c 4222 * src/common/utils.h 4223 Fix '+' in mailto URIs for List-* headers 4224 4225 2007-02-27 [colin] 2.8.0cvs5 4226 4227 * src/gtk/gtkutils.c 4228 Use gtk_window_set_role instead of 4229 _set_wmclass 4230 4231 2007-02-27 [colin] 2.8.0cvs4 4232 4233 * src/inc.c 4234 Fix "After receiving new mail, go to inbox" on IMAP, 4235 and make it work only on manual reception 4236 4237 2007-02-27 [wwp] 2.8.0cvs3 4238 4239 * src/prefs_filtering.c 4240 * src/prefs_filtering_action.c 4241 * src/prefs_matcher.c 4242 Update filtering matcher's and action's color label menus 4243 when re-opening those dialogs (reflect any change to the 4244 color labels list in the preferences). 4245 4246 2007-02-27 [colin] 2.8.0cvs2 4247 4248 * src/imap.c 4249 * src/etpan/etpan-thread-manager-types.h 4250 * src/etpan/etpan-thread-manager.c 4251 * src/etpan/imap-thread.c 4252 Log imap ALERTs as errors in the log. 4253 4254 2007-02-26 [paul] 2.8.0cvs1 4255 4256 * tools/claws.i18n.status.pl 4257 updated 4258 4259 2007-02-26 [paul] 2.7.2cvs75 4260 4261 * po/ca.po 4262 * po/cs.po 4263 * po/de.po 4264 * po/en_GB.po 4265 * po/fi.po 4266 * po/fr.po 4267 * po/hu.po 4268 * po/pl.po 4269 * po/pt_BR.po 4270 * po/sk.po 4271 * po/sr.po 4272 * po/zh_CN.po 4273 updated by Miquel Oliete, Tim Brain, Stephan Sachse, 4274 me, Flammie Pirinen, Fabien Vantard, Pader Rezso, 4275 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian, 4276 Aleksandar Urosevic, and Ralgh Young 4277 4278 2007-02-25 [mones] 2.7.2cvs74 4279 4280 * po/es.po 4281 Updated for release 4282 4283 2007-02-25 [colin] 2.7.2cvs73 4284 4285 * src/main.c 4286 Clearing the list is only useful 4287 to prevent a valgrind false-positive 4288 4289 2007-02-25 [paul] 2.7.2cvs72 4290 4291 * tools/Makefile.am 4292 * tools/README 4293 * tools/kmail-mailbox2claws-mail.pl **ADDED** 4294 * tools/maildir2claws-mail.pl **REMOVED** 4295 renamed the script, fixed a couple bugs 4296 4297 2007-02-23 [colin] 2.7.2cvs71 4298 4299 * src/addressbook.c 4300 Fix a leak, check for a few improbable nulls 4301 4302 2007-02-23 [colin] 2.7.2cvs70 4303 4304 * src/main.c 4305 * src/main.h 4306 * src/plugins/trayicon/trayicon.c 4307 Fix blinking mainwin when starting in tray 4308 (show mainwindow later in the startup process, 4309 apart if restarting post-crash) 4310 4311 2007-02-23 [colin] 2.7.2cvs69 4312 4313 * src/folderview.c 4314 * src/imap_gtk.c 4315 Fix crash when unsubscribing the currently 4316 selected/opened folder 4317 4318 2007-02-23 [colin] 2.7.2cvs68 4319 4320 * src/compose.c 4321 Fix bug that prevented colorization to 4322 work without wrap quotation option 4323 4324 2007-02-23 [colin] 2.7.2cvs67 4325 4326 * src/addr_compl.c 4327 Fix refcounting, start and end completion who 4328 behaved as if there couldn't be any other current 4329 user of completion 4330 4331 2007-02-23 [wwp] 2.7.2cvs66 4332 4333 * src/addressbook.c 4334 * src/addrindex.c 4335 Address completion fixes: fix addressbook_peek_folder_exists() in 4336 which the algorithm was ridiculously over-obfuscated and broken. 4337 Fix addrindex_load_completion() as well, to load addresses in 4338 completion list with regards to what addressbook_peek_folder_exists() 4339 returns now. 4340 4341 2007-02-23 [wwp] 2.7.2cvs65 4342 4343 * src/addr_compl.c 4344 Add addresses to completion when they're non-empty (thanks to Colin). 4345 4346 2007-02-23 [paul] 2.7.2cvs64 4347 4348 * src/plugins/pgpcore/passphrase.c 4349 remove 'const ' 4350 4351 2007-02-23 [colin] 2.7.2cvs63 4352 4353 * src/plugins/pgpcore/prefs_gpg.c 4354 * src/plugins/pgpcore/prefs_gpg.h 4355 * src/plugins/pgpcore/sgpgme.c 4356 * src/plugins/pgpinline/pgpinline.c 4357 * src/plugins/pgpmime/pgpmime.c 4358 Try harder to respect user's choice wrt 4359 gpg-agent even with gpg2, by unsetting 4360 GPG_AGENT_INFO when necessary. 4361 4362 2007-02-22 [paul] 2.7.2cvs62 4363 4364 * src/plugins/pgpcore/sgpgme.c 4365 * src/plugins/pgpcore/sgpgme.h 4366 * src/plugins/pgpcore/passphrase.c 4367 * src/plugins/pgpinline/pgpinline.c 4368 * src/plugins/pgpmime/pgpmime.c 4369 Fix a leak - gpgme_data_release_and_get_mem 4370 leaks in recent gpgme. Workaround by using 4371 our own function. 4372 4373 2007-02-22 [paul] 2.7.2cvs61 4374 4375 * src/gtk/quicksearch.c 4376 Abandon dynamic search when pressing 4377 Enter 4378 4379 2007-02-21 [colin] 2.7.2cvs60 4380 4381 * src/procmsg.c 4382 * src/plugins/pgpcore/passphrase.c 4383 Fix little memory leaks 4384 * src/main.c 4385 Fix false-positive leak at exit 4386 * src/gtk/quicksearch.c 4387 Fix potentially big leak in recursive 4388 Quicksearch 4389 4390 2007-02-21 [wwp] 2.7.2cvs59 4391 4392 * src/summaryview.c 4393 Add missing newline to a debug message. 4394 4395 2007-02-20 [colin] 2.7.2cvs58 4396 4397 * src/Makefile.am 4398 * src/mimeview.c 4399 * src/stock_pixmap.c 4400 * src/stock_pixmap.h 4401 * src/pixmaps/mime_pgpsig.xpm 4402 Add icon for application/pgp-signature 4403 4404 2007-02-20 [colin] 2.7.2cvs57 4405 4406 * src/Makefile.am 4407 * src/main.c 4408 * src/mimeview.c 4409 * src/stock_pixmap.c 4410 * src/stock_pixmap.h 4411 * src/pixmaps/mime_calendar.xpm 4412 * src/pixmaps/mime_pdf.xpm 4413 * src/pixmaps/mime_ps.xpm 4414 Add icons for text/calendar, application/pdf 4415 and application/postscript 4416 4417 2007-02-20 [colin] 2.7.2cvs56 4418 4419 * autogen.sh 4420 * src/matcher_parser_parse.y 4421 * src/matcher_parser_lex.l 4422 Fix big memory leak in flex, and 4423 require flex 2.5.31 4424 4425 2007-02-20 [wwp] 2.7.2cvs55 4426 4427 * src/matcher_parser_parse.y 4428 Fix a duplicate token definition (thanks to iwkse). 4429 4430 2007-02-20 [wwp] 2.7.2cvs54 4431 4432 * src/matcher_parser_lex.l 4433 * src/quote_fmt_lex.l 4434 Use proper flex options instead of direct use of #define, 4435 make the flex-generated C lighter. 4436 4437 2007-02-20 [colin] 2.7.2cvs53 4438 4439 * src/summaryview.c 4440 Grab focus in message list after hiding 4441 the quicksearch, instead of leaving it 4442 "somewhere" 4443 4444 2007-02-19 [colin] 2.7.2cvs52 4445 4446 * src/folderview.c 4447 Fix bug 1033, 'Automatically refresh 4448 message list when new messages arrives' 4449 Looks like folderview->opened can sometimes 4450 be wrong... 4451 4452 2007-02-19 [paul] 2.7.2cvs51 4453 4454 * tools/Makefile.am 4455 * tools/README 4456 * tools/thunderbird-filters-convertor.pl 4457 add new script which converts thunderbird filter 4458 rules to Claws filter rules 4459 4460 2007-02-18 [paul] 2.7.2cvs50 4461 4462 * src/plugins/pgpcore/prefs_gpg.c 4463 * src/plugins/pgpcore/prefs_gpg.h 4464 * src/plugins/pgpcore/sgpgme.c 4465 * src/plugins/pgpinline/pgpinline.c 4466 * src/plugins/pgpmime/pgpmime.c 4467 improved GUI interoperability with gpg-agent 4468 4469 2007-02-18 [paul] 2.7.2cvs49 4470 4471 * src/prefs_account.c 4472 Privacy options sensitivity fix 4473 4474 2007-02-17 [colin] 2.7.2cvs48 4475 4476 * src/messageview.c 4477 Reset icon to warning in the noticeview 4478 4479 2007-02-15 [colin] 2.7.2cvs47 4480 4481 * src/folderview.c 4482 Fix a manifestation of bug 1033 (summaryview failing 4483 to update for new mails), which happens after editing 4484 account preferences or preferences that cause a 4485 folderview reload. 4486 4487 2007-02-15 [colin] 2.7.2cvs46 4488 4489 * src/addressbook.c 4490 Probably fix bug 1123, 'Segmentation 4491 fault while opening address book'. I get 4492 g_warnings if the saved paned position is 4493 not greater than 0. Also, save position 4494 when hiding the addressbook instead of 4495 via signal. 4496 4497 2007-02-14 [colin] 2.7.2cvs45 4498 4499 * src/plugins/pgpcore/prefs_gpg.c 4500 * src/plugins/pgpcore/prefs_gpg.h 4501 * src/plugins/pgpcore/sgpgme.c 4502 * src/plugins/pgpinline/pgpinline.c 4503 * src/plugins/pgpmime/pgpmime.c 4504 Add an option "Use gpg-agent if available". Fixes 4505 annoyances with distro-installed gpg-agent, when 4506 no pinentry program is installed, and the user's 4507 at a loss on why "decryption failed". Makes more 4508 clear why passphrase isn't saved when gpg-agent is 4509 used. Defaults to true, to avoid changing the 4510 current behaviour. 4511 4512 2007-02-14 [wwp] 2.7.2cvs44 4513 4514 * src/matcher_parser_parse.y 4515 Fix missing line number reset (wrong line number might appear 4516 when re-loading filtering rules if there's a parser error). 4517 4518 2007-02-13 [colin] 2.7.2cvs43 4519 4520 * src/common/utils.c 4521 Don't encode ',' in URIs before passing it 4522 to the browser command-line. It was probably 4523 done at a time where commas in URIs made 4524 mozilla -remote 'openurl(%s,new-window)' 4525 bug. 4526 4527 2007-02-13 [wwp] 2.7.2cvs42 4528 4529 * src/prefs_matcher.c 4530 * src/plugins/bogofilter/bogofilter_gtk.c 4531 A bit of string factorization around "Select ..." buttons. 4532 4533 2007-02-11 [colin] 2.7.2cvs41 4534 4535 * src/alertpanel.c 4536 Make sure to escape the title 4537 4538 2007-02-11 [colin] 2.7.2cvs40 4539 4540 * src/codeconv.c 4541 Recognize .utf8 locales as .UTF-8 ones 4542 4543 2007-02-11 [colin] 2.7.2cvs39 4544 4545 * src/compose.c 4546 Fix code conversion when dragging a file 4547 4548 2007-02-09 [colin] 2.7.2cvs38 4549 4550 * src/plugins/clamav/clamav_plugin.c 4551 Complete Paul's patch with conditional 4552 compilation to avoid breaking compilation 4553 on old Dapper and Edgy... Maybe other 4554 distros too. 4555 4556 2007-02-09 [paul] 2.7.2cvs37 4557 4558 * src/plugins/clamav/clamav_plugin.c 4559 fix for the upstream changes in libclamav 4560 4561 2007-02-09 [paul] 2.7.2cvs36 4562 4563 * src/main.c 4564 * src/mainwindow.c 4565 * src/procmsg.c 4566 * src/procmsg.h 4567 fix "warn if there are queued messages" (on exit) 4568 option, which only checked the first mailbox's 4569 queue 4570 don't ask before emptying trash if there are no 4571 messages in trash, also check and empty all trash 4572 folders 4573 * src/prefs_other.c 4574 move "Ask before emptying trash" option 4575 outside of the "On exit" frame as it's 4576 not only an "On exit" option 4577 4578 2007-02-09 [paul] 2.7.2cvs35 4579 4580 * src/addrgather.c 4581 * src/alertpanel.c 4582 * src/editldap.c 4583 * src/prefs_account.c 4584 * src/prefs_folder_item.c 4585 * src/prefs_gtk.h 4586 * src/prefs_matcher.c 4587 * src/prefs_message.c 4588 * src/prefs_msg_colors.c 4589 * src/prefs_summaries.c 4590 * src/wizard.c 4591 * src/gtk/inputdialog.c 4592 * src/plugins/bogofilter/bogofilter_gtk.c 4593 pedantic commit: use 'checkbtn' everywhere 4594 instead of a mixture of 'checkbtn' and 'chkbtn' 4595 4596 2007-02-09 [paul] 2.7.2cvs34 4597 4598 * src/compose.c 4599 fix default hotkeys 4600 * src/prefs_other.c 4601 * src/prefs_send.c 4602 move "Never send Return Receipts" from 4603 prefs_other to prefs_send 4604 add an option "Ask about account specific 4605 filtering rules..." to prefs_other 4606 * src/gtk/gtkutils.c 4607 fix a compiler warning 4608 4609 2007-02-08 [colin] 2.7.2cvs33 4610 4611 * src/plugins/pgpinline/pgpinline.c 4612 Fix bug 1110, 'pgpmime fails to process 4613 encapsulated openpgp mime (rfc 3156, 6.1 4614 -> rfc1847)' 4615 It was due to an interaction between PGP/Mime 4616 and PGP/Inline plugin. 4617 4618 2007-02-08 [colin] 2.7.2cvs32 4619 4620 * src/inc.c 4621 * src/mbox.c 4622 * src/mbox.h 4623 Fix bug 1117, 'fcntl locking code 4624 does not work in mbox.c' 4625 4626 2007-02-08 [colin] 2.7.2cvs31 4627 4628 * src/prefs_account.c 4629 Fix Gentoo bug 165819, 'can't create 4630 a "local mbox file" account'. Patch 4631 by Olivier <castan.o@free.fr> 4632 4633 2007-02-07 [colin] 2.7.2cvs30 4634 4635 * src/ldapquery.c 4636 Fix bug 1106, 'Claws crash on exit if LDAPS 4637 autocompletion was used' 4638 4639 2007-02-07 [paul] 2.7.2cvs29 4640 4641 * src/folder.c 4642 cut down on unnecessary debug_prints 4643 * src/imap_gtk.c 4644 fix menu_set_active() on 'Show only 4645 subscribed folders' 4646 4647 2007-02-07 [paul] 2.7.2cvs28 4648 4649 * src/plugins/clamav/clamav_plugin.c 4650 * src/plugins/clamav/clamav_plugin.h 4651 * src/plugins/clamav/clamav_plugin_gtk.c 4652 fix copyright header 4653 4654 2007-02-07 [paul] 2.7.2cvs27 4655 4656 * src/procheader.c 4657 fix bug 1116, 'summary view allow a 4658 subject line break' 4659 4660 2007-02-06 [colin] 2.7.2cvs26 4661 4662 * src/summaryview.c 4663 Fix delete thread 4664 4665 2007-02-05 [fabien] 2.7.2cvs25 4666 4667 * po/POTFILES.in 4668 * src/uri_opener.c 4669 i18n related - 1 fix and 1 message for translators. 4670 4671 2007-02-05 [colin] 2.7.2cvs24 4672 4673 * src/gtk/quicksearch.c 4674 Don't reload summary list if quicksearch wasn't 4675 active on hiding; move currently selected mail in 4676 the visible area when showing the quicksearch 4677 4678 2007-02-05 [colin] 2.7.2cvs23 4679 4680 * src/folderview.c 4681 Add debug to try to solve bug 1104 4682 4683 2007-02-05 [paul] 2.7.2cvs22 4684 4685 * src/mainwindow.c 4686 confirm before emptying trash on exit is 4687 a Yes or No answer, use Yes or No in the 4688 dialog 4689 4690 2007-02-04 [colin] 2.7.2cvs21 4691 4692 * src/compose.c 4693 * src/plugins/pgpcore/passphrase.c 4694 * src/plugins/pgpcore/select-keys.c 4695 Set wmclass on new windows 4696 4697 2007-02-04 [colin] 4698 4699 2.8.0-rc1 released 4700 4701 2007-02-04 [colin] 2.7.2cvs20 4702 4703 * src/compose.c 4704 * src/compose.h 4705 Auto save drafts on exit, reopen them 4706 at startup, instead of asking 4707 * src/account.c 4708 * src/addressadd.c 4709 * src/addressbook.c 4710 * src/addressbook_foldersel.c 4711 * src/addrgather.c 4712 * src/crash.c 4713 * src/editaddress.c 4714 * src/editbook.c 4715 * src/editgroup.c 4716 * src/editjpilot.c 4717 * src/editldap.c 4718 * src/editldap_basedn.c 4719 * src/editvcard.c 4720 * src/exphtmldlg.c 4721 * src/expldifdlg.c 4722 * src/export.c 4723 * src/foldersel.c 4724 * src/gedit-print.c 4725 * src/import.c 4726 * src/importldif.c 4727 * src/importmutt.c 4728 * src/importpine.c 4729 * src/main.c 4730 * src/mainwindow.c 4731 * src/message_search.c 4732 * src/messageview.c 4733 * src/prefs_actions.c 4734 * src/prefs_customheader.c 4735 * src/prefs_display_header.c 4736 * src/prefs_filtering.c 4737 * src/prefs_filtering_action.c 4738 * src/prefs_folder_column.c 4739 * src/prefs_gtk.c 4740 * src/prefs_matcher.c 4741 * src/prefs_other.c 4742 * src/prefs_summaries.c 4743 * src/prefs_summary_column.c 4744 * src/prefs_template.c 4745 * src/sourcewindow.c 4746 * src/ssl_manager.c 4747 * src/summary_search.c 4748 * src/uri_opener.c 4749 * src/gtk/about.c 4750 * src/gtk/description_window.c 4751 * src/gtk/foldersort.c 4752 * src/gtk/gtkutils.c 4753 * src/gtk/gtkutils.h 4754 * src/gtk/icon_legend.c 4755 * src/gtk/logwindow.c 4756 * src/gtk/pluginwindow.c 4757 * src/gtk/prefswindow.c 4758 Give different wmclass to different 4759 windows - thanks to sed ;) 4760 4761 2007-02-04 [colin] 2.7.2cvs19 4762 4763 * src/main.c 4764 Revert previous patch, can't reproduce 4765 it anymore. 4766 4767 2007-02-03 [colin] 2.7.2cvs18 4768 4769 * src/main.c 4770 Don't save the mainwindow size and 4771 position on emergency exit (libSM's 4772 "die" callback), Xfce seems to make 4773 the window smaller just before the 4774 size's saved. 4775 4776 2007-02-03 [colin] 2.7.2cvs17 4777 4778 * src/plugins/bogofilter/bogofilter.c 4779 * src/plugins/bogofilter/bogofilter.h 4780 * src/plugins/bogofilter/bogofilter_gtk.c 4781 * src/plugins/pgpinline/pgpinline.c 4782 * src/plugins/pgpinline/pgpinline.h 4783 Fix more copyrights 4784 4785 2007-02-03 [colin] 2.7.2cvs16 4786 4787 * src/partial_download.c 4788 * src/partial_download.h 4789 * src/ssl_manager.c 4790 * src/ssl_manager.h 4791 * src/uri_opener.c 4792 * src/uri_opener.h 4793 * src/wizard.c 4794 * src/wizard.h 4795 * src/common/ssl_certificate.c 4796 * src/common/ssl_certificate.h 4797 * src/gtk/quicksearch.c 4798 * src/gtk/quicksearch.h 4799 * src/gtk/sslcertwindow.c 4800 * src/gtk/sslcertwindow.h 4801 Fix copyright on my files 4802 4803 2007-02-02 [colin] 2.7.2cvs15 4804 4805 * src/Makefile.am 4806 * src/mainwindow.c 4807 * src/messageview.c 4808 * src/messageview.h 4809 * src/textview.c 4810 * src/textview.h 4811 * src/uri_opener.c 4812 * src/uri_opener.h 4813 Add Tools/List URIs to allow 4814 opening any URI in the current mail 4815 4816 2007-02-02 [colin] 2.7.2cvs14 4817 4818 * src/common/valgrind.h ** NEW FILE ** 4819 * src/common/Makefile.am 4820 * src/common/plugin.c 4821 Don't dlclose the plugins if we're running 4822 under valgrind. (doesn't require valgrind 4823 either at compile time or run time). 4824 4825 2007-02-01 [paul] 2.7.2cvs13 4826 4827 * AUTHORS 4828 * src/gtk/authors.h 4829 * tools/freshmeat_search.pl 4830 * tools/google_search.pl 4831 * tools/multiwebsearch.pl 4832 add support for non ISO-8859-1 compatible locales 4833 Patch by Alex Gorbachenko <agent_007@immo.ru> 4834 4835 2007-02-01 [colin] 2.7.2cvs12 4836 4837 * src/prefs_other.c 4838 * src/prefs_summaries.c 4839 Move keybinding prefs to the Other page 4840 4841 2007-02-01 [wwp] 2.7.2cvs11 4842 4843 * src/plugins/trayicon/trayicon.c 4844 Fix a raising issue within KDE. 4845 4846 2007-02-01 [colin] 2.7.2cvs10 4847 4848 * src/codeconv.c 4849 Fix stray quotes in encoded strings 4850 * src/addressadd.c 4851 Fix wrong call causing g_warnings 4852 * src/textview.c 4853 Remove useless message 4854 4855 2007-01-31 [wwp] 2.7.2cvs9 4856 4857 * src/plugins/trayicon/trayicon.c 4858 fix buggy hiding of main window when closing if close-to-tray 4859 is not set (bad logics in the trayicon hook code). 4860 Changed the quit confirmation message too. 4861 4862 2007-01-30 [colin] 2.7.2cvs8 4863 4864 * src/main.c 4865 Fix hidden mainwindow after clicking on 4866 the X close button, if compose windows 4867 exist and the user chooses not to quit 4868 4869 2007-01-30 [colin] 2.7.2cvs7 4870 4871 * src/main.c 4872 * src/compose.c 4873 Handle local URIs to attach files (file:///...) 4874 Fixes attaching files from Thunar for example 4875 4876 2007-01-30 [colin] 2.7.2cvs6 4877 4878 * src/prefs_ext_prog.c 4879 Add 'mousepad' to the list of text editors. 4880 Mousepad is XFCE's text editor 4881 4882 2007-01-29 [wwp] 2.7.2cvs5 4883 4884 * po/POTFILES.in 4885 * src/plugins/trayicon/trayicon_prefs.c 4886 trayicon i18n fixes, thanks to Fabien. 4887 4888 2007-01-28 [wwp] 2.7.2cvs4 4889 4890 * src/mainwindow.c 4891 * src/mainwindow.h 4892 * src/plugins/trayicon/trayicon.c 4893 * src/plugins/trayicon/trayicon_prefs.c 4894 * src/plugins/trayicon/trayicon_prefs.h 4895 Added a new TrayIcon plugin option to close to tray 4896 (WM's hotkey and [X] button will hide the window instead 4897 of closing it - closing CM can be done using the tray icon 4898 menu or the File menu). 4899 Improved visibility handling in trayicon, clicking the 4900 trayicon now raise the window to current desktop when it 4901 was either minimized/shaded/on another desktop. 4902 Thanks to Paul for testing and fixing a strange behaviour 4903 in KDE ;-). 4904 4905 2007-01-27 [paul] 2.7.2cvs3 4906 4907 * src/prefs_folder_item.c 4908 * src/prefs_receive.c 4909 * src/plugins/pgpcore/prefs_gpg.c 4910 use 'start-up' instead of 'startup' in labels 4911 4912 2007-01-26 [wwp] 2.7.2cvs2 4913 4914 * src/plugins/trayicon/Makefile.am 4915 * src/plugins/trayicon/trayicon.c 4916 * src/plugins/trayicon/trayicon_prefs.c 4917 * src/plugins/trayicon/trayicon_prefs.h 4918 Add a new TrayIcon option to hide the main window at 4919 start-up. 4920 Fix trayicon.c copyright header. 4921 4922 2007-01-26 [paul] 2.7.2cvs1 4923 4924 * NEWS 4925 * README 4926 * RELEASE_NOTES 4927 * configure.ac 4928 bump up version number following 4929 stable release 4930 4931 2007-01-25 [mones] 2.7.1cvs60 4932 4933 * po/es.po 4934 updated thousands of strings (well, probably less ;-) 4935 4936 2007-01-25 [colin] 2.7.1cvs59 4937 4938 * src/matcher.c 4939 Fix 2nd-run loss of matcherrc on new 4940 configurations. 4941 4942 2007-01-25 [wwp] 2.7.1cvs58 4943 4944 * src/mimeview.c 4945 fix handling of empty value in attach_save_directory too, thanks 4946 to Colin. 4947 4948 2007-01-25 [wwp] 2.7.1cvs57 4949 4950 * src/gtk/filesel.c 4951 fix handling of empty value in attach_load_directory, 4952 thanks to Colin. 4953 4954 2007-01-25 [wwp] 2.7.1cvs56 4955 4956 * src/plugins/dillo_viewer/dillo_prefs.h 4957 fix a typo. 4958 4959 2007-01-25 [colin] 2.7.1cvs55 4960 4961 * src/matcher.c 4962 * src/matcher.h 4963 * src/matcher_parser_parse.y 4964 * src/prefs_matcher.c 4965 Add matching on the spam flag 4966 4967 2007-01-24 [colin] 2.7.1cvs54 4968 4969 * src/folder.c 4970 * src/common/xml.c 4971 * src/common/xml.h 4972 Make sure folderlist.xml is correctly 4973 written before overwriting it. 4974 * src/procmsg.c 4975 * src/procmsg.h 4976 * src/summaryview.c 4977 * src/plugins/bogofilter/bogofilter.c 4978 * src/plugins/bogofilter/bogofilter.h 4979 * src/plugins/bogofilter/bogofilter_gtk.c 4980 * src/plugins/spamassassin/spamassassin.c 4981 * src/plugins/spamassassin/spamassassin.h 4982 * src/plugins/spamassassin/spamassassin_gtk.c 4983 Move spam to the correct trash folder after 4984 learning, if spam directory isn't set. 4985 4986 2007-01-23 [paul] 2.7.1cvs53 4987 4988 * src/plugins/bogofilter/bogofilter_gtk.c 4989 fix sensitivity of "Insert X-Bogosity header" 4990 option 4991 4992 2007-01-23 [colin] 2.7.1cvs52 4993 4994 * src/toolbar.c 4995 Translate toolbar items text if 4996 they're translatable (default) 4997 * src/addrcache.c 4998 * src/addrcache.h 4999 * src/addritem.c 5000 * src/addritem.h 5001 * src/codeconv.c 5002 * src/codeconv.h 5003 * src/jpilot.c 5004 * src/jpilot.h 5005 * src/ldapctrl.c 5006 * src/ldapctrl.h 5007 * src/ldapquery.h 5008 * src/ldif.c 5009 * src/ldif.h 5010 * src/etpan/etpan-thread-manager.c 5011 * src/etpan/etpan-thread-manager.h 5012 * src/gtk/gtkutils.c 5013 * src/gtk/gtkutils.h 5014 More static functions 5015 5016 2007-01-22 [fabien] 2.7.1cvs51 5017 5018 * src/gtk/gtkutils.c 5019 gtkut_get_options_frame() : ability to pass 5020 a 'NULL' value in frame pointer parameter if 5021 we don't need it. 5022 5023 2007-01-22 [colin] 2.7.1cvs50 5024 5025 * src/procmsg.c 5026 * src/procmsg.h 5027 * src/plugins/bogofilter/bogofilter.c 5028 * src/plugins/bogofilter/bogofilter_gtk.c 5029 * src/plugins/spamassassin/spamassassin.c 5030 * src/plugins/spamassassin/spamassassin_gtk.c 5031 Allow moving spams to the account's trash 5032 instead of default one 5033 5034 2007-01-21 [colin] 2.7.1cvs49 5035 5036 * src/ldapquery.c 5037 * src/ldapquery.h 5038 Revert a static function that shouldn't 5039 have been 5040 5041 2007-01-21 [colin] 2.7.1cvs48 5042 5043 * src/ldapquery.c 5044 * src/ldapquery.h 5045 Same 5046 5047 2007-01-21 [colin] 2.7.1cvs47 5048 5049 * src/procmsg.c 5050 * src/procmsg.h 5051 Same 5052 5053 2007-01-21 [colin] 2.7.1cvs46 5054 5055 * src/common/socket.c 5056 * src/common/socket.h 5057 Same 5058 5059 2007-01-21 [colin] 2.7.1cvs45 5060 5061 * src/crash.c 5062 * src/exporthtml.c 5063 * src/exporthtml.h 5064 * src/exportldif.c 5065 * src/exportldif.h 5066 * src/folder.c 5067 * src/folder.h 5068 * src/folder_item_prefs.c 5069 * src/folder_item_prefs.h 5070 * src/folderview.c 5071 * src/folderview.h 5072 * src/gedit-print.c 5073 * src/gedit-print.h 5074 * src/main.c 5075 * src/main.h 5076 * src/common/socket.c 5077 * src/common/socket.h 5078 * src/gtk/gtkaspell.c 5079 * src/gtk/gtkaspell.h 5080 * src/gtk/quicksearch.c 5081 * src/gtk/quicksearch.h 5082 Same 5083 5084 2007-01-21 [colin] 2.7.1cvs44 5085 5086 * src/common/utils.c 5087 * src/common/utils.h 5088 * src/etpan/etpan-thread-manager.c 5089 * src/etpan/etpan-thread-manager.h 5090 Same (Funny that etpan_thread_unbind 5091 is called but not etpan_thread_bind) 5092 5093 2007-01-21 [colin] 2.7.1cvs43 5094 5095 * src/addrselect.c 5096 * src/addrselect.h 5097 * src/codeconv.c 5098 * src/codeconv.h 5099 * src/compose.c 5100 * src/compose.h 5101 * src/etpan/Makefile.am 5102 * src/gtk/colorlabel.c 5103 * src/gtk/colorlabel.h 5104 * src/gtk/sslcertwindow.c 5105 * src/gtk/sslcertwindow.h 5106 * src/etpan/etpan-log.c ** REMOVED ** 5107 * src/etpan/etpan-log.h ** REMOVED ** 5108 Same 5109 5110 2007-01-20 [colin] 2.7.1cvs42 5111 5112 * src/addritem.c 5113 * src/addritem.h 5114 Same 5115 5116 2007-01-20 [colin] 2.7.1cvs41 5117 5118 * src/account.c 5119 * src/account.h 5120 * src/addrbook.c 5121 * src/addrbook.h 5122 * src/addrcache.c 5123 * src/addrcache.h 5124 * src/addrclip.c 5125 * src/addrclip.h 5126 * src/addressbook.c 5127 * src/addressbook.h 5128 * src/addrharvest.c 5129 * src/addrharvest.h 5130 * src/addrindex.c 5131 * src/addrindex.h 5132 * src/editaddress.c 5133 * src/editaddress.h 5134 Make functions that aren't used in other 5135 files static 5136 5137 2007-01-20 [colin] 2.7.1cvs40 5138 5139 * src/account.c 5140 * src/addrbook.c 5141 * src/addrcache.c 5142 * src/addressbook.c 5143 * src/addrgather.c 5144 * src/addrindex.c 5145 * src/addrquery.c 5146 * src/addrselect.c 5147 * src/browseldap.c 5148 * src/compose.c 5149 * src/editbook.c 5150 * src/editjpilot.c 5151 * src/editldap.c 5152 * src/editldap_basedn.c 5153 * src/editvcard.c 5154 * src/exporthtml.c 5155 * src/exportldif.c 5156 * src/folder.c 5157 * src/folderview.c 5158 * src/image_viewer.c 5159 * src/imap.c 5160 * src/importmutt.c 5161 * src/importpine.c 5162 * src/jpilot.c 5163 * src/ldapquery.c 5164 * src/main.c 5165 * src/mainwindow.c 5166 * src/matcher.c 5167 * src/messageview.c 5168 * src/mh.c 5169 * src/mimeview.c 5170 * src/msgcache.c 5171 * src/mutt.c 5172 * src/news.c 5173 * src/pine.c 5174 * src/prefs_account.c 5175 * src/prefs_common.c 5176 * src/prefs_compose_writing.c 5177 * src/prefs_ext_prog.c 5178 * src/prefs_folder_item.c 5179 * src/prefs_fonts.c 5180 * src/prefs_message.c 5181 * src/prefs_msg_colors.c 5182 * src/prefs_other.c 5183 * src/prefs_quote.c 5184 * src/prefs_receive.c 5185 * src/prefs_send.c 5186 * src/prefs_spelling.c 5187 * src/prefs_summaries.c 5188 * src/prefs_toolbar.c 5189 * src/prefs_wrapping.c 5190 * src/privacy.c 5191 * src/procmime.c 5192 * src/procmsg.c 5193 * src/ssl_manager.c 5194 * src/statusbar.c 5195 * src/summaryview.c 5196 * src/toolbar.c 5197 * src/vcard.c 5198 * src/common/hooks.c 5199 * src/common/log.c 5200 * src/common/passcrypt.c 5201 * src/common/socket.c 5202 * src/common/ssl.c 5203 * src/common/ssl_certificate.c 5204 * src/common/template.c 5205 * src/common/utils.c 5206 * src/etpan/imap-thread.c 5207 * src/gtk/sslcertwindow.c 5208 * src/gtk/sslcertwindow.h 5209 Make functions that could be static, static 5210 5211 2007-01-20 [colin] 2.7.1cvs39 5212 5213 * src/editldap.c 5214 Fix tooltip 5215 5216 2007-01-20 [colin] 2.7.1cvs38 5217 5218 * src/ldapquery.c 5219 * src/ldaputil.c 5220 * src/ldaputil.h 5221 Fix bug 1102, 'claws-mail-2.7.1 5222 makes use of deprecated ldap 5223 functions' 5224 5225 2007-01-20 [colin] 2.7.1cvs37 5226 5227 * src/mainwindow.c 5228 * src/mainwindow.h 5229 * src/summaryview.c 5230 * src/gtk/quicksearch.c 5231 Add Wide message list layout 5232 5233 2007-01-19 [fabien] 2.7.1cvs36 5234 5235 * src/textview.c 5236 make sure a font change is considered in links of 5237 headerview. 5238 5239 2007-01-19 [colin] 2.7.1cvs35 5240 5241 * src/main.c 5242 * src/mainwindow.c 5243 * src/mainwindow.h 5244 * src/messageview.c 5245 * src/messageview.h 5246 * src/prefs_common.c 5247 * src/prefs_common.h 5248 * src/summaryview.c 5249 * src/summaryview.h 5250 * src/gtk/quicksearch.c 5251 * src/gtk/quicksearch.h 5252 Drop 'Separate Folder tree' and 'Separate 5253 Message View'. Put three layouts in place 5254 of it. 5255 5256 2007-01-19 [paul] 2.7.1cvs34 5257 5258 * src/prefs_msg_colors.c 5259 more use of Q_ for translators 5260 5261 2007-01-19 [paul] 2.7.1cvs33 5262 5263 * src/imap_gtk.c 5264 * src/prefs_account.c 5265 a few changes to the English 5266 5267 2007-01-19 [fabien] 2.7.1cvs32 5268 5269 * src/wizard.c 5270 factorize translatable string 5271 5272 2007-01-18 [colin] 2.7.1cvs31 5273 5274 * src/main.c 5275 Don't error out on --sync option. Although 5276 we don't do anything with it, gtk+ handles 5277 it, and it's useful for debugging X errors 5278 5279 2007-01-18 [fabien] 2.7.1cvs30 5280 5281 * src/prefs_other.c 5282 ability to apply on the fly the recent added 5283 'gtk_can_change_accels' pref (no need to restart). 5284 5285 2007-01-18 [fabien] 2.7.1cvs29 5286 5287 * src/plugins/bogofilter/bogofilter_gtk.c 5288 * src/plugins/bogofilter/bogofilter.c 5289 * src/plugins/spamassassin/spamassassin_gtk.c 5290 * src/addr_compl.c 5291 * src/prefs_account.c 5292 factorize or rewrite some translatable strings. 5293 5294 2007-01-18 [fabien] 2.7.1cvs28 5295 5296 * src/prefs_gtk.h 5297 * src/compose.c 5298 set a 4pix space between "Subject:" label and subject entry in 5299 compose window. 5300 5301 2007-01-18 [wwp] 2.7.1cvs27 5302 5303 * src/addressbook.c 5304 fix conflicting address-copy/paste when focus is set 5305 to the embedded edit-person form. 5306 5307 5308 2007-01-18 [wwp] 2.7.1cvs26 5309 5310 * src/addressbook.h 5311 complete 2.7.1cvs23 (one more file was missing from that 5312 commit). 5313 5314 2007-01-18 [colin] 2.7.1cvs25 5315 5316 * src/main.c 5317 Provide a way to migrate without backup 5318 Re-ask for migration on next start if 5319 it has been refused and wizard has been 5320 cancelled after. 5321 5322 2007-01-18 [wwp] 2.7.1cvs24 5323 5324 * src/editaddress.c 5325 complete 2.7.1.cvs23 (file was missing from previous 5326 commit). 5327 5328 2007-01-18 [wwp] 2.7.1cvs23 5329 5330 * src/addressbook.c 5331 fix potential crashes in address book's focus_in/out signal handlers, 5332 force focus to the edit-person form when clicked the Edit menu entry or 5333 button (this only matters if the edit-person form is embedded to the 5334 AB window, in that case, focus is not set when browsing the contacts 5335 list w/ keys or mouse clicks). 5336 5337 2007-01-18 [paul] 2.7.1cvs22 5338 5339 * src/main.c 5340 add command line options: 5341 -h for --help 5342 -q and --quit for --exit 5343 -v for --version 5344 print "Unknown option" for unknown options 5345 5346 2007-01-18 [paul] 2.7.1cvs21 5347 5348 * po/ru.po 5349 updated by Pavlo Bohmat 5350 5351 2007-01-18 [paul] 2.7.1cvs20 5352 5353 * src/mainwindow.c 5354 fix sensitivity issues of Mark as Spam/Ham 5355 5356 2007-01-17 [fabien] 2.7.1cvs19 5357 5358 * src/prefs_other.c 5359 * src/prefs_common.c 5360 * src/prefs_common.h 5361 * src/main.c 5362 Add a 'gtk_can_change_accels' pref in Preferences/Other which 5363 control the corresponding gtk property. It could be used to lock 5364 all shortcuts (avoid to set one of them by inadvertency). 5365 5366 2007-01-17 [colin] 2.7.1cvs18 5367 5368 * src/summaryview.c 5369 Fix bug 1100, 'Highlighted e-mail data not visible 5370 when color label applied.'. Use a weighted average 5371 between normal selected foreground color and color 5372 label instead of a simple one (3/1 instead 1/1). 5373 5374 2007-01-17 [colin] 2.7.1cvs17 5375 5376 * src/messageview.c 5377 Better fix for bug 1088, 'Ctrl-h produces repeatable 5378 crash' - don't prevent mail switching while loading 5379 5380 2007-01-17 [colin] 2.7.1cvs16 5381 5382 * src/folder.c 5383 * src/folder.h 5384 * src/folderview.c 5385 * src/folderview.h 5386 * src/imap.c 5387 * src/imap.h 5388 * src/imap_gtk.c 5389 Manage recursive search of unsubscribed folders 5390 Rescan tree without checking for new messages 5391 after subscriptions changed 5392 5393 2007-01-17 [paul] 2.7.1cvs15 5394 5395 * src/prefs_common.c 5396 * src/gtk/pluginwindow.c 5397 fix bug 1101, '"Load plugin" button is 5398 accidentally hidden' 5399 unset (-1) initial width in prefs_common, 5400 fix overlapping buttons, 5401 and other cleanups 5402 5403 2007-01-17 [paul] 2.7.1cvs14 5404 5405 * src/procmime.c 5406 add #include <errno.h>, it's needed 5407 on some systems 5408 5409 2007-01-17 [paul] 2.7.1cvs13 5410 5411 * src/common/defs.h 5412 * tools/make.themes.project 5413 rename .sylpheed_themeinfo to .claws_themeinfo 5414 and use it 5415 * src/etpan/etpan-errors.h 5416 * src/etpan/etpan-log.c 5417 * src/etpan/etpan-log.h 5418 * src/etpan/etpan-thread-manager-types.h 5419 * src/etpan/etpan-thread-manager.c 5420 * src/etpan/etpan-thread-manager.h 5421 * src/etpan/imap-thread.c 5422 * src/etpan/imap-thread.h 5423 add copyright header 5424 5425 2007-01-17 [colin] 2.7.1cvs12 5426 5427 * src/plugins/pgpcore/select-keys.c 5428 * src/gtk/pluginwindow.c 5429 * src/prefs_account.c 5430 Fix warnings 5431 5432 2007-01-16 [colin] 2.7.1cvs11 5433 5434 * src/imap.c 5435 * src/imap.h 5436 * src/imap_gtk.c 5437 Manage subscribing to subfolders when only 5438 subscribed folders are shown. 5439 5440 2007-01-16 [colin] 2.7.1cvs10 5441 5442 * src/folderview.c 5443 Fix annoying vscrollbar going back to top 5444 on Check for new folders 5445 5446 2007-01-16 [colin] 2.7.1cvs9 5447 5448 * src/imap.c 5449 Remove printf 5450 5451 2007-01-16 [colin] 2.7.1cvs8 5452 5453 * src/filtering.c 5454 Bigger buffer for errors 5455 * src/imap.c 5456 * src/imap.h 5457 * src/imap_gtk.c 5458 * src/prefs_account.c 5459 * src/prefs_account.h 5460 * src/wizard.c 5461 * src/etpan/imap-thread.c 5462 * src/etpan/imap-thread.h 5463 * manual/handling.xml 5464 Add subscriptions management. What it changes: 5465 Creating a folder subscribes to it 5466 Deleting a folder unsubscribes it 5467 New contextual menu item allowing to switch between 5468 All folders and Subscribed folders, subscribe, and 5469 unsubscribe. "Creating" an existing but unsubscribed 5470 folder will subscribe it. 5471 By default for new accounts, only subscribed folders 5472 are shown. 5473 5474 5475 2007-01-16 [paul] 2.7.1cvs7 5476 5477 * src/summaryview.c 5478 Allow folder classes to specify only sort_key or 5479 sort_type instead of both or none. 5480 5481 2007-01-16 [paul] 2.7.1cvs6 5482 5483 * src/action.c 5484 * src/compose.c 5485 * src/mimeview.c 5486 * src/procmime.c 5487 * src/textview.c 5488 Save and use errno for procmime_get_part 5489 5490 2007-01-16 [colin] 2.7.1cvs5 5491 5492 * src/imap.c 5493 Never remove INBOX when scanning for 5494 new folders. It's a special folder 5495 that has to exist. 5496 5497 2007-01-15 [colin] 2.7.1cvs4 5498 5499 * src/imap.c 5500 Fix 'Check for new folders' when IMAP subdirectory 5501 is set 5502 * src/etpan/imap-thread.c 5503 Fix build 5504 5505 2007-01-15 [colin] 2.7.1cvs3 5506 5507 * src/etpan/imap-thread.c 5508 Fix invalid free on command-connection 5509 error 5510 5511 2007-01-15 [wwp] 2.7.1cvs2 5512 5513 * src/matcher_parser_lex.l 5514 * src/quote_fmt_lex.l 5515 * src/matcher_parser_parse.y 5516 fix copyright header in lexers and parsers. 5517 5518 2007-01-15 [paul] 2.7.1cvs1 5519 5520 * NEWS 5521 * README 5522 * RELEASE_NOTES 5523 * configure.ac 5524 bump up version number following 5525 stable release 5526 5527 2007-01-15 [paul] 2.7.0cvs31 5528 5529 * AUTHORS 5530 * src/gtk/authors.h 5531 add Fabien to the Team list 5532 add the recent contributors 5533 make a few corrections 5534 5535 2007-01-15 [paul] 2.7.0cvs30 5536 5537 * src/mainwindow.c 5538 fix compiler warning 5539 * src/plugins/pgpcore/prefs_gpg.c 5540 * src/plugins/pgpcore/prefs_gpg.h 5541 add missing include 5542 fix copyright header 5543 5544 2007-01-14 [colin] 2.7.0cvs29 5545 5546 * src/gtk/filesel.c 5547 Use the 'gtk+' backend. Avoids gnome-vfs use, 5548 two benefits: faster to open, will fix strange 5549 dbus-related crash. Thanks to Pascal Terjan. 5550 5551 2007-01-14 [colin] 2.7.0cvs28 5552 5553 * src/etpan/imap-thread.c 5554 Delete the old imap just after allocating 5555 the new one. Makes sure we don't get the 5556 same pointer by sheer luck, which feels 5557 strange in the debug log. 5558 5559 2007-01-14 [colin] 2.7.0cvs27 5560 5561 * src/gtk/inputdialog.c 5562 Make sure we don't print passwords in 5563 clear text when in debug mode 5564 5565 2007-01-14 [colin] 2.7.0cvs26 5566 5567 * src/gtk/gtksctree.c 5568 Fix bug 1098, 'bogus last row display 5569 after expanding a thread'. Patch by 5570 Jindrich Makovicka <makovick@gmail.com> 5571 5572 2007-01-14 [colin] 2.7.0cvs25 5573 5574 * src/etpan/imap-thread.c 5575 Close socket manually before 5576 freeing the imap struct 5577 5578 2007-01-14 [colin] 2.7.0cvs24 5579 5580 * src/etpan/imap-thread.c 5581 Maybe fix new reconnection issues 5582 5583 2007-01-13 [colin] 2.7.0cvs23 5584 5585 * src/summaryview.c 5586 Freeze/thaw on thread selection 5587 5588 2007-01-13 [paul] 2.7.0cvs22 5589 5590 * src/mainwindow.c 5591 * src/summaryview.c 5592 * src/summaryview.h 5593 add 'Edit/Delete thread' 5594 5595 2007-01-13 [colin] 2.7.0cvs21 5596 5597 * src/prefs_account.c 5598 * src/prefs_compose_writing.c 5599 * src/prefs_message.c 5600 * src/prefs_msg_colors.c 5601 * src/prefs_other.c 5602 * src/prefs_receive.c 5603 * src/prefs_spelling.c 5604 * src/prefs_summaries.c 5605 * src/prefs_themes.c 5606 * src/gtk/gtkutils.c 5607 * src/gtk/gtkutils.h 5608 * src/plugins/pgpcore/prefs_gpg.c 5609 * src/plugins/spamassassin/spamassassin_gtk.c 5610 Factorize gtk frame creation 5611 Patch by Pawel 5612 5613 2007-01-13 [colin] 2.7.0cvs20 5614 5615 * src/message_search.c 5616 * src/summary_search.c 5617 Fix Enter in search windows 5618 * src/messageview.c 5619 Fix body search starting at the 5620 end of the mail (and asking for loop) 5621 5622 2007-01-13 [colin] 2.7.0cvs19 5623 5624 * src/etpan/imap-thread.c 5625 Make sure we don't free the same imap 5626 twice 5627 5628 2007-01-13 [colin] 2.7.0cvs18 5629 5630 * commitHelper 5631 Allow multiple commitHelpers to 5632 run at once 5633 5634 2007-01-12 [colin] 2.7.0cvs17 5635 5636 * src/etpan/imap-thread.c 5637 Make sure we get rid of the previous mailimap 5638 when connecting - just in case disconnect was 5639 unclean 5640 5641 2007-01-12 [paul] 2.7.0cvs16 5642 5643 * src/compose.c 5644 Strip S/MIME signatures when re-editing 5645 S/MIME signed messages. 5646 5647 2007-01-12 [paul] 2.7.0cvs15 5648 5649 * configure.ac 5650 * src/addressbook.c 5651 * src/foldersel.c 5652 * src/folderview.c 5653 * src/main.c 5654 no need to define CLAWS anymore, remove 5655 all that stuff 5656 5657 2007-01-12 [paul] 2.7.0cvs14 5658 5659 * src/mimeview.c 5660 check if the mail's signed as 5661 it can change the mail structure 5662 Thanks to Colin 5663 5664 2007-01-12 [paul] 2.7.0cvs13 5665 5666 * src/procmime.c 5667 fix Forwarding msgs with attachments 5668 that have dos line endings 5669 Thanks to Colin 5670 5671 2007-01-12 [wwp] 2.7.0cvs12 5672 5673 * configure.ac 5674 Revert accidentally committed extra version tag. 5675 5676 2007-01-12 [wwp] 2.7.0cvs11 5677 5678 * src/prefs_account.c 5679 Fix compilation w/o aspell (completes 2.7.0cvs7). 5680 5681 2007-01-11 [colin] 2.7.0cvs10 5682 5683 * src/imap.c 5684 move g_warning to debug_print 5685 it scares people for no reason 5686 5687 2007-01-11 [colin] 2.7.0cvs9 5688 5689 * po/POTFILES.in 5690 Fix files to translate. Patch by 5691 Fabien 5692 5693 2007-01-11 [paul] 2.7.0cvs8 5694 5695 * src/imap.c 5696 Fix recursion when server lists the 5697 current subfolder in the response 5698 * src/mimeview.c 5699 Fix updating of icon_list/ctree 5700 * src/plugins/pgpcore/select-keys.c 5701 Fix a few annoyances when choosing 5702 keys for the CMS (S/MIME) protocol 5703 5704 2007-01-11 [wwp] 2.7.0cvs7 5705 5706 * src/compose.c 5707 * src/prefs_account.c 5708 * src/prefs_account.h 5709 Add per-account spellcheck default dictionaries settings. 5710 5711 2007-01-10 [colin] 2.7.0cvs6 5712 5713 * src/prefs_folder_item.c 5714 Factorize strings - patch by Fabien 5715 5716 2007-01-10 [colin] 2.7.0cvs5 5717 5718 * src/mainwindow.c 5719 Fix bug 1095, 'Crash while changing folder 5720 columns during incorporation' 5721 5722 2007-01-09 [colin] 2.7.0cvs4 5723 5724 * src/gtk/pluginwindow.c 5725 Set the plugin window transient. Seems 5726 like some window managers hide it in 5727 the background after "load plugin"... 5728 5729 2007-01-09 [colin] 2.7.0cvs3 5730 5731 * src/gtk/filesel.c 5732 Use the same type for alloc and free 5733 5734 2007-01-08 [paul] 2.7.0cvs2 5735 5736 * po/nl.po 5737 updated by Tim Dijkstra 5738 5739 2007-01-08 [paul] 2.7.0cvs1 5740 5741 * src/prefs_themes.c 5742 * src/common/utils.c 5743 Fix resource leaks 5744 5745 2007-01-08 [paul] 2.7.0 5746 5747 * NEWS 5748 * README 5749 * RELEASE_NOTES 5750 2.7.0 released 5751 5752 2007-01-08 [paul] 2.6.1cvs119 5753 5754 * doc/man/claws-mail.1 5755 another correction 5756 5757 2007-01-08 [paul] 2.6.1cvs118 5758 5759 * doc/man/claws-mail.1 5760 corrections 5761 * manual/advanced.xml 5762 improved English usage 5763 5764 2007-01-08 [paul] 2.6.1cvs117 5765 5766 * po/ca.po 5767 * po/de.po 5768 * po/en_GB.po 5769 * po/fi.po 5770 * po/it.po 5771 * po/pt_BR.po 5772 * po/sk.po 5773 * po/sr.po 5774 * po/zh_CN.po 5775 updated by Miquel Oliete, Stephan Sachse, me, 5776 Tommi Pirinen, Andrea Spadaccini, Frederico 5777 Goncalves Guimaraes, Andrej Kacian, Aleksandar 5778 Urosevic, and Ralgh Young 5779 5780 2007-01-07 [mones] 2.6.1cvs116 5781 5782 * manual/es/advanced.xml 5783 * po/es.po 5784 Synced manual (unhide mark_as_read_delay) 5785 and updated translation for release 5786 5787 2007-01-07 [paul] 2.6.1cvs115 5788 5789 * src/prefs_matcher.c 5790 make the hbox content fit better under 5791 various languages 5792 5793 2007-01-07 [colin] 2.6.1cvs114 5794 5795 * src/messageview.c 5796 Fix bug 1088, 'Ctrl-h produces repeatable 5797 crash' 5798 5799 2007-01-06 [colin] 2.6.1cvs113 5800 5801 * src/etpan/imap-thread.c 5802 Add casts to int to get certs. Fixes 5803 bug 1064, 'crash @ etpan_certificate_check() 5804 when opening an IMAP folder', with latest 5805 libetpan CVS or >= 0.49 5806 * src/mainwindow.c 5807 * src/mainwindow.h 5808 * src/imap_gtk.c 5809 * src/news_gtk.c 5810 * src/prefs_folder_item.c 5811 Grey out the "synchronise" menu items if 5812 there's nothing to synchronise. 5813 * src/plugins/pgpcore/sgpgme.c 5814 Make an error clearer than "Unknown error" 5815 5816 2007-01-06 [colin] 2.6.1cvs112 5817 5818 * src/messageview.c 5819 Don't try to show a message if updating 5820 Maybe fixes bug 1088, 'ctrl-h produces 5821 repeatable crash'. 5822 5823 2007-01-06 [colin] 2.6.1cvs111 5824 5825 * src/summaryview.c 5826 Disable Control-Space (handle it as Space). 5827 5828 2007-01-05 [paul] 2.6.1cvs110 5829 5830 * src/imap.c 5831 Fix bug 934, 'sylpheed claws 2.1 5832 doesn't show Exchanges Public Folders' 5833 Thanks to Hoa and Colin 5834 * src/msgcache.c 5835 Refuse to allocate more than 2 MB for a 5836 single field, it's a good indication of 5837 cache corruption. 5838 5839 2007-01-05 [colin] 2.6.1cvs109 5840 5841 * src/mainwindow.c 5842 Allow --select'ing emails by Message-ID too 5843 5844 2007-01-05 [colin] 2.6.1cvs108 5845 5846 * src/common/quoted-printable.c 5847 Uh! Third fix :) 5848 5849 2007-01-05 [colin] 2.6.1cvs107 5850 5851 * src/common/quoted-printable.c 5852 Fix previous commit about bug 1089 5853 Thanks to Ralf 5854 5855 2007-01-05 [colin] 2.6.1cvs106 5856 5857 * src/common/quoted-printable.c 5858 Fix my previous commit on bug 1089 5859 - Thanks to Ralf :) 5860 5861 2007-01-04 [colin] 2.6.1cvs105 5862 5863 * src/common/quoted-printable.c 5864 Fix bug 1089, 'NUL characters in Subject 5865 line are misinterpreted'. Not a pain to 5866 fix in fact. 5867 5868 2007-01-04 [colin] 5869 5870 2.7.0-rc3 released 5871 5872 2007-01-04 [wwp] 2.6.1cvs104 5873 5874 * src/image_viewer.c 5875 Force operator precedence (fix a compiler warning). 5876 5877 2007-01-04 [colin] 2.6.1cvs103 5878 5879 * src/image_viewer.c 5880 Be cautious there too (same fix as the one 5881 in textview from cvs33) 5882 * src/messageview.c 5883 Don't use any MimeViewer plugin when showing 5884 all headers 5885 5886 2007-01-03 [wwp] 2.6.1cvs102 5887 5888 * src/html.c 5889 * src/html.h 5890 fixed "cent" sign (use the existing ASCII one), 5891 decode more HTML entities, 5892 converted table ASCII entries to UTF-8, 5893 moved a switch() into a hashtable. 5894 5895 2007-01-03 [paul] 2.6.1cvs101 5896 5897 * src/compose.c 5898 * src/messageview.c 5899 * src/procmsg.c 5900 * src/procmsg.h 5901 When possible, use move_msg instead of 5902 copy_msg + remove_msg to move sent mail 5903 from Queue to Sent. 5904 5905 2007-01-03 [paul] 2.6.1cvs100 5906 5907 * src/html.c 5908 add more html entity recognition: 5909 pounds, euros, and cents 5910 5911 2007-01-03 [colin] 2.6.1cvs99 5912 5913 * src/imap_gtk.c 5914 Don't display an error on NOSELECT 5915 folders when synchronising 5916 5917 2007-01-03 [paul] 2.6.1cvs98 5918 5919 * tools/maildir2claws-mail.pl 5920 only substitute 'sent-mail' if it's 5921 the full directory name 5922 5923 2007-01-03 [paul] 2.6.1cvs97 5924 5925 * ChangeLog 5926 * ChangeLog.pre2.0.0 5927 * Makefile.am 5928 archive a chunk of ChangeLog in 5929 ChangeLog.pre2.0.0 5930 * ChangeLog.gtk1 5931 * doc/src/ChangeLog.claws-pre0.8.0 5932 remove ChangeLog.claws-pre0.8.0, adding 5933 its contents to ChangeLog.gtk1 5934 5935 2007-01-03 [paul] 2.6.1cvs96 5936 5937 * src/account.c 5938 * src/account.h 5939 * src/action.c 5940 * src/action.h 5941 * src/adbookbase.h 5942 * src/addr_compl.c 5943 * src/addr_compl.h 5944 * src/addrbook.c 5945 * src/addrcache.c 5946 * src/addrcache.h 5947 * src/addrcindex.c 5948 * src/addrcindex.h 5949 * src/addrclip.c 5950 * src/addrclip.h 5951 * src/addrdefs.h 5952 * src/addressadd.c 5953 * src/addressadd.h 5954 * src/addressbook.c 5955 * src/addressbook.h 5956 * src/addressbook_foldersel.c 5957 * src/addressbook_foldersel.h 5958 * src/addrgather.c 5959 * src/addrgather.h 5960 * src/addrharvest.c 5961 * src/addrharvest.h 5962 * src/addrindex.c 5963 * src/addrindex.h 5964 * src/addritem.c 5965 * src/addritem.h 5966 * src/addrquery.c 5967 * src/addrquery.h 5968 * src/addrselect.c 5969 * src/addrselect.h 5970 * src/alertpanel.c 5971 * src/alertpanel.h 5972 * src/browseldap.c 5973 * src/browseldap.h 5974 * src/codeconv.c 5975 * src/codeconv.h 5976 * src/compose.c 5977 * src/compose.h 5978 * src/customheader.c 5979 * src/customheader.h 5980 * src/displayheader.c 5981 * src/displayheader.h 5982 * src/editaddress.c 5983 * src/editaddress.h 5984 * src/editbook.c 5985 * src/editbook.h 5986 * src/editgroup.c 5987 * src/editgroup.h 5988 * src/editjpilot.c 5989 * src/editjpilot.h 5990 * src/editldap.c 5991 * src/editldap.h 5992 * src/editldap_basedn.c 5993 * src/editldap_basedn.h 5994 * src/editvcard.c 5995 * src/editvcard.h 5996 * src/exphtmldlg.c 5997 * src/exphtmldlg.h 5998 * src/expldifdlg.c 5999 * src/expldifdlg.h 6000 * src/export.c 6001 * src/export.h 6002 * src/exporthtml.c 6003 * src/exporthtml.h 6004 * src/exportldif.c 6005 * src/exportldif.h 6006 * src/filtering.c 6007 * src/filtering.h 6008 * src/folder.c 6009 * src/folder.h 6010 * src/folder_item_prefs.c 6011 * src/folder_item_prefs.h 6012 * src/foldersel.c 6013 * src/foldersel.h 6014 * src/folderutils.c 6015 * src/folderutils.h 6016 * src/folderview.c 6017 * src/folderview.h 6018 * src/grouplistdialog.c 6019 * src/grouplistdialog.h 6020 * src/headerview.c 6021 * src/html.c 6022 * src/html.h 6023 * src/image_viewer.c 6024 * src/image_viewer.h 6025 * src/imap.c 6026 * src/imap.h 6027 * src/imap_gtk.c 6028 * src/imap_gtk.h 6029 * src/import.c 6030 * src/import.h 6031 * src/importldif.c 6032 * src/importldif.h 6033 * src/importmutt.c 6034 * src/importmutt.h 6035 * src/importpine.c 6036 * src/importpine.h 6037 * src/inc.c 6038 * src/inc.h 6039 * src/jpilot.c 6040 * src/jpilot.h 6041 * src/ldapctrl.c 6042 * src/ldapctrl.h 6043 * src/ldaplocate.c 6044 * src/ldaplocate.h 6045 * src/ldapquery.c 6046 * src/ldapquery.h 6047 * src/ldapserver.c 6048 * src/ldapserver.h 6049 * src/ldaputil.c 6050 * src/ldaputil.h 6051 * src/ldif.c 6052 * src/ldif.h 6053 * src/main.c 6054 * src/main.h 6055 * src/mainwindow.c 6056 * src/mainwindow.h 6057 * src/manual.c 6058 * src/manual.h 6059 * src/mbox.c 6060 * src/message_search.c 6061 * src/message_search.h 6062 * src/messageview.c 6063 * src/messageview.h 6064 * src/mh.c 6065 * src/mh.h 6066 * src/mh_gtk.c 6067 * src/mh_gtk.h 6068 * src/mimeview.c 6069 * src/mimeview.h 6070 * src/msgcache.c 6071 * src/msgcache.h 6072 * src/mutt.c 6073 * src/mutt.h 6074 * src/news.c 6075 * src/news.h 6076 * src/news_gtk.c 6077 * src/news_gtk.h 6078 * src/partial_download.c 6079 * src/partial_download.h 6080 * src/pine.c 6081 * src/pine.h 6082 * src/pop.c 6083 * src/pop.h 6084 * src/prefs_account.c 6085 * src/prefs_account.h 6086 * src/prefs_actions.c 6087 * src/prefs_actions.h 6088 * src/prefs_common.c 6089 * src/prefs_common.h 6090 * src/prefs_compose_writing.c 6091 * src/prefs_compose_writing.h 6092 * src/prefs_customheader.c 6093 * src/prefs_customheader.h 6094 * src/prefs_display_header.c 6095 * src/prefs_display_header.h 6096 * src/prefs_filtering.c 6097 * src/prefs_filtering.h 6098 * src/prefs_filtering_action.c 6099 * src/prefs_filtering_action.h 6100 * src/prefs_folder_column.c 6101 * src/prefs_folder_column.h 6102 * src/prefs_folder_item.c 6103 * src/prefs_folder_item.h 6104 * src/prefs_fonts.c 6105 * src/prefs_fonts.h 6106 * src/prefs_gtk.c 6107 * src/prefs_gtk.h 6108 * src/prefs_image_viewer.c 6109 * src/prefs_image_viewer.h 6110 * src/prefs_matcher.c 6111 * src/prefs_matcher.h 6112 * src/prefs_message.c 6113 * src/prefs_msg_colors.c 6114 * src/prefs_msg_colors.h 6115 * src/prefs_other.c 6116 * src/prefs_quote.c 6117 * src/prefs_receive.c 6118 * src/prefs_send.c 6119 * src/prefs_spelling.c 6120 * src/prefs_spelling.h 6121 * src/prefs_summaries.c 6122 * src/prefs_summaries.h 6123 * src/prefs_summary_column.c 6124 * src/prefs_summary_column.h 6125 * src/prefs_template.c 6126 * src/prefs_template.h 6127 * src/prefs_themes.c 6128 * src/prefs_themes.h 6129 * src/prefs_toolbar.c 6130 * src/prefs_toolbar.h 6131 * src/prefs_wrapping.c 6132 * src/prefs_wrapping.h 6133 * src/privacy.c 6134 * src/privacy.h 6135 * src/procheader.c 6136 * src/procheader.h 6137 * src/procmime.c 6138 * src/procmime.h 6139 * src/procmsg.c 6140 * src/procmsg.h 6141 * src/quote_fmt.c 6142 * src/quote_fmt_parse.y 6143 * src/recv.c 6144 * src/recv.h 6145 * src/remotefolder.c 6146 * src/remotefolder.h 6147 * src/send_message.c 6148 * src/send_message.h 6149 * src/setup.c 6150 * src/setup.h 6151 * src/sourcewindow.c 6152 * src/sourcewindow.h 6153 * src/ssl_manager.c 6154 * src/ssl_manager.h 6155 * src/statusbar.c 6156 * src/statusbar.h 6157 * src/stock_pixmap.c 6158 * src/stock_pixmap.h 6159 * src/summary_search.c 6160 * src/summary_search.h 6161 * src/summaryview.c 6162 * src/summaryview.h 6163 * src/textview.c 6164 * src/textview.h 6165 * src/toolbar.c 6166 * src/toolbar.h 6167 * src/undo.c 6168 * src/undo.h 6169 * src/unmime.c 6170 * src/unmime.h 6171 * src/vcard.c 6172 * src/vcard.h 6173 * src/wizard.c 6174 * src/wizard.h 6175 * src/common/base64.c 6176 * src/common/base64.h 6177 * src/common/defs.h 6178 * src/common/hooks.c 6179 * src/common/hooks.h 6180 * src/common/log.c 6181 * src/common/log.h 6182 * src/common/mgutils.c 6183 * src/common/mgutils.h 6184 * src/common/nntp.c 6185 * src/common/nntp.h 6186 * src/common/passcrypt.c 6187 * src/common/passcrypt.h.in 6188 * src/common/plugin.c 6189 * src/common/plugin.h 6190 * src/common/prefs.c 6191 * src/common/prefs.h 6192 * src/common/progressindicator.c 6193 * src/common/progressindicator.h 6194 * src/common/quoted-printable.c 6195 * src/common/quoted-printable.h 6196 * src/common/session.c 6197 * src/common/session.h 6198 * src/common/smtp.c 6199 * src/common/smtp.h 6200 * src/common/socket.c 6201 * src/common/socket.h 6202 * src/common/ssl.c 6203 * src/common/ssl.h 6204 * src/common/ssl_certificate.c 6205 * src/common/ssl_certificate.h 6206 * src/common/stringtable.c 6207 * src/common/stringtable.h 6208 * src/common/template.c 6209 * src/common/template.h 6210 * src/common/timing.h 6211 * src/common/utils.c 6212 * src/common/utils.h 6213 * src/common/version.h.in 6214 * src/common/xml.c 6215 * src/common/xml.h 6216 * src/common/xmlprops.c 6217 * src/common/xmlprops.h 6218 * src/gtk/about.c 6219 * src/gtk/colorlabel.c 6220 * src/gtk/colorsel.c 6221 * src/gtk/colorsel.h 6222 * src/gtk/combobox.c 6223 * src/gtk/combobox.h 6224 * src/gtk/description_window.c 6225 * src/gtk/description_window.h 6226 * src/gtk/filesel.c 6227 * src/gtk/filesel.h 6228 * src/gtk/foldersort.c 6229 * src/gtk/foldersort.h 6230 * src/gtk/gtksctree.c 6231 * src/gtk/gtkutils.c 6232 * src/gtk/gtkutils.h 6233 * src/gtk/inputdialog.c 6234 * src/gtk/inputdialog.h 6235 * src/gtk/logwindow.c 6236 * src/gtk/logwindow.h 6237 * src/gtk/manage_window.c 6238 * src/gtk/manage_window.h 6239 * src/gtk/menu.c 6240 * src/gtk/menu.h 6241 * src/gtk/pluginwindow.c 6242 * src/gtk/pluginwindow.h 6243 * src/gtk/prefswindow.c 6244 * src/gtk/prefswindow.h 6245 * src/gtk/progressdialog.c 6246 * src/gtk/progressdialog.h 6247 * src/gtk/sslcertwindow.c 6248 * src/gtk/sslcertwindow.h 6249 * src/plugins/bogofilter/bogofilter.c 6250 * src/plugins/bogofilter/bogofilter.h 6251 * src/plugins/bogofilter/bogofilter_gtk.c 6252 * src/plugins/clamav/clamav_plugin.c 6253 * src/plugins/clamav/clamav_plugin.h 6254 * src/plugins/clamav/clamav_plugin_gtk.c 6255 * src/plugins/demo/demo.c 6256 * src/plugins/dillo_viewer/dillo_prefs.c 6257 * src/plugins/dillo_viewer/dillo_prefs.h 6258 * src/plugins/dillo_viewer/dillo_viewer.c 6259 * src/plugins/pgpcore/passphrase.c 6260 * src/plugins/pgpcore/passphrase.h 6261 * src/plugins/pgpcore/pgp_viewer.c 6262 * src/plugins/pgpcore/pgp_viewer.h 6263 * src/plugins/pgpcore/plugin.c 6264 * src/plugins/pgpcore/select-keys.c 6265 * src/plugins/pgpcore/select-keys.h 6266 * src/plugins/pgpcore/sgpgme.c 6267 * src/plugins/pgpcore/sgpgme.h 6268 * src/plugins/pgpinline/pgpinline.c 6269 * src/plugins/pgpinline/pgpinline.h 6270 * src/plugins/pgpinline/plugin.c 6271 * src/plugins/pgpmime/pgpmime.c 6272 * src/plugins/pgpmime/pgpmime.h 6273 * src/plugins/pgpmime/plugin.c 6274 * src/plugins/spamassassin/spamassassin.c 6275 * src/plugins/spamassassin/spamassassin.h 6276 * src/plugins/spamassassin/spamassassin_gtk.c 6277 * src/plugins/trayicon/trayicon.c 6278 it's 2007, update the year in the copyright headers 6279 6280 2007-01-03 [paul] 2.6.1cvs95 6281 6282 * src/gtk/about.c 6283 it is 2007, use it in the copyright string 6284 6285 2007-01-03 [paul] 2.6.1cvs94 6286 6287 * src/html.c 6288 html entity conversion: 6289 move ™ to a more suitable place 6290 add • and – 6291 make sure — and — are both 6292 converted the same 6293 6294 2007-01-02 [colin] 2.6.1cvs93 6295 6296 * src/addrbook.c 6297 Fix leak 6298 * src/common/plugin.c 6299 Add comment 6300 * src/etpan/imap-thread.c 6301 Fix warning 6302 6303 2006-12-31 [paul] 2.6.1cvs92 6304 6305 * src/prefs_summaries.c 6306 use gtk_button_new_from_stock() 6307 6308 2006-12-30 [colin] 2.6.1cvs91 6309 6310 * src/folder.c 6311 * src/imap_gtk.c 6312 * src/mh_gtk.c 6313 Don't update filtering and account paths 6314 when copying folders 6315 6316 2006-12-30 [colin] 2.6.1cvs90 6317 6318 * src/prefs_compose_writing.c 6319 * src/prefs_quote.c 6320 * src/prefs_template.c 6321 Use message font for Writing and 6322 Quoting prefs, as well as Templates. 6323 6324 2006-12-30 [colin] 2.6.1cvs89 6325 6326 * src/prefs_summaries.c 6327 Rework GUI; patch by Pawel 6328 6329 2006-12-29 [colin] 2.6.1cvs88 6330 6331 * src/prefs_folder_item.c 6332 Fix bug 1085, 'Apply to subfolder 6333 doesn't work' - I was mistaken saying 6334 it worked in every case 6335 6336 2006-12-28 [colin] 2.6.1cvs87 6337 6338 * src/gtk/gtkaspell.c 6339 Don't assert if use_alternate is true 6340 and alt_dictionary isn't set -- this 6341 is what happens on upgrade! Rather, 6342 do with it. 6343 6344 2006-12-28 [colin] 2.6.1cvs86 6345 6346 * Makefile.am 6347 Fix desktop/icon simplification 6348 6349 2006-12-28 [colin] 2.6.1cvs85 6350 6351 * Makefile.am 6352 Make desktop and icon not 6353 dependant on the desktop 6354 6355 2006-12-28 [wwp] 2.6.1cvs84 6356 6357 * src/plugins/pgpmime/claws.def 6358 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch). 6359 6360 2006-12-28 [wwp] 2.6.1cvs83 6361 6362 * src/prefs_folder_item.c 6363 Fix coloring of "simplify subject regexp" (folder prefs), 6364 which might be left to red whereas the regexp gets empty. 6365 6366 2006-12-28 [wwp] 2.6.1cvs82 6367 6368 * src/prefs_common.c 6369 * src/prefs_common.h 6370 * src/addressbook.c 6371 * src/addressitem.h 6372 Save addressbook mainwindow's horizontal and vertical splitter position. 6373 6374 2006-12-27 [wwp] 2.6.1cvs81 6375 6376 * src/gtk/gtkaspell.c 6377 * src/gtk/gtkaspell.h 6378 * src/compose.c 6379 Fix assignment of compose's default and alternate dictionary from 6380 account or folder settings. Now gtkaspell_change_dict does rotate 6381 dicts only when it's called from a menu cb. 6382 6383 2006-12-27 [wwp] 2.6.1cvs80 6384 6385 * src/folder_item_prefs.c 6386 Fix randomly initialized default-alt-dictionary (folder prefs), 6387 complete 2.6.1cvs72. 6388 6389 2006-12-27 [paul] 2.6.1cvs79 6390 6391 * src/imap_gtk.c 6392 * src/mh_gtk.c 6393 Add Copy folder in the folder's contextual 6394 menu 6395 6396 2006-12-27 [wwp] 2.6.1cvs78 6397 6398 * src/imap.c 6399 Clean up session locking, thanks to Colin. 6400 6401 2006-12-26 [colin] 2.6.1cvs77 6402 6403 * src/statusbar.c 6404 Revert previous patch 6405 6406 2006-12-26 [colin] 2.6.1cvs76 6407 6408 * src/folder.c 6409 * src/folderview.c 6410 * src/imap.c 6411 * src/statusbar.c 6412 * src/etpan/imap-thread.c 6413 Fix previous commit warnings 6414 Make statusbar update every second if total < 20 6415 Make IMAP APPEND faster by simplifying log 6416 6417 2006-12-26 [colin] 2.6.1cvs75 6418 6419 * src/folder.c 6420 * src/folder.h 6421 * src/folderview.c 6422 * src/folderview.h 6423 * src/imap_gtk.c 6424 * src/mh_gtk.c 6425 Make it possible to copy folders accross 6426 mailboxes (this was an arbitrary limitation). 6427 Still make it impossible to move folders 6428 accross mailboxes. 6429 6430 2006-12-26 [colin] 2.6.1cvs74 6431 6432 * src/etpan/imap-thread.c 6433 Fix bug 1081, 'claws-mail 6434 segfaults when going offline 6435 while it transfers mails via 6436 imap' 6437 6438 2006-12-26 [colin] 2.6.1cvs73 6439 6440 * src/folder_item_prefs.c 6441 Don't forget alt dictionary when 6442 renaming/moving folders 6443 6444 2006-12-26 [wwp] 2.6.1cvs72 6445 6446 * src/folder_item_prefs.c 6447 Add missing defaults for per-folder alt dict 6448 (forgotten in 2.6.1cvs61). 6449 6450 2006-12-26 [colin] 2.6.1cvs71 6451 6452 * src/wizard.c 6453 Add tooltip to state that specifying 6454 full path to mailbox is possible 6455 6456 2006-12-26 [wwp] 2.6.1cvs70 6457 6458 * src/partial_download.c 6459 * src/gtk/gtkvscrollbutton.c 6460 * src/plugins/pgpinline/plugin.c 6461 Fix for few compiler warnings that matter. 6462 6463 2006-12-25 [colin] 2.6.1cvs69 6464 6465 * src/partial_download.c 6466 Fix marking for download or deletion 6467 when the header isn't the first 6468 * src/gtk/logwindow.c 6469 Fix start of scrolling 6470 6471 2006-12-23 [paul] 2.6.1cvs68 6472 6473 * src/compose.c 6474 change last commit to use the 'academic' 6475 method instead. Thanks to wwp 6476 6477 2006-12-23 [paul] 2.6.1cvs67 6478 6479 * src/compose.c 6480 don't warn about empty subject when 6481 redirecting 6482 6483 2006-12-22 [colin] 2.6.1cvs66 6484 6485 * src/summary_search.c 6486 Fix previous patch 6487 6488 2006-12-22 [colin] 2.6.1cvs65 6489 6490 * src/gtk/gtkutils.c 6491 * src/imap.c 6492 * src/jpilot.c 6493 * src/summary_search.c 6494 A few warning fixes 6495 6496 2006-12-23 [paul] 6497 6498 2.7.0-rc2 released 6499 6500 2006-12-22 [colin] 2.6.1cvs64 6501 6502 * src/toolbar.c 6503 * src/toolbar.h 6504 Add a combo to the learn spam button 6505 * src/plugins/bogofilter/bogofilter.c 6506 * src/plugins/bogofilter/bogofilter_gtk.c 6507 * src/plugins/bogofilter/bogofilter.h 6508 Allow to store Unsure mails in a specific 6509 folder to make better teaching easier 6510 6511 2006-12-21 [wwp] 2.6.1cvs63 6512 6513 * src/compose.c 6514 * src/prefs_common.c 6515 * src/prefs_common.h 6516 * src/prefs_spelling.c 6517 * src/gtk/gtkaspell.c 6518 * src/gtk/gtkaspell.h 6519 Allow spell-checking using both current and alternate dictionaries 6520 (thanks to Colin). 6521 6522 2006-12-21 [wwp] 2.6.1cvs62 6523 6524 * src/gtk/gtkaspell.c 6525 Apply recheck_when_changing_dict (highlight all mispelled words) 6526 when switching to alternate dictionary. 6527 6528 2006-12-21 [wwp] 2.6.1cvs61 6529 6530 * src/compose.c 6531 * src/folder_item_prefs.h 6532 * src/prefs_common.c 6533 * src/prefs_common.h 6534 * src/prefs_folder_item.c 6535 * src/prefs_spelling.c 6536 * src/gtk/gtkaspell.c 6537 * src/gtk/gtkaspell.h 6538 Add global and per-folder prefs to set the default 6539 alternate dictionary. 6540 6541 2006-12-21 [colin] 2.6.1cvs60 6542 6543 * src/folder.c 6544 Look for folders by path in all folders 6545 * src/html.c 6546 add — 6547 6548 2006-12-20 [colin] 2.6.1cvs59 6549 6550 * src/gtk/quicksearch.c 6551 Make sure in_typing is false when clearing 6552 6553 2006-12-20 [wwp] 2.6.1cvs58 6554 6555 * configure.ac 6556 change manual's target dir to be LFH-compliant (thanks to Colin). 6557 6558 2006-12-20 [wwp] 2.6.1cvs57 6559 6560 * src/prefs_common.c 6561 * src/prefs_summaries.c 6562 i18n fix and factorize patch, thanks to Fabien. 6563 6564 2006-12-20 [paul] 2.6.1cvs56 6565 6566 * configure.ac 6567 last of the renaming (??) 6568 * src/main.c 6569 correct --help info of --status-full 6570 * src/plugins/bogofilter/bogofilter.c 6571 make FALSE default of whitelist_ab 6572 6573 2006-12-19 [colin] 2.6.1cvs55 6574 6575 * src/jpilot.c 6576 Same as before, without depending on 6577 pisock >= 0.12 6578 6579 2006-12-19 [colin] 2.6.1cvs54 6580 6581 * src/jpilot.c 6582 Fix bug 1059, 'Better jpilot charset 6583 handling'. Use libpisync's charset conversion 6584 if possible 6585 6586 2006-12-19 [colin] 2.6.1cvs53 6587 6588 * po/fr.po 6589 Updated by Fabien 6590 6591 2006-12-19 [wwp] 2.6.1cvs52 6592 6593 * src/gtk/about.c 6594 Add missing #include (thanks to Colin). 6595 6596 2006-12-19 [wwp] 2.6.1cvs51 6597 6598 * src/prefs_receive.c 6599 Better spacing between widgets in prefs. 6600 6601 2006-12-18 [colin] 2.6.1cvs50 6602 6603 * src/imap.c 6604 Fix failure to get separator on LIST "" "" 6605 Try LIST "" "INBOX" too. 6606 6607 2006-12-18 [wwp] 2.6.1cvs49 6608 6609 * src/common/session.c 6610 Fix a compiler warning (thanks to Fabien). 6611 6612 2006-12-18 [wwp] 2.6.1cvs48 6613 6614 * src/compose.c 6615 * src/prefs_quote.c 6616 Factorize some strings for translation (it's about error 6617 messages when applying or checking template/quote format). 6618 6619 2006-12-18 [colin] 2.6.1cvs47 6620 6621 * Makefile.am 6622 * src/common/defs.h 6623 * src/gtk/Makefile.am 6624 * src/gtk/about.c 6625 Add a Release notes tab from the contents of 6626 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien. 6627 6628 2006-12-17 [colin] 2.6.1cvs46 6629 6630 * src/mimeview.c 6631 * src/textview.c 6632 * src/gtk/filesel.c 6633 Correctly convert from/to UTF8/filename encoding 6634 when loading and saving files. Probably fixes 6635 bug 1068, 'Claws-Mail uses 100% CPU when looking 6636 for a file to attach and is blocked...' 6637 6638 2006-12-17 [colin] 2.6.1cvs45 6639 6640 * src/gtk/logwindow.c 6641 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 6642 IMAP folder and is blocked on main thread': 6643 make sure we put utf8 in the log. 6644 6645 2006-12-16 [colin] 2.6.1cvs44 6646 6647 * src/toolbar.c 6648 * src/toolbar.h 6649 Fix bug 1055, 'Add the 'cancel receive' 6650 in the available events for the toolbar buttons' 6651 6652 2006-12-16 [colin] 2.6.1cvs43 6653 6654 * po/POTFILES.in 6655 * src/imap.c 6656 * src/common/nntp.c 6657 * src/common/session.c 6658 Log error when SSL handshakes fail. 6659 Fixes bug 1082, 'incorrect / imprecise 6660 error message when imap server provides 6661 ssl only through STARTTLS but SSL is 6662 selected' 6663 6664 2006-12-15 [wwp] 2.6.1cvs42 6665 6666 * src/plugins/bogofilter/bogofilter_gtk.c 6667 set proper sensitivity to widgets I've recently added. 6668 6669 2006-12-15 [colin] 6670 6671 2.7.0-rc1 released 6672 6673 2006-12-15 [wwp] 2.6.1cvs41 6674 6675 * src/plugins/bogofilter/bogofilter.c 6676 * src/plugins/bogofilter/bogofilter.h 6677 * src/plugins/bogofilter/bogofilter_gtk.c 6678 bogofilter's whitelist can now use a subset of 6679 the addressbook (either a book, a subfolder of a book, 6680 or the whole addressbook by using "Any"). Re-used there 6681 some pref_matcher widgets and mechanisms to match a subset 6682 of the addressbook. 6683 6684 2006-12-15 [wwp] 2.6.1cvs40 6685 6686 * src/wizard.c 6687 * src/common/plugin.c 6688 * src/common/plugin.h 6689 * src/gtk/about.c 6690 * src/plugins/bogofilter/bogofilter.c 6691 * src/plugins/clamav/clamav_plugin.c 6692 * src/plugins/demo/demo.c 6693 * src/plugins/dillo_viewer/dillo_viewer.c 6694 * src/plugins/pgpcore/plugin.c 6695 * src/plugins/pgpinline/plugin.c 6696 * src/plugins/pgpmime/plugin.c 6697 * src/plugins/spamassassin/spamassassin.c 6698 * src/plugins/trayicon/trayicon.c 6699 factorize some translatable strings (plugins-related), 6700 fix missing punctuation in several places, 6701 remove useless translatable \n in about.c, 6702 and factorize plugin init code w/ a new function 6703 check_plugin_version() in common/plugin.c. 6704 Patch by Fabien Vantard <fzzzzz@gmail.com>. 6705 6706 2006-12-15 [wwp] 2.6.1cvs39 6707 6708 * src/plugins/bogofilter/bogofilter.c 6709 * src/plugins/bogofilter/bogofilter_gtk.c 6710 flag whitelisted spams as spam, but don't filter it to the spam 6711 folder. Thanks to Colin. 6712 6713 2006-12-15 [ticho] 2.6.1cvs38 6714 6715 * src/plugins/bogofilter/bogofilter.c 6716 * src/plugins/bogofilter/bogofilter.h 6717 * src/plugins/bogofilter/bogofilter_gtk.c 6718 Add option to whitelist senders found in addressbook. Patch by colin. 6719 6720 2006-12-15 [paul] 2.6.1cvs37 6721 6722 * src/folderview.c 6723 add missing #include "log.h" 6724 6725 2006-12-15 [paul] 2.6.1cvs36 6726 6727 * src/plugins/bogofilter/bogofilter.c 6728 * src/plugins/bogofilter/bogofilter.h 6729 * src/plugins/bogofilter/bogofilter_gtk.c 6730 Add an option to allow inserting an 6731 X-Claws-Bogosity header (on MH folders 6732 only). Patch by Colin 6733 6734 2006-12-14 [colin] 2.6.1cvs35 6735 6736 * src/main.c 6737 "Yes" should be the default choice for 6738 migration configuration 6739 6740 2006-12-14 [paul] 2.6.1cvs34 6741 6742 * src/prefs_summaries.c 6743 * manual/advanced.xml 6744 Unhide mark_as_read_delay 6745 6746 2006-12-14 [paul] 2.6.1cvs33 6747 6748 * src/messageview.c 6749 * src/messageview.h 6750 * src/mimeview.c 6751 * src/mimeview.h 6752 * src/summaryview.c 6753 * src/textview.c 6754 * src/textview.h 6755 Fix printing of selection 6756 Fix printing of message parts 6757 Fix printing of images 6758 * src/gtk/gtksourceprintjob.c 6759 Fix page count when there are images 6760 6761 2006-12-14 [wwp] 2.6.1cvs32 6762 6763 * src/mainwindow.c 6764 * src/summaryview.c 6765 * src/summaryview.h 6766 * src/gtk/quicksearch.c 6767 fix quicksearch 'magnify' button status when QS is closed 6768 using the Escape key, thanks to Colin. 6769 6770 2006-12-14 [wwp] 2.6.1cvs31 6771 6772 * src/mainwindow.c 6773 * src/summaryview.c 6774 * src/summaryview.h 6775 * src/gtk/quicksearch.c 6776 fix quicksearch 'magnify' button status when QS is closed 6777 using the Escape key, thanks to Colin. 6778 6779 2006-12-13 [colin] 2.6.1cvs30 6780 6781 * src/ldapquery.c 6782 * src/ldaputil.c 6783 Use the binary safe version of ldap_get_values, 6784 to make sure we manipulate null-terminated 6785 strings. Maybe fixes bug 1075, 'claws mail 6786 segfault when completing ldap adresses' 6787 * src/syldap.c ** REMOVED ** 6788 * src/syldap.h ** REMOVED ** 6789 Remove dead files 6790 6791 2006-12-13 [mones] 2.6.1cvs29 6792 6793 * po/es.po 6794 Fixed piped strings, fixed click translation 6795 6796 2006-12-13 [paul] 2.6.1cvs28 6797 6798 * src/main.c 6799 don't translate these strings 6800 6801 2006-12-13 [paul] 2.6.1cvs27 6802 6803 * po/en_GB.po 6804 updated 6805 6806 2006-12-13 [colin] 2.6.1cvs26 6807 6808 * src/main.c 6809 * src/main.h 6810 Add claws_is_starting() 6811 6812 2006-12-13 [mones] 2.6.1cvs25 6813 6814 * manual/es/advanced.xml 6815 * po/es.po 6816 Synced manual and updated translation 6817 6818 2006-12-12 [colin] 2.6.1cvs24 6819 6820 * src/wizard.c 6821 Add an option to use STARTTLS in the 6822 welcome wizard. Fixes bug 1080, 6823 'Using SSL option in wizard for incoming 6824 server does not activate SSL with STARTTLS' 6825 6826 2006-12-12 [colin] 2.6.1cvs23 6827 6828 * src/main.c 6829 Don't exit when there's an incomplete 6830 mailbox configured - leaves a chance 6831 to fix a failing IMAP account. Exit 6832 if no mailbox at all is loaded (case 6833 of missing plugin). 6834 Completes bug 1077's fix (I was wrong 6835 in this bug's comment #3). 6836 6837 2006-12-12 [colin] 2.6.1cvs22 6838 6839 * src/gtk/menu.h 6840 Add another menu data type 6841 * src/prefs_account.c 6842 Complete the completion of bug 1076 6843 (doesn't lose the pref on apply) 6844 6845 2006-12-12 [paul] 2.6.1cvs21 6846 6847 * src/prefs_account.c 6848 complete the fix of bug 1076 6849 also be more verbose with the text 6850 6851 2006-12-12 [paul] 2.6.1cvs20 6852 6853 * src/gtk/combobox.c 6854 fix compilation warning 6855 6856 2006-12-11 [colin] 2.6.1cvs19 6857 6858 * src/wizard.c 6859 Document :port in server entry tooltips 6860 6861 2006-12-11 [colin] 2.6.1cvs18 6862 6863 * src/main.c 6864 Fix compile 6865 6866 2006-12-11 [colin] 2.6.1cvs17 6867 6868 * src/main.c 6869 Add failing IMAP as a reason for no 6870 mailbox 6871 6872 2006-12-11 [colin] 2.6.1cvs16 6873 6874 * src/prefs_account.c 6875 Check for existence of inbox for local 6876 accounts too 6877 * src/wizard.c 6878 Allow setting the port to use for servers 6879 by using the usual "server.example.com:port" 6880 syntax. Fixes bug 1077, 'sylpheed-claws does 6881 not start when IMAP server is unavailable' 6882 6883 2006-12-11 [colin] 2.6.1cvs15 6884 6885 * src/prefs_account.c 6886 Prevent use of non-existing default inbox 6887 6888 2006-12-11 [colin] 2.6.1cvs14 6889 6890 * src/prefs_account.c 6891 Fix sensitivity. Fixes bug 1076, 'privacy 6892 options are displayed even when pgp plugin 6893 not loaded / available' 6894 6895 2006-12-09 [colin] 2.6.1cvs13 6896 6897 * manual/advanced.xml 6898 * src/prefs_common.c 6899 * src/prefs_common.h 6900 * src/common/ssl_certificate.c 6901 Add a new hidden preference, 'unsafe_ssl_certs', 6902 which allows to store multiple certificates per 6903 server/port. This is disabled by default because 6904 it's less secure (presenting a new certificate 6905 instead of a changed one raises less alarms). 6906 This will cause Claws to ask about an unknown 6907 certificate for people who have used 2.6.1cvs8 6908 or greater. 6909 6910 2006-12-09 [colin] 2.6.1cvs12 6911 6912 * src/action.c 6913 Fix cache updating after action 6914 6915 2006-12-07 [wwp] 2.6.1cvs11 6916 6917 * src/compose.c 6918 fix email address comparison when replying to all 6919 (avoid replying to ourselves), thanks to Colin. 6920 6921 2006-12-06 [paul] 2.6.1cvs10 6922 6923 * src/addrharvest.c 6924 * src/editldap.c 6925 * src/expldifdlg.c 6926 * src/news.c 6927 * src/toolbar.c 6928 * src/common/utils.c 6929 ...and more renaming 6930 Thanks to Colin 6931 6932 2006-12-06 [paul] 2.6.1cvs9 6933 6934 * src/compose.c 6935 * src/messageview.c 6936 * src/procheader.c 6937 * src/procmime.c 6938 * src/procmsg.c 6939 * src/textview.c 6940 more renaming 6941 Thanks to Colin 6942 6943 2006-12-06 [colin] 2.6.1cvs8 6944 6945 * src/ssl_manager.c 6946 * src/common/ssl_certificate.c 6947 * src/common/ssl_certificate.h 6948 Handle multiple certificates per host/port 6949 6950 2006-12-06 [colin] 2.6.1cvs7 6951 6952 * src/etpan/imap-thread.c 6953 Fix certificate checking on IMAP 6954 6955 2006-12-06 [colin] 2.6.1cvs6 6956 6957 * src/folderview.c 6958 Fix bug 1072, 'Claws stops fetching newsgroups 6959 from server when newsgroup got deleted': continue 6960 checking other groups 6961 6962 2006-12-05 [wwp] 2.6.1cvs5 6963 6964 * src/message_search.c 6965 * src/summary_search.c 6966 * src/gtk/combobox.c 6967 * src/gtk/combobox.h 6968 * src/gtk/gtkutils.c 6969 * src/gtk/gtkutils.h 6970 make up and down arrow keys in modern gtk_combo_box_entry widgets 6971 behave like w/ old comboboxes (summary and message search only). 6972 6973 2006-12-05 [paul] 2.6.1cvs4 6974 6975 * src/wizard.c 6976 encode headers 6977 Thanks to Colin 6978 6979 2006-12-05 [paul] 2.6.1cvs3 6980 6981 * tools/README 6982 * tools/textviewer.pl 6983 script updated and description added 6984 6985 2006-12-04 [colin] 2.6.1cvs2 6986 6987 * src/compose.c 6988 Run pre-send hook only when checking 6989 everything 6990 6991 2006-12-04 [paul] 2.6.1cvs1 6992 6993 * NEWS 6994 * README 6995 * RELEASE_NOTES 6996 * configure.ac 6997 * tools/README 6998 bump up version number following stable release 6999 7000 2006-12-04 [paul] 2.6.0cvs83 7001 7002 * README 7003 updates and corrections 7004 7005 2006-12-04 [colin] 2.6.0cvs82 7006 7007 * src/common/utils.c 7008 Probably fix bug 1066, 'Incorrect mailbox 7009 size displayed' 7010 7011 2006-12-04 [colin] 2.6.0cvs81 7012 7013 * src/common/utils.c 7014 Trim tabs from mailcap file too. 7015 7016 2006-12-02 [paul] 2.6.0cvs80 7017 7018 * src/exphtmldlg.c 7019 fix broken GUI under certain languages 7020 * src/expldifdlg.c 7021 put the Cancel button to the right 7022 7023 2006-12-01 [paul] 2.6.0cvs79 7024 7025 * tools/Makefile.am 7026 remove reference to removed file 7027 7028 2006-12-01 [wwp] 2.6.0cvs78 7029 7030 * src/addressbook.c 7031 * src/editaddress.c 7032 remove forgotten debug statements. 7033 7034 2006-12-01 [wwp] 2.6.0cvs77 7035 7036 * manual/advanced.xml 7037 * manual/fr/advanced.xml 7038 * src/addressbook.c 7039 * src/addressbook.h 7040 * src/addressitem.h 7041 * src/editaddress.c 7042 * src/editaddress.h 7043 * src/prefs_common.c 7044 * src/prefs_common.h 7045 * src/gtk/gtkutils.c 7046 * src/gtk/gtkutils.h 7047 add a hidden option to allow embedding the editaddress (edit contact details) 7048 dialog into the addressbook's window. This doesn't change the default 7049 behaviour. 7050 7051 2006-12-01 [wwp] 2.6.0cvs76 7052 7053 * src/message_search.c 7054 * src/summary_search.c 7055 fix more focus issues (don't set focus to combobox's entry widget when 7056 entry's value changed, if entry widget has focus already). 7057 7058 2006-12-01 [wwp] 2.6.0cvs75 7059 7060 * src/gtk/quicksearch.c 7061 revert last changes to the quicksearch gtk_combo_box, this needs more 7062 tuning and testing. 7063 7064 2006-12-01 [paul] 2.6.0cvs74 7065 7066 * tools/kdeservicemenu/README 7067 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl 7068 * tools/kdeservicemenu/install.sh 7069 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop 7070 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop 7071 simplify this stuff, and in so doing, 7072 fix it. (possibly re-extend it again at 7073 a later date) 7074 7075 2006-12-01 [wwp] 2.6.0cvs73 7076 7077 * src/gtk/quicksearch.c 7078 adapt quicksearch code to use modern gtk_combo_box'es. 7079 7080 2006-12-01 [wwp] 2.6.0cvs72 7081 7082 * src/common/defs.h 7083 * src/prefs_common.c 7084 * src/prefs_common.h 7085 * src/message_search.c 7086 * src/summary_search.c 7087 * src/gtk/combobox.c 7088 * src/gtk/combobox.h 7089 add history combos to all message and summary search fields. 7090 7091 2006-12-01 [wwp] 2.6.0cvs71 7092 7093 * src/summaryview.c 7094 As the list may change while the mark as read delay 7095 runs, we can't rely on the 'row' pointer, which can 7096 be invalid when the timeout is called. As the mark 7097 as read is only done if the message is still selected, 7098 use summaryview->selected instead. Thanks to Colin. 7099 7100 2006-11-30 [paul] 2.6.0cvs70 7101 7102 * src/textview.c 7103 give emphasis to "Sylpheed-Claws" 7104 as well as "Claws Mail" 7105 7106 2006-11-30 [colin] 2.6.0cvs69 7107 7108 * src/wizard.c 7109 Put the SSL checkboxes in the receiving 7110 and sending server pages. 7111 7112 2006-11-29 [colin] 2.6.0cvs68 7113 7114 * src/gtk/gtkutils.c 7115 * src/gtk/gtkvscrollbutton.c 7116 Revert some deprecated fixes - they seem to 7117 deprecate stuff as soon as a new one gets out. 7118 g_object_ref_sink needed glib-2.10. 7119 7120 2006-11-29 [colin] 2.6.0cvs67 7121 7122 * src/common/utils.c 7123 Create .mailcap if it doesn't exist 7124 7125 2006-11-29 [colin] 2.6.0cvs66 7126 7127 * src/compose.c 7128 Followup to cvs60: use original list 7129 of recipients if replying to a mail 7130 in Sent Drafts or Queue. 7131 7132 2006-11-27 [paul] 2.6.0cvs65 7133 7134 * src/image_viewer.c 7135 revert the last change for now (it's broken) 7136 7137 2006-11-27 [paul] 2.6.0cvs64 7138 7139 * Makefile.am 7140 * configure.ac 7141 * m4/aclocal-include.m4 7142 * m4/check-type.m4 7143 * src/Makefile.am 7144 * src/addr_compl.c 7145 * src/compose.c 7146 * src/crash.c 7147 * src/export.c 7148 * src/exporthtml.c 7149 * src/exportldif.c 7150 * src/imap.c 7151 * src/import.c 7152 * src/main.c 7153 * src/main.h 7154 * src/matcher.c 7155 * src/mimeview.c 7156 * src/procmsg.c 7157 * src/textview.c 7158 * src/common/Makefile.am 7159 * src/common/claws.c 7160 * src/common/claws.h 7161 * src/common/ssl.c 7162 * src/common/sylpheed.c 7163 * src/common/sylpheed.h 7164 * src/etpan/Makefile.am 7165 * src/gtk/Makefile.am 7166 * src/gtk/claws-marshal.list 7167 * src/gtk/filesel.c 7168 * src/gtk/gtksctree.c 7169 * src/gtk/quicksearch.c 7170 * src/gtk/sylpheed-marshal.list 7171 * src/plugins/bogofilter/bogofilter.c 7172 * src/plugins/bogofilter/bogofilter_gtk.c 7173 * src/plugins/clamav/clamav_plugin.c 7174 * src/plugins/clamav/clamav_plugin_gtk.c 7175 * src/plugins/demo/demo.c 7176 * src/plugins/dillo_viewer/dillo_viewer.c 7177 * src/plugins/pgpcore/Makefile.am 7178 * src/plugins/pgpcore/claws.def 7179 * src/plugins/pgpcore/pgp_viewer.c 7180 * src/plugins/pgpcore/plugin.c 7181 * src/plugins/pgpcore/sylpheed.def 7182 * src/plugins/pgpinline/Makefile.am 7183 * src/plugins/pgpinline/claws.def 7184 * src/plugins/pgpinline/plugin.c 7185 * src/plugins/pgpinline/sylpheed.def 7186 * src/plugins/pgpmime/Makefile.am 7187 * src/plugins/pgpmime/claws.def 7188 * src/plugins/pgpmime/plugin.c 7189 * src/plugins/pgpmime/sylpheed.def 7190 * src/plugins/spamassassin/spamassassin.c 7191 * src/plugins/spamassassin/spamassassin_gtk.c 7192 * src/plugins/trayicon/trayicon.c 7193 yet more renaming 7194 remove deprecated gtk_tooltips_set_delay() 7195 7196 2006-11-26 [paul] 2.6.0cvs63 7197 7198 * src/expldifdlg.c 7199 * src/folderview.c 7200 * src/image_viewer.c 7201 * src/mainwindow.c 7202 * src/gtk/gtkutils.c 7203 * src/gtk/gtkvscrollbutton.c 7204 * src/gtk/prefswindow.c 7205 * src/plugins/pgpcore/prefs_gpg.c 7206 replace more deprecated GTK+ functions 7207 7208 2006-11-26 [paul] 2.6.0cvs62 7209 7210 * src/addr_compl.c 7211 * src/addressbook.c 7212 * src/browseldap.c 7213 replace deprecated gtk_idle_... functions 7214 7215 2006-11-26 [paul] 2.6.0cvs61 7216 7217 * src/compose.c 7218 * src/folderview.c 7219 * src/inc.c 7220 * src/summaryview.c 7221 * src/gtk/gtkvscrollbutton.c 7222 * src/gtk/quicksearch.c 7223 * src/plugins/pgpcore/passphrase.c 7224 replace deprecated gtk_timeout_add and 7225 gtk_timeout_remove 7226 7227 2006-11-26 [paul] 2.6.0cvs60 7228 7229 * src/compose.c 7230 fix bug that caused the wrong recipient 7231 to be selected when replying to a msg 7232 which is From one of our accounts to 7233 another of our accounts 7234 7235 2006-11-25 [paul] 2.6.0cvs59 7236 7237 * src/summaryview.c 7238 don't change the From column title to 7239 To if the To column is visible 7240 7241 2006-11-24 [paul] 2.6.0cvs58 7242 7243 * src/compose.c 7244 fix bug 1069, 'Sent mails disappear, BCC 7245 or locking problem?' 7246 7247 2006-11-21 [wwp] 2.6.0cvs57 7248 7249 * src/compose.c 7250 fix spelling menu when replying (same as 2.3.1cvs39): 7251 discrepancy between context menu and top menu when 7252 folder's dictionary isn't the default one. 7253 7254 2006-11-19 [paul] 2.6.0cvs56 7255 7256 * src/summaryview.c 7257 obey always_show_msg option when 7258 marking as spam 7259 * src/plugins/bogofilter/bogofilter.c 7260 fix typo 7261 7262 2006-11-18 [paul] 2.6.0cvs55 7263 7264 * AUTHORS 7265 * README 7266 * debian/copyright 7267 * manual/ack.xml 7268 * manual/es/ack.xml 7269 * manual/fr/ack.xml 7270 * manual/pl/ack.xml 7271 * src/gtk/authors.h 7272 * src/gtk/icon_legend.c 7273 * src/gtk/icon_legend.h 7274 * tools/OOo2claws-mail.pl 7275 * tools/README 7276 * tools/acroread2claws-mail.pl 7277 * tools/claws.i18n.status.pl 7278 * tools/filter_conv.pl 7279 * tools/filter_conv_new.pl 7280 * tools/freshmeat_search.pl 7281 * tools/google_search.pl 7282 * tools/kmail2claws-mail.pl 7283 * tools/kmail2claws-mail_v2.pl 7284 * tools/maildir2claws-mail.pl 7285 * tools/make.themes.project 7286 * tools/multiwebsearch.pl 7287 * tools/outlook2claws-mail.pl 7288 * tools/tb2claws-mail 7289 * tools/kdeservicemenu/README 7290 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl 7291 update mine and wwp's email addresses in 7292 several places 7293 Patch by wwp 7294 * src/prefs_compose_writing.c 7295 set sensitivity on 'new message format' frame 7296 7297 2006-11-17 [paul] 2.6.0cvs54 7298 7299 * src/gtk/about.c 7300 more reworking of the GUI 7301 Patch by Fabien Vantard 7302 7303 2006-11-16 [paul] 2.6.0cvs53 7304 7305 * src/gtk/about.c 7306 set a minimum size for the window, allow 7307 it to automatically expand as necessary 7308 7309 2006-11-16 [wwp] 2.6.0cvs52 7310 7311 * src/gtk/about.c 7312 better wrap of copyright info on some systems. 7313 7314 2006-11-16 [paul] 2.6.0cvs51 7315 7316 * src/gtk/about.c 7317 move the tech info from the upper panel 7318 to the Info tab 7319 use a gtk_text_view for the features tab 7320 7321 2006-11-16 [paul] 2.6.0cvs50 7322 7323 * po/Makevars 7324 update my email address 7325 * src/addressbook.c 7326 * src/compose.c 7327 * src/imap_gtk.c 7328 * src/mh_gtk.c 7329 * src/news_gtk.c 7330 * src/summaryview.c 7331 * src/plugins/trayicon/trayicon.c 7332 don't offer simple menu separators 7333 for translation 7334 * src/folderview.c 7335 add separator between 'mark all read' 7336 and 'search folder' 7337 7338 2006-11-15 [wwp] 2.6.0cvs49 7339 7340 * src/gtk/authors.h 7341 updated manuals authors. 7342 7343 2006-11-14 [paul] 2.6.0cvs48 7344 7345 * src/compose.c 7346 Fix Options/Reply mode after draft save 7347 7348 2006-11-14 [paul] 2.6.0cvs47 7349 7350 * src/Makefile.am 7351 Fix make DESTDIR=... 7352 * src/mbox.c 7353 Optimise speed 7354 * src/plugins/pgpinline/pgpinline.c 7355 Probably fix bug 1061 7356 7357 2006-11-14 [paul] 2.6.0cvs46 7358 7359 * po/Makevars 7360 enable Q_ macro 7361 * src/Makefile.am 7362 * src/stock_pixmap.c 7363 * src/stock_pixmap.h 7364 * src/gtk/about.c 7365 * src/pixmaps/active.xpm 7366 * src/pixmaps/inactive.xpm 7367 add a new page, 'Features', to the About dialog 7368 showing which features are compiled in and which 7369 are not 7370 7371 2006-11-14 [paul] 2.6.0cvs45 7372 7373 * po/ru.po 7374 updated by Pavlo Bohmat 7375 7376 2006-11-14 [colin] 2.6.0cvs44 7377 7378 * src/compose.c 7379 * src/inc.c 7380 * src/messageview.c 7381 * src/news.c 7382 * src/pop.c 7383 * src/procmsg.c 7384 * src/gtk/gtkaspell.c 7385 Fix 64-bit-related warnings 7386 * src/ssl_manager.c 7387 Fix possible infinite loop 7388 * src/plugins/pgpcore/sgpgme.c 7389 Remove useless check 7390 7391 2006-11-13 [colin] 2.6.0cvs43 7392 7393 * src/gtk/Makefile.am 7394 authors.h isn't generated 7395 7396 2006-11-13 [colin] 2.6.0cvs42 7397 7398 * src/plugins/pgpinline/pgpinline.c 7399 * src/plugins/pgpmime/pgpmime.c 7400 Very probably fix bug 1061, 'crash on 7401 opening signed email'. Another cast 7402 problem 7403 7404 2006-11-13 [colin] 2.6.0cvs41 7405 7406 * src/plugins/pgpcore/sgpgme.c 7407 Maybe fix bug 1061, 'crash on opening 7408 signed email' 7409 7410 2006-11-13 [wwp] 2.6.0cvs40 7411 7412 * src/plugins/pgpinline/pgpinline.c 7413 fix candidate for bug #1057, thanks to Colin. 7414 7415 2006-11-13 [wwp] 2.6.0cvs39 7416 7417 * src/compose.c 7418 * src/quote_fmt_parse.y 7419 fix bug 1052: current parser buffer was not always 7420 allocated, ptr to this buffer could be returned as 7421 NULL whereas no parser error has occurred. in 7422 consequence, defining a template body as "%d" 7423 (w/o the quotes) for the first time of the instance 7424 of claws-mail, was reporting a parser error. make 7425 sure that the buffer is always allocated, even to 7426 an empty string. 7427 fix mis-unescaping in compose.:compose_quote_fmt(): 7428 unescaping of the fmt string was always done 7429 whereas it must be done *only* when receiving 7430 quote format strings issued from the prefs 7431 (compose new message, reply, forward, redirect 7432 formats), *not* when applying templates. in 7433 consequences, applying templates w/ sequences 7434 like \\|p{echo} were failing. make sure that 7435 unescaping is done only when necessary. 7436 7437 2006-11-12 [colin] 2.6.0cvs38 7438 7439 * po/de.po 7440 Fix typo (s/KB/MB) 7441 7442 2006-11-12 [colin] 2.6.0cvs37 7443 7444 * src/plugins/pgpinline/pgpinline.c 7445 * src/plugins/pgpmime/pgpmime.c 7446 Release GPG context at the latest 7447 possible moment. Maybe fixes 7448 bug 1057, 'crash on sending signed 7449 message to a newsgroup' 7450 7451 7452 2006-11-12 [colin] 2.6.0cvs36 7453 7454 * src/plugins/pgpcore/sgpgme.c 7455 Tell a bit more when gpg's status doesn't 7456 contain any signature 7457 7458 2006-11-12 [colin] 2.6.0cvs35 7459 7460 * src/compose.c 7461 Fix bug 1060, 'compilation error with 7462 Irix's cc' 7463 7464 2006-11-12 [paul] 2.6.0cvs34 7465 7466 * doc/man/claws-mail.1 7467 * src/prefs_gtk.c 7468 * src/plugins/clamav/README 7469 * src/plugins/spamassassin/README 7470 * tools/README 7471 * tools/freshmeat_search.pl 7472 * tools/google_search.pl 7473 * tools/multiwebsearch.pl 7474 more renaming 7475 * src/plugins/trayicon/trayicon.c 7476 fix compiliation warning 7477 7478 2006-11-11 [colin] 2.6.0cvs33 7479 7480 * src/folderview.c 7481 Forbid drag and drop from/to different 7482 folders of type F_UNKNOWN 7483 7484 2006-11-11 [colin] 2.6.0cvs32 7485 7486 * src/plugins/pgpinline/pgpinline.c 7487 Fix typo in previous commit: 7488 - gpgme_new(&ctx); 7489 + if ((err = gpgme_new(&data->ctx)) ...) 7490 7491 2006-11-11 [colin] 2.6.0cvs31 7492 7493 * src/plugins/pgpinline/pgpinline.c 7494 * src/plugins/pgpmime/pgpmime.c 7495 Check success after calling gpgme_new 7496 Maybe fixes bug 1057, 'crash on sending 7497 signed message to a newsgroup' 7498 7499 2006-11-11 [colin] 2.6.0cvs30 7500 7501 * src/undo.c 7502 init undostruct to 0s (from 7503 valgrind log of bug 1057) 7504 7505 2006-11-10 [colin] 2.6.0cvs29 7506 7507 * src/mainwindow.c 7508 Set cursor to wait before filtering 7509 duplicates in all folders 7510 * src/plugins/bogofilter/bogofilter.c 7511 * src/plugins/bogofilter/bogofilter.h 7512 * src/plugins/bogofilter/bogofilter_gtk.c 7513 Completely thread away the bogofilter 7514 filtering 7515 7516 2006-11-10 [mones] 2.6.0cvs28 7517 7518 * src/compose.c 7519 * src/compose.h 7520 added COMPOSE_CHECK_BEFORE_SEND hook 7521 7522 2006-11-10 [paul] 2.6.0cvs27 7523 7524 * src/crash.c 7525 more renaming 7526 add libSM to get_compiled_in_features() 7527 * src/main.c 7528 more renaming 7529 7530 2006-11-10 [colin] 2.6.0cvs26 7531 7532 * src/etpan/imap-thread.c 7533 Add a reference to libetpan's sasl engine 7534 so that sasl_done() doesn't get called by 7535 libetpan, and doesn't break openssl. 7536 Should fix bug 1053, 'SC fails to reestablish 7537 a secure connection' 7538 Patch by Hoa 7539 7540 2006-11-10 [colin] 2.6.0cvs25 7541 7542 * manual/addrbook.xml 7543 * manual/advanced.xml 7544 * manual/faq.xml 7545 * manual/intro.xml 7546 Some more renaming 7547 7548 2006-11-09 [colin] 2.6.0cvs24 7549 7550 * src/plugins/bogofilter/bogofilter_gtk.c 7551 Add comment about annoyance 7552 7553 2006-11-09 [colin] 2.6.0cvs23 7554 7555 * src/plugins/bogofilter/bogofilter.c 7556 * src/plugins/bogofilter/bogofilter_gtk.c 7557 Prepare things needed to thread bogofilter 7558 filtering: separate bogo stuff and possible GUI 7559 stuff. 7560 7561 2006-11-09 [colin] 2.6.0cvs22 7562 7563 * src/account.c 7564 * src/compose.c 7565 Search for one of our accounts in Delivered-To 7566 (helps for auto-account selection when 7567 replying/forwarding) 7568 * src/folderview.c 7569 * src/mainwindow.c 7570 * src/mainwindow.h 7571 * src/plugins/trayicon/trayicon.c 7572 Allow opening a new mail with any account from 7573 the contextual menu 7574 7575 2006-11-09 [wwp] 2.6.0cvs21 7576 7577 * src/compose.c 7578 * src/prefs_common.c 7579 * src/prefs_common.h 7580 * src/prefs_compose_writing.c 7581 add a compose new message format (in prefs/compose/writing), it's a 7582 simple subject+body template to use when opening a new composition 7583 window. It's similar to the existent reply and forward formats. 7584 7585 enhanced the template/format % symbols substitution mechanism to 7586 use current composition window information when % are used in 7587 the compose new message format or in templates applied to new 7588 messages (there were useless in that situations before). When 7589 applied to new messages, %d corresponds to the system time/date. 7590 7591 2006-11-09 [paul] 2.6.0cvs20 7592 7593 * src/gtk/authors.h 7594 fix last commit 7595 7596 2006-11-09 [paul] 2.6.0cvs19 7597 7598 * src/gtk/authors.h 7599 keep tje alphabetical order 7600 7601 2006-11-08 [colin] 2.6.0cvs18 7602 7603 * src/etpan/imap-thread.c 7604 Fix bug 1054, 'Slowness logging big 7605 data chunks' 7606 7607 2006-11-08 [paul] 2.6.0cvs17 7608 7609 * tools/Makefile.am 7610 fix the renaming 7611 7612 2006-11-08 [paul] 2.6.0cvs16 7613 7614 * src/common/defs.h 7615 update BUGZILLA_URI 7616 7617 2006-11-08 [paul] 2.6.0cvs15 7618 7619 * tools/Makefile.am 7620 * tools/OOo2claws-mail.pl 7621 * tools/OOo2sylpheed.pl 7622 * tools/README 7623 * tools/acroread2claws-mail.pl 7624 * tools/acroread2sylpheed.pl 7625 * tools/kmail2claws-mail.pl 7626 * tools/kmail2claws-mail_v2.pl 7627 * tools/kmail2sylpheed.pl 7628 * tools/kmail2sylpheed_v2.pl 7629 * tools/maildir2claws-mail.pl 7630 * tools/maildir2sylpheed.pl 7631 * tools/nautilus2claws-mail.sh 7632 * tools/nautilus2sylpheed.sh 7633 * tools/outlook2claws-mail.pl 7634 * tools/outlook2sylpheed.pl 7635 * tools/tb2claws-mail 7636 * tools/tb2sylpheed 7637 * tools/tbird2claws.py 7638 * tools/tbird2syl.py 7639 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl 7640 * tools/kdeservicemenu/install.sh 7641 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl 7642 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop 7643 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop 7644 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop 7645 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop 7646 renamed (removed, added) tools files 7647 7648 2006-11-08 [paul] 2.6.0cvs14 7649 7650 * src/main.c 7651 * src/common/defs.h 7652 Migrate sylpheedrc to clawsrc, and fix the standard 7653 plugins path in the process 7654 7655 2006-11-07 [colin] 2.6.0cvs13 7656 7657 * src/Makefile.am 7658 Symlink sylpheed-claws relative to 7659 claws-mail 7660 7661 2006-11-07 [colin] 2.6.0cvs12 7662 7663 * src/compose.c 7664 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/ 7665 7666 2006-11-07 [paul] 2.6.0cvs11 7667 7668 * src/gtk/about.c 7669 Fix a missed occurence of 7670 Sylpheed-Claws 7671 7672 2006-11-07 [paul] 2.6.0cvs10 7673 7674 * src/Makefile.am 7675 Fix symlink installation 7676 7677 2006-11-07 [paul] 2.6.0cvs9 7678 7679 * src/Makefile.am 7680 Symlink claws-mail to sylpheed-claws 7681 * src/common/utils.c 7682 Fix migrating symlinks 7683 * src/etpan/imap-thread.c 7684 check certificate only when there's 7685 no error 7686 7687 2006-11-07 [paul] 2.6.0cvs8 7688 7689 * Makefile.am 7690 Fix icon breakages with Gtk, which needs a 7691 cache updated to see them. 7692 7693 2006-11-07 [paul] 2.6.0cvs7 7694 7695 * .cvsignore 7696 * AUTHORS 7697 * COPYING 7698 * INSTALL 7699 * Makefile.am 7700 * NEWS 7701 * README 7702 * RELEASE_NOTES 7703 * autogen.sh 7704 * claws-mail-128x128.png 7705 * claws-mail-64x64.png 7706 * claws-mail.ico 7707 * claws-mail.pc.in 7708 * claws-mail.png 7709 * configure.ac 7710 * sylpheed-claws-128x128.png 7711 * sylpheed-claws-64x64.png 7712 * sylpheed-claws.desktop 7713 * sylpheed-claws.ico 7714 * sylpheed-claws.pc.in 7715 * sylpheed-claws.png 7716 * debian/README.Debian 7717 * debian/changelog 7718 * debian/claws-mail.desktop 7719 * debian/claws-mail.menu 7720 * debian/claws-mail.postinst.debhelper 7721 * debian/claws-mail.postrm.debhelper 7722 * debian/control 7723 * debian/copyright 7724 * debian/files 7725 * debian/rules 7726 * debian/sylpheed-claws.desktop 7727 * debian/sylpheed-claws.menu 7728 * debian/sylpheed-claws.postinst.debhelper 7729 * debian/sylpheed-claws.postrm.debhelper 7730 * doc/man/Makefile.am 7731 * doc/man/claws-mail.1 7732 * doc/man/sylpheed-claws.1 7733 * doc/src/ChangeLog.claws-pre0.8.0 7734 * manual/Makefile.am 7735 * manual/account.xml 7736 * manual/ack.xml 7737 * manual/addrbook.xml 7738 * manual/advanced.xml 7739 * manual/claws-mail-manual.xml 7740 * manual/faq.xml 7741 * manual/glossary.xml 7742 * manual/handling.xml 7743 * manual/intro.xml 7744 * manual/keyboard.xml 7745 * manual/plugins.xml 7746 * manual/starting.xml 7747 * manual/sylpheed-claws-manual.xml 7748 * manual/xml2pdf 7749 * manual/dist/.cvsignore 7750 * manual/dist/html/.cvsignore 7751 * manual/dist/html/Makefile.am 7752 * manual/dist/pdf/.cvsignore 7753 * manual/dist/pdf/Makefile.am 7754 * manual/dist/ps/.cvsignore 7755 * manual/dist/ps/Makefile.am 7756 * manual/dist/txt/.cvsignore 7757 * manual/dist/txt/Makefile.am 7758 * manual/es/Makefile.am 7759 * manual/es/advanced.xml 7760 * manual/es/claws-mail-manual.xml 7761 * manual/es/faq.xml 7762 * manual/es/glossary.xml 7763 * manual/es/handling.xml 7764 * manual/es/intro.xml 7765 * manual/es/plugins.xml 7766 * manual/es/sylpheed-claws-manual.xml 7767 * manual/es/dist/.cvsignore 7768 * manual/es/dist/html/.cvsignore 7769 * manual/es/dist/html/Makefile.am 7770 * manual/es/dist/pdf/.cvsignore 7771 * manual/es/dist/pdf/Makefile.am 7772 * manual/es/dist/ps/.cvsignore 7773 * manual/es/dist/ps/Makefile.am 7774 * manual/es/dist/txt/.cvsignore 7775 * manual/es/dist/txt/Makefile.am 7776 * manual/fr/Makefile.am 7777 * manual/fr/account.xml 7778 * manual/fr/ack.xml 7779 * manual/fr/addrbook.xml 7780 * manual/fr/advanced.xml 7781 * manual/fr/claws-mail-manual.xml 7782 * manual/fr/faq.xml 7783 * manual/fr/glossary.xml 7784 * manual/fr/handling.xml 7785 * manual/fr/intro.xml 7786 * manual/fr/keyboard.xml 7787 * manual/fr/plugins.xml 7788 * manual/fr/starting.xml 7789 * manual/fr/sylpheed-claws-manual.xml 7790 * manual/fr/dist/.cvsignore 7791 * manual/fr/dist/html/.cvsignore 7792 * manual/fr/dist/html/Makefile.am 7793 * manual/fr/dist/pdf/.cvsignore 7794 * manual/fr/dist/pdf/Makefile.am 7795 * manual/fr/dist/ps/.cvsignore 7796 * manual/fr/dist/ps/Makefile.am 7797 * manual/fr/dist/txt/.cvsignore 7798 * manual/fr/dist/txt/Makefile.am 7799 * manual/pl/Makefile.am 7800 * manual/pl/account.xml 7801 * manual/pl/ack.xml 7802 * manual/pl/addrbook.xml 7803 * manual/pl/advanced.xml 7804 * manual/pl/claws-mail-manual.xml 7805 * manual/pl/faq.xml 7806 * manual/pl/glossary.xml 7807 * manual/pl/handling.xml 7808 * manual/pl/intro.xml 7809 * manual/pl/keyboard.xml 7810 * manual/pl/plugins.xml 7811 * manual/pl/starting.xml 7812 * manual/pl/sylpheed-claws-manual.xml 7813 * manual/pl/dist/.cvsignore 7814 * manual/pl/dist/html/.cvsignore 7815 * manual/pl/dist/html/Makefile.am 7816 * manual/pl/dist/pdf/.cvsignore 7817 * manual/pl/dist/pdf/Makefile.am 7818 * manual/pl/dist/ps/.cvsignore 7819 * manual/pl/dist/ps/Makefile.am 7820 * manual/pl/dist/txt/.cvsignore 7821 * manual/pl/dist/txt/Makefile.am 7822 * po/.cvsignore 7823 * po/Makevars 7824 * src/.cvsignore 7825 * src/Makefile.am 7826 * src/account.c 7827 * src/account.h 7828 * src/action.c 7829 * src/action.h 7830 * src/adbookbase.h 7831 * src/addr_compl.c 7832 * src/addr_compl.h 7833 * src/addrbook.c 7834 * src/addrcache.c 7835 * src/addrcache.h 7836 * src/addrcindex.c 7837 * src/addrcindex.h 7838 * src/addrclip.c 7839 * src/addrclip.h 7840 * src/addrdefs.h 7841 * src/addressadd.c 7842 * src/addressadd.h 7843 * src/addressbook.c 7844 * src/addressbook.h 7845 * src/addressbook_foldersel.c 7846 * src/addressbook_foldersel.h 7847 * src/addrgather.c 7848 * src/addrgather.h 7849 * src/addrharvest.c 7850 * src/addrharvest.h 7851 * src/addrindex.c 7852 * src/addrindex.h 7853 * src/addritem.c 7854 * src/addritem.h 7855 * src/addrquery.c 7856 * src/addrquery.h 7857 * src/addrselect.c 7858 * src/addrselect.h 7859 * src/alertpanel.c 7860 * src/alertpanel.h 7861 * src/browseldap.c 7862 * src/browseldap.h 7863 * src/codeconv.c 7864 * src/codeconv.h 7865 * src/compose.c 7866 * src/crash.c 7867 * src/crash.h 7868 * src/customheader.c 7869 * src/customheader.h 7870 * src/displayheader.c 7871 * src/displayheader.h 7872 * src/editaddress.c 7873 * src/editaddress.h 7874 * src/editbook.c 7875 * src/editbook.h 7876 * src/editgroup.c 7877 * src/editgroup.h 7878 * src/editjpilot.c 7879 * src/editjpilot.h 7880 * src/editldap.c 7881 * src/editldap.h 7882 * src/editldap_basedn.c 7883 * src/editldap_basedn.h 7884 * src/editvcard.c 7885 * src/editvcard.h 7886 * src/exphtmldlg.c 7887 * src/exphtmldlg.h 7888 * src/expldifdlg.c 7889 * src/expldifdlg.h 7890 * src/export.c 7891 * src/exporthtml.c 7892 * src/exporthtml.h 7893 * src/exportldif.c 7894 * src/exportldif.h 7895 * src/filtering.c 7896 * src/filtering.h 7897 * src/folder.c 7898 * src/folder.h 7899 * src/folder_item_prefs.c 7900 * src/folder_item_prefs.h 7901 * src/foldersel.c 7902 * src/foldersel.h 7903 * src/folderutils.c 7904 * src/folderutils.h 7905 * src/folderview.c 7906 * src/folderview.h 7907 * src/grouplistdialog.c 7908 * src/grouplistdialog.h 7909 * src/html.c 7910 * src/html.h 7911 * src/image_viewer.c 7912 * src/image_viewer.h 7913 * src/imap.c 7914 * src/imap.h 7915 * src/imap_gtk.c 7916 * src/imap_gtk.h 7917 * src/import.c 7918 * src/import.h 7919 * src/importldif.c 7920 * src/importldif.h 7921 * src/importmutt.c 7922 * src/importmutt.h 7923 * src/importpine.c 7924 * src/importpine.h 7925 * src/inc.c 7926 * src/inc.h 7927 * src/jpilot.c 7928 * src/jpilot.h 7929 * src/ldapctrl.c 7930 * src/ldapctrl.h 7931 * src/ldaplocate.c 7932 * src/ldaplocate.h 7933 * src/ldapquery.c 7934 * src/ldapquery.h 7935 * src/ldapserver.c 7936 * src/ldapserver.h 7937 * src/ldaputil.c 7938 * src/ldaputil.h 7939 * src/ldif.c 7940 * src/ldif.h 7941 * src/localfolder.c 7942 * src/localfolder.h 7943 * src/main.c 7944 * src/main.h 7945 * src/mainwindow.c 7946 * src/mainwindow.h 7947 * src/manual.c 7948 * src/manual.h 7949 * src/matcher.c 7950 * src/matcher.h 7951 * src/matcher_parser.h 7952 * src/matcher_parser_lex.l 7953 * src/matcher_parser_parse.y 7954 * src/mbox.c 7955 * src/mbox.h 7956 * src/message_search.c 7957 * src/message_search.h 7958 * src/messageview.c 7959 * src/messageview.h 7960 * src/mh.c 7961 * src/mh.h 7962 * src/mh_gtk.c 7963 * src/mh_gtk.h 7964 * src/mimeview.c 7965 * src/mimeview.h 7966 * src/msgcache.c 7967 * src/msgcache.h 7968 * src/mutt.c 7969 * src/mutt.h 7970 * src/news.c 7971 * src/news.h 7972 * src/news_gtk.c 7973 * src/news_gtk.h 7974 * src/noticeview.c 7975 * src/noticeview.h 7976 * src/partial_download.c 7977 * src/partial_download.h 7978 * src/pine.c 7979 * src/pine.h 7980 * src/pop.c 7981 * src/pop.h 7982 * src/prefs_account.c 7983 * src/prefs_account.h 7984 * src/prefs_actions.c 7985 * src/prefs_actions.h 7986 * src/prefs_common.c 7987 * src/prefs_common.h 7988 * src/prefs_compose_writing.c 7989 * src/prefs_compose_writing.h 7990 * src/prefs_customheader.c 7991 * src/prefs_customheader.h 7992 * src/prefs_display_header.c 7993 * src/prefs_display_header.h 7994 * src/prefs_ext_prog.c 7995 * src/prefs_ext_prog.h 7996 * src/prefs_filtering.c 7997 * src/prefs_folder_column.c 7998 * src/prefs_folder_column.h 7999 * src/prefs_folder_item.c 8000 * src/prefs_folder_item.h 8001 * src/prefs_fonts.c 8002 * src/prefs_fonts.h 8003 * src/prefs_gtk.c 8004 * src/prefs_gtk.h 8005 * src/prefs_image_viewer.c 8006 * src/prefs_image_viewer.h 8007 * src/prefs_matcher.c 8008 * src/prefs_matcher.h 8009 * src/prefs_message.c 8010 * src/prefs_message.h 8011 * src/prefs_msg_colors.c 8012 * src/prefs_msg_colors.h 8013 * src/prefs_other.c 8014 * src/prefs_other.h 8015 * src/prefs_quote.c 8016 * src/prefs_quote.h 8017 * src/prefs_receive.c 8018 * src/prefs_receive.h 8019 * src/prefs_send.c 8020 * src/prefs_send.h 8021 * src/prefs_spelling.c 8022 * src/prefs_spelling.h 8023 * src/prefs_summaries.c 8024 * src/prefs_summaries.h 8025 * src/prefs_summary_column.c 8026 * src/prefs_summary_column.h 8027 * src/prefs_template.c 8028 * src/prefs_template.h 8029 * src/prefs_themes.c 8030 * src/prefs_themes.h 8031 * src/prefs_toolbar.c 8032 * src/prefs_toolbar.h 8033 * src/prefs_wrapping.c 8034 * src/prefs_wrapping.h 8035 * src/privacy.c 8036 * src/privacy.h 8037 * src/procheader.c 8038 * src/procheader.h 8039 * src/procmime.c 8040 * src/procmime.h 8041 * src/procmsg.c 8042 * src/procmsg.h 8043 * src/quote_fmt.c 8044 * src/quote_fmt_parse.y 8045 * src/recv.c 8046 * src/recv.h 8047 * src/remotefolder.c 8048 * src/remotefolder.h 8049 * src/send_message.c 8050 * src/send_message.h 8051 * src/setup.c 8052 * src/setup.h 8053 * src/sourcewindow.c 8054 * src/sourcewindow.h 8055 * src/ssl_manager.c 8056 * src/ssl_manager.h 8057 * src/statusbar.c 8058 * src/statusbar.h 8059 * src/stock_pixmap.c 8060 * src/stock_pixmap.h 8061 * src/summary_search.c 8062 * src/summary_search.h 8063 * src/summaryview.c 8064 * src/summaryview.h 8065 * src/syldap.c 8066 * src/syldap.h 8067 * src/textview.c 8068 * src/textview.h 8069 * src/toolbar.c 8070 * src/toolbar.h 8071 * src/undo.c 8072 * src/undo.h 8073 * src/unmime.c 8074 * src/unmime.h 8075 * src/vcard.c 8076 * src/vcard.h 8077 * src/wizard.c 8078 * src/wizard.h 8079 * src/common/base64.c 8080 * src/common/base64.h 8081 * src/common/defs.h 8082 * src/common/hooks.c 8083 * src/common/hooks.h 8084 * src/common/log.c 8085 * src/common/log.h 8086 * src/common/mgutils.c 8087 * src/common/mgutils.h 8088 * src/common/nntp.c 8089 * src/common/nntp.h 8090 * src/common/passcrypt.c 8091 * src/common/passcrypt.h.in 8092 * src/common/plugin.c 8093 * src/common/plugin.h 8094 * src/common/prefs.c 8095 * src/common/prefs.h 8096 * src/common/progressindicator.c 8097 * src/common/progressindicator.h 8098 * src/common/quoted-printable.c 8099 * src/common/quoted-printable.h 8100 * src/common/session.c 8101 * src/common/session.h 8102 * src/common/smtp.c 8103 * src/common/smtp.h 8104 * src/common/socket.c 8105 * src/common/socket.h 8106 * src/common/ssl.c 8107 * src/common/ssl.h 8108 * src/common/stringtable.c 8109 * src/common/stringtable.h 8110 * src/common/sylpheed.c 8111 * src/common/sylpheed.h 8112 * src/common/template.c 8113 * src/common/template.h 8114 * src/common/timing.h 8115 * src/common/utils.c 8116 * src/common/utils.h 8117 * src/common/version.h.in 8118 * src/common/xml.c 8119 * src/common/xml.h 8120 * src/common/xmlprops.c 8121 * src/common/xmlprops.h 8122 * src/gtk/about.c 8123 * src/gtk/colorlabel.c 8124 * src/gtk/colorlabel.h 8125 * src/gtk/colorsel.c 8126 * src/gtk/colorsel.h 8127 * src/gtk/combobox.c 8128 * src/gtk/combobox.h 8129 * src/gtk/description_window.c 8130 * src/gtk/description_window.h 8131 * src/gtk/filesel.c 8132 * src/gtk/filesel.h 8133 * src/gtk/foldersort.c 8134 * src/gtk/foldersort.h 8135 * src/gtk/gtkaspell.c 8136 * src/gtk/gtkaspell.h 8137 * src/gtk/gtksctree.c 8138 * src/gtk/gtkshruler.c 8139 * src/gtk/gtkshruler.h 8140 * src/gtk/gtkutils.c 8141 * src/gtk/gtkutils.h 8142 * src/gtk/icon_legend.c 8143 * src/gtk/icon_legend.h 8144 * src/gtk/logwindow.c 8145 * src/gtk/logwindow.h 8146 * src/gtk/manage_window.c 8147 * src/gtk/manage_window.h 8148 * src/gtk/pluginwindow.c 8149 * src/gtk/pluginwindow.h 8150 * src/gtk/prefswindow.c 8151 * src/gtk/prefswindow.h 8152 * src/gtk/quicksearch.c 8153 * src/gtk/quicksearch.h 8154 * src/pixmaps/claws-mail.xpm 8155 * src/pixmaps/claws-mail_icon.xpm 8156 * src/pixmaps/claws-mail_logo.xpm 8157 * src/pixmaps/sylpheed-claws.xpm 8158 * src/pixmaps/sylpheed-claws_icon.xpm 8159 * src/pixmaps/sylpheed-claws_logo.xpm 8160 * src/plugins/bogofilter/Makefile.am 8161 * src/plugins/bogofilter/bogofilter.c 8162 * src/plugins/bogofilter/bogofilter.h 8163 * src/plugins/bogofilter/bogofilter_gtk.c 8164 * src/plugins/clamav/Makefile.am 8165 * src/plugins/clamav/clamav_plugin.c 8166 * src/plugins/clamav/clamav_plugin.h 8167 * src/plugins/clamav/clamav_plugin_gtk.c 8168 * src/plugins/demo/Makefile.am 8169 * src/plugins/demo/demo.c 8170 * src/plugins/dillo_viewer/Makefile.am 8171 * src/plugins/dillo_viewer/README 8172 * src/plugins/dillo_viewer/dillo_prefs.c 8173 * src/plugins/dillo_viewer/dillo_prefs.h 8174 * src/plugins/dillo_viewer/dillo_viewer.c 8175 * src/plugins/pgpcore/Makefile.am 8176 * src/plugins/pgpcore/passphrase.c 8177 * src/plugins/pgpcore/passphrase.h 8178 * src/plugins/pgpcore/pgp_viewer.c 8179 * src/plugins/pgpcore/pgp_viewer.h 8180 * src/plugins/pgpcore/plugin.c 8181 * src/plugins/pgpcore/prefs_gpg.c 8182 * src/plugins/pgpcore/prefs_gpg.h 8183 * src/plugins/pgpcore/select-keys.c 8184 * src/plugins/pgpcore/select-keys.h 8185 * src/plugins/pgpcore/sgpgme.c 8186 * src/plugins/pgpcore/sgpgme.h 8187 * src/plugins/pgpcore/sylpheed.def 8188 * src/plugins/pgpcore/version.rc 8189 * src/plugins/pgpinline/Makefile.am 8190 * src/plugins/pgpinline/pgpinline.c 8191 * src/plugins/pgpinline/pgpinline.h 8192 * src/plugins/pgpinline/plugin.c 8193 * src/plugins/pgpinline/sylpheed.def 8194 * src/plugins/pgpinline/version.rc 8195 * src/plugins/pgpmime/Makefile.am 8196 * src/plugins/pgpmime/pgpmime.c 8197 * src/plugins/pgpmime/pgpmime.h 8198 * src/plugins/pgpmime/plugin.c 8199 * src/plugins/pgpmime/sylpheed.def 8200 * src/plugins/pgpmime/version.rc 8201 * src/plugins/spamassassin/Makefile.am 8202 * src/plugins/spamassassin/README 8203 * src/plugins/spamassassin/spamassassin.c 8204 * src/plugins/spamassassin/spamassassin.h 8205 * src/plugins/spamassassin/spamassassin_gtk.c 8206 * src/plugins/trayicon/Makefile.am 8207 * src/plugins/trayicon/trayicon.c 8208 * tools/OOo2sylpheed.pl 8209 * tools/README 8210 * tools/README.sylprint 8211 * tools/acroread2sylpheed.pl 8212 * tools/claws.i18n.status.pl 8213 * tools/filter_conv.pl 8214 * tools/filter_conv_new.pl 8215 * tools/freshmeat_search.pl 8216 * tools/google_search.pl 8217 * tools/kmail2sylpheed.pl 8218 * tools/kmail2sylpheed_v2.pl 8219 * tools/make.themes.project 8220 * tools/multiwebsearch.pl 8221 * tools/nautilus2sylpheed.sh 8222 * tools/outlook2sylpheed.pl 8223 * tools/sylprint.pl 8224 * tools/sylprint.rc 8225 * tools/tb2sylpheed 8226 * tools/textviewer.sh 8227 * tools/vcard2xml.py 8228 * tools/kdeservicemenu/README 8229 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl 8230 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop 8231 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop 8232 Change name to Claws Mail. Announce to follow... 8233 8234 2006-11-06 [wwp] 2.6.0cvs6 8235 8236 * src/prefs_template.c 8237 unify messages related to quote format/template errors (fix 8238 capitalization), again. 8239 8240 2006-11-06 [wwp] 2.6.0cvs5 8241 8242 * src/prefs_quote.c 8243 unify messages related to quote format/template errors. 8244 8245 2006-11-06 [wwp] 2.6.0cvs4 8246 8247 * src/prefs_msg_colors.c 8248 more uses of Q_ macro for contextual translations, thanks 8249 to Fabien (fzzzzz). 8250 8251 2006-11-06 [wwp] 2.6.0cvs3 8252 8253 * src/compose.c 8254 * src/common/utils.c 8255 * src/common/utils.h 8256 show an alertpanel to make sure users are aware that sensitive 8257 files are attached (it's file blacklist-based). This will fix 8258 interaction w/ GoogleEarth for instance, thanks to Colin. 8259 8260 2006-11-06 [wwp] 2.6.0cvs2 8261 8262 * src/prefs_quote.c 8263 * src/prefs_template.c 8264 * src/prefs_template.h 8265 check quote format when applying/closing prefs. For now this only 8266 shows up an error dialog box, not preventing the user from using 8267 a broken quote (reply, forwards) format. 8268 8269 2006-11-06 [wwp] 2.6.0cvs1 8270 8271 * src/prefs_template.c 8272 fix missing checks of some template fields. 8273 8274 2006-11-06 [paul] 2.6.0 8275 8276 * NEWS 8277 * README 8278 * RELEASE_NOTES 8279 2.6.0 released 8280 8281 2006-11-06 [paul] 2.5.6cvs22 8282 8283 * manual/advanced.xml 8284 * manual/es/advanced.xml 8285 put 'respect_flowed_format' info in the correct 8286 place 8287 8288 2006-11-06 [mones] 2.5.6cvs21 8289 8290 * po/es.po 8291 Minor fixes for release 8292 8293 2006-11-06 [paul] 2.5.6cvs20 8294 8295 * po/cs.po 8296 * po/de.po 8297 * po/fr.po 8298 * po/it.po 8299 * po/nl.po 8300 * po/pt_BR.po 8301 * po/sk.po 8302 * po/sv.po 8303 * po/zh_CN.po 8304 updated by Tim Brain, Stephan Sachse, Fabien Vantard, 8305 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves 8306 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh 8307 Young 8308 8309 2006-11-02 [colin] 2.5.6cvs19 8310 8311 * src/imap.c 8312 * src/imap.h 8313 * src/prefs_account.c 8314 * src/etpan/imap-thread.c 8315 Add GSSAPI support - fixes Debian bug #383274 8316 8317 2006-11-01 [colin] 2.5.6cvs18 8318 8319 * src/jpilot.c 8320 Handle libpisock12 support. Probably 8321 fixes bug 1046, 'jpilot AddressDB.pdb 8322 import fail' 8323 8324 2006-11-01 [colin] 2.5.6cvs17 8325 8326 * src/folderutils.c 8327 debug_print() folderutils_mark_all_read() 8328 8329 2006-11-01 [colin] 2.5.6cvs16 8330 8331 * COPYING 8332 Add missed files to the Apache exception 8333 8334 2006-10-31 [colin] 2.5.6cvs15 8335 8336 * src/folder.c 8337 * src/folder.h 8338 Add a copy_private_data() func to FolderClasses 8339 Doesn't break the feature freeze, because we 8340 won't use it (right now) in the core. 8341 8342 2006-10-31 [colin] 2.5.6cvs14 8343 8344 * COPYING 8345 Allow linking with the Apache licensed files in 8346 src/plugins/spamassassin. Hopefully fixes 8347 bug 1048, 'Spamassassin plugin license problem' 8348 8349 2006-10-31 [wwp] 2.5.6cvs13 8350 8351 * src/compose.c 8352 fix and optimize trimming of leading linefeeds in body loop. 8353 8354 2006-10-31 [colin] 2.5.6cvs12 8355 8356 * src/etpan/imap-thread.c 8357 * src/imap.c 8358 Make really sure to have NULL sets in case 8359 of error 8360 8361 2006-10-30 [wwp] 2.5.6cvs11 8362 8363 * src/prefs_common.c 8364 * src/prefs_common.h 8365 * src/compose.c 8366 fix broken storage of quote format template when it contains \-escape 8367 sequences. The application of such sequences is also fixed now (\t 8368 in quote format will be a real tab instead of a 't', for instance). 8369 8370 2006-10-27 [colin] 2.5.6cvs10 8371 8372 * src/compose.c 8373 Probably fix bug 1045, 'sylpheed-claws 8374 doesn't remove the mail from the IMAP 8375 Queue folder after sending'. From 8376 2.5.6cvs3-stable 8377 8378 2006-10-27 [colin] 2.5.6cvs9 8379 8380 * configure.ac 8381 Require libetpan-0.48. I'm so annoying, 8382 I know ;-) 8383 8384 2006-10-27 [colin] 2.5.6cvs8 8385 8386 * src/folder.c 8387 * src/imap.c 8388 Probably fix bug 1044, 'sylpheed-claws 8389 segfaults while moving mails' - Fix relation 8390 usage when moving to an IMAP mailbox from another 8391 mailbox 8392 8393 2006-10-26 [paul] 2.5.6cvs7 8394 8395 * src/gtk/about.c 8396 add libSM to compiled-in features 8397 list 8398 8399 2006-10-24 [colin] 2.5.6cvs6 8400 8401 * src/textview.c 8402 * src/gtk/gtkutils.c 8403 Fix crash when printing emails with an 8404 xface 8405 8406 2006-10-24 [mones] 2.5.6cvs5 8407 8408 * manual/es/advanced.xml 8409 Synchronize hidden option respect_flowed_format 8410 * po/es.po 8411 Updated translation 8412 8413 2006-10-21 [paul] 2.5.6cvs4 8414 8415 * src/gtk/authors.h 8416 * src/plugins/pgpcore/pgp_viewer.c 8417 * src/plugins/pgpcore/sgpgme.c 8418 fix building on BSDs 8419 Thanks to Michael Hughes 8420 <Sylpheed-Claws_user@thehugheslogcabin.net> 8421 8422 2006-10-20 [colin] 2.5.6cvs3 8423 8424 * configure.ac 8425 Bump up libetpan requirement 8426 *** THIS COMMIT REQUIRES LIBETPAN CVS *** 8427 * src/common/utils.c 8428 * src/common/utils.h 8429 Add convenience get_file_mtime() 8430 * src/imap.c 8431 * src/etpan/imap-thread.c 8432 * src/etpan/imap-thread.h 8433 Implement UIDPLUS support if the server 8434 supports it - faster sending in this case 8435 8436 2006-10-19 [colin] 2.5.6cvs2 8437 8438 * src/gtk/quicksearch.c 8439 Fix emptying in type-ahead+extended mode 8440 * src/mainwindow.c 8441 * src/mainwindow.h 8442 Add a hook for offline state change 8443 * src/plugins/trayicon/trayicon.c 8444 Use it to display offline icons 8445 * src/plugins/trayicon/Makefile.am 8446 * src/plugins/trayicon/newmail.offline.xpm 8447 * src/plugins/trayicon/newmarkedmail.offline.xpm 8448 * src/plugins/trayicon/nomail.offline.xpm 8449 * src/plugins/trayicon/unreadmail.offline.xpm 8450 * src/plugins/trayicon/unreadmarkedmail.offline.xpm 8451 Add the icons 8452 8453 2006-10-12 [paul] 2.5.6cvs1 8454 8455 * NEWS 8456 * README 8457 * configure.ac 8458 Update version number following 8459 stable release 8460 8461 2006-10-19 [colin] 2.5.5cvs18 8462 8463 * manual/handling.xml 8464 Add type-ahead search 8465 8466 2006-10-18 [colin] 2.5.5cvs17 8467 8468 * src/gtk/quicksearch.c 8469 Remove "save to history only if there's 8470 no syntax error", it breaks for some 8471 reason which I'll investigate later. 8472 8473 2006-10-18 [colin] 2.5.5cvs16 8474 8475 * src/prefs_common.c 8476 * src/prefs_common.h 8477 * src/summaryview.c 8478 * src/gtk/quicksearch.c 8479 * src/gtk/quicksearch.h 8480 Add a type-ahead option for fast searches 8481 Patch by Fabien Vantard 8482 8483 2006-10-18 [colin] 2.5.5cvs15 8484 8485 * src/compose.c 8486 * src/compose.h 8487 Add Options/Reply mode/ menu to be able to 8488 change the recipients of a reply on the fly 8489 8490 2006-10-18 [colin] 2.5.5cvs14 8491 8492 * src/compose.c 8493 Fix redirecting of our own sent mails 8494 8495 2006-10-17 [wwp] 2.5.5cvs13 8496 8497 * src/send_message.c 8498 Fix duplicate error messages when sending, and missing 8499 newline in such error messages. 8500 8501 2006-10-17 [colin] 2.5.5cvs12 8502 8503 * src/compose.c 8504 Compare addresses case-insensitive 8505 8506 2006-10-17 [colin] 2.5.5cvs11 8507 8508 * src/plugins/pgpcore/sgpgme.c 8509 Fix return status 8510 8511 2006-10-17 [colin] 2.5.5cvs10 8512 8513 * src/plugins/pgpcore/pgp_viewer.c 8514 Fix return status 8515 8516 2006-10-17 [colin] 2.5.5cvs9 8517 8518 * src/quote_fmt.c 8519 Fix a typo (thanks to Fabien) 8520 8521 2006-10-16 [colin] 2.5.5cvs8 8522 8523 * src/textview.c 8524 Fix problem with quote-folding when emails 8525 don't convert cleanly to UTF-8 8526 8527 2006-10-14 [colin] 2.5.5cvs7 8528 8529 * src/prefs_template.c 8530 Reset fields when reopening 8531 the window 8532 8533 2006-10-13 [paul] 2.5.5cvs6 8534 8535 * manual/advanced.xml 8536 * src/prefs_message.c 8537 make 'respect_flowed_format' a hidden 8538 option, and add a manual entry for it 8539 Thanks to Colin 8540 8541 2006-10-12 [colin] 2.5.5cvs5 8542 8543 * src/codeconv.c 8544 Revert part of 2.5.2cvs21: 8545 Don't optimise by reusing the 8546 last iconv converter if possible: 8547 it seems slightly broken in a 8548 very hard way to reproduce 8549 8550 2006-10-12 [colin] 2.5.5cvs4 8551 8552 * src/prefs_common.c 8553 * src/prefs_common.h 8554 * src/prefs_message.c 8555 * src/procmime.c 8556 Fix bug 1035, 'Incorrect handling 8557 of flowed lines'. We now optionnaly 8558 handle this format (preference is in 8559 Message View/Text options section) 8560 8561 2006-10-12 [colin] 2.5.5cvs3 8562 8563 * po/POTFILES.in 8564 Add new file 8565 * src/plugins/pgpcore/pgp_viewer.c 8566 * src/plugins/pgpcore/sgpgme.c 8567 Don't try to import without asking 8568 8569 2006-10-12 [colin] 2.5.5cvs2 8570 8571 * src/compose.c 8572 Fix bug 1036, 'Forwarding a mutlipart 8573 mail with a "text/html" block to ms 8574 outlook users leeds to freeze of 8575 outlook'. Poor outlook users... 8576 8577 2006-10-12 [paul] 2.5.5cvs1 8578 8579 * NEWS 8580 * README 8581 * configure.ac 8582 Update version number following 8583 stable release 8584 8585 2006-10-11 [paul] 2.5.4cvs1 8586 8587 * NEWS 8588 * README 8589 * configure.ac 8590 Update version number following 8591 stable release 8592 8593 2006-10-11 [paul] 2.5.3cvs32 8594 8595 * src/textview.c 8596 fix bug 1032, 'Segmentation fault when showing 8597 message' (bug in quote folding) 8598 Thanks to Colin 8599 8600 2006-10-10 [colin] 2.5.3cvs31 8601 8602 * src/quote_fmt.c 8603 Rephrase english a bit 8604 8605 2006-10-10 [colin] 2.5.3cvs30 8606 8607 * src/prefs_compose_writing.c 8608 Stop making the page larger than the window 8609 8610 2006-10-10 [wwp] 2.5.3cvs29 8611 8612 * src/compose.c 8613 * src/prefs_template.c 8614 * src/quote_fmt.c 8615 * src/quote_fmt.h 8616 * src/quote_fmt_lex.l 8617 * src/quote_fmt_parse.y 8618 Extend the quote parser a bit: allow to get access to 8619 basic (composing) account info. 8620 8621 2006-10-10 [colin] 2.5.3cvs28 8622 8623 * src/procheader.c 8624 Fix this \t problem in subject 8625 8626 2006-10-09 [colin] 2.5.3cvs27 8627 8628 * src/main.c 8629 * src/prefs_gtk.c 8630 Prepare cache a bit later 8631 If section already exists, skip the new one 8632 (as previously); avoid writing the same block 8633 twice - if we find a second block with the 8634 same id, skip it. 8635 * src/plugins/pgpcore/pgp_viewer.c 8636 Set cursor to busy when retrieving a key 8637 * src/plugins/pgpcore/sgpgme.c 8638 allow 5 seconds for gpg to export the key 8639 8640 8641 2006-10-09 [colin] 2.5.3cvs26 8642 8643 * configure.ac 8644 * src/msgcache.c 8645 * src/prefs_gtk.c 8646 Check for existence of fgets_unlocked 8647 and fwrite_unlocked 8648 8649 2006-10-09 [paul] 2.5.3cvs25 8650 8651 * src/prefs_summaries.c 8652 replace strftime() with fast_strftime() and in 8653 the consequence fix the bug in the display of 8654 AM/PM in the 'Example' string 8655 8656 2006-10-09 [ticho] 2.5.3cvs24 8657 8658 * po/sk.po 8659 Updated (and fixed up somewhat) Slovak translation. 8660 8661 2006-10-08 [colin] 2.5.3cvs23 8662 8663 * src/prefs_folder_item.c 8664 Explain why prefs in the top-level folder 8665 aren't retained, but are still useful 8666 8667 2006-10-08 [colin] 2.5.3cvs22 8668 8669 * src/prefs_gtk.c 8670 Don't cache anything if caching fails 8671 8672 2006-10-08 [colin] 2.5.3cvs21 8673 8674 * src/common/utils.c 8675 always include gi18n.h 8676 8677 2006-10-07 [colin] 2.5.3cvs20 8678 8679 * src/plugins/pgpcore/pgp_viewer.c 8680 Kill gpg after 5 seconds wait 8681 8682 2006-10-07 [colin] 2.5.3cvs19 8683 8684 * src/plugins/pgpcore/pgp_viewer.c 8685 * src/plugins/pgpcore/pgp_viewer.h 8686 Fix copyright 8687 8688 2006-10-07 [colin] 2.5.3cvs18 8689 8690 * src/plugins/pgpcore/pgp_viewer.c 8691 * src/plugins/pgpcore/pgp_viewer.h 8692 Actually add the files to CVS 8693 8694 2006-10-07 [colin] 2.5.3cvs17 8695 8696 * src/plugins/pgpcore/sgpgme.c 8697 Be sure not to crash on 'application/pgp-signature' that 8698 are not application/pgp-signatures 8699 8700 2006-10-07 [colin] 2.5.3cvs16 8701 8702 * src/textview.c 8703 * src/textview.h 8704 Make a bit more of the API available 8705 * src/plugins/pgpcore/Makefile.am 8706 * src/plugins/pgpcore/plugin.c 8707 * src/plugins/pgpcore/sgpgme.c 8708 Add basic key import/export 8709 8710 2006-10-07 [colin] 2.5.3cvs15 8711 8712 * src/folderview.c 8713 * src/imap.c 8714 * src/prefs_account.c 8715 * src/wizard.c 8716 Warn users *everywhere* if libetpan's not 8717 linked in 8718 8719 2006-10-06 [mones] 2.5.3cvs14 8720 8721 * po/de.po 8722 * po/es.po 8723 updated by Stephan Sachse and me 8724 8725 2006-10-06 [colin] 2.5.3cvs13 8726 8727 * src/main.c 8728 * src/common/sylpheed.c 8729 Don't load common plugins if --exit is passed 8730 * src/prefs_gtk.c 8731 * src/prefs_gtk.h 8732 Implement a cache to avoid reading the same 8733 files over and over again at startup 8734 8735 2006-10-06 [colin] 2.5.3cvs12 8736 8737 * src/summaryview.c 8738 * src/gtk/quicksearch.c 8739 Update display every 5k mails on fast searches 8740 8741 2006-10-06 [colin] 2.5.3cvs11 8742 8743 * src/textview.c 8744 Don't do quote folding on HTML or ERTF. 8745 May fix the Cygwin issues if they were 8746 happening with HTML mails? 8747 8748 2006-10-05 [colin] 2.5.3cvs10 8749 8750 * src/prefs_gtk.c 8751 Oops, forgot one 8752 8753 2006-10-05 [colin] 2.5.3cvs9 8754 8755 * src/prefs_gtk.c 8756 Use unlocked_stdio here too 8757 8758 2006-10-05 [colin] 2.5.3cvs8 8759 8760 * src/folderview.c 8761 Fix go to next * after preferences apply 8762 * src/msgcache.c 8763 Do the fd lock/unlock ourselves instead of 8764 letting the libc do it at each write 8765 8766 2006-10-05 [colin] 2.5.3cvs7 8767 8768 * src/common/utils.c 8769 Faster division, thanks to Jean Diraison 8770 8771 2006-10-05 [paul] 2.5.3cvs6 8772 8773 * src/common/utils.c 8774 fix building with --disable-nls 8775 8776 2006-10-04 [colin] 2.5.3cvs5 8777 8778 * src/folder.c 8779 Maybe fix a segfault 8780 8781 2006-10-04 [wwp] 2.5.3cvs4 8782 8783 * src/prefs_folder_item.c 8784 Fine-tune layouts in folder item prefs. Suggested by 8785 Fabien Vantard <fzzzzz@gmail.com>. 8786 8787 2006-10-04 [wwp] 2.5.3cvs3 8788 8789 * src/prefs_folder_item.c 8790 Kill the clandestine passengers. You didn't see anything. 8791 8792 2006-10-04 [wwp] 2.5.3cvs2 8793 8794 * src/prefs_folder_item.c 8795 Add a way to test the subject simplify regexp in 8796 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>, 8797 w/ few layout changes. 8798 8799 2006-20-04 [paul] 2.5.3cvs1 8800 8801 * NEWS 8802 * README 8803 * configure.ac 8804 Update version number following 8805 stable release 8806 8807 2006-10-04 [colin] 2.5.2cvs42 8808 8809 * src/folder.c 8810 * src/folder.h 8811 * src/summaryview.c 8812 Provide a way for folder classes to set their sort 8813 type and key 8814 8815 2006-10-03 [colin] 2.5.2cvs41 8816 8817 * src/mh.c 8818 Don't use strlen() to know if the 8819 string's empty 8820 8821 2006-10-03 [colin] 2.5.2cvs40 8822 8823 * src/mh.c 8824 Fix "check for new folders" with accentued folders 8825 8826 2006-10-03 [ticho] 2.5.2cvs39 8827 8828 * src/filtering.c 8829 * src/folder.c 8830 * src/inc.c 8831 * src/mbox.c 8832 Colin's fix for "copy" filtering rules. 8833 8834 2006-10-02 [colin] 2.5.2cvs38 8835 8836 * src/folderview.c 8837 Fix for double-click too 8838 8839 2006-10-02 [colin] 2.5.2cvs37 8840 8841 * src/folderview.c 8842 correct fix for cvs36 8843 8844 2006-10-02 [colin] 2.5.2cvs36 8845 8846 * src/folderview.c 8847 Fix 'goto next unread' after collapsing/expanding 8848 a node. 8849 8850 2006-10-02 [colin] 2.5.2cvs35 8851 8852 * src/summaryview.c 8853 Fix double freeze/thaw 8854 * src/common/utils.c 8855 * src/common/utils.h 8856 Reimplement strftime 8857 * src/procheader.c 8858 Use it 8859 8860 8861 2006-10-02 [colin] 2.5.2cvs34 8862 8863 * src/mh.c 8864 Time mh_write_sequences() - it's fast 8865 * src/summaryview.c 8866 Init a variable to shut up gcc 8867 8868 2006-10-01 [colin] 2.5.2cvs33 8869 8870 * src/folder.c 8871 * src/mh.c 8872 * src/mh.h 8873 * src/msgcache.c 8874 Add helper mh_set_mtime(), and set mtime to stat()'s result 8875 Add fsync but disable it, it's slow as hell 8876 8877 2006-10-01 [colin] 2.5.2cvs32 8878 8879 * src/mh.c 8880 * src/msgcache.c 8881 fflush() caches and mh_sequences before 8882 fclose()ing 8883 8884 2006-10-01 [colin] 2.5.2cvs31 8885 8886 * src/msgcache.c 8887 Don't ftruncate when not using mmap 8888 8889 2006-09-30 [colin] 2.5.2cvs30 8890 8891 * src/main.c 8892 Write folder list *after* saving caches 8893 8894 2006-09-30 [colin] 2.5.2cvs29 8895 8896 * src/folder.c 8897 * src/mh.c 8898 Debug forced mtime changes 8899 8900 2006-09-30 [colin] 2.5.2cvs28 8901 8902 * src/folder.c 8903 * src/main.c 8904 Remove useless debug_print()s (code 8905 well-tested) 8906 8907 2006-09-30 [colin] 2.5.2cvs27 8908 8909 * src/mh.c 8910 Do stuff faster when writing mh_sequences 8911 8912 2006-09-30 [colin] 2.5.2cvs26 8913 8914 * src/mh.c 8915 Don't let the writing of .mh_sequences, which 8916 can change the folder's mtime, let us think 8917 we need to scan. 8918 8919 2006-09-30 [colin] 2.5.2cvs25 8920 8921 * src/folder.c 8922 Move a debug_print where it belongs 8923 (processing) 8924 * src/summaryview.c 8925 Don't mess with a huge slow subject 8926 table if we're not threading by 8927 subject 8928 8929 2006-09-30 [colin] 2.5.2cvs24 8930 8931 * src/msgcache.c 8932 Reenable mmaped reads (*not* writes!) 8933 * src/procmsg.c 8934 Don't destroy and recreate hashtables just 8935 for fun 8936 * src/common/utils.c 8937 Remove useless reply prefixes (it's case 8938 unsensitive) 8939 8940 2006-09-30 [wwp] 2.5.2cvs23 8941 8942 * tools/fix_date.sh 8943 Fixed a minor bug in date value extraction, added a switch 8944 to replace non RFC-compliant Date: value, added a switch 8945 to use strict RFC matching patterns for dates. 8946 8947 2006-09-29 [colin] 2.5.2cvs22 8948 8949 * src/matcher_parser.h 8950 * src/matcher_parser_parse.y 8951 * src/prefs_filtering.c 8952 * src/statusbar.c 8953 * src/summary_search.c 8954 * src/summaryview.c 8955 * src/gtk/quicksearch.c 8956 * src/gtk/quicksearch.h 8957 Optimise searches by setting different 8958 refresh intervals (depending if the 8959 search is fast or not) 8960 8961 2006-09-29 [colin] 2.5.2cvs21 8962 8963 * src/codeconv.c 8964 Optimise by reusing the last iconv converter 8965 if possible 8966 * src/textview.c 8967 Optimise a bit (the foldable quotes feature 8968 still has an awful O(n^2) algo 8969 8970 2006-09-29 [colin] 2.5.2cvs20 8971 8972 * src/gtk/gtksctree.c 8973 * src/gtk/gtksctree.h 8974 Optimise de-selection via up/down or 8975 another key 8976 8977 2006-09-28 [colin] 2.5.2cvs19 8978 8979 * src/action.c 8980 * src/compose.c 8981 * src/folderview.c 8982 * src/mainwindow.c 8983 * src/messageview.c 8984 * src/summary_search.c 8985 * src/toolbar.c 8986 Avoid using summaryview->ctree directly 8987 8988 2006-09-28 [colin] 2.5.2cvs18 8989 8990 * src/summaryview.c 8991 * src/summaryview.h 8992 Add helpers to freeze/thaw/grab_focus 8993 Factorize calls to freeze/thaw/grab_focus 8994 8995 8996 2006-09-28 [colin] 2.5.2cvs17 8997 8998 * src/main.c 8999 More guards for the session management 9000 9001 2006-09-28 [colin] 2.5.2cvs16 9002 9003 * src/folderview.c 9004 * src/gtk/gtksctree.c 9005 * src/gtk/gtksctree.h 9006 Make expanding not recursive in folderview 9007 9008 2006-09-28 [colin] 2.5.2cvs15 9009 9010 * src/addressbook.c 9011 If nothing is selected in the list (right part) 9012 and a group is selected in the tree (left part), 9013 mail this group. 9014 9015 2006-09-28 [colin] 2.5.2cvs14 9016 9017 * src/Makefile.am 9018 Actually use SM_LIBS 9019 9020 2006-09-28 [ticho] 2.5.2cvs13 9021 9022 * src/export.c 9023 * src/messageview.c 9024 * src/mimeview.c 9025 * src/news.c 9026 * src/pop.c 9027 * src/prefs_themes.c 9028 * src/procmsg.c 9029 Small i18n string optimization. 9030 * src/send_message.c 9031 * src/summaryview.c 9032 * src/common/session.c 9033 * src/common/smtp.c 9034 * src/common/ssl_certificate.c 9035 * src/common/utils.c 9036 Use "Couldn't" instead of "Can't" in UI messages, 9037 where appropriate. 9038 9039 2006-09-28 [colin] 2.5.2cvs12 9040 9041 * configure.ac 9042 Possibly fix link errors 9043 9044 2006-09-27 [wwp] 2.5.2cvs11 9045 9046 * src/gtk/authors.h 9047 * doc/man/sylpheed-claws.1 9048 * manual/ack.xml 9049 * manual/es/ack.xml 9050 * manual/fr/ack.xml 9051 * manual/pl/ack.xml 9052 Updated authors info (me, myself and I). 9053 9054 2006-09-27 [colin] 2.5.2cvs10 9055 9056 * src/addressbook.c 9057 Remove useless printf 9058 9059 2006-09-27 [wwp] 2.5.2cvs9 9060 9061 * src/editgroup.c 9062 * src/send_message.c 9063 * src/inc.c 9064 * src/prefs_common.c 9065 * src/prefs_common.h 9066 * src/gtk/progressdialog.c 9067 remember more windows' sizes (send dialog, received dialog, 9068 edit group in addressbook). 9069 9070 2006-09-27 [colin] 2.5.2cvs8 9071 9072 * configure.ac 9073 * src/main.c 9074 * src/mainwindow.h 9075 Use libSM to communicate with the session 9076 manager, so that we can know when the 9077 session ends, save our caches, and draft 9078 our compose windows. 9079 9080 2006-09-27 [colin] 2.5.2cvs7 9081 9082 * src/addressbook.c 9083 Fix issues: 9084 o Allow Book and Group creation from the tree's 9085 contextual menu 9086 o Do not actually delete the contacts when 9087 deleting groups from the tree (duh!) 9088 9089 2006-09-27 [colin] 2.5.2cvs6 9090 9091 * src/compose.c 9092 * src/compose.h 9093 * src/mainwindow.c 9094 * src/textview.c 9095 * src/toolbar.c 9096 o Allow passing an email address to 9097 compose_new_with_folderitem 9098 o Update callers 9099 o Use current folderitem when clicking 9100 on a TextView mailto: link 9101 o Fix a possible leak in TextView 9102 9103 2006-09-27 [colin] 2.5.2cvs5 9104 9105 * src/html.c 9106 Use UTF-8 chars to replace HTML entities 9107 9108 2006-09-27 [colin] 2.5.2cvs4 9109 9110 * AUTHORS 9111 * src/prefs_account.c 9112 * src/gtk/authors.h 9113 Fix bug #1024 (Array index out of 9114 range in sylpheed-claws-2.5.2) 9115 Patch by Ales Nosek <anosek@suse.cz> 9116 9117 2006-09-27 [colin] 2.5.2cvs3 9118 9119 * src/addr_compl.c 9120 Actually do the test 9121 9122 2006-09-27 [colin] 2.5.2cvs2 9123 9124 * src/addr_compl.c 9125 * src/addr_compl.h 9126 Allow completing with comma (in certain cases: vCalendar 9127 for example doesn't support that) 9128 Patch by Fabien Vantard 9129 9130 2006-09-26 [colin] 2.5.2cvs1 9131 9132 * src/Makefile.am 9133 * src/addr_compl.c 9134 * src/addr_compl.h 9135 * src/addrbook.c 9136 * src/addrbook.h 9137 * src/addressbook.c 9138 * src/addrindex.c 9139 * src/addrindex.h 9140 * src/compose.c 9141 * src/prefs_common.c 9142 * src/prefs_filtering_action.c 9143 * src/prefs_folder_item.c 9144 * src/prefs_template.c 9145 * src/stock_pixmap.c 9146 * src/stock_pixmap.h 9147 * src/pixmaps/addr_one.xpm 9148 * src/pixmaps/addr_two.xpm 9149 Add auto-completion on groups 9150 9151 2006-09-26 [colin] 2.5.2 9152 9153 * NEWS 9154 * README 9155 * RELEASE_NOTES 9156 2.5.2 released 9157 9158 2006-09-26 [colin] 2.5.1cvs5 9159 9160 * src/matcher.c 9161 Fix condition 9162 9163 2006-09-26 [colin] 2.5.1cvs4 9164 9165 * src/mbox.c 9166 Revert cvs1 (useless as the message is printed 9167 every 500 mails) 9168 9169 2006-09-26 [colin] 2.5.1cvs3 9170 9171 * src/partial_download.c 9172 Fix crasher found by Alexsandar Urosevic 9173 9174 2006-09-26 [colin] 2.5.1cvs2 9175 9176 * src/summaryview.c 9177 Fix bug #1023 (Sylpheed deletes too much messages) 9178 9179 2006-09-26 [ticho] 2.5.1cvs1 9180 9181 * src/mbox.c 9182 Make use of gettext's multiple plurals for statusbar 9183 progress message. 9184 9185 2006-09-25 [paul] 2.5.1 9186 9187 * NEWS 9188 * README 9189 * RELEASE_NOTES 9190 2.5.1 released 9191 9192 2006-09-25 [colin] 2.5.0cvs3 9193 9194 * src/plugins/bogofilter/bogofilter.c 9195 * src/plugins/clamav/clamav_plugin.c 9196 * src/plugins/spamassassin/spamassassin.c 9197 BogoFilter, Spamassassin: Fix double hook registering after 9198 visiting preferences 9199 Spamassassin, Clamav: Just set the mails to move instead of 9200 doing the move - caller will move the things at once. 9201 9202 2006-09-25 [colin] 2.5.0cvs2 9203 9204 * src/imap.c 9205 * src/etpan/imap-thread.c 9206 Use UID SEARCH ALL instead of UID 1:* 9207 (braindead servers can't figure out that's 9208 the same...) 9209 9210 2006-09-25 [wwp] 2.5.0cvs1 9211 9212 * src/message_search.c 9213 Added the ability to stop a running search (in message body). 9214 9215 2006-09-25 [paul] 2.5.0 9216 9217 * NEWS 9218 * README 9219 * RELEASE_NOTES 9220 2.5.0 released 9221 9222 2006-09-25 [paul] 2.4.0cvs214 9223 9224 * po/cs.po 9225 * po/de.po 9226 * po/fi.po 9227 * po/fr.po 9228 * po/nl.po 9229 * po/pt_BR.po 9230 * po/sk.po 9231 * po/sr.po 9232 * po/zh_CN.po 9233 updated by Tim, Stephan Sachse, Flammie Pirinen, 9234 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes, 9235 Ticho, Aleksander Urosevic, Ralgh Young 9236 9237 2006-09-24 [mones] 2.4.0cvs213 9238 9239 * po/es.po 9240 Updated for release 9241 9242 2006-09-23 [colin] 2.4.0cvs212 9243 9244 * src/gtk/inputdialog.c 9245 Fix [ ] remember this appearing in normal 9246 input dialogs after it's been used by 9247 mimeview. 9248 * src/folder.c 9249 * src/folderview.c 9250 * src/msgcache.c 9251 * src/procmsg.c 9252 * src/summaryview.c 9253 * src/textview.c 9254 * src/common/timing.h 9255 Enable timings in debug mode and make it 9256 look prettier. 9257 9258 2006-09-22 [colin] 2.4.0cvs211 9259 9260 * README 9261 Revert test change 9262 * commitHelper 9263 ping the correct URI 9264 9265 2006-09-22 [colin] 2.4.0cvs210 9266 9267 * README 9268 Let's see if bug #1022 is fixed 9269 9270 2006-09-21 [colin] 2.4.0cvs209 9271 9272 * src/wizard.c 9273 * src/common/plugin.c 9274 Prepare infra to load predefined plugins when 9275 no configuration existed. Don't actually load 9276 anything yet (feat. freeze) 9277 9278 2006-09-21 [wwp] 2.4.0cvs208 9279 9280 * manual/fr/faq.xml 9281 Partial sync w/ 2.4.0cvs72: 9282 wrap file and minor updates. 9283 9284 2006-09-21 [wwp] 2.4.0cvs207 9285 9286 * tools/fix_date.sh 9287 several fixes and enhancements. A new --force switch has been 9288 added to prevent overriding by default Date: header when 9289 already existing. 9290 9291 2006-09-21 [paul] 2.4.0cvs206 9292 9293 * src/common/utils.c 9294 add Chinese UTF8 Re prefix 9295 9296 2006-09-21 [wwp] 2.4.0cvs205 9297 9298 * tools/Makefile.am 9299 Fics alfabettical order. 9300 9301 2006-09-21 [wwp] 2.4.0cvs204 9302 9303 * tools/fix_date.sh 9304 * tools/Makefile.am 9305 Added an action tool to fix missing Date field in emails. 9306 Updated Makefile.am to reflect those last two additions. 9307 9308 2006-09-21 [wwp] 2.4.0cvs203 9309 9310 * tools/uuooffice 9311 Added a action tool to open uuencoded docs w/ 9312 OpenOffice (based on uudec method). 9313 9314 2006-09-21 [colin] 2.4.0cvs202 9315 9316 * src/compose.c 9317 * src/textview.c 9318 Workaround possible GTK crash: remove selection 9319 clipboard before destroying widget, or GTK+-2.10 9320 dies. Thanks to Hiro. 9321 9322 2006-09-20 [colin] 2.4.0cvs201 9323 9324 * src/compose.c 9325 Fix free-after-use in some cases (when 9326 procmime_encode_content() frees mimeinfo->data.mem 9327 and turns it to a temp file) 9328 9329 2006-09-20 [colin] 2.4.0cvs200 9330 9331 * src/folderview.c 9332 * src/summaryview.c 9333 * src/gtk/gtksctree.c 9334 * src/gtk/gtksctree.h 9335 Add tooltips in the folderview and summaryview 9336 (Doesn't break string freeze as they already 9337 exist) 9338 * src/toolbar.c 9339 Put the spam button in the default configuration 9340 if compiled with bogo plugin too 9341 9342 2006-09-19 [colin] 2.4.0cvs199 9343 9344 * src/summaryview.c 9345 * src/summaryview.h 9346 Update folder name label on folder rename 9347 * src/prefs_matcher.c 9348 * src/gtk/logwindow.h 9349 Fix warnings 9350 Patches by Fabien 9351 9352 2006-09-19 [wwp] 2.4.0cvs198 9353 9354 * src/summary_search.c 9355 fix can't click forward/backward buttons in the 9356 search messages. 9357 9358 2006-09-18 [paul] 2.4.0cvs197 9359 9360 * src/wizard.c 9361 add missing bracket, capitalise the A of 9362 'SpamAssassin' 9363 9364 2006-09-18 [paul] 2.4.0cvs196 9365 9366 * src/compose.c 9367 fix bug 1012 'crashed upon sending mail 9368 from compose window' 9369 Thanks to Colin 9370 9371 2006-09-16 [colin] 2.4.0cvs195 9372 9373 * src/folderview.c 9374 Fix "real-time" sorting by freezing/thawing 9375 9376 2006-09-16 [colin] 2.4.0cvs194 9377 9378 * manual/faq.xml 9379 Fix the anti-spam entry a bit 9380 9381 2006-09-16 [colin] 2.4.0cvs193 9382 9383 * src/wizard.c 9384 Make sure reviewers have no excuse when stating 9385 Sylpheed-Claws doesn't have antispam capabilities. 9386 9387 2006-09-16 [colin] 2.4.0cvs192 9388 9389 * src/main.c 9390 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE, 9391 as if the SIGPIPE comes from etpan's thread we could 9392 trigger a GUI update from this thread. 9393 9394 2006-09-16 [colin] 2.4.0cvs191 9395 9396 * src/summaryview.c 9397 Init all members of the struct 9398 9399 2006-09-16 [paul] 2.4.0cvs190 9400 9401 * src/account.c 9402 improvements to the English 9403 9404 2006-09-15 [colin] 2.4.0cvs189 9405 9406 * src/summaryview.c 9407 HIG order on dialog 9408 9409 2006-09-14 [colin] 2.4.0cvs188 9410 9411 * src/common/socket.c 9412 * src/common/socket.h 9413 * src/common/ssl.c 9414 * src/common/ssl_certificate.c 9415 * src/common/ssl_certificate.h 9416 * src/etpan/imap-thread.c 9417 the get_fqdn() call done to get canonical name when 9418 checking an SSL certificate is blocking, which is 9419 sad as we just did a non-blocking lookup to connect. 9420 Fix that by letting the fqdn available to the SockInfo, 9421 and use that in ssl_certificate_check(). For IMAP, 9422 we don't do it as the lookup's done by libetpan, but 9423 it's less annoying as IMAP connections as much more 9424 rare than POP3 connections. 9425 9426 2006-09-14 [paul] 2.4.0cvs187 9427 9428 * manual/advanced.xml 9429 improvements to the English, 9430 properly place the new hidden options 9431 within the alphabetical order 9432 * src/gtk/pluginwindow.c 9433 improvements to the English 9434 9435 2006-09-14 [colin] 2.4.0cvs186 9436 9437 * src/prefs_common.c 9438 * src/prefs_common.h 9439 * src/gtk/gtksctree.c 9440 * manual/advanced.xml 9441 New hidden pref, stripes_color_offset, to change 9442 the value added/substracted to normal bgcolor to 9443 create the stripes in summaries 9444 9445 2006-09-13 [colin] 2.4.0cvs185 9446 9447 * src/gedit-print.c 9448 * src/messageview.c 9449 * src/messageview.h 9450 * src/summaryview.c 9451 * src/textview.c 9452 Fix misc. printing issues: 9453 - Bad font for linkified headers 9454 - Different font if the mail was displayed or not 9455 - Factorize the thing 9456 9457 2006-09-13 [colin] 2.4.0cvs184 9458 9459 * src/common/ssl_certificate.c 9460 Only get FQDN once when checking certificate 9461 9462 2006-09-13 [colin] 2.4.0cvs183 9463 9464 * src/account.c 9465 * src/gtk/pluginwindow.c 9466 Misc. GUI fixes by Fabien 9467 9468 2006-09-13 [wwp] 2.4.0cvs182 9469 9470 * configure.ac 9471 * src/common/utils.h 9472 * src/common/utils.c 9473 get rid of unused wide-char functions. 9474 9475 2006-09-13 [wwp] 2.4.0cvs181 9476 9477 * src/plugins/pgpinline/sylpheed.def 9478 * src/textview.c 9479 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>): 9480 add privacy_reset_error to the .def file, 9481 do not fork for an external textviewer. 9482 9483 2006-09-13 [wwp] 2.4.0cvs180 9484 9485 * src/prefs_common.c 9486 fix broken font entry in prefs (patch issued by the gpg4win team, 9487 probably by Marcus Brinkmann <marcus@g10code.de>). 9488 9489 2006-09-13 [colin] 2.4.0cvs179 9490 9491 * src/folder.h 9492 Fix a warning in summaryview.c 9493 * src/mainwindow.c 9494 * src/summaryview.c 9495 * src/summaryview.h 9496 Add missing Mark/* elements in the 9497 main menu 9498 9499 2006-09-12 [colin] 2.4.0cvs178 9500 9501 * src/prefs_actions.c 9502 * src/prefs_filtering_action.c 9503 * src/prefs_matcher.c 9504 Use (New) instead of New everywhere 9505 9506 2006-09-12 [wwp] 2.4.0cvs177 9507 9508 * manual/fr/addrbook.xml 9509 * manual/fr/handling.xml 9510 updated some quotes in the fr manual to match the fr translation. 9511 9512 2006-09-12 [wwp] 2.4.0cvs176 9513 9514 * src/prefs_matcher.c 9515 don't store translated string elements in matcher expressions. 9516 Also fixed a misused of Q_(). 9517 9518 2006-09-11 [wwp] 2.4.0cvs175 9519 9520 * src/plugins//bogofilter/bogofilter.c 9521 * src/plugins//clamav/clamav_plugin.c 9522 * src/plugins//demo/demo.c 9523 * src/plugins//dillo_viewer/dillo_viewer.c 9524 * src/plugins//pgpcore/plugin.c 9525 * src/plugins//pgpinline/plugin.c 9526 * src/plugins//pgpmime/plugin.c 9527 * src/plugins//spamassassin/spamassassin.c 9528 gettext-ize more strings (mostly plugin error messages). 9529 9530 2006-09-11 [colin] 2.4.0cvs174 9531 9532 * src/alertpanel.c 9533 Make maximum buffer size bigger to avoid 9534 truncating translated messages. Patch by 9535 Fabien 9536 9537 2006-09-11 [colin] 2.4.0cvs173 9538 9539 * src/etpan/imap-thread.c 9540 Fix compilation on OpenBSD, thanks to 9541 Landry 9542 9543 2006-09-10 [wwp] 2.4.0cvs172 9544 9545 * manual/account.xml 9546 * manual/addrbook.xml 9547 * manual/handling.xml 9548 * manual/es/handling.xml 9549 * manual/fr/account.xml 9550 * manual/fr/addrbook.xml 9551 * manual/fr/handling.xml 9552 documented addressbook matching (condition configuration): 9553 addrbook.xml, en fr 9554 documented per-account filtering rules (handling/filtering 9555 section, account section): 9556 account.xml, handling.xml, en fr 9557 slightly updated the handling/searching section to tell few 9558 words about the extended search ability: 9559 handling.xml, en fr 9560 added missing <quote></quotes> to Quick Search: 9561 handling.xml, en fr es 9562 fixed a typo (auomatically): 9563 handling.xml, en 9564 changes revisited by Paul. 9565 9566 2006-09-10 [paul] 2.4.0cvs171 9567 9568 * src/prefs_actions.c 9569 * src/prefs_filtering.c 9570 * src/prefs_template.c 9571 adjustments to the gui 9572 Patch by Fabien Vantard (slightly modified) 9573 9574 2006-09-10 [colin] 2.4.0cvs170 9575 9576 * src/summaryview.c 9577 Check folderitem/summaryview consistency 9578 (basically automates Update summary). Fixes 9579 #1011 (wrong (negative) count on unread 9580 messages) 9581 9582 2006-09-10 [colin] 2.4.0cvs169 9583 9584 * src/gtk/gtksctree.c 9585 Fix recursive expansion via mouse 9586 * src/plugins/bogofilter/bogofilter.c 9587 Use normal filtering way of moving 9588 messages (batching), possibly fixing 9589 bug #1015 (Bogofilter plugin doubles 9590 new messages) 9591 9592 2006-09-09 [wwp] 2.4.0cvs168 9593 9594 * src/prefs_filtering.c 9595 better place for this fix. 9596 9597 2006-09-09 [wwp] 2.4.0cvs167 9598 9599 * src/prefs_filtering.c 9600 fix a minor bug when the enabled status of a filtering/processing 9601 rule always got set to TRUE when replacing this rule. That still 9602 make sense when adding a new rule, but now when replacing, we 9603 don't override the value of 'enabled'. 9604 Also renamed the func prefs_filtering_list_view_get_rule_name() 9605 to prefs_filtering_list_view_get_info() as this function not only 9606 returns the name, but also the account_id and the enabled status. 9607 9608 2006-09-09 [mones] 2.4.0cvs166 9609 9610 * manual/glossary.xml 9611 * manual/plugins.xml 9612 Minor format corrections 9613 * manual/gpl.xml 9614 Fix misplaced NO WARRANTY section 9615 * manual/es/advanced.xml 9616 * manual/es/faq.xml 9617 * manual/es/glossary.xml 9618 * manual/es/gpl.xml 9619 * manual/es/handling.xml 9620 * manual/es/plugins.xml 9621 * manual/es/starting.xml 9622 Incorporate changes from English version 9623 * manual/fr/ack.xml 9624 * manual/pl/ack.xml 9625 * manual/es/ack.xml 9626 Fix address, (add translation credits in es version) 9627 * po/es.po 9628 Updated translation 9629 9630 2006-09-09 [wwp] 2.4.0cvs165 9631 9632 * src/prefs_filtering.c 9633 fix a crash when opening filtering prefs, if matcherrc file contains 9634 broken data (non-existing account id, which is theoretically not 9635 possible). 9636 9637 2006-09-08 [colin] 2.4.0cvs164 9638 9639 * src/folder.c 9640 Wrong assert, make it an if() 9641 * src/gtk/gtksctree.c 9642 Fix bug #1013 (expand selected thread 9643 tree) - expanding is now recursive 9644 9645 2006-09-07 [wwp] 2.4.0cvs163 9646 9647 * src/prefs_matcher.c 9648 make better sentences about addressbook matching in the 9649 matcher prefs. This should make translators' work easier 9650 too. 9651 9652 2006-09-07 [wwp] 2.4.0cvs162 9653 9654 * src/prefs_filtering.c 9655 code simplification (get rid of dup var. assignment). 9656 9657 2006-09-07 [wwp] 2.4.0cvs161 9658 9659 * src/summaryview.c 9660 use GTK_STOCK icons when possible, patch by Fabien Vantard 9661 <fzzzzz@gmail.com>. 9662 9663 2006-09-07 [paul] 2.4.0cvs160 9664 9665 * src/mimeview.c 9666 fix compilation warnings 9667 Thanks to Colin 9668 9669 2006-09-07 [paul] 2.4.0cvs159 9670 9671 * src/mimeview.c 9672 select the mimepart icon when 9673 displaying as text 9674 Thanks to Colin 9675 9676 2006-09-06 [paul] 2.4.0cvs158 9677 9678 * src/prefs_filtering.c 9679 fix labels and table element spacing 9680 Patch by Fabien Vantard 9681 9682 2006-09-06 [paul] 9683 9684 2.5.0-rc3 released 9685 9686 2006-09-06 [paul] 2.4.0cvs157 9687 9688 * manual/es/advanced.xml 9689 fix typo 9690 9691 2006-09-06 [wwp] 2.4.0cvs156 9692 9693 * src/mainwindow.c 9694 fix an dup launch issue when iconified, thanks to Colin. 9695 9696 2006-09-06 [wwp] 2.4.0cvs155 9697 9698 * src/gtk//gtksctree.h 9699 oops, forgot that one! 9700 9701 2006-09-06 [wwp] 2.4.0cvs154 9702 9703 * manual/pl/advanced.xml 9704 * manual/advanced.xml 9705 * manual/es/advanced.xml 9706 * manual/fr/advanced.xml 9707 * src/prefs_customheader.c 9708 * src/prefs_filtering_action.c 9709 * src/foldersel.c 9710 * src/prefs_summaries.c 9711 * src/prefs_filtering.c 9712 * src/account.c 9713 * src/compose.c 9714 * src/prefs_summary_column.c 9715 * src/addr_compl.c 9716 * src/prefs_actions.c 9717 * src/prefs_folder_column.c 9718 * src/ssl_manager.c 9719 * src/prefs_template.c 9720 * src/prefs_display_header.c 9721 * src/prefs_common.h 9722 * src/prefs_matcher.c 9723 * src/prefs_common.c 9724 * src/prefs_toolbar.c 9725 * src/summaryview.c 9726 * src/folderview.c 9727 * src/gtk/gtksctree.c 9728 * src/gtk/pluginwindow.c 9729 * src/gtk/progressdialog.c 9730 * src/gtk/prefswindow.c 9731 renamed hidden option enable_rules_hint to use_stripes_everywhere 9732 to make its meaning more obvious (all versions of the manual reflect 9733 the change). 9734 added an extra hidden option use_stripes_in_summary to allow 9735 discarding these stripes in mainwindow's folder and message lists; 9736 en and fr manuals only are OK towards this. 9737 9738 2006-09-06 [colin] 2.4.0cvs153 9739 9740 * src/textview.c 9741 Hide Sylpheed-Claws' internal queue headers 9742 when showing all headers. They'll be present 9743 only in Source window. 9744 9745 2006-09-05 [colin] 2.4.0cvs152 9746 9747 * src/plugins/trayicon/trayicon.c 9748 Fix crash at exit - we have to disconnect 9749 our handlers 9750 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c 9751 Update eggtrayicon - patch adapted from a 9752 patch by Fryderyk Dziarmagowski <freetz@gmx.net> 9753 on Sylpheed's ML 9754 9755 2006-09-05 [colin] 2.4.0cvs151 9756 9757 * src/mainwindow.c 9758 * src/gtk/logwindow.c 9759 Fix race condition when something writes 9760 to the log too soon during init. Thanks 9761 to Fabien Vantard 9762 9763 2006-09-05 [colin] 2.4.0cvs150 9764 9765 * src/mimeview.c 9766 Don't select part on right-click either 9767 9768 2006-09-05 [paul] 2.4.0cvs149 9769 9770 * src/mimeview.c 9771 completion of previous commit 9772 Thanks to Colin 9773 9774 2006-09-05 [colin] 2.4.0cvs148 9775 9776 * src/mimeview.c 9777 Don't force selection on middle-click, just open 9778 9779 2006-09-04 [colin] 2.4.0cvs147 9780 9781 * src/mimeview.c 9782 Looks like gtk_notebook_set_current_page() 9783 sometimes steals focus, and this annoys us 9784 in MimeViewers as it renders navigation 9785 keys useless. Take back focus after switching 9786 pages. 9787 9788 2006-09-04 [colin] 2.4.0cvs146 9789 9790 * src/messageview.c 9791 Set stop_loading when clicking on Next 9792 during load. Don't add a callback to 9793 avoid over-complicating things. 9794 9795 2006-09-04 [colin] 2.4.0cvs145 9796 9797 * src/mimeview.c 9798 * src/messageview.c 9799 Fix multiple loads in separate messageview 9800 9801 2006-09-04 [colin] 2.4.0cvs144 9802 9803 * src/summaryview.c 9804 Let navigation keys be handled during 9805 load 9806 9807 2006-09-04 [colin] 2.4.0cvs143 9808 9809 * src/messageview.c 9810 * src/summaryview.c 9811 * src/textview.c 9812 * src/textview.h 9813 Make loading of huge mails (lots of text and/or 9814 images) cancellable, so the GUI doesn't block 9815 9816 2006-09-04 [colin] 2.4.0cvs142 9817 9818 * src/plugins/trayicon/trayicon.c 9819 Fix annoyance when removing a folder with 9820 unread mails: trayicon didn't update 9821 9822 2006-09-04 [paul] 2.4.0cvs141 9823 9824 * src/gtk/icon_legend.c 9825 straighten up columns 9826 Patch by Fabien Vantard 9827 9828 2006-09-04 [wwp] 2.4.0cvs140 9829 9830 * src/prefs_filtering.c 9831 fix new line's account name in filtering prefs: 9832 was "All", is now "(New)". 9833 9834 2006-09-04 [paul] 2.4.0cvs139 9835 9836 * tools/make.themes.project 9837 use "AUTOMAKE_OPTIONS = dist-bzip2" 9838 instead of homebrewed "make release" 9839 9840 2006-09-03 [colin] 2.4.0cvs138 9841 9842 * src/folderview.c 9843 Fix bug #1007 (Wrong folder highlighted) 9844 9845 2006-09-03 [colin] 2.4.0cvs137 9846 9847 * src/compose.c 9848 Don't set Newsgroup: header to a mail folder 9849 path 9850 9851 2006-09-03 [paul] 2.4.0cvs136 9852 9853 * src/prefs_other.c 9854 * src/prefs_spelling.c 9855 unify the gui 9856 9857 2006-09-03 [paul] 2.4.0cvs135 9858 9859 * src/prefs_summaries.c 9860 correct menu item text in prefs_keybind_apply_clicked() 9861 9862 2006-09-03 [paul] 2.4.0cvs134 9863 9864 * manual/advanced.xml 9865 some improvements to the descriptions 9866 * src/mainwindow.c 9867 * src/messageview.c 9868 * src/summaryview.c 9869 * src/gtk/menu.c 9870 fix menu sensitivity issues 9871 * src/prefs_message.c 9872 drop the useless word 'short' 9873 * src/prefs_other.c 9874 add the word 'lines' indicating log length 9875 is a measure of lines 9876 * src/textview.c 9877 fix compilation warnings 9878 9879 2006-09-02 [colin] 2.4.0cvs133 9880 9881 * src/messageview.c 9882 Display a special return-receipt message 9883 if the message is from the user 9884 * src/summaryview.c 9885 Fix missing freeze of the list when marking 9886 all read and unthreading for exec. Thanks 9887 to Stephan Sachse. 9888 9889 2006-09-02 [paul] 2.4.0cvs132 9890 9891 * src/mainwindow.c 9892 * src/prefs_message.c 9893 * src/summaryview.c 9894 fix some english 9895 9896 2006-09-02 [wwp] 2.4.0cvs131 9897 9898 * src/prefs_filtering.c 9899 added an account name column to the filtering rules 9900 dialog. 9901 9902 2006-09-02 [colin] 2.4.0cvs130 9903 9904 * src/gtk/logwindow.c 9905 * src/gtk/logwindow.h 9906 Block scrolling if we're not at the end 9907 of the log 9908 9909 2006-09-02 [colin] 2.4.0cvs129 9910 9911 * src/folder.c 9912 Make sure account-specific rules can't 9913 be used in {pre-,post-,}processing 9914 * src/mainwindow.c 9915 * src/gtk/logwindow.c 9916 * src/gtk/logwindow.h 9917 Jump to last error when clicking on the 9918 warning icon 9919 9920 2006-09-02 [colin] 2.4.0cvs128 9921 9922 * src/imap.c 9923 * src/import.c 9924 * src/mainwindow.c 9925 * src/mainwindow.h 9926 Fix warning icon 9927 * src/inc.c 9928 * src/mbox.c 9929 * src/mbox.h 9930 Let proc_mbox know its account, for 9931 account-specific rules 9932 9933 2006-09-01 [colin] 2.4.0cvs127 9934 9935 * src/codeconv.c 9936 Don't uselessly use iconv to convert from 9937 us-ascii 9938 * src/alertpanel.c 9939 * src/mainwindow.c 9940 * src/mainwindow.h 9941 * src/inc.c 9942 Fix certain log cases, disable warning icon 9943 for now, the correct way to display it when 9944 necessary and only when necessary is probably 9945 to do it manually rather than use error logs 9946 * src/etpan/imap-thread.c 9947 Clean up UID logging a bit 9948 * src/gtk/logwindow.c 9949 * src/gtk/logwindow.h 9950 Make logging faster when the window's closed 9951 9952 2006-09-01 [wwp] 2.4.0cvs126 9953 9954 * manual/fr/account.xml 9955 reflect changes to the ref. manual (parts of cvs72): 9956 fix tabnames and quotes. 9957 9958 2006-09-01 [wwp] 2.4.0cvs125 9959 9960 * manual/fr/plugins.xml 9961 reflect changes to the reference manual (cvs42): 9962 update IRC channel info. 9963 9964 2006-09-01 [wwp] 2.4.0cvs124 9965 9966 * commitHelper 9967 use CVSEDITOR env. var. if set, according to `man cvs`. 9968 9969 2006-09-01 [wwp] 2.4.0cvs123 9970 9971 * manual/advanced.xml 9972 better sentence again (thanks to Paul). 9973 9974 2006-09-01 [wwp] 2.4.0cvs122 9975 9976 * manual/advanced.xml 9977 fix definition of toolbar_detachable and rework a bit the one of 9978 enable_dotted_lines. 9979 9980 2006-09-01 [mones] 2.4.0cvs121 9981 9982 * manual/advanced.xml 9983 Document enable_dotted_lines 9984 9985 2006-09-01 [paul] 2.4.0cvs120 9986 9987 * src/folderview.c 9988 * src/folderview.h 9989 * src/imap.c 9990 * src/mainwindow.c 9991 * src/summaryview.c 9992 obey the 'When entering folder...' option 9993 when using the /View/Go to/... menu items 9994 Thanks to Colin 9995 9996 2006-08-31 [colin] 2.4.0cvs119 9997 9998 * src/folderview.c 9999 Revert 2.4.0cvs116, wrong fix. 10000 10001 2006-08-31 [colin] 2.4.0cvs118 10002 10003 * src/gtk/gtksctree.c 10004 Better state the various copyrights 10005 10006 2006-08-31 [colin] 2.4.0cvs117 10007 10008 * src/prefs_common.c 10009 fix enable_dotted_lines 10010 10011 2006-08-31 [colin] 2.4.0cvs116 10012 10013 * src/folderview.c 10014 Use pref "Always open on select" when going 10015 to next unread folder 10016 * src/gtk/gtksctree.c 10017 Fix link failure to _gtk_clist_create_cell_layout 10018 on certain computers. (Why not mine, I wonder) 10019 10020 2006-08-31 [colin] 2.4.0cvs115 10021 10022 * src/procmsg.c 10023 * src/textview.c 10024 * src/plugins/bogofilter/bogofilter.c 10025 * src/plugins/spamassassin/spamassassin.c 10026 Requalify some "errors" to warnings 10027 * src/mainwindow.c 10028 * src/mainwindow.h 10029 * src/statusbar.c 10030 Add an icon in the statusbar to notify 10031 of errors 10032 * src/gtk/gtksctree.c 10033 * src/folderview.c 10034 * src/summaryview.c 10035 Make the GtkSCTree look more modern by 10036 alternating background lines 10037 * src/prefs_common.c 10038 * src/prefs_common.h 10039 Add a pref to let people have the old 10040 way if they prefer 10041 10042 10043 2006-08-30 [colin] 2.4.0cvs114 10044 10045 * src/procmsg.c 10046 * src/procmsg.h 10047 Provide a way to filter a list of 10048 messages in an optimised manner, and 10049 add a list-filtering hook 10050 * src/folder.c 10051 * src/inc.c 10052 * src/mbox.c 10053 Use the list filtering 10054 * src/plugins/bogofilter/bogofilter.c 10055 Use the list-filtering hook 10056 Use -b (bulk) mode for more speed 10057 when learning and filtering 10058 * src/etpan/imap-thread.c 10059 Make log output shorter in UID SEARCH 10060 10061 10062 2006-08-30 [colin] 2.4.0cvs113 10063 10064 * src/plugins/bogofilter/bogofilter.c 10065 Really fast mass learning - thanks to David 10066 Relson for the options explanations :) 10067 10068 2006-08-30 [colin] 2.4.0cvs112 10069 10070 * src/msgcache.c 10071 Fix compilation on FreeBSD. Thanks 10072 to Michael Hugues 10073 10074 2006-08-29 [colin] 2.4.0cvs111 10075 10076 * src/folderview.c 10077 Handle "popup_menu" signal (for popping the 10078 menu via the keyboard) 10079 * src/mimeview.c 10080 * src/mimeview.h 10081 * src/summaryview.c 10082 * src/textview.c 10083 * src/gtk/gtkutils.c 10084 * src/gtk/gtkutils.h 10085 Factorize scrolling code, and add an API 10086 for MimeViewers to handle scroll orders 10087 10088 2006-08-29 [wwp] 2.4.0cvs110 10089 10090 * src/plugins//bogofilter/bogofilter.c 10091 * src/plugins//spamassassin/spamassassin.c 10092 make the bogofilter/spamassassin filtering error dialogs at 10093 incorporation obey to the "don't popup error dialog on 10094 receive error" option. If disabled, feed the log window w/ 10095 the error message. 10096 10097 2006-08-29 [paul] 10098 10099 2.5.0-rc2 released 10100 10101 2006-08-29 [paul] 2.4.0cvs109 10102 10103 * Makefile.am 10104 remove 'make release', it's not needed 10105 since we use 'AUTOMAKE_OPTIONS = dist-bzip2' 10106 10107 2006-08-29 [paul] 2.4.0cvs108 10108 10109 * src/foldersel.c 10110 * src/summary_search.c 10111 * src/gtk/progressdialog.c 10112 * src/plugins/pgpcore/passphrase.c 10113 replace deprecated gtk_window_set_policy() 10114 10115 2006-08-29 [colin] 2.4.0cvs107 10116 10117 * src/folder.c 10118 Fix data loss when copy fails during a move: 10119 only use fast remove_msgs if everything was 10120 copied OK; else use slow remove_msg on the 10121 mails that got copied only. 10122 10123 2006-08-28 [paul] 2.4.0cvs106 10124 10125 * src/mh.c 10126 revert change in 2.4.0cvs104, it breaks 10127 stuff 10128 10129 2006-08-28 [paul] 2.4.0cvs105 10130 10131 * src/plugins/spamassassin/spamassassin.c 10132 english fix 10133 10134 2006-08-28 [paul] 2.4.0cvs104 10135 10136 * src/mh.c 10137 fix data loss when moving to another 10138 mailbox fails 10139 * src/prefs_spelling.c 10140 improve the english 10141 * src/gtk/pluginwindow.c 10142 improve the layout of the dialog text 10143 All thanks to Colin 10144 10145 2006-08-28 [paul] 2.4.0cvs103 10146 10147 * src/plugins/bogofilter/bogofilter.c 10148 * src/plugins/bogofilter/bogofilter_gtk.c 10149 fix english up a bit, innit 10150 10151 2006-08-28 [paul] 2.4.0cvs102 10152 10153 * configure.ac 10154 * po/Makefile.in.in 10155 * po/Makevars 10156 require autoconf 2.60, enabling building 10157 with gettext 0.15 (gettext 0.14.x build still 10158 possible). Replace Makefiles with versions 10159 from gettext 0.15. 10160 Remove configure options --with-localedir and 10161 --with-mandir. The options that are provided 10162 directly by autoconf 2.60 can be used instead: 10163 --mandir --localedir 10164 10165 2006-08-27 [colin] 2.4.0cvs101 10166 10167 * src/plugins/bogofilter/Makefile.am 10168 Fix make dist (no README) 10169 10170 2006-08-27 [colin] 2.4.0cvs100 10171 10172 * src/folder.c 10173 Don't use F_UNKNOWN folders for any default 10174 outbox/trash/etc 10175 * src/plugins/bogofilter/bogofilter.c 10176 * src/plugins/bogofilter/bogofilter.h 10177 * src/plugins/bogofilter/bogofilter_gtk.c 10178 Add an option to specify the path to bogofilter 10179 Use single-quotes to be able to learn in folders 10180 with spaces in their names 10181 Verify learning status 10182 10183 2006-08-27 [colin] 2.4.0cvs99 10184 10185 * manual/faq.xml 10186 * manual/plugins.xml 10187 Document Bogofilter plugin 10188 10189 2006-08-27 [colin] 2.4.0cvs98 10190 10191 * src/compose.c 10192 * src/messageview.c 10193 * src/procmsg.c 10194 * src/procmsg.h 10195 When possible, copy the queued mail to sent folder 10196 instead of re-adding. Much faster on IMAP. 10197 10198 2006-08-27 [colin] 2.4.0cvs97 10199 10200 * src/msgcache.c 10201 Disable mmaped caches - huge metadata loss 10202 here after a power failure. 10203 * src/summaryview.c 10204 Add quicksearch timing 10205 * src/common/plugin.c 10206 * src/common/plugin.h 10207 Implement an interface to tell what plugins 10208 provide. Prevent loading of similar plugins. 10209 * src/plugins/clamav/clamav_plugin.c 10210 * src/plugins/demo/demo.c 10211 * src/plugins/dillo_viewer/dillo_viewer.c 10212 * src/plugins/pgpcore/plugin.c 10213 * src/plugins/pgpinline/pgpinline.c 10214 * src/plugins/pgpmime/pgpmime.c 10215 * src/plugins/spamassassin/spamassassin.c 10216 * src/plugins/trayicon/trayicon.c 10217 Implement plugin_provides() 10218 10219 2006-08-27 [colin] 2.4.0cvs96 10220 10221 * configure.ac 10222 * src/plugins/Makefile.am 10223 * src/plugins/bogofilter/.cvsignore 10224 * src/plugins/bogofilter/Makefile.am 10225 * src/plugins/bogofilter/bogofilter.c 10226 * src/plugins/bogofilter/bogofilter.h 10227 * src/plugins/bogofilter/bogofilter_gtk.c 10228 New Bogofilter plugin, provides filtering and 10229 learning. Spamassassin will go to extra plugins. 10230 10231 2006-08-26 [mones] 2.4.0cvs95 10232 10233 * manual/handling.xml 10234 Fix subfolder path in the example (thanks to Paul) 10235 10236 2006-08-26 [mones] 2.4.0cvs94 10237 10238 * manual/glossary.xml 10239 2.2. + add ISP to the glossary 10240 7.5. + Add UIDL to glossary 10241 7.7. + Add TCP to glossary 10242 * manual/handling.xml 10243 7.1. + Mentions GNU/Linux distribution, what about the non... 10244 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer 10245 7.3. + Mentions .bashrc, what about the non-bash ones? 10246 7.4. = Use appropriate quotation for commands 10247 7.6. = change "" to <quote></quote> 10248 * manual/plugins.xml 10249 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends 10250 * manual/starting.xml 10251 2.1. + local mbox file: some examples of mbox file locations... 10252 Also reformatted files requiring it 10253 10254 2006-08-26 [wwp] 2.4.0cvs93 10255 10256 * src/summary_search.c 10257 disable find buttons while summary search is running. 10258 10259 2006-08-25 [colin] 2.4.0cvs92 10260 10261 * src/folder.c 10262 * src/folderutils.c 10263 * src/mh.c 10264 * src/procmsg.h 10265 * src/summaryview.c 10266 Speed up MH moving, and add progressbar 10267 for MH deletion 10268 * src/msgcache.c 10269 Write cache files using mmap() too 10270 10271 2006-08-25 [wwp] 2.4.0cvs91 10272 10273 * src/summaryview.c 10274 switch spam<->ham button when a message has been marked as spam or ham 10275 and is still selected. Thanks to Colin. 10276 10277 2006-08-25 [paul] 2.4.0cvs90 10278 10279 * src/Makefile.am 10280 * src/stock_pixmap.c 10281 * src/stock_pixmap.h 10282 * src/summaryview.c 10283 * src/gtk/icon_legend.c 10284 * src/pixmaps/copied.xpm 10285 * src/pixmaps/moved.xpm 10286 add icons for delayed execution marked for 10287 copying, marked for moving 10288 10289 2006-08-25 [mones] 2.4.0cvs89 10290 10291 * manual/glossary.xml 10292 Fix the other glossary items: 10293 5.1. = Inmmediate execution -> <quote>immediate execution... 10294 5.2. = Fix MBOX capitalization -> Mbox 10295 5.3. + Improve Plugins def. w/ tech. ref. 10296 5.4. = Quotation -> replace '>' by <quote>></quote> 10297 5.5. - SMTP Server. -> remove dot 10298 * po/es.po 10299 Updated translation 10300 10301 2006-08-25 [mones] 2.4.0cvs88 10302 10303 * manual/ack.xml 10304 Reformatted, changed email address 10305 * manual/glossary.xml 10306 Reformatted, fixed MANUAL-TODO items: 10307 8.2. + add ROT-13 to glossary 10308 8.4. + add URL to glossary 10309 * manual/es/advanced.xml 10310 Fixed <literal>s 10311 10312 2006-08-25 [paul] 2.4.0cvs87 10313 10314 * src/gtk/icon_legend.c 10315 add 'marked for deletion' icon 10316 arrange icons by containing column 10317 wrap long label text 10318 10319 2006-08-25 [colin] 2.4.0cvs86 10320 10321 * src/common/utils.c 10322 * src/common/utils.h 10323 Add the sc_g_*list_bigger functions in 10324 a place everyone can use it 10325 * src/summaryview.c 10326 Only freeze/thaw the list when working 10327 on the selection, if it's bigger than 1 10328 * src/gtk/gtksctree.c 10329 Only freeze/thaw the list when unselec- 10330 ting 'all' if ('all' != 1) 10331 This avoids some flickering 10332 10333 2006-08-24 [colin] 2.4.0cvs85 10334 10335 * src/addressbook.c 10336 Fix strange list selection 10337 Fix random seg (Invalid read of freed memory) 10338 10339 2006-08-24 [colin] 2.4.0cvs84 10340 10341 * src/alertpanel.c 10342 * src/gtk/inputdialog.c 10343 * src/plugins/pgpcore/passphrase.c 10344 Revert minimal width patch of 2.4.0cvs67, 10345 as it is also a maximal width. Use 10346 gtk_window_set_default_size instead. 10347 10348 2006-08-24 [colin] 2.4.0cvs83 10349 10350 * src/msgcache.c 10351 Write cache/mark to temp files before 10352 overwriting old ones (avoids metadata 10353 loss if writing the new files fail). 10354 Use mmap() to read cache/mark file, as 10355 this makes cache reading faster. Dis- 10356 abled for big-endian machines until it 10357 can be tested. (Big-endian users: set 10358 msgcache_use_mmap = TRUE in the relevant 10359 #if). 10360 * src/procmsg.h 10361 Move rarely used fields of MsgInfo in 10362 another structure, which will only be 10363 allocated if needed. Face, X-Face, 10364 Return receipt headers and List-* 10365 headers are moved. Mails having none 10366 of these occupy 52 bytes less with 10367 this patch, which makes 2.5MB of RAM 10368 saved on a 50k folder). 10369 * src/headerview.c 10370 * src/mainwindow.c 10371 * src/messageview.c 10372 * src/partial_download.c 10373 * src/procheader.c 10374 * src/procmsg.c 10375 * src/textview.c 10376 Follow this structure change. 10377 10378 2006-08-24 [wwp] 2.4.0cvs82 10379 10380 * manual/es/.cvsignore 10381 * manual/es/dist/.cvsignore 10382 * manual/es/dist/html/.cvsignore 10383 * manual/es/dist/pdf/.cvsignore 10384 * manual/es/dist/ps/.cvsignore 10385 * manual/es/dist/txt/.cvsignore 10386 more (generated) files to ignore. 10387 10388 2006-08-24 [colin] 2.4.0cvs81 10389 10390 * src/folder.c 10391 * src/mh.c 10392 Fix possible problems with local delivery. Check the folder doesn't 10393 need scan before setting its mtime when saving cache (which can be 10394 done long after the folder's been modified by an external process); 10395 Check that the stored item's mtime didn't change in mh functions. 10396 10397 2006-08-24 [mones] 2.4.0cvs80 10398 10399 * manual/advanced.xml 10400 Rewrapping, some fixes and MANUAL-TODO items: 10401 8.1. = change "" to <quote></quote> 10402 8.3. = quote menu items 10403 8.5. - deploying -> new user ... ideally a new user (redundant) 10404 10405 2006-08-23 [colin] 2.4.0cvs79 10406 10407 * src/gtk/gtksctree.c 10408 When selecting or deselecting range, only 10409 freeze/thaw when selection is bigger than 10 10410 10411 2006-08-23 [colin] 2.4.0cvs78 10412 10413 * src/messageview.c 10414 * src/mimeview.c 10415 * src/mimeview.h 10416 * src/plugins/dillo_viewer/dillo_viewer.c 10417 Provide an API for MimeViewer plugins to 10418 return a text selection for replying 10419 10420 2006-08-23 [colin] 2.4.0cvs77 10421 10422 * src/image_viewer.c 10423 * src/textview.c 10424 Use gtk_pixbuf_new_from_file_at_scale(), which 10425 is faster than getting the pixbuf then resizing 10426 it. 10427 10428 2006-08-23 [colin] 2.4.0cvs76 10429 10430 * src/procmime.c 10431 UTF-8 should be sent Quoted-printable 10432 10433 2006-08-22 [colin] 2.4.0cvs75 10434 10435 * src/mh.c 10436 Check if scan is required before touching 10437 the folder (or it'll be required every time) 10438 10439 2006-08-22 [colin] 2.4.0cvs74 10440 10441 * configure.ac 10442 Require libetpan 0.46 (crasher fix when built 10443 against gnutls) 10444 10445 2006-08-22 [colin] 2.4.0cvs73 10446 10447 * src/folder.c 10448 Set folder's mtime after writing its 10449 cache 10450 * src/folderview.c 10451 Add some timing 10452 * src/procmsg.c 10453 Don't do useless stuff if we don't 10454 thread by subject 10455 * src/summaryview.c 10456 Add some timing, don't deselect prior 10457 to selecting (gtksctree does it itself), 10458 remove crash avoidance hacks as it's been 10459 properly fixed since a while 10460 * src/common/utils.c 10461 Optimize to_human_readable(): _() is slow, 10462 do it only once, and avoid %f format for KB 10463 (the most common in a summaryview) 10464 * src/gtk/gtksctree.c 10465 Don't uselessly freeze/thaw (fixes flicker 10466 on next unread and friends), reduce number 10467 of g_list_nth/g_list_position where possible 10468 * src/gtk/gtkutils.c 10469 * src/gtk/gtkutils.h 10470 Reduce number of g_list_nth/g_list_position 10471 where possible. 10472 All of this makes loading as 70k folder 2.1 10473 seconds instead of 3.2 (with hot FS caches). 10474 (1.3 seconds without Date and Size columns...) 10475 10476 2006-08-22 [paul] 2.4.0cvs72 10477 10478 wrap documents and do some items from mones' MANUAL-TODO: 10479 10480 * manual/account.xml 10481 4.1. = fix tabname references to <quote>tabname</quote> 10482 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote> 10483 * manual/faq.xml 10484 1.1. = mentioned options don't match UI 10485 Add information about the 'Never send Return Receipts' 10486 option 10487 * manual/handling.xml 10488 6.2. = Mentions Extended symbols button, but now is 10489 named Information 10490 6.3. = Mentions ... button, which is now Edit 10491 10492 2006-08-22 [colin] 2.4.0cvs71 10493 10494 * src/gtk/pluginwindow.c 10495 Fix layout in verbose translations (such 10496 as french) 10497 10498 2006-08-22 [paul] 2.4.0cvs70 10499 10500 * manual/Makefile.am 10501 build manuals in alphabetical order 10502 * src/addressbook.c 10503 * src/prefs_themes.c 10504 replace/remove deprecated symbols 10505 * src/gtk/gtkutils.c 10506 fix a warning 10507 * src/gtk/pluginwindow.c 10508 replace deprecated symbol 10509 replace label text and move it 10510 * src/plugins/pgpcore/prefs_gpg.c 10511 move the 'Generate...' button out of the 10512 Sign Key frame, replace the English used 10513 * src/plugins/pgpcore/sgpgme.c 10514 fixes to the English 10515 10516 2006-08-21 [colin] 2.4.0cvs69 10517 10518 * src/plugins/trayicon/trayicon.c 10519 Add more strings for translation; patch 10520 by Pawel 10521 10522 2006-08-21 [colin] 2.4.0cvs68 10523 10524 * src/compose.c 10525 fix replied flag not set after drafting 10526 * src/matcher.c 10527 fix body quicksearch in non-encoded bodies 10528 containing '=' 10529 * src/msgcache.c 10530 Get rid of the g_malloc workaround for 10531 corrupted caches, use g_try_malloc 10532 10533 2006-08-21 [colin] 2.4.0cvs67 10534 10535 * src/alertpanel.c 10536 * src/gtk/inputdialog.c 10537 * src/plugins/pgpcore/passphrase.c 10538 Set minimal width to 375 10539 * src/mainwindow.c 10540 Fix switching to offline, asking if it 10541 should be overriden for synchronising 10542 * src/mimeview.c 10543 Don't offer to remember command on Open 10544 with for text parts, as the browser or 10545 text editor command isn't changed from 10546 there 10547 10548 2006-08-20 [paul] 2.4.0cvs66 10549 10550 * po/ko.po 10551 * po/zh_CN.po 10552 fix plural form errors. revealed by stricter 10553 checking of gettext 0.15 10554 10555 2006-08-18 [paul] 2.4.0cvs65 10556 10557 * src/stock_pixmap.c 10558 fix the fix of 2.4.0cvs64 10559 Thanks to Colin 10560 10561 2006-08-18 [paul] 2.4.0cvs64 10562 10563 * src/stock_pixmap.c 10564 fix leaks 10565 Thanks to Colin 10566 10567 2006-08-18 [paul] 2.4.0cvs63 10568 10569 * src/compose.c 10570 * src/procmsg.c 10571 fix occasional IMAP bug where large msgs 10572 were left in the queue folder after sending 10573 Thanks to Colin 10574 10575 2006-08-18 [paul] 2.4.0cvs62 10576 10577 * src/folderview.c 10578 freeze the summaryview while quicksearch results 10579 are displayed 10580 (fixes bug 456 'current message is hidden when the 10581 view is refreshed and extended search is "unread 10582 messages"') 10583 Thanks to Colin 10584 * src/textview.c 10585 add missing #include "inputdialog.h" 10586 * src/common/utils.h 10587 add missing mailcap_update_default() and improve 10588 readability 10589 10590 2006-08-17 [colin] 2.4.0cvs61 10591 10592 * src/plugins/pgpcore/select-keys.c 10593 Fix warnings :) 10594 10595 2006-08-17 [colin] 2.4.0cvs60 10596 10597 * src/compose.c 10598 Don't continue queuing if Cancel is clicked 10599 in select-keys 10600 10601 2006-08-17 [colin] 2.4.0cvs59 10602 10603 * src/plugins/pgpcore/select-keys.c 10604 When encrypting, if only one key matches and it 10605 matches exactly, automatically use it. 10606 10607 2006-08-17 [colin] 2.4.0cvs58 10608 10609 * src/mimeview.c 10610 * src/prefs_common.c 10611 * src/prefs_common.h 10612 * src/prefs_ext_prog.c 10613 * src/textview.c 10614 Fix issues with previous patch (text/html) 10615 Remove outdated prefs 10616 10617 2006-08-17 [colin] 2.4.0cvs57 10618 10619 * src/imap.c 10620 Add View Log button on auth error 10621 * src/procmsg.c 10622 Fix encrypted mail marked as new when 10623 saved in normal folders 10624 * src/plugins/pgpinline/pgpinline.c 10625 Fix encrypt bug on IMAP 10626 * src/mimeview.c 10627 * src/common/utils.c 10628 * src/common/utils.h 10629 * src/gtk/inputdialog.c 10630 * src/gtk/inputdialog.h 10631 Get rid of metamail stuff, simplify 10632 opening, and allow remembering of user's 10633 choices (by updating ~/.mailcap). There's 10634 still to drop "Audio player" and "Image 10635 viewer" preferences. 10636 10637 2006-08-17 [mones] 2.4.0cvs56 10638 10639 * manual/es/sylpheed-claws-manual.xml 10640 fix DTD path 10641 10642 2006-08-17 [mones] 2.4.0cvs55 10643 10644 * configure.ac 10645 * manual/Makefile.am 10646 * manual/es/Makefile.am 10647 * manual/es/account.xml 10648 * manual/es/ack.xml 10649 * manual/es/addrbook.xml 10650 * manual/es/advanced.xml 10651 * manual/es/faq.xml 10652 * manual/es/glossary.xml 10653 * manual/es/gpl.xml 10654 * manual/es/handling.xml 10655 * manual/es/intro.xml 10656 * manual/es/keyboard.xml 10657 * manual/es/plugins.xml 10658 * manual/es/starting.xml 10659 * manual/es/sylpheed-claws-manual.xml 10660 * manual/es/dist/Makefile.am 10661 * manual/es/dist/html/Makefile.am 10662 * manual/es/dist/pdf/Makefile.am 10663 * manual/es/dist/ps/Makefile.am 10664 * manual/es/dist/txt/Makefile.am 10665 Spanish translation for the manual 10666 10667 2006-08-16 [colin] 2.4.0cvs54 10668 10669 * src/compose.c 10670 * src/main.c 10671 * src/mainwindow.c 10672 Fix send button sensitivity at startup 10673 Set send menu sensitivity (patch by Fabien) 10674 * src/ssl_manager.c 10675 Enable closing with esc (patch by Fabien) 10676 * src/gtk/foldersort.c 10677 Enable closing with esc (patch by Fabien) 10678 * src/procmime.c 10679 Optimisation (no need to copy to tempfile to 10680 "decode" 7bit and 8bit) 10681 * src/summaryview.c 10682 Fix cruft in swap_from case 10683 * src/textview.c 10684 Fix missing last line in some mail cases 10685 (Fixes debian #381872) 10686 * src/plugins/pgpcore/prefs_gpg.c 10687 * src/plugins/pgpcore/sgpgme.c 10688 * src/plugins/pgpcore/sgpgme.h 10689 Don't show "no key found" when user explicitely 10690 wants to create a key 10691 10692 2006-08-16 [paul] 2.4.0cvs53 10693 10694 * configure.ac 10695 * src/account.c 10696 * src/addressbook.c 10697 * src/headerview.c 10698 * src/prefs_account.c 10699 * src/prefs_message.c 10700 * src/gtk/gtkutils.c 10701 bump up minimum required versions of GTK+ and 10702 GLIB to 2.6.0 10703 10704 2006-08-16 [paul] 2.4.0cvs52 10705 10706 * src/toolbar.c 10707 workaround GTK+ Bug 351600 - 'Can't re-click 10708 on button after sensitivity update' 10709 http://bugzilla.gnome.org/show_bug.cgi?id=351600 10710 Thanks to Colin 10711 10712 2006-08-15 [colin] 2.4.0cvs51 10713 10714 * src/plugins/pgpcore/prefs_gpg.c 10715 Set options sensitivity according to 10716 key existence 10717 * src/plugins/pgpcore/sgpgme.c 10718 Allow to create key with no passphrase 10719 10720 2006-08-14 [cleroy] 2.4.0cvs50 10721 10722 * src/gtk/pluginwindow.c 10723 New layout (maybe to be changed?) 10724 * src/gtk/gtkutils.c 10725 Fix a bit label_window 10726 * src/plugins/pgpcore/passphrase.c 10727 * src/plugins/pgpcore/passphrase.h 10728 * src/plugins/pgpcore/plugin.c 10729 * src/plugins/pgpcore/prefs_gpg.c 10730 * src/plugins/pgpcore/prefs_gpg.h 10731 * src/plugins/pgpcore/sgpgme.c 10732 * src/plugins/pgpcore/sgpgme.h 10733 Allow to create a PGP private key via the GUI 10734 10735 2006-08-14 [wwp] 2.4.0cvs49 10736 10737 * src/addressbook_foldersel.c 10738 fix strict ISO C90 compliance. 10739 10740 2006-08-14 [paul] 2.4.0cvs48 10741 10742 * src/gtk/prefswindow.c 10743 re-set scrolled window on opening 10744 Patch by Ticho 10745 10746 2006-08-14 [paul] 10747 10748 2.5.0-rc1 released 10749 10750 2006-08-14 [paul] 2.4.0cvs47 10751 10752 * src/prefs_display_header.c 10753 re-enable user-defined Displayed Headers 10754 10755 2006-08-14 [paul] 2.4.0cvs46 10756 10757 * src/prefs_account.c 10758 use GTK_STOCK_EDIT 10759 10760 2006-08-13 [colin] 2.4.0cvs45 10761 10762 * src/common/utils.c 10763 Fix "a" in quote when the original message is empty, 10764 by using \0 instead of 'a' to test writability of 10765 temp files. 10766 10767 2006-08-13 [wwp] 2.4.0cvs44 10768 10769 * src/plugins/spamassassin/spamassassin.c 10770 fix capitalization of "SpamAssassin" in some debug, log and 10771 dialog messages. 10772 10773 2006-08-13 [paul] 2.4.0cvs43 10774 10775 * src/editldap.c 10776 fix overlapping widgets 10777 * src/prefs_account.c 10778 fix translation of protocol_names[] 10779 fix label disappearing off the edge of the 10780 visible area 10781 10782 2006-08-12 [paul] 2.4.0cvs42 10783 10784 * manual/plugins.xml 10785 update IRC channel info before it gets forgotten 10786 about 10787 10788 2006-08-11 [colin] 2.4.0cvs41 10789 10790 * src/compose.c 10791 * src/mainwindow.c 10792 * src/mainwindow.h 10793 * src/procmsg.c 10794 * src/procmsg.h 10795 * src/summaryview.c 10796 * src/toolbar.c 10797 Grey out the Send button if 10798 - Queue folders are empty, or 10799 - We're sending already 10800 10801 2006-08-11 [wwp] 2.4.0cvs40 10802 10803 * src/main.c 10804 fix a logic issue when quitting while a compose window is 10805 still open, thanks to Colin. 10806 10807 2006-08-10 [colin] 2.4.0cvs39 10808 10809 * src/main.c 10810 Fix default font size setting after wizard run 10811 * src/imap.c 10812 * src/etpan/imap-thread.c 10813 * src/etpan/imap-thread.h 10814 Fix bug #999 (Timing out on TSL cert validation 10815 dialog makes ugly things happen). Also, STARTTLS 10816 unconditionnaly if initial capabilities contain 10817 LOGINDISABLED and STARTTLS. 10818 10819 2006-08-09 [colin] 2.4.0cvs38 10820 10821 * src/mainwindow.c 10822 * src/mainwindow.h 10823 Fix Tools/Actions sensitivity when there are 10824 no actions 10825 10826 2006-08-09 [colin] 2.4.0cvs37 10827 10828 * src/prefs_filtering.c 10829 Warning fix, patch by Paul 10830 * src/messageview.c 10831 * src/prefs_actions.c 10832 * src/prefs_filtering_action.c 10833 * src/prefs_matcher.c 10834 Uniformisation of "Info ..." to "Info..." (for 10835 old gtk), patch by Fabien 10836 * src/plugins/clamav/clamav_plugin_gtk.c 10837 Sensitivity fix by Fabien 10838 10839 2006-08-09 [colin] 2.4.0cvs36 10840 10841 * src/main.c 10842 * src/main.h 10843 Add a function to know whether we're exiting 10844 * src/plugins/trayicon/trayicon.c 10845 If exiting, don't do anything. Faster, and 10846 avoids gtk_main_iteration reentracy causing 10847 segfaults at exit 10848 10849 2006-08-09 [colin] 2.4.0cvs35 10850 10851 * src/messageview.c 10852 * src/mimeview.c 10853 * src/mimeview.h 10854 Fix lack of part selection when automatically 10855 jumping to a specific part 10856 * src/msgcache.c 10857 Little optimisation in cache reading 10858 10859 2006-08-09 [colin] 2.4.0cvs34 10860 10861 * src/compose.c 10862 Fix crash setting the priority on reedit 10863 (Accessing compose before creating it!) 10864 10865 2006-08-08 [colin] 2.4.0cvs33 10866 10867 * src/procmime.c 10868 Fix bug #998 (last attachment is not accessible) 10869 Bad RFC interpretation on multipart close-delimiters 10870 * src/mimeview.c 10871 * src/mimeview.h 10872 * src/gtk/gtkvscrollbutton.c 10873 * src/gtk/gtkvscrollbutton.h 10874 Make attachments list wheel-scrollable 10875 10876 2006-08-07 [colin] 2.4.0cvs32 10877 10878 * src/gtk/gtkaspell.c 10879 Fix bug #973 (Unicode punctation characters 10880 are not recognized as separators by the 10881 spell checker); fix unsigned stuff 10882 10883 2006-08-07 [colin] 2.4.0cvs31 10884 10885 * src/compose.c 10886 Fix bug #956 (DnD text with accents in compose 10887 text entry); fix gccc's signed/unsigned fuss 10888 10889 2006-08-06 [colin] 2.4.0cvs30 10890 10891 * src/main.c 10892 Fix bug #979 (Plugin crashes when exiting 10893 sylpheed-claws) : handle exit request only 10894 once 10895 10896 2006-08-05 [colin] 2.4.0cvs29 10897 10898 * src/news.c 10899 Just make sure we have a msgid. 10900 10901 2006-08-05 [colin] 2.4.0cvs28 10902 10903 * src/news.c 10904 * src/summaryview.c 10905 Fix bug #995 ("Mark cross-posted as read" doesn't work) 10906 by reimplementing it 10907 * src/textview.c 10908 Fix bug when hiding quotes with level > 3 and quote 10909 colors are recycled 10910 10911 2006-08-04 [colin] 2.4.0cvs27 10912 10913 * src/compose.c 10914 * src/undo.c 10915 * src/undo.h 10916 Fix a bit replace-by-pasting undo 10917 * src/mainwindow.c 10918 * src/messageview.c 10919 Fix Fold quotes menu synchro in 10920 mainwindow when it changes in 10921 messageview 10922 * src/textview.c 10923 Fix right-click on quotes blocks 10924 * src/common/utils.c 10925 Verify that the file created by 10926 my_tmpfile() is writable. Fixes 10927 bug #988 (very specific filesystem 10928 issue) 10929 * src/plugins/pgpcore/sgpgme.c 10930 Fix file descriptor leak 10931 * src/plugins/spamassassin/spamassassin.c 10932 Warn once if spamd isn't reachable 10933 10934 2006-08-04 [colin] 2.4.0cvs26 10935 10936 * src/toolbar.c 10937 i18n context patch by Fabien 10938 10939 2006-08-03 [colin] 2.4.0cvs25 10940 10941 * src/mainwindow.c 10942 * src/messageview.c 10943 Rename "Hide quotes" to "Fold quotes" 10944 * src/textview.c 10945 Don't use hand cursor on quotes. "all 10946 the bonuses of the feature and none of 10947 unwelcome side-effects" 10948 10949 2006-08-03 [colin] 2.4.0cvs24 10950 10951 * AUTHORS 10952 * sylpheed-claws.desktop 10953 * src/gtk/authors.h 10954 Bring the desktop file to XDG compliance 10955 Patch by Charles A. Edwards 10956 10957 2006-08-03 [colin] 2.4.0cvs23 10958 10959 * src/textview.c 10960 Fix links offset when they are preceded 10961 by accentued chars (g_utf8_strlen!) 10962 * src/mainwindow.c 10963 Fix wrong status when starting offline 10964 10965 10966 2006-08-03 [wwp] 2.4.0cvs22 10967 10968 * src/prefs_common.h 10969 ask what to do w/ filtering rules that belong to an account when 10970 applying filtering rules manually from the main window (skip, 10971 apply regardless of the account, use current account). This dialog 10972 can be skipped and the last reply used. 10973 (forgot that file) 10974 10975 2006-08-03 [wwp] 2.4.0cvs21 10976 10977 * src/filtering.c 10978 * src/filtering.h 10979 * src/prefs_common.c 10980 * src/summaryview.c 10981 * src/alertpanel.c 10982 * src/alertpanel.h 10983 * src/messageview.c 10984 ask what to do w/ filtering rules that belong to an account when 10985 applying filtering rules manually from the main window (skip, 10986 apply regardless of the account, use current account). This dialog 10987 can be skipped and the last reply used. 10988 10989 10990 2006-08-03 [colin] 2.4.0cvs20 10991 10992 * src/textview.c 10993 Optimize previous patch 10994 10995 2006-08-03 [cleroy] 2.4.0cvs19 10996 10997 * src/textview.c 10998 Fix quotes getting toggled back when the 10999 mail has an even number of text parts 11000 11001 2006-08-02 [colin] 2.4.0cvs18 11002 11003 * src/messageview.c 11004 Add Hide quotes menu 11005 11006 2006-08-02 [colin] 2.4.0cvs17 11007 11008 * src/mainwindow.c 11009 * src/prefs_common.c 11010 * src/textview.c 11011 * src/textview.h 11012 * src/gtk/about.c 11013 Allow per-level quote hiding, 11014 Allow toggling quotes by double-clicking them 11015 Rename RemoteURI to ClickableText to reflect 11016 the fact it's used for a variety of things 11017 11018 2006-08-02 [wwp] 2.4.0cvs16 11019 11020 * src/mainwindow.c 11021 fix "View/Hide quotes" menu item status initialization. 11022 11023 2006-08-02 [wwp] 2.4.0cvs15 11024 11025 * src/matcher_parser_parse.y 11026 remove a debug trace. 11027 11028 2006-08-02 [paul] 2.4.0cvs14 11029 11030 * src/plugins/pgpcore/passphrase.c 11031 don't set initial dialog size 11032 make it resizable 11033 11034 2006-08-02 [paul] 2.4.0cvs13 11035 11036 * src/noticeview.c 11037 remove the rogue '/' character 11038 11039 2006-08-02 [paul] 2.4.0cvs12 11040 11041 * src/noticeview.c 11042 allow buttons to resize as necessary 11043 11044 2006-08-01 [wwp] 2.4.0cvs11 11045 11046 * src/mbox.c 11047 fix strict ISO C90 compliance. 11048 11049 2006-08-01 [wwp] 2.4.0cvs10 11050 11051 * tools/update-po 11052 updated update-po tool to work w/ context-dependent translations. 11053 Patch by Fabien Vantard <fzzzzz@gmail.com>. 11054 11055 2006-08-01 [wwp] 2.4.0cvs9 11056 11057 * src/matcher.c 11058 * src/prefs_filtering.c 11059 * src/prefs_matcher.c 11060 allow context-dependent translations for "All", 11061 patch by Fabien Vantard <fzzzzz@gmail.com>. 11062 11063 2006-07-31 [colin] 2.4.0cvs8 11064 11065 * AUTHORS 11066 * src/gtk/authors.h 11067 Add Rafal to authors 11068 11069 2006-07-31 [colin] 2.4.0cvs7 11070 11071 * src/compose.c 11072 * src/mainwindow.c 11073 * src/messageview.h 11074 * src/prefs_common.c 11075 * src/prefs_common.h 11076 * src/textview.c 11077 Add 'View/Hide quotes'. Patch based on a patch 11078 by Rafal Weglarz 11079 11080 2006-07-31 [colin] 2.4.0cvs6 11081 11082 * src/action.c 11083 Fix problem with "> stuff >" actions 11084 11085 2006-07-31 [paul] 2.4.0cvs5 11086 11087 * po/nb.po 11088 updated by Geir Helland 11089 11090 2006-07-31 [wwp] 2.4.0cvs4 11091 11092 * src/mainwindow.c 11093 * src/summaryview.c 11094 * src/summaryview.h 11095 add "View/Go to/Parent message" and "View/Go to/Last read message", 11096 thanks to Colin. 11097 11098 2006-07-31 [wwp] 2.4.0cvs3 11099 11100 * src/Makefile.am 11101 * src/addr_compl.c 11102 * src/addr_compl.h 11103 * src/addressbook.c 11104 * src/addressbook.h 11105 * src/addressbook_foldersel.c 11106 * src/addressbook_foldersel.h 11107 * src/addrindex.c 11108 * src/addrindex.h 11109 * src/matcher.c 11110 * src/matcher.h 11111 * src/matcher_parser_lex.l 11112 * src/matcher_parser_parse.y 11113 * src/prefs_common.c 11114 * src/prefs_common.h 11115 * src/prefs_filtering.c 11116 * src/prefs_matcher.c 11117 * src/prefs_matcher.h 11118 * src/summaryview.c 11119 introduce filtering against the address book. It's now possible to add 11120 matched conditions to determine if any email address in a message matches 11121 or doesn't match any or all books or folders in the address book. 11122 11123 2006-07-31 [wwp] 2.4.0cvs2 11124 11125 * src/account.c 11126 * src/filtering.c 11127 * src/filtering.h 11128 * src/folder.c 11129 * src/folderview.c 11130 * src/inc.c 11131 * src/mainwindow.c 11132 * src/matcher.c 11133 * src/matcher_parser_lex.l 11134 * src/matcher_parser_parse.y 11135 * src/mbox.c 11136 * src/prefs_filtering.c 11137 * src/prefs_filtering.h 11138 * src/procmsg.c 11139 * src/procmsg.h 11140 * src/summaryview.c 11141 introduce per-account filtering rules. Each filtering rule can now be assigned 11142 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care 11143 when applying filtering rules manually, as all rules will apply - even the ones 11144 assigned to an account. This issue will be addressed soon. 11145 11146 11147 11148 2006-07-31 [wwp] 2.4.0cvs1 11149 11150 * src/quote_fmt.c 11151 make more strings translatable. 11152 11153 2006-07-31 [paul] 2.4.0 11154 11155 2.4.0 released 11156 11157 2006-07-31 [paul] 2.3.1cvs91 11158 11159 * po/ca.po 11160 updated by Miquel Oliete 11161 11162 2006-07-31 [paul] 2.3.1cvs90 11163 11164 * po/de.po 11165 * po/el.po 11166 * po/fr.po 11167 * po/it.po 11168 * po/pl.po 11169 * po/pt_BR.po 11170 * po/sr.po 11171 * po/zh_CN.po 11172 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard, 11173 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes, 11174 Aleksandar Urosevic, and Ralgh Young 11175 11176 2006-07-31 [paul] 2.3.1cvs89 11177 11178 * src/account.c 11179 * src/main.c 11180 * src/mainwindow.c 11181 * src/mainwindow.h 11182 Fix a race condition when, after an SC crash, rescanning 11183 folders took more than 0.5 seconds 11184 Thanks to Colin 11185 11186 2006-07-31 [paul] 2.3.1cvs88 11187 11188 * src/folderview.c 11189 don't translate separator strings 11190 11191 2006-07-30 [mones] 2.3.1cvs87 11192 11193 * doc/man/sylpheed-claws.1 11194 Fixed non-ASCII chars in Hoa's name 11195 * po/es.po 11196 Updated for release 11197 11198 2006-07-27 [colin] 2.3.1cvs86 11199 11200 * src/textview.c 11201 Don't include the leading \n in links 11202 Patch by Fabien 11203 11204 2006-07-25 [colin] 2.3.1cvs85 11205 11206 * src/mainwindow.c 11207 * src/common/socket.h 11208 * src/etpan/imap-thread.c 11209 Refresh resolvers before connecting 11210 to IMAP servers, and after switching 11211 to online. Thanks to Paul. 11212 11213 2006-07-18 [colin] 11214 11215 * 2.4.0-rc4 released 11216 11217 2006-07-17 [colin] 2.3.1cvs84 11218 11219 * src/inc.c 11220 Show connection attempt in statusbar before 11221 connecting (previously first message was 11222 "Retrieving messages from ..." after the 11223 connection succeeded. 11224 11225 2006-07-16 [wwp] 2.3.1cvs83 11226 11227 * sylpheed-claws.ico 11228 Added .ico file (windows multi-size icon file, generated). 11229 11230 2006-07-12 [wwp] 2.3.1cvs82 11231 11232 * src/messageview.c 11233 remove Message/Re-edit menu entry from messageview window, 11234 as sent/draft/queued messages are opened in compose window when 11235 re-edited and it's not possible to re-edit other msgs. 11236 11237 2006-07-12 [paul] 2.3.1cvs81 11238 11239 * AUTHORS 11240 * src/mainwindow.c 11241 * src/gtk/authors.h 11242 check online state before resetting 11243 mailcheck timer. Useful if some program 11244 verifies connection state and updates 11245 Claws. 11246 Patch by Leonid Evdokimov <darkk@users.sf.net> 11247 11248 2006-07-12 [paul] 2.3.1cvs80 11249 11250 * sylpheed-claws-128x128.png 11251 * sylpheed-claws-64x64.png 11252 * sylpheed-claws.png 11253 * src/Makefile.am 11254 * src/main.c 11255 * src/prefs_toolbar.c 11256 * src/stock_pixmap.c 11257 * src/stock_pixmap.h 11258 * src/wizard.c 11259 * src/gtk/about.c 11260 * src/gtk/gtkutils.c 11261 * src/pixmaps/sylpheed-claws.xpm ** ADDED ** 11262 * src/pixmaps/sylpheed-claws_icon.xpm ** ADDED ** 11263 * src/pixmaps/sylpheed-claws_logo.xpm ** ADDED ** 11264 * src/pixmaps/sylpheed.xpm ** REMOVED ** 11265 * src/pixmaps/sylpheed_icon.xpm ** REMOVED ** 11266 * src/pixmaps/sylpheed_logo.xpm ** REMOVED ** 11267 updated and renamed logo/icon files and related 11268 logo by Jesper Schultz 11269 11270 2006-07-11 [paul] 2.3.1cvs79 11271 11272 * src/main.c 11273 fix the labels a smidgin 11274 11275 2006-07-09 [colin] 2.3.1cvs78 11276 11277 * src/textview.c 11278 Show errors in textviewer's command 11279 Patch by H. Merijn Brand 11280 11281 2006-07-09 [colin] 2.3.1cvs77 11282 11283 * src/compose.c 11284 Save FMID in drafts too 11285 11286 2006-07-08 [colin] 2.3.1cvs76 11287 11288 * src/compose.c 11289 Svae RMID in drafted mails too 11290 Save quote_fmt vars for whole mails, 11291 don't reset at each quote_fmt_init: 11292 allows to use the same |i{var} in 11293 various template fields 11294 * src/prefs_template.c 11295 * src/quote_fmt.h 11296 * src/quote_fmt_parse.y 11297 Same 11298 11299 2006-07-08 [colin] 2.3.1cvs75 11300 11301 * src/textview.c 11302 Fix highlighting of attached parts URIs 11303 11304 2006-07-08 [colin] 2.3.1cvs74 11305 11306 * src/main.c 11307 Prevent bug #981 (sc 2.3.1 segfaults with 11308 gtk+ 2.10) from being reported again: 11309 if Sylpheed-Claws has been compiled against 11310 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 11311 of if Sylpheed-Claws has been compiled against 11312 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0, 11313 error out. 11314 11315 2006-07-07 [colin] 2.3.1cvs73 11316 11317 * src/prefs_actions.c 11318 Fix label 11319 11320 2006-07-07 [colin] 2.3.1cvs72 11321 11322 * src/prefs_actions.c 11323 Fix compile on gtk < 2.8. argh :) 11324 11325 2006-07-07 [paul] 2.3.1cvs71 11326 11327 * src/common/defs.h 11328 update DONATE_URI 11329 11330 2006-07-07 [colin] 2.3.1cvs70 11331 11332 * po/POTFILES.in 11333 * src/quote_fmt.c 11334 * src/quote_fmt_lex.l 11335 * src/quote_fmt_parse.y 11336 Add |i{var}, a way to insert user-entered 11337 text in a template 11338 11339 2006-07-07 [colin] 11340 11341 * 2.4.0-rc3 released 11342 11343 2006-07-07 [colin] 2.3.1cvs69 11344 11345 * src/folder.c 11346 Don't consider inboxes of UNKNOWN folder 11347 classes to be useable as default inboxes 11348 11349 2006-07-07 [paul] 2.3.1cvs68 11350 11351 * src/textview.c 11352 add missing #include <errno.h> 11353 Thanks to René J. Blokland 11354 11355 2006-07-07 [paul] 2.3.1cvs67 11356 11357 * src/action.c 11358 Return now Closes dialog 11359 * src/mimeview.c 11360 * src/mimeview.h 11361 * src/textview.c 11362 add contextual menu to mime parts listed 11363 in the textview 11364 Thanks to Colin 11365 * src/common/utils.c 11366 reversal: ' is a valid character in URLs 11367 11368 2006-07-06 [colin] 2.3.1cvs66 11369 11370 * src/remotefolder.h 11371 Forgotten in previous commit 11372 11373 2006-07-06 [colin] 2.3.1cvs65 11374 11375 * src/folder.c 11376 Set summary update flag whenever 11377 totals changed 11378 * src/imap.c 11379 * src/prefs_account.c 11380 * src/common/utils.h 11381 * src/etpan/imap-thread.c 11382 Fix warnings, thanks to Fabien and 11383 Ricardo 11384 11385 2006-07-06 [wwp] 2.3.1cvs64 11386 11387 * src/gtk/gtkutils.c 11388 GTK_STOCK_HELP exists in GTK+ 2.4.x. 11389 11390 2006-07-06 [wwp] 2.3.1cvs63 11391 11392 * src/account.c 11393 * src/addressbook.c 11394 * src/addressitem.h 11395 * src/folderview.c 11396 * src/mainwindow.c 11397 * src/manual.c 11398 * src/manual.h 11399 * src/message_search.c 11400 * src/prefs_actions.c 11401 * src/prefs_filtering.c 11402 * src/prefs_filtering.h 11403 * src/prefs_template.c 11404 * src/summary_search.c 11405 * src/summaryview.c 11406 * src/gtk/gtkutils.c 11407 * src/gtk/gtkutils.h 11408 * src/gtk/pluginwindow.c 11409 add help buttons to some dialogs. Clicking such buttons opens a 11410 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>. 11411 11412 2006-07-06 [paul] 2.3.1cvs62 11413 11414 * src/textview.c 11415 fix attachments contextual menu 11416 Thanks to Colin 11417 11418 2006-07-05 [colin] 2.3.1cvs61 11419 11420 * src/textview.c 11421 * src/compose.c 11422 Handle sftp:// links 11423 11424 2006-07-05 [paul] 2.3.1cvs60 11425 11426 * src/gtk/filesel.c 11427 grab save button by default 11428 Thanks to Colin 11429 11430 2006-07-05 [wwp] 2.3.1cvs59 11431 11432 * manual/xml2pdf 11433 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined. 11434 11435 2006-07-04 [colin] 2.3.1cvs58 11436 11437 * src/mimeview.c 11438 * src/textview.c 11439 Use left click to select, middle click to open 11440 on mimeparts links 11441 * src/common/utils.c 11442 Fix segfault 11443 11444 2006-07-04 [colin] 2.3.1cvs57 11445 11446 * src/mainwindow.c 11447 * src/news.c 11448 Warning fixes, thanks to Fabien 11449 11450 2006-07-04 [colin] 2.3.1cvs56 11451 11452 * src/mimeview.c 11453 * src/mimeview.h 11454 * src/textview.c 11455 Allow parts to be selected via their text label 11456 in textview 11457 11458 2006-07-04 [colin] 2.3.1cvs55 11459 11460 * src/folderview.c 11461 Feedback when closing (for big folders) 11462 * src/prefs_actions.c 11463 * src/prefs_filtering.c 11464 * src/prefs_matcher.c 11465 * src/prefs_template.c 11466 Fix default button when closing without 11467 having saved 11468 11469 2006-07-04 [colin] 2.3.1cvs54 11470 11471 * src/news.c 11472 Delete local file on deletion 11473 11474 2006-07-03 [colin] 2.3.1cvs53 11475 11476 * src/folderview.c 11477 * src/main.c 11478 Don't freeze when rescanning after crash 11479 11480 2006-07-03 [wwp] 2.3.1cvs52 11481 11482 * src/compose.c 11483 * src/privacy.c 11484 * src/privacy.h 11485 * src/plugins/pgpinline/pgpinline.c 11486 * src/plugins/pgpmime/pgpmime.c 11487 don't report an error when the user cancels the passphrase dialog. 11488 11489 2006-07-02 [colin] 2.3.1cvs51 11490 11491 * src/folderview.c 11492 Open message when crossing folders with Space, 11493 goto next unread and friends 11494 11495 2006-07-01 [colin] 2.3.1cvs50 11496 11497 * src/prefs_account.c 11498 Typographic rules varying from language 11499 to language (in french "Protocole :"), 11500 we have to do that :) 11501 11502 2006-07-01 [ticho] 2.3.1cvs49 11503 11504 * src/prefs_account.c 11505 Only use one temporary gchar* variable in 11506 prefs_account_protocol_set_optmenu(). 11507 11508 2006-07-01 [ticho] 2.3.1cvs48 11509 11510 * src/prefs_account.c 11511 * src/prefs_account.h 11512 Use GtkLabel for existing account protocol name. 11513 Created an array for protocol names and populate the 11514 combobox from it in a for() cycle. 11515 11516 2006-06-30 [colin] 2.3.1cvs47 11517 11518 * src/compose.c 11519 Block undo when changing signature (by changing 11520 account) 11521 11522 2006-06-30 [paul] 2.3.1cvs46 11523 11524 * src/send_message.c 11525 when editing From in the Compose window, use that address 11526 in the Return-Path: header 11527 Thanks to Colin 11528 11529 2006-06-30 [colin] 2.3.1cvs45 11530 11531 * src/compose.c 11532 Fix signature replacement: 11533 - when no newline before separator 11534 - when reediting 11535 11536 2006-06-29 [colin] 2.3.1cvs44 11537 11538 * src/folderview.c 11539 * src/folderview.h 11540 * src/mainwindow.c 11541 * src/summaryview.c 11542 Let 'View/Go to/Next marked' work like 11543 Next new & Next unread: across folders 11544 Change the select_on_entry pref to do 11545 what we want when changing folder 11546 * src/common/utils.c 11547 Fix single-quoted links 11548 11549 2006-06-29 [colin] 2.3.1cvs43 11550 11551 * src/gtk/gtkaspell.c 11552 "Sylpheed" and "Sylpheed-Claws" do exist ! 11553 11554 2006-06-29 [colin] 2.3.1cvs42 11555 11556 * src/imap.c 11557 Forgot to remove debug 11558 11559 2006-06-29 [colin] 2.3.1cvs41 11560 11561 * src/imap.c 11562 * src/imap.h 11563 * src/mainwindow.c 11564 Disconnect from IMAP servers when going 11565 offline. Fixes bug #978 (going to offline-mode 11566 won't close connections) 11567 11568 2006-06-29 [colin] 2.3.1cvs40 11569 11570 * src/main.c 11571 Fix transient setting on failing plugins 11572 Patch by Fabien 11573 * src/plugins/pgpcore/sgpgme.c 11574 Only warn for OpenPGP. Most people don't 11575 have CMS available. 11576 11577 2006-06-29 [colin] 2.3.1cvs39 11578 11579 * src/compose.c 11580 Fix Spelling menu (discrepancy between context menu 11581 and top menu when folder's dictionary isn't the 11582 default one) 11583 * src/plugins/pgpcore/sgpgme.c 11584 More error reporting about why gpgme can fail 11585 11586 2006-06-29 [wwp] 2.3.1cvs38 11587 11588 * src/mainwindow.c 11589 honor the display-header-pane setting even when the message view 11590 is a separate window. 11591 11592 2006-06-29 [wwp] 2.3.1cvs37 11593 11594 * src/prefs_actions.c 11595 forgot to commit that one (use of GTK_STOCK_INFO). 11596 11597 2006-06-29 [colin] 2.3.1cvs36 11598 11599 * src/imap.c 11600 Better handling of login errors (ask the password 11601 again once), alert in case of error. Fix three 11602 signedness warnings. 11603 11604 2006-06-28 [wwp] 2.3.1cvs35 11605 11606 * src/prefs_template.c 11607 * src/prefs_matcher.c 11608 * src/prefs_filtering_action.c 11609 * src/prefs_quote.c 11610 unify info/help/symbols.. buttons to use GTK_STOCK_INFO, 11611 patch by Fabien Vantard, slightly modified. 11612 11613 2006-06-28 [paul] 11614 11615 2.4.0-rc2 released 11616 11617 2006-06-28 [colin] 2.3.1cvs34 11618 11619 * src/prefs_account.c 11620 Fix bug #977 (Can't add or edit imap accounts) 11621 11622 2006-06-28 [colin] 2.3.1cvs33 11623 11624 * src/mimeview.c 11625 Fix previous 11626 11627 2006-06-28 [colin] 2.3.1cvs32 11628 11629 * src/mimeview.c 11630 Save named inlined attachments with "Save all" 11631 * src/main.c 11632 * src/mbox.c 11633 * src/common/plugin.c 11634 * src/common/plugin.h 11635 * src/common/sylpheed.c 11636 * src/common/utils.c 11637 * src/plugins/pgpcore/sylpheed.def 11638 * src/plugins/pgpinline/sylpheed.def 11639 * src/plugins/pgpmime/sylpheed.def 11640 Win32 compatibility patch, by 11641 Werner Koch 11642 11643 2006-06-28 [wwp] 2.3.1cvs31 11644 11645 * src/imap.c 11646 * src/prefs_folder_item.c 11647 less compilation warnings (thanks to Fabien Vantard), less typos. 11648 11649 2006-06-28 [paul] 2.3.1cvs30 11650 11651 * src/gtk/gtkutils.c 11652 gtk_combo_box_set_focus_on_click() is only 11653 available since gtk 2.6.0 11654 11655 2006-06-28 [paul] 2.3.1cvs29 11656 11657 * src/prefs_ext_prog.c 11658 fix engrish and add a tooltip for the 11659 'command for 'Display as text' option 11660 11661 2006-06-28 [paul] 11662 11663 2.4.0-rc1 released 11664 11665 2006-06-28 [paul] 2.3.1cvs28 11666 11667 * ChangeLog 11668 * tools/Makefile.am 11669 include textviewer.pl in releases 11670 11671 2006-06-28 [paul] 2.3.1cvs27 11672 11673 * src/prefs_ext_prog.c 11674 hide Print command option if libgnomeprint 11675 support is present 11676 11677 2006-06-27 [colin] 2.3.1cvs26 11678 11679 * src/compose.c 11680 Fix Esc handling in insert/attach dialog 11681 Don't show this dialog if dragging something 11682 else than text/uri-list 11683 Thanks to Fabien Vantard 11684 * tools/textviewer.pl 11685 Filter script to display stuff as text 11686 by H. Merijn Brand 11687 11688 2006-06-27 [wwp] 2.3.1cvs25 11689 11690 * src/messageview.c 11691 use the exact product name (message view title), patch 11692 by Fabien Vantard. 11693 11694 2006-06-27 [ticho] 2.3.1cvs24 11695 11696 * src/prefs_account.c 11697 * src/prefs_common.c 11698 * src/prefs_common.h 11699 * src/prefs_ext_prog.c 11700 * src/textview.c 11701 Add a preference (Preferences/External programs) 11702 to allow "Display as text" to be done via a script 11703 (patch by H.Merijn Brand). 11704 Use GtkComboBox for protocol selection in account 11705 preferences. 11706 Only include current choice for existing accounts, and 11707 insensitivize the combobox. 11708 11709 2006-06-27 [paul] 2.3.1cvs23 11710 11711 * src/mbox.c 11712 fix crasher introduced in cvs21. 11713 Thanks to Colin 11714 11715 2006-06-26 [colin] 2.3.1cvs22 11716 11717 * src/mbox.c 11718 Fix double-frees when leaving folders 11719 after exporting to mbox 11720 11721 2006-06-26 [colin] 2.3.1cvs21 11722 11723 * src/mbox.c 11724 More feedback (and optimisation) 11725 on import/export 11726 * src/common/utils.c 11727 Fix case when looking for mail addresses 11728 * src/gtk/gtkutils.c 11729 Extra check for (X-)Face 11730 11731 2006-06-25 [ticho] 2.3.1cvs20 11732 11733 * src/compose.c 11734 * src/exphtmldlg.c 11735 * src/gtk/gtkutils.c 11736 * src/gtk/gtkutils.h 11737 Added second argument to gtkut_sc_combobox_create() to 11738 control focus-on-click for the widget. 11739 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox. 11740 11741 2006-06-25 [ticho] 2.3.1cvs19 11742 11743 * src/compose.c 11744 * src/gtk/Makefile.am 11745 * src/gtk/combobox.c 11746 * src/gtk/combobox.h 11747 * src/gtk/gtkutils.c 11748 * src/gtk/gtkutils.h 11749 Use GtkComboBox instead of deprecated GtkOptionMenu 11750 for account selector in compose window and for encoding 11751 selector in attachment properties. 11752 Also factorise working with the new GtkComboBox somewhat. 11753 11754 2006-06-24 [paul] 2.3.1cvs18 11755 11756 * src/prefs_common.c 11757 use the correct default value 11758 11759 2006-06-24 [paul] 2.3.1cvs17 11760 11761 * src/compose.c 11762 * src/prefs_common.c 11763 * src/prefs_common.h 11764 * src/prefs_compose_writing.c 11765 enable setting of default action when 11766 dnd'ing files in the compose window. 11767 (Collaborative effort with wwp) 11768 11769 2006-06-23 [wwp] 2.3.1cvs16 11770 11771 * src/compose.c 11772 i18n fix (thanks to Fabien Vantard) 11773 11774 2006-06-22 [colin] 2.3.1cvs15 11775 11776 * src/prefs_customheader.c 11777 Don't use filters in custom headers' file 11778 selector. Remember, extensions mean nothing :) 11779 11780 2006-06-22 [paul] 2.3.1cvs14 11781 11782 * configure.ac 11783 allow setting of man directory location 11784 11785 2006-06-22 [colin] 2.3.1cvs13 11786 11787 * src/mainwindow.c 11788 Add 'View/Go to/Next unread folder'. 11789 I missed that :) 11790 11791 2006-06-22 [colin] 2.3.1cvs12 11792 11793 * src/common/utils.c 11794 Add some subject prefixes 11795 Patch by Bjorn T Johansen <btj@havleik.no> 11796 11797 2006-06-22 [colin] 2.3.1cvs11 11798 11799 * manual/advanced.xml 11800 Forgotten hidden pref 11801 11802 2006-06-21 [paul] 2.3.1cvs10 11803 11804 * src/prefs_account.c 11805 complete the removal of 'Add date header' option 11806 11807 2006-06-21 [paul] 2.3.1cvs9 11808 11809 * src/account.c 11810 * src/compose.c 11811 * src/prefs_account.c 11812 * src/prefs_account.h 11813 remove option to add date header - always 11814 add date header 11815 * src/etpan/imap-thread.c 11816 fix warnings (Thanks to Colin) 11817 11818 2006-06-21 [wwp] 2.3.1cvs8 11819 11820 * src/folder.c 11821 set the attachment flag when inline text part are (file)named. This is more convenient 11822 when receiving (for instance) inline source files or patches sent using thunderbird. 11823 11824 2006-06-21 [paul] 2.3.1cvs7 11825 11826 * src/inc.c 11827 fix off-by-one count of current msg in 11828 statusbar filtering progressbar 11829 11830 2006-06-21 [paul] 2.3.1cvs6 11831 11832 * src/folder.c 11833 Show attachment icon even if the part is 'inline' 11834 if the following conditions are met: 11835 - content-type != 'text/plain' 11836 - content-type != '*/pgp-signature' 11837 - either 'name' or 'filename' parameter is not NULL 11838 11839 Thanks to Colin 11840 11841 2006-06-21 [paul] 2.3.1cvs5 11842 11843 * src/messageview.c 11844 * src/prefs_common.c 11845 * src/prefs_common.h 11846 * src/prefs_other.c 11847 add an option to 'Never send Return 11848 Receipts' 11849 Thanks to Colin 11850 11851 2006-06-20 [mones] 2.3.1cvs4 11852 11853 * po/es.po 11854 updated 11855 * src/compose.c 11856 typo fixed (space after comma) 11857 * tools/make.themes.project 11858 remove exec mode from tarball files 11859 11860 2006-06-20 [colin] 2.3.1cvs3 11861 11862 * src/news.c 11863 * src/procheader.c 11864 * src/unmime.c 11865 Better fix for \n's in headers (don't 11866 break Received: and others) 11867 11868 2006-06-20 [paul] 2.3.1cvs2 11869 11870 * src/alertpanel.c 11871 * src/textview.c 11872 improve legibility of phishing attempt 11873 dialog 11874 11875 2006-06-20 [paul] 2.3.1cvs1 11876 11877 * NEWS 11878 * README 11879 * configure.ac 11880 Update version number following 11881 stable release 11882 11883 2006-06-20 [colin] 2.3.0cvs26 11884 11885 * src/compose.c 11886 When dragging a file to the text of the compose 11887 window, ask whether we want to insert or attach 11888 (I know lots of people who do that to attach) 11889 11890 2006-06-20 [colin] 2.3.0cvs25 11891 11892 * src/etpan/imap-thread.c 11893 Fix threshold (the append command is often > 32 bytes) 11894 11895 2006-06-19 [colin] 2.3.0cvs24 11896 11897 * src/imap.c 11898 * src/etpan/imap-thread.c 11899 Workaround Rockliffe IMAP server bug: replace 11900 "x UID SEARCH (ANSWERED UID 1:*)" with 11901 "x UID SEARCH ANSWERED" 11902 (Rockliffe doesn't handle the parenthesis) 11903 11904 2006-06-19 [colin] 2.3.0cvs23 11905 11906 * src/compose.c 11907 * src/imap.c 11908 * src/etpan/imap-thread.c 11909 Probably fix bug #972 (Freezes when adding 11910 an attachment to the message) 11911 * src/common/defs.h 11912 Modernize Firefox cmd 11913 11914 11915 2006-06-18 [colin] 2.3.0cvs22 11916 11917 * src/prefs_customheader.c 11918 Only allow correct filenames for various 11919 custom headers 11920 11921 2006-06-18 [colin] 2.3.0cvs21 11922 11923 * src/prefs_customheader.c 11924 Add a 'From File...' button in custom headers prefs, which 11925 try to do the right thing: 11926 for normal headers, use file as plaintext, 11927 for X-Face, calls compface, 11928 for Face, encode to b64. 11929 11930 2006-06-17 [colin] 2.3.0cvs20 11931 11932 * src/mh.c 11933 Warning fix 11934 11935 2006-06-16 [colin] 2.3.0cvs19 11936 11937 * src/summaryview.c 11938 Recursive quicksearch: show message list 11939 in current folder, *then* search children 11940 in the background. 11941 11942 2006-06-16 [colin] 2.3.0cvs18 11943 11944 * src/main.c 11945 Instead of ignoring SIGPIPE, save caches 11946 when getting one. Will fix the fact that 11947 hot caches are out-of-date when logging 11948 out of Xorg. 11949 * src/compose.c 11950 * src/prefs_compose_writing.c 11951 Only save text (not attachments) when 11952 auto-saving to drafts 11953 * src/unmime.c 11954 Always replace \n, \r and \t with spaces 11955 in headers 11956 * manual/dist/html/Makefile.am 11957 * manual/dist/pdf/Makefile.am 11958 * manual/dist/ps/Makefile.am 11959 * manual/dist/txt/Makefile.am 11960 * manual/fr/dist/html/Makefile.am 11961 * manual/fr/dist/pdf/Makefile.am 11962 * manual/fr/dist/ps/Makefile.am 11963 * manual/fr/dist/txt/Makefile.am 11964 * manual/pl/dist/html/Makefile.am 11965 * manual/pl/dist/pdf/Makefile.am 11966 * manual/pl/dist/ps/Makefile.am 11967 * manual/pl/dist/txt/Makefile.am 11968 Fix make clean removing pregenerated manuals 11969 11970 11971 2006-06-16 [colin] 2.3.0cvs17 11972 11973 * src/plugins/pgpcore/sgpgme.c 11974 * src/plugins/pgpmime/pgpmime.c 11975 * src/plugins/pgpinline/pgpinline.c 11976 Better error reporting in setup_signers. 11977 Don't fallback to default key if specified 11978 key isn't found. 11979 Don't allow signing if more than one secret 11980 key matches the one specified in prefs. 11981 11982 2006-06-15 [colin] 2.3.0cvs16 11983 11984 * src/folderview.c 11985 Add "Send queue" in the folder's contextual 11986 menu 11987 * src/compose.c 11988 * src/messageview.c 11989 * src/privacy.c 11990 * src/privacy.h 11991 * src/procmime.c 11992 * src/procmsg.c 11993 * src/plugins/pgpcore/passphrase.c 11994 * src/plugins/pgpcore/sgpgme.c 11995 * src/plugins/pgpinline/pgpinline.c 11996 * src/plugins/pgpmime/pgpmime.c 11997 Better error reporting 11998 * src/mbox.c 11999 Probably fix bug #971 (2.2.3 cannot read mail 12000 from local mbox) 12001 12002 12003 2006-06-15 [mones] 2.3.0cvs15 12004 12005 * tools/make.themes.project 12006 creates the themes project from the web page 12007 12008 2006-06-15 [colin] 2.3.0cvs14 12009 12010 * src/folder.c 12011 Better fix (avoid losing the folder if scan_tree 12012 fails) 12013 12014 2006-06-15 [cleroy] 2.3.0cvs13 12015 12016 * src/folder.c 12017 Probably fix Bug #969 (crash on rebuilding 12018 imap folder) 12019 12020 2006-06-14 [colin] 2.3.0cvs12 12021 12022 * manual/dtd/manual.xsl 12023 * manual/sylpheed-claws-manual.xml 12024 * manual/fr/sylpheed-claws-manual.xml 12025 * manual/pl/sylpheed-claws-manual.xml 12026 Insert pagebreaks between sections 12027 12028 2006-06-14 [paul] 2.3.0cvs11 12029 12030 * configure.ac 12031 better fix than 2.3.0cvs10 12032 12033 2006-06-14 [paul] 2.3.0cvs10 12034 12035 * configure.ac 12036 fix setting of PACKAGE_DATA_DIR with newer autoconf 12037 (backwards compatible) 12038 12039 2006-06-13 [colin] 2.3.0cvs9 12040 12041 * src/messageview.c 12042 Fix sending of return receipt with the new queue folders 12043 12044 2006-06-13 [wwp] 2.3.0cvs8 12045 12046 * src/quote_fmt_lex.l 12047 fix wrong tokens returned in quote_fmt lexer, query not(). 12048 12049 2006-06-13 [wwp] 2.3.0cvs7 12050 12051 * src/folder.c 12052 * src/prefs_folder_item.c 12053 allow changing folder type even when folder is not a top-level one, 12054 thanks to Colin. 12055 12056 2006-06-12 [colin] 2.3.0cvs6 12057 12058 * src/folderview.c 12059 Fix double-ask of "Do you want to mark all 12060 as read" 12061 12062 2006-06-12 [colin] 2.3.0cvs5 12063 12064 * src/compose.c 12065 * src/compose.h 12066 * src/folder.c 12067 * src/folder.h 12068 * src/imap.c 12069 * src/inc.c 12070 * src/main.c 12071 * src/messageview.c 12072 * src/mh.c 12073 * src/prefs_folder_item.c 12074 * src/procheader.c 12075 * src/procmime.c 12076 * src/procmsg.c 12077 * src/procmsg.h 12078 * src/send_message.c 12079 * src/summaryview.c 12080 * src/toolbar.c 12081 Apply bug #964's patch (Queue and drafts aren't normal) 12082 The Drafts and Queue folder now contain RFC-822 files, 12083 allowing to move and copy mails from and to these 12084 folders. Moving from Drafts to Queue will prepare the 12085 mail for sending (PGP signature, encryption, etc). 12086 This patch also rework sending errors handling to try 12087 to be more helpful. 12088 Also, allow redefining folder types via the GUI 12089 (Folder type in its Properties) 12090 12091 2006-06-12 [colin] 2.3.0cvs4 12092 12093 * src/summaryview.c 12094 * src/prefs_common.c 12095 * src/prefs_common.h 12096 * src/gedit-print.c 12097 Allow to define a specific print font - patch 12098 by Bernhard Walle <bernhard.walle@gmx.de> 12099 * src/prefs_fonts.c 12100 * manual/advanced.xml 12101 * manual/fr/advanced.xml 12102 Add a hidden pref to allow deletion without 12103 confirmation 12104 12105 2006-06-12 [wwp] 2.3.0cvs3 12106 12107 * .cvsignore 12108 more files to ignore. 12109 12110 2006-06-12 [wwp] 2.3.0cvs2 12111 12112 * src/quote_fmt.c 12113 * src/quote_fmt_lex.l 12114 * src/quote_fmt_parse.y 12115 extend the quote_fmt parser (templates and quotes): 12116 - allow limited sub-expressions in |p{} and |f{} expressions, 12117 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols, 12118 - implemented/fixed missing implementation of query_references and show_references, 12119 - completed, fixed contents and format of the symbols help dialog, 12120 - fix some compilation warnings. 12121 12122 2006-06-12 [wwp] 2.3.0cvs1 12123 12124 * manual/advanced.xml 12125 * manual/fr/advanced.xml 12126 updates in the "templates" section of the manual (eng/fr): 12127 - be more precise (both versions) 12128 - completed to match the english reference (fr version) 12129 - touchups (both versions) 12130 12131 2006-06-12 [paul] 2.3.0 12132 12133 2.3.0 released 12134 12135 2006-06-12 [paul] 2.2.3cvs14 12136 12137 * po/ca.po 12138 * po/cs.po 12139 * po/de.po 12140 * po/el.po 12141 * po/fr.po 12142 * po/it.po 12143 * po/pt_BR.po 12144 * po/sr.po 12145 * po/zh_CN.po 12146 updated by Miquel Oliete, Tim, Stephan Sachse, 12147 Stavros Giannouris, Fabien Vantard, Andrea 12148 Spadaccini, Frederico Goncalves Guimaraes, 12149 Aleksandar Urosevic, and Ralgh Young 12150 12151 2006-06-12 [colin] 2.2.3cvs13 12152 12153 * src/mbox.c 12154 Add missing header 12155 12156 2006-06-11 [colin] 2.2.3cvs12 12157 12158 * src/msgcache.c 12159 Verify that g_malloc() succeeded 12160 12161 2006-06-11 [colin] 2.2.3cvs11 12162 12163 * src/wizard.c 12164 Add Face header to welcome mail 12165 12166 2006-06-10 [colin] 2.2.3cvs10 12167 12168 * src/textview.c 12169 Revert previous (Forgot it changes the 12170 margin on the whole mail) 12171 12172 2006-06-10 [colin] 2.2.3cvs9 12173 12174 * src/textview.c 12175 Don't overlap long headers under (X-)Face 12176 12177 2006-06-10 [mones] 2.2.3cvs8 12178 12179 * manual/xml2pdf 12180 allow generation of manual on systems lacking saxon binary 12181 but with java and the saxon library installed 12182 12183 * po/es.po 12184 updated for release 12185 12186 2006-06-09 [colin] 2.2.3cvs7 12187 12188 * src/summaryview.c 12189 Fix leak when using Display Sender using Addressbook 12190 12191 2006-06-09 [colin] 2.2.3cvs6 12192 12193 * src/compose.c 12194 * src/folder.c 12195 * src/folderview.c 12196 * src/mimeview.c 12197 * src/summaryview.c 12198 More leaks fixes 12199 12200 2006-06-09 [paul] 2.2.3cvs5 12201 12202 * AUTHORS 12203 * src/gtk/authors.h 12204 * tools/claws.i18n.status.pl 12205 updated with new info 12206 12207 2006-06-09 [paul] 2.2.3cvs4 12208 12209 * README 12210 updated 12211 * manual/ack.xml 12212 add wwp to authors list 12213 * src/gtk/authors.h 12214 update mine and Colin's addresses 12215 12216 2006-06-08 [colin] 2.2.3cvs3 12217 12218 * src/etpan/imap-thread.c 12219 Fix leak on SSL cert check 12220 12221 2006-06-08 [colin] 2.2.3cvs2 12222 12223 * src/common/utils.c 12224 Fix leak 12225 12226 2006-06-08 [paul] 2.2.3cvs1 12227 12228 * configure.ac 12229 Update version number following 12230 stable release 12231 12232 2006-06-07 [colin] 2.2.2cvs3 12233 12234 * src/msgcache.c 12235 Fix catching cache read errors (guint instead of gint) 12236 Prevent malloc'ing more than 8MB (means cache corruption) 12237 12238 2006-06-07 [paul] 2.2.2cvs2 12239 12240 * src/exporthtml.c 12241 * src/exportldif.c 12242 * src/mh.c 12243 * src/mutt.c 12244 * src/pine.c 12245 * src/common/utils.c 12246 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not 12247 obey $HOME' 12248 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257 12249 Thanks to Colin 12250 12251 2006-06-06 [paul] 2.2.2cvs1 12252 12253 * configure.ac 12254 Update version number following 12255 stable release 12256 12257 2006-06-06 [paul] 2.2.1cvs6 12258 12259 * src/matcher.c 12260 fix implicit declaration of 12261 sylpheed_do_idle() 12262 Patch by Fabien Vantard 12263 12264 2006-06-06 [paul] 2.2.1cvs5 12265 12266 * src/matcher.c 12267 fix age_greater and age_lower so that they 12268 mean what say and not '...or equal to' 12269 Thanks to Colin 12270 12271 2006-06-06 [paul] 2.2.1cvs4 12272 12273 * src/textview.c 12274 * src/common/utils.c 12275 fix URI check 12276 Thanks to Colin 12277 12278 2006-06-05 [wwp] 2.2.1cvs3 12279 12280 * manual/fr/account.xml 12281 minor language fixes (thanks to Fabien Vantard). 12282 12283 2006-06-05 [colin] 2.2.1cvs2 12284 12285 * src/prefs_folder_item.c 12286 * src/folderview.c 12287 Allow recursive setting of properties 12288 for whole mailboxes 12289 * src/matcher.c 12290 Don't freeze on 'test' filtering rule 12291 12292 2006-06-05 [colin] 2.2.1cvs1 12293 12294 * configure.ac 12295 Update version number following 12296 stable release 12297 12298 2006-06-04 [wwp] 2.2.0cvs82 12299 12300 * manual/glossary.xml 12301 * manual/account.xml 12302 * manual/fr/glossary.xml 12303 * manual/fr/account.xml 12304 added glossary section and references/links related to the Face custom header. 12305 12306 2006-06-04 [colin] 2.2.0cvs81 12307 12308 * src/summaryview.c 12309 Skip to next message on move with no 12310 immediate execution 12311 12312 2006-06-04 [wwp] 2.2.0cvs80 12313 12314 * manual/xml2pdf 12315 added sanity checks, exit when needed. 12316 12317 2006-06-03 [paul] 2.2.0cvs79 12318 12319 * src/prefs_receive.c 12320 page name is now 'Receiving' 12321 * src/prefs_send.c 12322 page name is now 'Sending' 12323 12324 2006-06-03 [colin] 2.2.0cvs78 12325 12326 * src/plugins/spamassassin/spamassassin_gtk.c 12327 Autoswitch to Localhost if transport was previously 12328 disabled. Else people had to check [] Enable, then 12329 *reselect* transport. 12330 12331 2006-06-03 [colin] 2.2.0cvs77 12332 12333 * src/plugins/pgpinline/pgpinline.c 12334 * src/plugins/pgpmime/pgpmime.c 12335 Check that gpg_data_release_and_get_mem 12336 didn't fail (now, why this happens...) 12337 12338 2006-06-03 [colin] 2.2.0cvs76 12339 12340 * src/mbox.c 12341 Fix bug #962 (Manual and/or UI should 12342 warn about incompatible locking 12343 causing dataloss) 12344 12345 2006-06-02 [cleroy] 2.2.0cvs75 12346 12347 * src/filtering.c 12348 * src/folder.c 12349 * src/procmsg.c 12350 * src/summaryview.c 12351 Fix a few leaks 12352 12353 2006-06-02 [colin] 2.2.0cvs74 12354 12355 * src/main.c 12356 On exit, free caches after writing them 12357 Shuts up some valgrind false positives 12358 * src/procmsg.c 12359 * src/send_message.c 12360 Fix races when reusing existing SMTP connections 12361 Fix inexistant session timeout 12362 * src/toolbar.c 12363 Display alertpanel after all queues have 12364 been processed, not after each 12365 12366 2006-06-02 [wwp] 2.2.0cvs73 12367 12368 * manual/fr/glossary.xml 12369 * manual/fr/ack.xml 12370 * manual/ack.xml 12371 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh). 12372 12373 2006-06-02 [wwp] 2.2.0cvs72 12374 12375 * manual/xml2pdf 12376 * manual/dist/pdf/Makefile.am 12377 * manual/dtd/manual.xsl 12378 * manual/fr/dist/pdf/Makefile.am 12379 * manual/pl/dist/pdf/Makefile.am 12380 we changed the procedure to generate the .pdf version of the manual. 12381 The procedure is more modern and the .pdf we get now has a valid index. 12382 Here are the new pre-requisites: 12383 12384 - JRE 1.x (1.4 here): there must be one from your distro 12385 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip 12386 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz 12387 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download 12388 12389 See my posts for further info about the installation of this toolchain: 12390 12391 Date: Fri, 19 May 2006 19:40:06 +0200 12392 From: wwp <subscript@free.fr> 12393 To: sylpheed-claws-devel@lists.sourceforge.net 12394 Subject: [Sylpheed-claws-devel] Generating the manual .pdf 12395 12396 and 12397 12398 Date: Wed, 24 May 2006 12:58:49 +0200 12399 From: wwp <subscript@free.fr> 12400 To: sylpheed-claws-devel@lists.sourceforge.net 12401 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf 12402 12403 2006-06-01 [colin] 2.2.0cvs71 12404 12405 * src/compose.c 12406 Better guards against IMAP races 12407 * src/main.c 12408 * src/prefs_common.c 12409 * src/prefs_common.h 12410 * src/common/ssl_certificate.c 12411 * src/etpan/imap-thread.c 12412 * src/etpan/imap-thread.h 12413 * src/gtk/sslcertwindow.c 12414 New hidden option ssl_skip_cert_check to 12415 avoid dups of bug #959 (libetpan linked 12416 against gnutls and gnutls buggy on 64bit) 12417 Present expired warning only once per 12418 session/server. 12419 * manual/advanced.xml 12420 * manual/fr/advanced.xml 12421 Document new option 12422 12423 2006-06-01 [wwp] 2.2.0cvs70 12424 12425 * src/messageview.c 12426 fix for bug #961 (return receipt dialog 12427 complains incorrectly about return-path 12428 email adress being different), thanks 12429 to Colin. 12430 12431 2006-05-31 [cleroy] 2.2.0cvs69 12432 12433 * src/common/ssl.c 12434 Guard against NULLs, although this 12435 should never be an issue 12436 12437 2006-05-31 [colin] 2.2.0cvs68 12438 12439 * src/filtering.c 12440 Use g_slist_prepend 12441 * src/imap.c 12442 Don't remove caches when destroying folder, it 12443 could (should) be done at exit 12444 * src/inc.c 12445 free processing cache after incorporation 12446 * src/etpan/imap-thread.c 12447 Maybe fix bug #959 (Crash on moving to emails 12448 to a imap account per ssl with a expired 12449 certificate.) 12450 12451 2006-05-30 [colin] 2.2.0cvs67 12452 12453 * src/summaryview.c 12454 Put back event flush when displaying message 12455 It avoids reading a bunch of messages just 12456 by hitting shift-n for too long ;) 12457 12458 2006-05-29 [colin] 2.2.0cvs66 12459 12460 * src/summaryview.c 12461 Remove useless g_warnings 12462 12463 2006-05-29 [colin] 2.2.0cvs65 12464 12465 * src/imap.c 12466 Fix g_slist_append()s for performance 12467 12468 2006-05-29 [colin] 2.2.0cvs64 12469 12470 * src/compose.c 12471 * src/common/utils.c 12472 Fix extraneous tab at start of addresses 12473 * src/mainwindow.c 12474 Fix warnings (thanks to Fabien) 12475 Fix crash at exit when composing messages 12476 exist 12477 * src/pop.c 12478 Fix progress bar when deleting expired mails 12479 Thanks to Hiro 12480 * src/summaryview.c 12481 * src/gtk/gtksctree.c 12482 Fix re-sorting slowness 12483 12484 2006-05-29 [paul] 2.2.0cvs63 12485 12486 * src/mh.c 12487 fetch full message when moving mails 12488 from another mailbox, (fixed data loss 12489 when filtering from IMAP to MH, introduced 12490 in 2.2.0cvs57). 12491 Thanks to Colin 12492 12493 2006-05-29 [mones] 2.2.0cvs62 12494 12495 * src/gtk/gtksctree.c 12496 Unselect faster (patch by Colin) 12497 12498 2006-05-26 [colin] 2.2.0cvs61 12499 12500 * src/summaryview.c 12501 Unplug MSGINFO_UPDATE callback on delete too. 12502 12503 2006-05-26 [colin] 2.2.0cvs60 12504 12505 * src/foldersel.c 12506 Fix bold in folder selection window with glib2.10 12507 thanks Hiro 12508 12509 2006-05-26 [colin] 2.2.0cvs59 12510 12511 * src/procheader.c 12512 Convert date only if necessary (and don't 12513 try to convert from utf8 to utf8, too) 12514 * src/summaryview.c 12515 Only set column's text if the column's 12516 displayed 12517 12518 2006-05-26 [colin] 2.2.0cvs58 12519 12520 * src/summaryview.c 12521 * src/gtk/gtkutils.c 12522 Fix useless warning 12523 12524 2006-05-26 [colin] 2.2.0cvs57 12525 12526 * src/mainwindow.c 12527 Make summaryview selectable as long as 12528 no message has focus 12529 * src/mh.c 12530 Faster deletion (by implementing mh_remove_msgs) 12531 Faster copy (avoid using mh_fetch_msg just to get 12532 the filename) 12533 Faster move (using move_file instead of copy_file 12534 if MSG_IS_MOVE) 12535 No progressbar if total number of mails to cp/mv 12536 is less than 100 12537 * src/summaryview.c 12538 Fix removal from subject_table when mail gets moved 12539 Faster deletion (g_slist_prepend instead of append) 12540 * src/gtk/gtksctree.c 12541 Remove useless code 12542 12543 2006-05-25 [colin] 2.2.0cvs56 12544 12545 * src/common/ssl_certificate.c 12546 Fix leak in expired cert check 12547 12548 2006-05-25 [colin] 2.2.0cvs55 12549 12550 * src/mh.c 12551 Disable flags syncing on .mh_sequences - it 12552 is buggy and marks mails read under unknown 12553 conditions. 12554 12555 2006-05-25 [paul] 12556 12557 * 2.3.0-rc4 released 12558 12559 2006-05-24 [colin] 2.2.0cvs54 12560 12561 attention cvs users: if you manage to crash 12562 Sylpheed-Claws while moving, copying or deleting 12563 mails, we *are* interested in stack traces and 12564 valgrind logs. It looks stable, but one never 12565 knows... 12566 12567 * src/folder.c 12568 Add progressbar for cache updates 12569 * src/folderutils.c 12570 Optimize Mark all read in the current 12571 folder 12572 * src/mh.c 12573 Add progressbar for copy/move 12574 * src/procmsg.c 12575 Optimize O(n^2) in copy/move 12576 * src/summaryview.c 12577 * src/gtk/gtksctree.c 12578 Optimize O(n^2) algos 12579 * src/common/timing.h 12580 Display ms instead of us 12581 12582 2006-05-24 [wwp] 2.2.0cvs53 12583 12584 * manual/fr/advanced.xml 12585 updates to the French manual. 12586 12587 2006-05-24 [wwp] 2.2.0cvs52 12588 12589 * src/common/utils.c 12590 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>). 12591 12592 2006-05-24 [wwp] 2.2.0cvs51 12593 12594 * src/folderutils.c 12595 fixed "mark all read" in MH folders (thanks to Colin). 12596 12597 2006-05-24 [paul] 2.2.0cvs50 12598 12599 * doc/man/sylpheed-claws.1 12600 updated the man page 12601 12602 2006-05-23 [colin] 2.2.0cvs49 12603 12604 * src/folderview.c 12605 * src/imap.c 12606 * src/inc.c 12607 * src/mbox.c 12608 * src/messageview.c 12609 * src/news.c 12610 * src/send_message.c 12611 * src/summaryview.c 12612 * src/gtk/sslcertwindow.c 12613 alertpanel fixes, by Fabien 12614 12615 2006-05-23 [colin] 2.2.0cvs48 12616 12617 * src/folder.c 12618 * src/folderview.c 12619 * src/msgcache.c 12620 * src/summaryview.c 12621 * src/gtk/gtksctree.c 12622 * src/gtk/gtksctree.h 12623 More timings 12624 Fix slow loading problem, which was caused by the 12625 use of some gtk_ctree funcs and their use of 12626 g_list_position while gtk_ctree_(un)link'ing. 12627 Reap more functions from gtkctree.c to be sure we 12628 use our (fast) version instead of theirs. 12629 * src/mh.c 12630 Fix copy of unread mails 12631 12632 12633 2006-05-22 [wwp] 2.2.0cvs47 12634 12635 * manual/fr/advanced.xml 12636 updated. 12637 12638 2006-05-22 [colin] 2.2.0cvs46 12639 12640 * src/filtering.c 12641 Fix possible infinite loop. 'copy' is not a 12642 final action, so when encountering a 'copy', 12643 we have to check if a previous one was set 12644 and do it. In the same way, if we encounter 12645 a 'move' we have to perform a possibly 12646 pending 'copy'. This will slow down filtering 12647 on IMAP if move+copy or multiple copy actions 12648 are to be done, but handling it via the batch 12649 would be really too convoluted. 12650 12651 2006-05-22 [wwp] 2.2.0cvs45 12652 12653 * manual/fr/advanced.xml 12654 * manual/fr/faq.xml 12655 * manual/fr/glossary.xml 12656 * manual/fr/handling.xml 12657 * manual/fr/intro.xml 12658 * manual/fr/plugins.xml 12659 * manual/fr/sylpheed-claws-manual.xml 12660 sync w/ the english manual: updates URIs, documented mailing-list 12661 support, better explanation about the enabled/disabled feature 12662 in filtering/processing rules by Paul. 12663 12664 2006-05-21 [colin] 2.2.0cvs44 12665 12666 * src/summaryview.c 12667 Don't expand after building threads, but during 12668 12669 2006-05-21 [colin] 2.2.0cvs43 12670 12671 * src/procmsg.c 12672 * src/summaryview.c 12673 More timing possibilities... For next time I have 12674 to find out how the hell some 3GHz computer takes 12675 one minute to open a 30k folder... 12676 12677 2006-05-21 [colin] 2.2.0cvs42 12678 12679 * manual/pl/advanced.xml 12680 * manual/pl/faq.xml 12681 * manual/pl/glossary.xml 12682 * manual/pl/handling.xml 12683 * manual/pl/intro.xml 12684 * manual/pl/plugins.xml 12685 * manual/pl/sylpheed-claws-manual.xml 12686 Polish manual updated by Pawel 12687 12688 2006-05-20 [colin] 12689 12690 * 2.3.0-rc3 released 12691 12692 2006-05-20 [colin] 2.2.0cvs41 12693 12694 * src/imap.c 12695 Fix -rc2 problems: 12696 - remove cache of moved messages from original folder 12697 - apply new flags to messages even if they aren't appliable 12698 via IMAP. 12699 12700 2006-05-20 [colin] 12701 12702 * 2.3.0-rc2 released 12703 12704 2006-05-19 [colin] 2.2.0cvs40 12705 12706 * src/imap.c 12707 Don't issue SELECT in imap_change_flags 12708 before having checked that we indeed have 12709 some flags to change. MSG_POSTFILTERED for 12710 example can't be used on IMAP. 12711 Fixes bug #955 (copying messages between 12712 imap folders is extremely slow), which was 12713 a regression. 12714 12715 2006-05-19 [colin] 2.2.0cvs39 12716 12717 * src/folder.c 12718 * src/folder.h 12719 * src/folderview.c 12720 Try to fix bug #830 (Some unread messages 12721 get marked read in IMAP inbox): 12722 - Prevent scanning a folder if it's being 12723 opened via the GUI 12724 - Postpone opening via the GUI of a folder 12725 currently scanned. 12726 12727 12728 2006-05-19 [wwp] 2.2.0cvs38 12729 12730 * manual/advanced.xml 12731 fix English+typo (thanks to Paul). 12732 12733 2006-05-19 [wwp] 2.2.0cvs37 12734 12735 * manual/advanced.xml 12736 * manual/fr/advanced.xml 12737 * src/gtk/logwindow.c 12738 * src/prefs_common.c 12739 * src/prefs_common.h 12740 added hidden prefs to allow customization of colors used in 12741 protocol log window (useful for dark gtk+ themes). 12742 12743 2006-05-19 [wwp] 2.2.0cvs36 12744 12745 * ChangeLog 12746 fix an old erroneous changelog entry (thanks to Fabien Vantard). 12747 12748 2006-05-19 [paul] 2.2.0cvs35 12749 12750 * src/textview.c 12751 make Reply-To fully clickable 12752 * src/gtk/logwindow.c 12753 more colouring (SMTP ESMTP) 12754 Both patches by Pawel Pekala 12755 12756 2006-05-19 [cleroy] 2.2.0cvs34 12757 12758 * src/mh.c 12759 Don't update flags from current folder 12760 Probably fixes bug #935 (Read Messages 12761 Revert to Being Marked as Unread) 12762 12763 2006-05-18 [colin] 2.2.0cvs33 12764 12765 * src/imap.c 12766 Warning fix 12767 * src/compose.c 12768 * src/mainwindow.c 12769 * src/summaryview.c 12770 * src/toolbar.c 12771 Allow replying to multiple emails 12772 in multiple windows 12773 * src/mimeview.c 12774 * src/etpan/imap-thread.c 12775 Leak fixes 12776 12777 2006-05-18 [paul] 2.2.0cvs32 12778 12779 * src/summaryview.c 12780 keep Mailing-List menu refreshed 12781 Thanks to Colin 12782 12783 2006-05-18 [paul] 2.2.0cvs31 12784 12785 * manual/advanced.xml 12786 * manual/faq.xml 12787 * manual/glossary.xml 12788 * manual/handling.xml 12789 * manual/intro.xml 12790 * manual/plugins.xml 12791 * manual/sylpheed-claws-manual.xml 12792 update URLs 12793 add info about mailing-list support 12794 edit filtering info 12795 * src/wizard.c 12796 * src/common/defs.h 12797 * src/gtk/about.c 12798 * src/plugins/dillo_viewer/README 12799 update URLs 12800 12801 2006-05-17 [wwp] 2.2.0cvs30 12802 12803 * manual/handling.xml 12804 * manual/fr/handling.xml 12805 documented the ability to enabled/disable filtering/processing rules. 12806 12807 2006-05-17 [colin] 2.2.0cvs29 12808 12809 * src/main.c 12810 Don't initialize g_thread subsystem if it's 12811 already done (thanks to Hiro) 12812 * src/mimeview.c 12813 Fix saving of parts when there name can't be 12814 converted from UTF-8. 12815 12816 2006-05-17 [paul] 2.2.0cvs28 12817 12818 * po/Makefile.in.in 12819 fix config.status warning with autoconf 2.60 12820 12821 2006-05-17 [paul] 2.2.0cvs27 12822 12823 * po/POTFILES.in 12824 add src/mbox.c 12825 12826 2006-05-17 [wwp] 2.2.0cvs26 12827 12828 * src/mainwindow.c 12829 fix useless and potentially dangerous buffer walking (thanks to Colin). 12830 12831 2006-05-17 [wwp] 2.2.0cvs25 12832 12833 * src/plugins/demo/demo.c 12834 updated product name in plugin demo (many plugins need to be 12835 sync'ed w/ that change). 12836 12837 2006-05-17 [colin] 2.2.0cvs24 12838 12839 * src/mh.c 12840 Fix leak 12841 12842 2006-05-16 [colin] 2.2.0cvs23 12843 12844 * src/mainwindow.c 12845 Stupid me hit again. Fix cvs22. 12846 12847 2006-05-16 [colin] 2.2.0cvs22 12848 12849 * src/mainwindow.c 12850 Fix bug #922 (sylpheed-claws crashed after 12851 pushing on Inbox folder) 12852 12853 2006-05-16 [colin] 2.2.0cvs21 12854 12855 * src/compose.c 12856 Make From header be copy/paste/select-able 12857 12858 2006-05-16 [wwp] 2.2.0cvs20 12859 12860 * src/export.c 12861 * src/matcher.c 12862 * src/summaryview.c 12863 * src/etpan/imap-thread.c 12864 fix some compiler warnings (thanks to Colin). 12865 12866 2006-05-16 [wwp] 2.2.0cvs19 12867 12868 * src/action.c 12869 * src/gedit-print.c 12870 * src/inc.c 12871 * src/mainwindow.c 12872 * src/mh.c 12873 * src/statusbar.c 12874 * src/send_message.c 12875 * src/summaryview.c 12876 get rid of some gtk warning/errors at runtime (and avoid divide-by-0). 12877 12878 2006-05-15 [colin] 2.2.0cvs18 12879 12880 * src/procmsg.c 12881 Fix automatic rule creation with List-Post 12882 12883 2006-05-15 [paul] 2.2.0cvs17 12884 12885 * tools/filter_conv_new.pl 12886 updated for rule enabling/disabling 12887 claws version >= 2.3.x required 12888 12889 2006-05-15 [cleroy] 2.2.0cvs16 12890 12891 * src/main.c 12892 Revert test 12893 12894 2006-05-15 [cleroy] 2.2.0cvs15 12895 12896 * src/main.c 12897 test 12898 12899 2006-05-15 [wwp] 2.2.0cvs14 12900 12901 * manual/pl/.cvsignore 12902 ignore generated files. 12903 12904 2006-05-14 [wwp] 2.3.0-rc1 12905 12906 * 2.3.0-rc1 released 12907 12908 2006-05-13 [wwp] 2.2.0cvs13 12909 12910 * src/filtering.c 12911 * src/filtering.h 12912 * src/matcher.c 12913 * src/matcher_parser_lex.l 12914 * src/matcher_parser_parse.y 12915 * src/prefs_filtering.c 12916 new feature: provide the ability to disable filtering and processing 12917 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor 12918 adaptations. 12919 12920 2006-05-13 [colin] 2.2.0cvs12 12921 12922 * src/compose.c 12923 Remove useless if (a) b; else b; 12924 Thanks to wwp 12925 12926 2006-05-13 [wwp] 2.2.0cvs11 12927 12928 * src/export.c 12929 * src/import.c 12930 * src/mainwindow.c 12931 * src/mbox.c 12932 * src/summaryview.c 12933 * src/summaryview.h 12934 no more silent failures (or at least less ones) when importing 12935 or exporting from/to mbox. Also start importing/exporting if 12936 the necessary info is set. 12937 12938 2006-05-13 [wwp] 2.2.0cvs10 12939 12940 * RELEASE_NOTES 12941 restored up-to-date release notes. 12942 12943 2006-05-13 [paul] 2.2.0cvs9 12944 12945 * po/nl.po 12946 * po/ru.po 12947 updated by Tim Dijkstra and Pavlo Bohmat 12948 12949 2006-05-12 [colin] 2.2.0cvs8 12950 12951 * src/gtk/quicksearch.c 12952 Add "k" as shortcut for "colorlabel". Patch 12953 by ath42@users.sf.net. 12954 12955 2006-05-12 [paul] 2.2.0cvs7 12956 12957 * src/prefs_common.h 12958 * src/prefs_summaries.c 12959 * src/summaryview.c 12960 when entering a folder also allow 12961 going directly to first Marked message 12962 12963 2006-05-12 [paul] 2.2.0cvs6 12964 12965 * src/summaryview.c 12966 always obey 'confirm before marking all 12967 mails read' option 12968 12969 2006-05-12 [paul] 2.2.0cvs5 12970 12971 * src/textview.c 12972 make Sender fully clickable 12973 12974 2006-05-12 [colin] 2.2.0cvs4 12975 12976 * src/compose.c 12977 * src/compose.h 12978 Let From be editable 12979 * src/main.c 12980 * src/mh.c 12981 Full support of .mh_sequences' Unseen seq 12982 12983 2006-05-12 [colin] 2.2.0cvs3 12984 12985 * src/folder.c 12986 * src/mainwindow.c 12987 * src/mainwindow.h 12988 * src/messageview.c 12989 * src/prefs_spelling.c 12990 * src/procheader.c 12991 * src/procmsg.c 12992 * src/procmsg.h 12993 * src/summaryview.c 12994 * src/toolbar.c 12995 * src/toolbar.h 12996 Add contextual menu on Compose toolbar 12997 button. Fixes bug #944 (Automatic 12998 addresses not applied when changing account 12999 from compose window) 13000 add Mailing List support 13001 based on the old 0.6.5claws25 patch by 13002 Melvin Hadasht, with finishing touches 13003 by Colin 13004 Fix "ignore thread" when mails are threaded by 13005 subject (and weren't ignored although appearing 13006 in the thread). 13007 GUI rework. 13008 Both patches by Pawel. 13009 13010 2006-05-08 [paul] 2.2.0cvs2 13011 13012 * src/mainwindow.c 13013 * src/mainwindow.h 13014 * src/messageview.c 13015 * src/procheader.c 13016 * src/procmsg.c 13017 * src/procmsg.h 13018 * src/summaryview.c 13019 add Mailing List support 13020 based on the old 0.6.5claws25 patch by 13021 Melvin Hadasht, with finishing touches 13022 by Colin 13023 13024 2006-05-08 [colin] 2.2.0cvs1 13025 13026 * src/mainwindow.c 13027 * src/toolbar.c 13028 * src/toolbar.h 13029 Add contextual menu on Compose toolbar 13030 button. Fixes bug #944 (Automatic 13031 addresses not applied when changing account 13032 from compose window) 13033 13034 2006-05-08 [paul] 2.2.0 13035 13036 2.2.0 released 13037 13038 2006-05-08 [paul] 2.1.1cvs51 13039 13040 * po/cs.po 13041 * po/de.po 13042 * po/en_GB.po 13043 * po/fi.po 13044 * po/fr.po 13045 * po/pt_BR.po 13046 * po/sr.po 13047 * po/zh_CN.po 13048 updated by Tim, Stephan Sachse, me, Flammie Pirinen, 13049 Fabien Vantard, Frederico Goncalves Guimaraes, 13050 Aleksandar Urosevic, and Ralgh Young 13051 13052 2006-05-12 [colin] 2.1.1cvs50 13053 13054 * po/cs.po 13055 * po/de.po 13056 * po/en_GB.po 13057 * po/es.po 13058 * po/fi.po 13059 * po/fr.po 13060 * po/pt_BR.po 13061 * po/sr.po 13062 * po/zh_CN.po 13063 updated by Tim, Stephan Sachse, me, Flammie Pirinen, 13064 Fabien Vantard, Frederico Goncalves Guimaraes, 13065 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young 13066 13067 2006-05-05 [colin] 2.1.1cvs49 13068 13069 * manual/Makefile.am 13070 * manual/pl/Makefile.am 13071 * manual/pl/account.xml 13072 * manual/pl/ack.xml 13073 * manual/pl/addrbook.xml 13074 * manual/pl/advanced.xml 13075 * manual/pl/faq.xml 13076 * manual/pl/glossary.xml 13077 * manual/pl/gpl.xml 13078 * manual/pl/handling.xml 13079 * manual/pl/intro.xml 13080 * manual/pl/keyboard.xml 13081 * manual/pl/plugins.xml 13082 * manual/pl/starting.xml 13083 * manual/pl/sylpheed-claws-manual.xml 13084 * manual/pl/dist/.cvsignore 13085 * manual/pl/dist/Makefile.am 13086 * manual/pl/dist/html/.cvsignore 13087 * manual/pl/dist/html/Makefile.am 13088 * manual/pl/dist/pdf/.cvsignore 13089 * manual/pl/dist/pdf/Makefile.am 13090 * manual/pl/dist/ps/.cvsignore 13091 * manual/pl/dist/ps/Makefile.am 13092 * manual/pl/dist/txt/.cvsignore 13093 * manual/pl/dist/txt/Makefile.am 13094 Add the polish translation of the manual, 13095 Authored by Pawel Pekala. 13096 13097 2006-05-05 [cleroy] 2.1.1cvs48 13098 13099 * src/main.c 13100 Re-read matcherrc after loading plugins 13101 if some of them add folders. 13102 13103 2006-05-03 [colin] 2.1.1cvs47 13104 13105 * src/imap.c 13106 I'm idiot 13107 13108 2006-05-03 [colin] 2.1.1cvs46 13109 13110 * src/imap.c 13111 Be sure to have a session when 13112 getting separator 13113 13114 2006-05-03 [colin] 2.1.1cvs45 13115 13116 * src/imap.c 13117 * src/imap.h 13118 * src/imap_gtk.c 13119 Fix preventing renaming with namespace 13120 separator. 13121 13122 2006-05-01 [colin] 2.1.1cvs44 13123 13124 * src/action.c 13125 Don't reload messageview when result of 13126 action is piped. 13127 13128 2006-04-29 [colin] 2.1.1cvs43 13129 13130 * src/prefs_receive.c 13131 * src/plugins/spamassassin/spamassassin_gtk.c 13132 * src/plugins/clamav/clamav_plugin_gtk.c 13133 GUI fixes by Pawel 13134 13135 2006-04-29 [colin] 2.1.1cvs42 13136 13137 * src/prefs_compose_writing.c 13138 * src/prefs_quote.c 13139 Cleanups. Patch by Pawel 13140 13141 2006-04-28 [paul] 2.1.1cvs41 13142 13143 * src/matcher.c 13144 fix returned quick search results when search 13145 term contains an underscore. 13146 Thanks to Colin 13147 13148 2006-04-28 [paul] 2.1.1cvs40 13149 13150 * src/prefs_message.c 13151 * src/prefs_receive.c 13152 GUI cleanups 13153 Patches by Pawel Pekala 13154 13155 2006-04-27 [colin] 2.1.1cvs39 13156 13157 * src/wizard.c 13158 Differentiate subject Welcome from 13159 window's title Welcome 13160 13161 2006-04-27 [paul] 13162 13163 2.2.0-rc1 released 13164 13165 2006-04-27 [paul] 2.1.1cvs38 13166 13167 * manual/advanced.xml 13168 * manual/fr/advanced.xml 13169 add info about compose_no_markup hidden pref 13170 13171 2006-04-27 [paul] 2.1.1cvs37 13172 13173 * src/prefs_account.c 13174 improve privacy labels 13175 * src/prefs_msg_colors.c 13176 change some strings for translators' convenience 13177 * src/gtk/gtkutils.c 13178 don't underline the link button text 13179 13180 2006-04-25 [colin] 2.1.1cvs36 13181 13182 * src/folder.c 13183 Complete 2.1.1cvs33 (once more ;) 13184 13185 2006-04-25 [colin] 2.1.1cvs35 13186 13187 * src/editldap.c 13188 Fix tooltip 13189 13190 2006-04-25 [cleroy] 2.1.1cvs34 13191 13192 * src/compose.c 13193 * src/gtk/gtkaspell.c 13194 Fix crash on redirect (related to the return 13195 of the aspell menu in compose's toolbar) 13196 * src/prefs_msg_colors.c 13197 Fix sensitivity widgets 13198 * src/image_viewer.c 13199 * src/gtk/pluginwindow.c 13200 * src/gtk/prefswindow.c 13201 Change released signals to clicked (Fabien) 13202 * po/POTFILES.in 13203 * src/common/socket.c 13204 * src/plugins/spamassassin/spamassassin.c 13205 Translate strings (Fabien) 13206 13207 2006-04-25 [paul] 2.1.1cvs33 13208 13209 * src/folder.c 13210 * src/folder.h 13211 * src/folderview.c 13212 complete the fix of bug #912 13213 Thanks to Colin 13214 13215 2006-04-25 [colin] 2.1.1cvs32 13216 13217 * src/news.c 13218 Better progress bar 13219 * src/mimeview.c 13220 * src/summaryview.c 13221 * src/summaryview.h 13222 Fix focus chain 13223 Patches by Pawel Pekala 13224 13225 2006-04-24 [colin] 2.1.1cvs31 13226 13227 * src/compose.c 13228 Fix compilation warnings (Fabien) 13229 13230 2006-04-24 [colin] 2.1.1cvs30 13231 13232 * src/addrindex.c 13233 * src/editldap.c 13234 * src/editldap_basedn.c 13235 * src/editldap_basedn.h 13236 * src/ldapctrl.c 13237 * src/ldapctrl.h 13238 * src/ldapquery.c 13239 * src/ldaputil.c 13240 * src/ldaputil.h 13241 Fix bug #901 (LDAPS support) 13242 13243 2006-04-24 [colin] 2.1.1cvs29 13244 13245 * src/compose.c 13246 Fix logic on error with send dialog on 13247 * src/imap.c 13248 Fix compilation without libetpan, thanks 13249 to Fabien 13250 * src/summaryview.c 13251 Fix 'context-menu' key 13252 13253 2006-04-23 [colin] 2.1.1cvs28 13254 13255 * src/folder.c 13256 Never free current's cache to free up 13257 memory. Fixes bug #912 (new count 13258 randomly set to message count) 13259 13260 2006-04-23 [colin] 2.1.1cvs27 13261 13262 * src/gtk/quicksearch.c 13263 And remove printf... 13264 13265 2006-04-23 [colin] 2.1.1cvs26 13266 13267 * src/gtk/quicksearch.c 13268 Fix replacing in quicksearch, and fix inserting 13269 in the middle of the string. (introduced at 2.1.0cvs22) 13270 13271 2006-04-23 [colin] 2.1.1cvs25 13272 13273 * src/imap.c 13274 Make sure uidnext is initialized in get_num_list 13275 (not for stable, related to 2.1.1cvs8 and friends) 13276 13277 2006-04-23 [colin] 2.1.1cvs24 13278 13279 * src/imap.c 13280 Output something when login is successful 13281 too 13282 13283 2006-04-23 [colin] 2.1.1cvs23 13284 13285 * src/etpan/imap-thread.c 13286 Better logging (line-per-line, hide data in fetch) 13287 Fix a const warning 13288 * src/gtk/logwindow.c 13289 * src/gtk/logwindow.h 13290 Better logging (color for input/output) 13291 13292 2006-04-21 [colin] 2.1.1cvs22 13293 13294 * src/gtk/quicksearch.c 13295 On gtk+-2.8, use stock buttons in quicksearch 13296 Based on a patch by Fabien and a design by Paul 13297 13298 2006-04-21 [colin] 2.1.1cvs21 13299 13300 * src/folderview.c 13301 * src/mainwindow.c 13302 Fix occasional flicker in folderview 13303 * src/common/utils.c 13304 Fix bug #943 (Incorrectly parsed email address 13305 list in short headers on message view and in 13306 printouts) 13307 13308 2006-04-20 [colin] 2.1.1cvs20 13309 13310 * src/imap.c 13311 * src/imap.h 13312 * src/prefs_account.c 13313 Add ANONYMOUS auth for IMAP 13314 13315 2006-04-20 [paul] 2.1.1cvs19 13316 13317 * src/main.c 13318 proper fix for 2.1.1cvs18 13319 Thanks to Colin 13320 13321 2006-04-20 [paul] 2.1.1cvs18 13322 13323 * src/main.c 13324 fix build warnings 13325 13326 2006-04-20 [paul] 2.1.1cvs17 13327 13328 * src/gtk/quicksearch.c 13329 fix standard, non-extended Quick search, 13330 was broken in 2.1.1cvs15. 13331 Thanks to Colin. 13332 13333 2006-04-20 [colin] 2.1.1cvs16 13334 13335 * src/prefs_matcher.c 13336 Fix values when reselecting a ~test 13337 rule 13338 13339 2006-04-19 [colin] 2.1.1cvs15 13340 13341 * src/compose.c 13342 * src/compose.h 13343 * src/gtk/gtkaspell.c 13344 * src/gtk/gtkaspell.h 13345 Put back Options menu in Spelling/ 13346 * src/gtk/quicksearch.c 13347 Don't search, and show error, if the 13348 advanced search has a syntax error 13349 13350 2006-04-18 [colin] 2.1.1cvs14 13351 13352 * src/textview.c 13353 Fix gdk warnings on set_cursor when textview 13354 isn't visible 13355 13356 2006-04-18 [colin] 2.1.1cvs13 13357 13358 * src/gtk/gtksctree.c 13359 Remove seemingly useless refresh that causes 13360 flicker - watch this commit in case of 13361 problems before planned backport to stable 13362 13363 2006-04-18 [colin] 2.1.1cvs12 13364 13365 * src/imap.c 13366 Factorize get/set_xml code 13367 * src/compose.c 13368 * src/prefs_account.c 13369 * src/prefs_account.h 13370 * src/procmsg.c 13371 Add Encrypt to self option 13372 13373 2006-04-17 [colin] 2.1.1cvs11 13374 13375 * configure.ac 13376 Fix search on encrpyt function on dragonfly 13377 Patch by Jonathan Buschmann <jonthn@agmact.com> 13378 13379 2006-04-17 [colin] 2.1.1cvs10 13380 13381 * src/prefs_account.c 13382 Be safe by default: remove mails from POP3 13383 after 7 days, not immediately 13384 13385 2006-04-17 [colin] 2.1.1cvs9 13386 13387 * src/etpan/imap-thread.c 13388 Fix build on DragonFly - patch by 13389 Jonathan Buschmann <jonthn@agmact.com> 13390 13391 2006-04-17 [colin] 2.1.1cvs8 13392 13393 * src/imap.c 13394 Save uidnext between sessions 13395 13396 2006-04-17 [colin] 2.1.1cvs7 13397 13398 * src/imap.c 13399 scan is required when uid validity changes 13400 13401 2006-04-17 [colin] 2.1.1cvs6 13402 13403 * src/folderview.c 13404 Don't scan if not necessary, apart in current 13405 folder and INBOX to fetch flags. 13406 * src/imap.c 13407 Scan is necessary if unread count changes 13408 13409 2006-04-17 [colin] 2.1.1cvs5 13410 13411 * src/imap.c 13412 ...But always fetch ANSWERED and DELETED flags for 13413 INBOX, as filtering can happen on these flags. 13414 13415 2006-04-17 [colin] 2.1.1cvs4 13416 13417 * src/imap.c 13418 Don't fetch REPLIED and DELETED flags when synchronising 13419 flags with a closed folder. We only need UNSEEN and FLAGGED 13420 to update the folderview. 13421 13422 2006-04-17 [colin] 2.1.1cvs3 13423 13424 * src/imap.c 13425 Faster flag search when there are new mails 13426 in a folder. We can do a full search if the 13427 folder contains less messages than the new 13428 list. 13429 13430 2006-04-17 [colin] 2.1.1cvs2 13431 13432 * po/cs.po 13433 * po/de.po 13434 * po/fr.po 13435 * po/nl.po 13436 * po/pt_BR.po 13437 Update translations from stable branch 13438 13439 2006-04-17 [colin] 2.1.1cvs1 13440 13441 * configure.ac 13442 Bump version to follow stable release 13443 13444 2006-04-16 [mones] 2.1.0cvs50 13445 13446 * po/es.po 13447 Updated for release 13448 13449 2006-04-16 [colin] 2.1.0cvs49 13450 13451 * src/textview.c 13452 Fix bgcolor not unset on gtk 2.8, while preventing warnings 13453 with gtk < 2.8. Thanks to Fabien Vantard. 13454 13455 2006-04-15 [colin] 2.1.0cvs48 13456 13457 * src/etpan/imap-thread.c 13458 Fix bug #919 (libetpan: SEGV when connecting 13459 using command) 13460 13461 2006-04-14 [colin] 2.1.0cvs47 13462 13463 * src/main.c 13464 Fix race on --select (should be done better) 13465 13466 2006-04-14 [wwp] 2.1.0cvs46 13467 13468 * src/send_message.c 13469 enforce a check for domain in account prefs (a sending 13470 error could be faced if domain was checked but no value set), 13471 thanks to Colin. 13472 13473 2006-04-14 [colin] 2.1.0cvs45 13474 13475 * src/codeconv.c 13476 when converting from unknown to unknown, if the 13477 string is UTF8, don't convert it to the locale 13478 (which breaks it) 13479 13480 2006-04-14 [colin] 2.1.0cvs44 13481 13482 * src/compose.c 13483 Don't try to use ASCII for converting headers 13484 (as done in body) 13485 13486 2006-04-14 [paul] 2.1.0cvs43 13487 13488 * src/crash.c 13489 add locale/charset info to crash report 13490 * src/gtk/about.c 13491 add wwp to doc team 13492 replace 'e-mail' with preferred 'email' 13493 * src/gtk/authors.h 13494 ensure contributors list is in alphabetical 13495 order 13496 13497 2006-04-13 [colin] 2.1.0cvs42 13498 13499 * src/textview.c 13500 Prevent gdk warnings 13501 13502 2006-04-13 [colin] 2.1.0cvs41 13503 13504 * src/common/ssl_certificate.c 13505 * src/common/ssl_certificate.h 13506 * src/gtk/sslcertwindow.c 13507 Warn on expired certs, and display the expiration date 13508 13509 2006-04-13 [colin] 2.1.0cvs40 13510 13511 * src/plugins/spamassassin/spamassassin_gtk.c 13512 Fix missing set_text on unix socket 13513 13514 2006-04-13 [wwp] 2.1.0cvs39 13515 13516 * manual/fr/advanced.xml 13517 * manual/fr/glossary.xml 13518 applied new spam/ham/email lexicon (pourriel, courriel) 13519 13520 2006-04-13 [paul] 2.1.0cvs38 13521 13522 * src/plugins/pgpmime/plugin.c 13523 remove the mention of S/MIME from the 13524 description. This is now handled by the 13525 S/MIME plugin. 13526 13527 2006-04-13 [paul] 2.1.0cvs37 13528 13529 * src/prefs_msg_colors.c 13530 rework dialog 13531 * src/prefs_folder_item.c 13532 * src/prefs_spelling.c 13533 add a tooltip to the colour selector buttons 13534 13535 2006-04-13 [wwp] 2.1.0cvs36 13536 13537 * manual/advanced.xml 13538 * manual/glossary.xml 13539 * manual/handling.xml 13540 * manual/keyboard.xml 13541 * manual/plugins.xml 13542 * manual/starting.xml 13543 * manual/fr/account.xml 13544 * manual/fr/ack.xml 13545 * manual/fr/addrbook.xml 13546 * manual/fr/advanced.xml 13547 * manual/fr/faq.xml 13548 * manual/fr/glossary.xml 13549 * manual/fr/gpl.xml 13550 * manual/fr/handling.xml 13551 * manual/fr/intro.xml 13552 * manual/fr/keyboard.xml 13553 * manual/fr/plugins.xml 13554 * manual/fr/starting.xml 13555 * manual/fr/sylpheed-claws-manual.xml 13556 fixes to the manuals: 13557 - summaryview -> Message List (same in French) 13558 - translate key names 13559 - fix French punctuation, use non-breakable spaces when 13560 necessary, don't use   which is not portable 13561 - tell what maildir and mbox formats we support 13562 13563 2006-04-12 [wwp] 2.1.0cvs35 13564 13565 * src/prefs_toolbar.c 13566 unified a replace button more, 13567 patch by Fabien Vantard <fzzzzz@gmail.com>. 13568 13569 2006-04-12 [wwp] 2.1.0cvs34 13570 13571 * src/prefs_common.c 13572 * src/prefs_msg_colors.c 13573 make default color labels translatable, 13574 patch from Fabien Vantard <fzzzzz@gmail.com>, 13575 thanks to Tim <timbrain@post.cz> for reporting. 13576 13577 2006-04-12 [wwp] 2.1.0cvs33 13578 13579 * manual/glossary.xml 13580 * manual/intro.xml 13581 * manual/plugins.xml 13582 * manual/starting.xml 13583 * manual/sylpheed-claws-manual.xml 13584 * manual/fr/.cvsignore 13585 * manual/fr/account.xml 13586 * manual/fr/ack.xml 13587 * manual/fr/addrbook.xml 13588 * manual/fr/advanced.xml 13589 * manual/fr/faq.xml 13590 * manual/fr/glossary.xml 13591 * manual/fr/handling.xml 13592 * manual/fr/intro.xml 13593 * manual/fr/keyboard.xml 13594 * manual/fr/plugins.xml 13595 * manual/fr/starting.xml 13596 * manual/fr/sylpheed-claws-manual.xml 13597 various fixes: typos, missing .fr translations, punctuation, 13598 capitalization, links, accents and some bad French more. 13599 13600 2006-04-12 [wwp] 2.1.0cvs32 13601 13602 * src/prefs_gtk.c 13603 fix for bug #935: always store prefs files in UTF-8 (thanks 13604 to Colin). 13605 13606 2006-04-11 [colin] 2.1.0cvs31 13607 13608 * src/compose.c 13609 Fix inserting files not in utf8 when locale is utf8 13610 13611 2006-04-11 [colin] 2.1.0cvs30 13612 13613 * src/inc.c 13614 Don't show error dialog when cancelling connection 13615 Patch by Pawel 13616 13617 2006-04-11 [cleroy] 2.1.0cvs29 13618 13619 * src/compose.c 13620 Implement multiple quote levels 13621 * src/prefs_common.c 13622 Change a little bit the quote bgcolor for 2nd level 13623 13624 2006-04-11 [colin] 2.1.0cvs28 13625 13626 * src/gtk/about.c 13627 Add locale and charset in the label 13628 13629 2006-04-10 [colin] 2.1.0cvs27 13630 13631 * src/compose.c 13632 * src/prefs_common.c 13633 * src/prefs_common.h 13634 * src/prefs_msg_colors.c 13635 * src/textview.c 13636 Allow optional background color in quotes 13637 Patch by Rafal Weglarz <tokoloshe@users.sf.net> 13638 GTK+-2.8.x feature 13639 13640 2006-04-10 [colin] 2.1.0cvs26 13641 13642 * src/main.c 13643 * src/mainwindow.c 13644 * src/mainwindow.h 13645 Implement --select 13646 13647 2006-04-10 [colin] 2.1.0cvs25 13648 13649 * manual/plugins.xml 13650 * manual/fr/plugins.xml 13651 Document libcurl's proxy variables 13652 13653 2006-04-09 [colin] 2.1.0cvs24 13654 13655 * src/prefs_common.c 13656 gettext() returns statically allocated stuff. We have 13657 to strdup it in order to be able to free it. 13658 13659 2006-04-09 [colin] 2.1.0cvs23 13660 13661 * AUTHORS 13662 * src/gtk/authors.h 13663 Add Alexei 13664 13665 2006-04-09 [colin] 2.1.0cvs22 13666 13667 * src/mainwindow.c 13668 * src/gtk/quicksearch.c 13669 Fix bug #859 (problems with cyrilic input in 13670 search panel) - Patch by Alexey Illarionov 13671 <littlesavage@rambler.ru> 13672 13673 2006-04-09 [colin] 2.1.0cvs21 13674 13675 * src/prefs_customheader.c 13676 I prefer removing then freeing rather than the contrary 13677 (even if it doesn't change anything ;-) 13678 * src/prefs_account.c 13679 Fix bug #933 (Crash re-entering the custom headers list 13680 dialog in accounts prefs) 13681 The problem happened when cancelling the Account 13682 Preferences' dialogs - in which case we didn't do 13683 anything to the PrefsAccount * struct. In case of applying, 13684 the old ac_prefs was replaced with the tmp_ac_prefs we were 13685 working with in this dialog. The problem is that 13686 prefs_customheader.c, working on this tmp_ac_prefs, always 13687 changes the ->customhdr_list pointer, even when cancelled. 13688 So in case of cancelling the prefs_account dialog, we still 13689 have to update ->customhdr_list in the real account. 13690 13691 2006-04-08 [colin] 2.1.0cvs20 13692 13693 * manual/fr/glossary.xml 13694 * manual/fr/keyboard.xml 13695 Forgot some headers :) 13696 13697 2006-04-08 [colin] 2.1.0cvs19 13698 13699 * manual/Makefile.am 13700 * manual/fr/Makefile.am 13701 * manual/fr/account.xml 13702 * manual/fr/ack.xml 13703 * manual/fr/addrbook.xml 13704 * manual/fr/advanced.xml 13705 * manual/fr/faq.xml 13706 * manual/fr/glossary.xml 13707 * manual/fr/gpl.xml 13708 * manual/fr/handling.xml 13709 * manual/fr/intro.xml 13710 * manual/fr/keyboard.xml 13711 * manual/fr/plugins.xml 13712 * manual/fr/starting.xml 13713 * manual/fr/sylpheed-claws-manual.xml 13714 * manual/fr/dist/.cvsignore 13715 * manual/fr/dist/Makefile.am 13716 * manual/fr/dist/html/.cvsignore 13717 * manual/fr/dist/html/Makefile.am 13718 * manual/fr/dist/pdf/.cvsignore 13719 * manual/fr/dist/pdf/Makefile.am 13720 * manual/fr/dist/ps/.cvsignore 13721 * manual/fr/dist/ps/Makefile.am 13722 * manual/fr/dist/txt/.cvsignore 13723 * manual/fr/dist/txt/Makefile.am 13724 Add the french translation of the manual. Thanks to 13725 Olivier Delhomme <olivier.delhomme@free.fr> for 13726 account.xml, ack.xml, addrbook.xml and advanced.xml 13727 13728 2006-04-08 [colin] 2.1.0cvs18 13729 13730 * manual/plugins.xml 13731 * manual/starting.xml 13732 More fixes 13733 13734 2006-04-07 [colin] 2.1.0cvs17 13735 13736 * manual/faq.xml 13737 * manual/intro.xml 13738 * manual/keyboard.xml 13739 Little fixes 13740 13741 2006-04-07 [colin] 2.1.0cvs16 13742 13743 * README 13744 * src/compose.c 13745 * src/prefs_common.c 13746 * src/prefs_common.h 13747 Add hidden compose_no_markup pref 13748 13749 2006-04-07 [wwp] 2.1.0cvs15 13750 13751 * src/summary_search.c 13752 * .cvsignore 13753 Bugfix: stop button was sticky when searching in an empty folder. 13754 Applied curly brackets code style to the whole file (summary_search.c). 13755 More files to ignore. 13756 13757 2006-04-07 [wwp] 2.1.0cvs14 13758 13759 * src/message_search.c 13760 * src/summary_search.c 13761 changed default button when search bumps at file/folder 13762 beginning or end, for convenience (thanks to Colin). 13763 13764 2006-04-07 [paul] 2.1.0cvs13 13765 13766 * src/plugins/dillo_viewer/dillo_prefs.c 13767 avoid future potential for namespace collision 13768 Patch by Colin 13769 13770 2006-04-06 [wwp] 2.1.0cvs12 13771 13772 * src/summary_search.c 13773 Unify extended/advanced searches names (and thus factorize labels), 13774 patch by Fabien Vantard <fzzzzz@gmail.com>. 13775 13776 2006-04-06 [wwp] 2.1.0cvs11 13777 13778 * src/folderview.c 13779 * src/prefs_themes.c 13780 * src/summaryview.c 13781 Fixed some compilation warnings. 13782 13783 2006-04-06 [colin] 2.1.0cvs10 13784 13785 * manual/advanced.xml 13786 Document the wizard template and how to deploy 13787 Sylpheed-Claws effectively 13788 13789 2006-04-06 [colin] 2.1.0cvs9 13790 13791 * src/folderview.c 13792 gettext patch to tell translators about _("#"), 13793 by Maxim Britov 13794 13795 2006-04-06 [colin] 2.1.0cvs8 13796 13797 * src/textview.c 13798 Fix invalid GtkTextBIter after clicking "Display as text" 13799 13800 2006-04-06 [mones] 2.1.0cvs7 13801 13802 * src/addr_compl.c 13803 * src/addrindex.c 13804 * src/addritem.c 13805 * src/codeconv.c 13806 * src/compose.c 13807 * src/filtering.c 13808 * src/folder.c 13809 * src/folder_item_prefs.c 13810 * src/folderview.c 13811 * src/localfolder.c 13812 * src/matcher.c 13813 * src/mimeview.c 13814 * src/prefs_msg_colors.c 13815 * src/prefs_spelling.c 13816 * src/prefs_themes.c 13817 * src/procmime.c 13818 * src/procmsg.c 13819 * src/stock_pixmap.c 13820 * src/summaryview.c 13821 * src/textview.c 13822 * src/toolbar.c 13823 * src/common/mgutils.c 13824 * src/common/prefs.c 13825 * src/common/ssl_certificate.c 13826 * src/gtk/colorlabel.c 13827 * src/gtk/quicksearch.c 13828 * src/plugins/pgpmime/pgpmime.c 13829 * src/plugins/spamassassin/spamassassin.c 13830 Removed redundant NULL checks for g_free() calls. 13831 Patch by Pawel Pekala. 13832 13833 2006-04-06 [mones] 2.1.0cvs6 13834 13835 * src/prefs_actions.c 13836 * src/prefs_filtering.c 13837 * src/prefs_filtering_action.c 13838 * src/prefs_matcher.c 13839 * src/prefs_template.c 13840 * src/gtk/gtkutils.c 13841 * src/gtk/gtkutils.h 13842 Have a nice replace button. Patch by Pawel Pekala 13843 13844 2006-04-06 [colin] 2.1.0cvs5 13845 13846 * src/addressbook.c 13847 Fix crash with empty columns 13848 13849 2006-04-05 [colin] 2.1.0cvs4 13850 13851 * src/wizard.c 13852 * src/prefs_gtk.c 13853 Allow wizard customization with pre-filled values 13854 13855 2006-04-05 [colin] 2.1.0cvs3 13856 13857 * src/textview.c 13858 * src/mimeview.c 13859 * src/mimeview.h 13860 Nicer messages in mimeview 13861 13862 2006-04-05 [colin] 2.1.0cvs2 13863 13864 * src/addressbook.c 13865 * src/prefs_summaries.c 13866 i18n fix 13867 13868 2006-04-05 [colin] 2.1.0cvs1 13869 13870 * src/plugins/pgpcore/plugin.c 13871 * src/plugins/pgpcore/select-keys.c 13872 * src/plugins/pgpcore/select-keys.h 13873 * src/plugins/pgpcore/sgpgme.c 13874 * src/plugins/pgpcore/sgpgme.h 13875 * src/plugins/pgpinline/pgpinline.c 13876 * src/plugins/pgpinline/plugin.c 13877 * src/plugins/pgpmime/pgpmime.c 13878 * src/plugins/pgpmime/plugin.c 13879 Factorize and generalize a bit 13880 Drop S/MIME signature verification from PGP/MIME 13881 (adding it as another, more complete plugin) 13882 13883 2006-04-05 [paul] 2.1.0 13884 13885 2.1.0 released 13886 13887 2006-04-05 [paul] 2.0.0cvs186 13888 13889 * manual/advanced.xml 13890 add info on colour labels 13891 13892 2006-04-05 [paul] 2.0.0cvs185 13893 13894 * po/bg.po 13895 * po/cs.po 13896 * po/de.po 13897 * po/el.po 13898 * po/en_GB.po 13899 * po/fi.po 13900 * po/fr.po 13901 * po/it.po 13902 * po/nl.po 13903 * po/pl.po 13904 * po/pt_BR.po 13905 * po/sr.po 13906 * po/zh_CN.po 13907 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 13908 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 13909 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 13910 Guimaraes, Aleksandar Urosevic, Ralgh Young 13911 * src/gtk/authors.h 13912 * tools/claws.i18n.status.pl 13913 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com> 13914 and new Czech translator, Tim <timbrain@post.cz> 13915 13916 2006-04-05 [mones] 2.0.0cvs184 13917 13918 * po/es.po 13919 Updated translation 13920 13921 2006-04-05 [colin] 2.0.0cvs183 13922 13923 * src/gtk/quicksearch.c 13924 Fix bug #929 (unnecessary reload in quick search bar) 13925 13926 2006-04-05 [colin] 2.0.0cvs182 13927 13928 * src/compose.c 13929 Fix crash on Reply with no From: 13930 Show signature and conversion error on queuing 13931 (but not sending) 13932 * src/mainwindow.c 13933 * src/summaryview.c 13934 * src/summaryview.h 13935 Factorize threading code and make sure msginfo 13936 is not null when it comes from a GtkCTreeRow's 13937 data 13938 * src/gtk/gtkaspell.c 13939 Check for necessary things 13940 * src/gtk/gtksctree.c 13941 * src/gtk/gtksctree.h 13942 Reset anchor if necessary when removing node 13943 13944 2006-03-29 [colin] 2.0.0cvs181 13945 13946 * src/folderview.c 13947 Warn for disabled IMAP accounts (due to lack of 13948 libetpan). Breaks string-freeze - sorry - but it 13949 is kind of important ;) 13950 13951 2006-03-28 [colin] 2.0.0cvs180 13952 13953 * src/gtk/gtkutils.c 13954 * src/gtk/gtkutils.h 13955 Add a gtkut_get_link_btn() function that 13956 creates a button which acts like an URI 13957 * src/prefs_themes.c 13958 * src/gtk/about.c 13959 Use this function (factorizes codes) 13960 * src/common/defs.h 13961 * src/gtk/pluginwindow.c 13962 Add a "Get more..." in the plugins window 13963 13964 2006-03-28 [colin] 2.0.0cvs179 13965 13966 * src/common/smtp.c 13967 * src/common/passcrypt.c 13968 * src/undo.c 13969 Warning fixes. Patch by Pawel Pekala 13970 13971 2006-03-27 [colin] 2.0.0cvs178 13972 13973 * src/undo.c 13974 Fix undoing by blocks with spaces 13975 13976 2006-03-27 [colin] 2.0.0cvs177 13977 13978 * src/textview.c 13979 Set margin to 3px for headers 13980 13981 2006-03-27 [paul] 13982 13983 2.1.0-rc2 released 13984 13985 2006-03-27 [wwp] 2.0.0cvs176 13986 13987 * src/summaryview.c 13988 don't reset quicksearch when updating the message list. 13989 Thanks to Colin. 13990 13991 2006-03-26 [wwp] 2.0.0cvs175 13992 13993 * src/compose.c 13994 use a unified border width ('other' tab in the compose window, 13995 patch by Pawel Pekala). 13996 13997 13998 2006-03-26 [wwp] 2.0.0cvs174 13999 14000 * src/common/quoted-printable.c 14001 * src/addressbook.c 14002 fixed some compilation warnings (incl. one reported by Pawel Pekala). 14003 14004 2006-03-26 [colin] 2.0.0cvs173 14005 14006 * src/quote_fmt_parse.y 14007 Fix non-UTF8 date formats messing up the whole quote a 14008 little bit 14009 14010 2006-03-26 [colin] 2.0.0cvs172 14011 14012 * src/procheader.c 14013 Make sure the date is UTF8 valid, or try to make it 14014 so. IncrediMail is really IncrediStupid. 14015 * src/compose.c 14016 Fix possible conversions. 14017 14018 14019 2006-03-26 [colin] 2.0.0cvs171 14020 14021 * src/matcher.c 14022 Fix corner cases in body search. This is still a 14023 hack... It seems impossible to make it good and 14024 reasonably fast at the same time. 14025 14026 2006-03-26 [colin] 2.0.0cvs170 14027 14028 * src/summaryview.c 14029 I think I killed the twilight zone bug! 14030 summary_select_node() flushes GTK events in order 14031 to be able to center the view. But this also 14032 flushes keypresses like Ctrl-Alt-U, so this can 14033 call summary_show from summary_select_node (itself 14034 called from summary_show, etc.). And the summaryview 14035 has to be unlocked in this function. So just locking 14036 while processing GTK events, and bailing if locked, 14037 should fix it. 14038 Fixes bug #927 (SIGSEGV during Update Summary) 14039 14040 2006-03-25 [colin] 2.0.0cvs169 14041 14042 * src/matcher.c 14043 Fix search in QP-encoded bodies 14044 Fix utf-8 searches in bodies encoded in the 14045 locale's encoding 14046 * src/common/quoted-printable.c 14047 * src/common/quoted-printable.h 14048 Add a decode function that doesn't overwrite 14049 the original pointer 14050 14051 14052 2006-03-24 [colin] 2.0.0cvs168 14053 14054 * src/action.c 14055 * src/summaryview.c 14056 * src/summaryview.h 14057 Update message cache after action 14058 Patch by H. Merijn Brand 14059 * src/prefs_msg_colors.c 14060 Factorize label 14061 Patch by Fabien Vantard 14062 * src/plugins/spamassassin/spamassassin_gtk.c 14063 Remove useless translation 14064 Patch by Fabien Vantard 14065 14066 2006-03-23 [colin] 2.0.0cvs167 14067 14068 * src/common/ssl.c 14069 Let 30 seconds to SSL_connect 14070 14071 2006-03-23 [wwp] 2.0.0cvs166 14072 14073 * src/summaryview.c 14074 * src/gtk/description_window.c 14075 fix display of From/To column title when in appropriate folders (queue/sent/drafts) 14076 and headers are translated; adjust description windows' width to fit their 14077 contents. Patches by Pawel Pekala <c0rn@o2.pl>. 14078 14079 2006-03-23 [paul] 2.0.0cvs165 14080 14081 * src/common/utils.c 14082 fix highlighting of URIs containing "()" 14083 (2.0.0cvs164's reversal fixed) 14084 Thanks to Colin. 14085 14086 2006-03-23 [paul] 2.0.0cvs164 14087 14088 * src/common/utils.c 14089 revert patch, (postponing a fix), at 2.0.0cvs120 14090 as it breaks more URIs than it fixes. 14091 Allow '-' to be a terminating character in a URI 14092 14093 2006-03-22 [colin] 2.0.0cvs163 14094 14095 * configure.ac 14096 Require libetpan 0.45 14097 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download 14098 14099 2006-03-22 [paul] 2.0.0cvs162 14100 14101 * src/editgroup.c 14102 replace '<-' and '->' buttons with GTK_STOCK graphical 14103 buttons 14104 * src/summary_search.c 14105 don't offer '...' for translation 14106 add a tooltip to advanced search '...' button 14107 * src/gtk/quicksearch.c 14108 don't offer '...' for translation 14109 14110 2006-03-21 [colin] 2.0.0cvs161 14111 14112 * src/compose.c 14113 Fix middle-click pasting (insert at click 14114 position instead of cursor position, don't 14115 remove existing selection and allow pasting 14116 our own selection) 14117 * src/addressbook.c 14118 "LDAP Server" -> "LDAP servers" 14119 14120 2006-03-21 [wwp] 2.0.0cvs160 14121 14122 * src/etpan/imap-thread.c 14123 fix for bug #925 (IMAP+SSL crash), thanks to Colin. 14124 14125 2006-03-20 [colin] 2.0.0cvs159 14126 14127 * src/summaryview.c 14128 Don't reload summaryview after an execute with no 14129 move action 14130 14131 2006-03-19 [colin] 2.0.0cvs158 14132 14133 * src/addressbook.c 14134 and put groups at the top, always 14135 14136 2006-03-19 [colin] 2.0.0cvs157 14137 14138 * src/addressbook.c 14139 Order groups before names, as previously 14140 14141 2006-03-19 [colin] 2.0.0cvs156 14142 14143 * src/addressbook.c 14144 - Sort case-unsensitive 14145 - Put the sort arrow at opening too 14146 14147 2006-03-19 [wwp] 2.0.0cvs155 14148 14149 * src/addressbook.c 14150 allow sorting by name/email/remarks, ensure that right-pane's contents 14151 matches the left-pane selection (cleared when appropriate). 14152 Patch by Pawel Pekala <c0rn@o2.pl>. 14153 14154 2006-03-18 [colin] 2.0.0cvs154 14155 14156 * src/textview.c 14157 Fix text cursor ;) 14158 14159 2006-03-18 [colin] 2.0.0cvs153 14160 14161 * src/gtk/filesel.c 14162 Make sure we hide the preview if we didn't get 14163 a filename 14164 14165 2006-03-18 [colin] 2.0.0cvs152 14166 14167 * src/summaryview.c 14168 Set cursor to watch for execution (fixes lack 14169 of watch-cursor when dnd'ing hundreds of mails) 14170 * src/gtk/filesel.c 14171 Check that mime type is 'image/*' before updating 14172 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?) 14173 14174 2006-03-18 [colin] 2.0.0cvs151 14175 14176 * src/mainwindow.c 14177 * src/textview.c 14178 * src/textview.h 14179 Put a watch cursor in textview too when the mainwindow's 14180 cursor in a watch 14181 14182 2006-03-18 [colin] 2.0.0cvs150 14183 14184 * src/folder.c 14185 Change wrong asserts to simple tests 14186 14187 2006-03-17 [colin] 2.0.0cvs149 14188 14189 * src/mainwindow.c 14190 * src/mainwindow.h 14191 * src/prefs_msg_colors.c 14192 * src/summaryview.c 14193 * src/summaryview.h 14194 * src/gtk/colorlabel.c 14195 * src/gtk/colorlabel.h 14196 Add a color label menu in the main menubar 14197 Add (fixed) accels Ctrl-{0-7} to change the color 14198 They have to be fixed because the menu's dynamic, 14199 the items are complex widgets, hence we can't use 14200 a GtkItemFactory. 14201 14202 14203 2006-03-17 [wwp] 2.0.0cvs148 14204 14205 * src/compose.c 14206 rollback few lines from my previous commit (those lines come from 14207 a pending patch, accidentally commited, even if neutral as they are 14208 commented out). 14209 14210 2006-03-17 [wwp] 2.0.0cvs147 14211 14212 * src/compose.c 14213 fix a compilation warning (wrong return type, introduced w/ cvs143), and 14214 applied code style/indentation to the modified function. 14215 14216 2006-03-17 [wwp] 2.0.0cvs146 14217 14218 * src/procmsg.c 14219 * src/compose.c 14220 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin). 14221 14222 2006-03-17 [paul] 14223 14224 2.1.0-rc1 released 14225 14226 2006-03-17 [paul] 2.0.0cvs145 14227 14228 * src/main.c 14229 addressbook_read_file() was called twice 14230 * src/textview.c 14231 X-Mailer highlighting 14232 14233 2006-03-16 [colin] 2.0.0cvs144 14234 14235 * src/sourcewindow.c 14236 * src/sourcewindow.h 14237 And the last one, in source window. 14238 14239 2006-03-16 [colin] 2.0.0cvs143 14240 14241 * src/compose.c 14242 * src/compose.h 14243 Fix the same stuff in compose 14244 14245 2006-03-16 [colin] 2.0.0cvs142 14246 14247 * src/messageview.c 14248 Complete the previous messageview crash fix 14249 14250 2006-03-16 [colin] 2.0.0cvs141 14251 14252 * src/procmsg.h 14253 * src/procmsg.c 14254 * src/folder.c 14255 Fix POSTPROCESSING hook 14256 Patch by H. Merijn Brand 14257 14258 * src/procmime.c 14259 * src/procmime.h 14260 Parse Content-Location 14261 14262 * src/toolbar.c 14263 * src/messageview.c 14264 * src/messageview.h 14265 Don't crash when a top-level MessageView has 14266 been closed on us. Same problematic than 14267 yesterday's quicksearch issue. 14268 14269 2006-03-15 [colin] 2.0.0cvs140 14270 14271 * src/gtk/quicksearch.c 14272 Fix a bitchy race we didn't think about when we 14273 added quicksearch cancellation: 14274 If the search is not on cached fields, for example 14275 body_part matchcase "stuff" 14276 the matcher code has to get the whole message. If 14277 we're on IMAP, that can be slow, and in order to 14278 be non-blocking, the IMAP code idle loop processes 14279 gtk events too. So it is possible to cancel a 14280 quicksearch while the matcher is getting the mail's 14281 body. After matcher got its body, it will start to 14282 iterate over the matcher list that the Quicksearch's 14283 clear_search_cb() just freed via prepare_matcher(). 14284 SIGSEGV ensues. 14285 The fix consists of guarding the matcherlist_match() 14286 call with a boolean 'matching'. If we reset the 14287 quicksearch while matching is TRUE, we don't free 14288 the matcherlist anymore like we did, but we set 14289 another new flag, deferred_free, to TRUE. Then, 14290 in quicksearch_match(), just after returning from 14291 matcherlist_match() and unsetting the matching flag, 14292 we check the deferred_free flag and do the 14293 prepare_matcher() (which does the matcherlist_free) 14294 for real, so we free the matcherlist once it's not 14295 used anymore. 14296 As all of this runs via the glib main loop, we 14297 luckily don't need a mutex. 14298 * src/summaryview.c 14299 Also, show progress while searching. 14300 14301 14302 2006-03-14 [colin] 2.0.0cvs139 14303 14304 * src/alertpanel.c 14305 Make alertpanel_is_open non-static 14306 14307 2006-03-14 [colin] 2.0.0cvs138 14308 14309 * src/prefs_spelling.c 14310 Cleanups - Fabien Vantard 14311 14312 2006-03-14 [wwp] 2.0.0cvs137 14313 14314 * src/main.c 14315 code style normalization (curly braces, indentation). 14316 14317 2006-03-14 [wwp] 2.0.0cvs137 14318 14319 * src/main.c 14320 code style (braces, indentation) 14321 14322 2006-03-12 [paul] 2.0.0cvs136 14323 14324 * src/prefs_common.c 14325 trans_hdr defaults to FALSE to be RFC-savvy 14326 * src/prefs_summaries.c 14327 add a tooltip to the trans_hdr option 14328 14329 14330 2006-03-12 [paul] 2.0.0cvs135 14331 14332 * src/prefs_matcher.c 14333 give a little more width to the combos 14334 * src/prefs_display_header.c 14335 * src/textview.c 14336 translate headers if prefs_common.trans_hdr 14337 is TRUE 14338 14339 Patches by Pawel Pekala 14340 14341 2006-03-12 [paul] 2.0.0cvs134 14342 14343 * src/plugins/clamav/clamav_plugin.c 14344 * src/plugins/dillo_viewer/dillo_viewer.c 14345 * src/plugins/pgpcore/plugin.c 14346 * src/plugins/pgpinline/plugin.c 14347 * src/plugins/pgpmime/plugin.c 14348 * src/plugins/spamassassin/spamassassin.c 14349 update/add to descriptions 14350 * src/plugins/spamassassin/spamassassin_gtk.c 14351 fixes to the english, remove superfluous 14352 tooltips, clean up a little 14353 14354 2006-03-12 [paul] 2.0.0cvs133 14355 14356 * src/compose.c 14357 fix Bug 924, 'Account combo box shows up wrong 14358 if & is in account name' 14359 14360 2006-03-11 [colin] 2.0.0cvs132 14361 14362 * src/summaryview.c 14363 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which 14364 messed up shift-selection because is slows down 14365 moving around summaryview. thanks -users 14366 14367 2006-03-10 [colin] 2.0.0cvs131 14368 14369 * src/plugins/spamassassin/spamassassin_gtk.c 14370 Put back Paul's engrish fixes 14371 14372 2006-03-10 [colin] 2.0.0cvs130 14373 14374 * src/plugins/spamassassin/spamassassin.c 14375 * src/plugins/spamassassin/spamassassin.h 14376 * src/plugins/spamassassin/spamassassin_gtk.c 14377 Cleanup SA prefs page (more) 14378 Patch by Fabien Vantard 14379 14380 2006-03-10 [paul] 2.0.0cvs129 14381 14382 * src/prefs_msg_colors.c 14383 * src/prefs_spelling.c 14384 widget sensitivity 14385 14386 2006-03-09 [mones] 2.0.0cvs128 14387 14388 * po/es.po 14389 Update for next RC 14390 14391 2006-03-09 [wwp] 2.0.0cvs127 14392 14393 * configure.ac 14394 revert accidental commit (requirement for libetpan 0.43), this time 14395 not in HEAD. 14396 14397 2006-03-09 [wwp] 2.0.0cvs125 14398 14399 * configure.ac 14400 revert accidental commit (requirement for libetpan 0.43) 14401 14402 2006-03-09 [paul] 2.0.0cvs126 14403 14404 * src/prefs_receive.c 14405 remove useless frame 14406 replace 'incorporation' with 'receiving' 14407 * src/plugins/clamav/clamav_plugin_gtk.c 14408 * src/plugins/spamassassin/spamassassin_gtk.c 14409 improve widget sensitivity 14410 fix a bit his engrish 14411 14412 2006-03-09 [wwp] 2.0.0cvs125 14413 14414 * src/addressadd.c 14415 * src/foldersel.c 14416 * src/prefs_common.c 14417 * src/prefs_common.h 14418 remember some more windows' sizes (add to addressbook and 14419 select folder). 14420 14421 2006-03-09 [paul] 2.0.0cvs124 14422 14423 * src/plugins/pgpcore/prefs_gpg.c 14424 normalise construction of dialogue 14425 14426 2006-03-09 [paul] 2.0.0cvs123 14427 14428 * src/plugins/trayicon/Makefile.am 14429 add missing slash 14430 14431 2006-03-08 [colin] 2.0.0cvs122 14432 14433 * src/plugins/trayicon/Makefile.am 14434 Fix build in separate dir 14435 Patch by Bamanzi <bamanzi@gmail.com> 14436 14437 2006-03-08 [colin] 2.0.0cvs121 14438 14439 * src/procmsg.c 14440 Batch move and copies from summaryview with delayed execution 14441 too 14442 14443 2006-03-07 [paul] 2.0.0cvs120 14444 14445 * src/common/utils.c 14446 fix highlighting of URIs containing "()" 14447 Patch by Pawel Pekala 14448 14449 2006-03-07 [paul] 2.0.0cvs119 14450 14451 * src/folder.c 14452 * src/folder.h 14453 * src/folderview.c 14454 immediately do alphabetical resort when 14455 changing a folder's name 14456 Patch by Pawel Pekala 14457 14458 2006-03-07 [paul] 2.0.0cvs118 14459 14460 * src/news.c 14461 * src/news_gtk.c 14462 when unsubscribing a newsgroup, remove the 14463 folder and msgs in .sylpheed-claws/newscache 14464 Patch by Pawel Pekala <c0rn@gazeta.pl> 14465 14466 2006-03-07 [paul] 2.0.0cvs117 14467 14468 * src/textview.c 14469 fix wrong Fake URL Warning 14470 Thanks to Hiro 14471 14472 2006-03-07 [colin] 2.0.0cvs116 14473 14474 * src/imap.c 14475 Return immediately when password dialog was 14476 cancelled 14477 * src/gtk/inputdialog.c 14478 Allow empty strings for passwords 14479 14480 14481 2006-03-06 [colin] 2.0.0cvs115 14482 14483 * src/imap.c 14484 Prevent double-timeouts when connection fails 14485 14486 2006-03-06 [colin] 14487 14488 2.0.1-rc1 released 14489 14490 2006-03-06 [colin] 2.0.0cvs114 14491 14492 * src/imap.c 14493 Refresh session during potentially long 14494 operations 14495 14496 2006-03-06 [wwp] 2.0.0cvs113 14497 14498 * src/prefs_msg_colors.h 14499 forgot that one (custom color labels). 14500 14501 2006-03-06 [wwp] 2.0.0cvs112 14502 14503 * src/prefs_common.c 14504 * src/prefs_common.h 14505 * src/prefs_msg_colors.c 14506 * src/summaryview.c 14507 * src/summaryview.h 14508 * src/gtk/colorlabel.c 14509 * src/gtk/colorlabel.h 14510 colors in messages list are now customizable. Color values and names can 14511 be changed in "Configuration/Preferences/Display/Colors/Color labels". 14512 Thanks to Paul and Colin for their help with this longstanding patch! 14513 14514 2006-03-06 [wwp] 2.0.0cvs111 14515 14516 * src/textview.c 14517 don't crash if (x)face is bad. 14518 14519 2006-03-05 [paul] 2.0.0cvs110 14520 14521 * AUTHORS 14522 * configure.ac 14523 * src/Makefile.am 14524 * src/common/Makefile.am 14525 * src/common/utils.h 14526 * src/etpan/imap-thread.c 14527 * src/gtk/authors.h 14528 * src/plugins/clamav/Makefile.am 14529 * src/plugins/demo/Makefile.am 14530 * src/plugins/dillo_viewer/Makefile.am 14531 * src/plugins/pgpcore/Makefile.am 14532 * src/plugins/pgpcore/passphrase.c 14533 * src/plugins/pgpinline/Makefile.am 14534 * src/plugins/pgpmime/Makefile.am 14535 * src/plugins/spamassassin/Makefile.am 14536 * src/plugins/trayicon/Makefile.am 14537 fix builiding on cygwin 14538 Patch by Ralgh Young <bamanzi@gmail.com> 14539 14540 2006-03-04 [wwp] 2.0.0cvs109 14541 14542 * manual/keyboard.xml 14543 fix mixed up/down keys. 14544 14545 2006-03-04 [wwp] 2.0.0cvs108 14546 14547 * README 14548 * INSTALL 14549 updated links to SpamAssassin. 14550 14551 2006-03-04 [wwp] 2.0.0cvs107 14552 14553 * manual/plugins.xml 14554 * src/plugins/spamassassin/README 14555 updated SpamAssassin plugin docs to reflect new functional additions 14556 (also fix/update/documents few technical stuff more, see the README). 14557 14558 2006-03-04 [wwp] 2.0.0cvs106 14559 14560 * src/prefs_message.c 14561 normalized capitalization of message-prefs paths. 14562 14563 2006-03-04 [wwp] 2.0.0cvs105 14564 14565 * manual/advanced.xml 14566 typo. 14567 14568 2006-03-03 [colin] 2.0.0cvs104 14569 14570 * src/plugins/clamav/clamav_plugin_gtk.c 14571 Rework prefs page, patch by Fabien 14572 14573 2006-03-03 [colin] 2.0.0cvs103 14574 14575 * src/plugins/clamav/clamav_plugin.c 14576 Set error on all errors 14577 14578 2006-03-03 [colin] 2.0.0cvs102 14579 14580 * src/common/plugin.c 14581 Initialize error to avoid crashing when a plugin fails 14582 without setting error 14583 14584 2006-03-02 [wwp] 2.0.0cvs101 14585 14586 * configure.ac 14587 fixed linker flags for libetpan support on Cygwin 14588 (thanks to H.Merijn Brand). 14589 14590 2006-03-02 [wwp] 2.0.0cvs100 14591 14592 * src/addressbook.c 14593 fix some AB error messages: one for punctuation and 14594 one wrongly duplicate (thanks, maxbritov). 14595 14596 2006-03-02 [wwp] 2.0.0cvs99 14597 14598 * src/plugins/spamassassin/spamassassin.c 14599 make sync calls to sa-learn/spamc to prevent 14600 system (whatever local or client/server) overload. 14601 14602 2006-03-02 [colin] 2.0.0cvs98 14603 14604 * src/summaryview.c 14605 Put the spam icon in the status column instead of the 14606 mark one 14607 14608 2006-03-01 [colin] 2.0.0cvs97 14609 14610 * src/plugins/spamassassin/spamassassin.c 14611 Fix segfault (g_file_set_contents fails for some 14612 reason and err==0x2f. Can't find out why with 14613 valgrind, using working function :-) 14614 14615 2006-03-01 [colin] 2.0.0cvs96 14616 14617 * src/inc.c 14618 Offline overriding: let 'No' be cached only 3 seconds 14619 14620 2006-03-01 [colin] 2.0.0cvs95 14621 14622 * src/addr_compl.c 14623 * src/addrbook.c 14624 * src/addressbook.c 14625 * src/addrindex.c 14626 * src/folder_item_prefs.c 14627 * src/headerview.c 14628 * src/imap.c 14629 * src/inc.c 14630 * src/ldif.c 14631 * src/mainwindow.c 14632 * src/mh.c 14633 * src/msgcache.c 14634 * src/prefs_common.h 14635 * src/prefs_msg_colors.c 14636 * src/procheader.c 14637 * src/procheader.h 14638 * src/procmime.c 14639 * src/procmsg.c 14640 * src/procmsg.h 14641 * src/send_message.h 14642 * src/simple-gettext.c 14643 * src/summaryview.c 14644 * src/summaryview.h 14645 * src/syldap.c 14646 * src/textview.c 14647 * src/undo.c 14648 * src/common/ssl_certificate.c 14649 * src/common/utils.c 14650 * src/gtk/colorsel.c 14651 * src/gtk/gtksctree.c 14652 * src/gtk/gtkshruler.c 14653 * src/plugins/trayicon/trayicon.c 14654 #if 0 goes to /dev/null 14655 14656 2006-03-01 [colin] 2.0.0cvs94 14657 14658 * src/compose.c 14659 * src/imap.c 14660 * src/inc.c 14661 * src/inc.h 14662 * src/messageview.c 14663 * src/news.c 14664 * src/plugins/spamassassin/spamassassin.c 14665 Allow to add information in the "working offline" 14666 window 14667 14668 2006-03-01 [wwp] 2.0.0cvs93 14669 14670 * src/plugins/spamassassin/spamassassin.c 14671 fixed spamc invocation: use a tricky temporary mini shell wrapper 14672 'cause it seems that calling `spamc ... < inputfile` with 14673 g_spawn_(a)sync simply.. erm doesn't work :-). 14674 14675 2006-03-01 [wwp] 2.0.0cvs92 14676 14677 * src/toolbar.c 14678 * src/toolbar.h 14679 simplify the adding of spam/ham button to the messageview toolbar 14680 (it gets more clear now that the same button will be "Mark as spam" 14681 or "Mark as ham" according to the current message status, 14682 thanks to Colin). 14683 14684 2006-03-01 [wwp] 2.0.0cvs91 14685 14686 * src/messageview.c 14687 * src/procmsg.c 14688 * src/procmsg.h 14689 * src/summaryview.c 14690 * src/plugins/spamassassin/spamassassin.c 14691 * src/plugins/spamassassin/spamassassin.h 14692 make learner callbacks return a status (0 for ok), 14693 handle it in main code to avoid setting flags when learning failed, 14694 don't learn on TCP if offline in spamassassin, 14695 thanks to Colin. 14696 14697 14698 14699 2006-03-01 [wwp] 2.0.0cvs90 14700 14701 * src/compose.c 14702 some work around the compose window's account menu, 14703 patch by Fabien Vantard. 14704 14705 2006-03-01 [wwp] 2.0.0cvs89 14706 14707 * src/plugins/spamassassin/spamassassin.c 14708 fixed bad logics, was using spamc in local mode and sa-learn 14709 in remote mode (thanks, Colin). 14710 14711 2006-03-01 [wwp] 2.0.0cvs88 14712 14713 * src/plugins/spamassassin/spamassassin.c 14714 * src/plugins/spamassassin/spamassassin.h 14715 * src/plugins/spamassassin/spamassassin_gtk.c 14716 made processing of emails w/ sa-plugin an option (default is TRUE), 14717 fixed Engrish some tooltips, capitalization of some debug messages 14718 and warnings. The spamassassin plugin now provides two separate 14719 services: process emails upon incorporation and spamd training. 14720 Both services (un)register independently but use some common 14721 plugin settings (transport settings, spam storage location). 14722 14723 2006-02-28 [wwp] 2.0.0cvs87 14724 14725 * src/plugins/spamassassin/spamassassin.c 14726 fix async flag to spamc cmdline execution (batch exec should 14727 be asynchronous). 14728 14729 2006-02-27 [wwp] 2.0.0cvs86 14730 14731 * src/plugins/spamassassin/spamassassin.c 14732 * src/plugins/spamassassin/spamassassin.h 14733 * src/plugins/spamassassin/spamassassin_gtk.c 14734 - added the ability to learn a remote spamassassin server (spamd), 14735 using spamc. 14736 - added the spamassassin option 'username', that applies to all 14737 spamassassin operations (filtering, learning, local or remote). 14738 The default username is the current unix user (if left blank 14739 from gtk prefs or config file). 14740 - commented out some unused code (notebook widget), removed unused 14741 layout (hbox1). 14742 - make more widgets sensitive to the transport type. 14743 14744 2006-02-27 [colin] 2.0.0cvs85 14745 14746 * src/plugins/spamassassin/spamassassin.c 14747 Fix sa-learn call when offline 14748 14749 2006-02-27 [colin] 2.0.0cvs84 14750 14751 * configure.ac 14752 * src/Makefile.am 14753 * src/mainwindow.c 14754 * src/mainwindow.h 14755 * src/messageview.c 14756 * src/messageview.h 14757 * src/prefs_toolbar.c 14758 * src/procmsg.c 14759 * src/stock_pixmap.c 14760 * src/stock_pixmap.h 14761 * src/summaryview.c 14762 * src/toolbar.c 14763 * src/toolbar.h 14764 * src/pixmaps/ham_btn.xpm 14765 * src/pixmaps/spam.xpm 14766 * src/pixmaps/spam_btn.xpm 14767 * src/plugins/spamassassin/spamassassin.c 14768 Add button in toolbar for spam learning 14769 Fix a few bugs from the last related commit 14770 Revert 1.9.6cvs23 which messed up shift-selection 14771 14772 2006-02-24 [colin] 2.0.0cvs83 14773 14774 * src/procmsg.c 14775 * src/summaryview.c 14776 * src/summaryview.h 14777 * src/plugins/spamassassin/spamassassin.c 14778 * src/plugins/spamassassin/spamassassin.h 14779 * src/plugins/spamassassin/spamassassin_gtk.c 14780 Unregister learner when spamassassin is either 14781 disabled or over tcp 14782 14783 2006-02-24 [colin] 2.0.0cvs82 14784 14785 * src/Makefile.am 14786 * src/mainwindow.c 14787 * src/mainwindow.h 14788 * src/procmsg.c 14789 * src/procmsg.h 14790 * src/stock_pixmap.c 14791 * src/stock_pixmap.h 14792 * src/summaryview.c 14793 * src/summaryview.h 14794 * src/gtk/icon_legend.c 14795 * src/pixmaps/spam.xpm ** NEW FILE ** 14796 * src/plugins/spamassassin/spamassassin.c 14797 * src/plugins/spamassassin/spamassassin_gtk.c 14798 Add spam learning interface (Mark/Mark as 14799 (spam|ham) menus) 14800 14801 2006-02-24 [wwp] 2.0.0cvs81 14802 14803 * src/compose.c 14804 * src/compose.h 14805 * src/filtering.c 14806 hide compose window when sending message in batch mode 14807 (filtering: forward and redirect). Also fixed a wrong 14808 value returned when sending failed, neutral anyway. 14809 (Colin, me) 14810 14811 2006-02-24 [wwp] 2.0.0cvs80 14812 14813 * src/mainwindow.c 14814 use GTK+'s stock quit button. Patch by Fabien Vantard. 14815 14816 2006-02-24 [paul] 2.0.0cvs79 14817 14818 * src/news.c 14819 * src/news.h 14820 * src/news_gtk.c 14821 fix bug 916, 'newsgroup unsubscribe segmentation fault' 14822 Thanks to Colin 14823 14824 2006-02-23 [colin] 2.0.0cvs78 14825 14826 * src/alertpanel.c 14827 Change OK to Close in alertpanel with View log 14828 button; add accel to View log. Patch by Fabien 14829 Vantard 14830 14831 2006-02-23 [wwp] 2.0.0cvs77 14832 14833 * src/compose.c 14834 silly me, there were much more tests to perform, since toolbars can 14835 really have down to 1 element only. 14836 14837 2006-02-23 [wwp] 2.0.0cvs76 14838 14839 * commitHelper 14840 fixed indentation from my previous commit. Fallback to VISUAL if 14841 EDITOR is not set (and to vi, at last resort). 14842 14843 2006-02-23 [wwp] 2.0.0cvs75 14844 14845 * commitHelper 14846 improved error detection (Colin, me). 14847 14848 2006-02-23 [wwp] 2.0.0cvs74 14849 14850 * src/prefs_toolbar.c 14851 simplify and fix prefs/toolbars layouting. Combos' contents can 14852 now be really displayed. 14853 14854 2006-02-23 [wwp] 2.0.0cvs73 14855 simplifies and fix prefs/toolbars layouting. Combos' contents can now 14856 be really displayed. 14857 14858 2006-02-22 [wwp] 2.0.0cvs72 14859 14860 * src/compose.c 14861 fix a typo in my previous commit (sorry!). 14862 14863 2006-02-22 [wwp] 2.0.0cvs71 14864 14865 * src/prefs_toolbar.c 14866 fix a crash when adding separators to toolbars, 14867 also fix some separator item information. 14868 14869 2006-02-22 [wwp] 2.0.0cvs70 14870 14871 * src/compose.c 14872 fix a crash when redirecting (for instance) when compose window's 14873 toolbar contents has been customized (when some buttons have been 14874 removed in fact). 14875 14876 2006-02-21 [wwp] 2.0.0cvs69 14877 14878 * src/summaryview.c 14879 * src/gtk/pluginwindow.c 14880 * src/plugins/pgpcore/prefs_gpg.c 14881 fix some compilation warnings (feat. remains of removed code). 14882 14883 2006-02-21 [wwp] 2.0.0cvs68 14884 14885 * src/gtk/gtkutils.c 14886 fix two compilation issues, thanks to Stephan Sachse. 14887 14888 2006-02-20 [colin] 2.0.0cvs67 14889 14890 * src/mainwindow.c 14891 Don't reselect displayed mail on refocus 14892 This fixes actions misbehaving 14893 14894 2006-02-20 [wwp] 2.0.0cvs66 14895 14896 * src/summaryview.c 14897 * src/gtk/gtksctree.c 14898 * src/gtk/gtkshruler.c 14899 changed more runtime typecast checks. 14900 14901 2006-02-20 [wwp] 2.0.0cvs65 14902 14903 * src/summary_search.c 14904 find all - summaryview refresh issue fixed, thanks to Colin. 14905 14906 2006-02-20 [wwp] 2.0.0cvs64 14907 14908 * src/gtk/gtkutils.c 14909 better runtime typecast checks. 14910 14911 2006-02-20 [wwp] 2.0.0cvs63 14912 14913 * src/summary_search.c 14914 enhancements to the summary search: 14915 - add the ability to stop the running search 14916 (upon ESC-key press, new Stop button or when Clear button is pressed) 14917 - don't search if no criteria (From/To/Subject/Body) is set 14918 - ensure that a busy mouse pointer is always shown when searching, 14919 show it even a bit earlier 14920 14921 2006-02-19 [colin] 2.0.0cvs62 14922 14923 * src/compose.c 14924 * src/imap.c 14925 * src/etpan/imap-thread.c 14926 * src/etpan/imap-thread.h 14927 (Future) IMAP speed improvement on sending 14928 Will require a libetpan update 14929 * src/summaryview.c 14930 * src/gtk/quicksearch.c 14931 Make quicksearch clearable while running. 14932 14933 2006-02-17 [colin] 2.0.0cvs61 14934 14935 * src/imap.c 14936 * src/etpan/imap-thread.c 14937 * src/etpan/imap-thread.h 14938 Check for IMAP certificates 14939 ** Requires libetpan-0.42-cvs4 14940 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz 14941 14942 2006-02-17 [colin] 2.0.0cvs60 14943 14944 * src/messageview.c 14945 * src/prefs_common.c 14946 * src/prefs_common.h 14947 * src/prefs_message.c 14948 Add pref to display HTML-only mails with plugin, 14949 if possible (defaulting to FALSE of course). 14950 14951 2006-02-16 [colin] 2.0.0cvs59 14952 14953 * src/main.c 14954 * src/common/plugin.c 14955 * src/common/plugin.h 14956 * src/gtk/pluginwindow.c 14957 Keep track of requested (but unloaded) plugins 14958 in some error cases. 14959 14960 2006-02-16 [wwp] 2.0.0cvs58 14961 14962 * src/gtk/gtkaspell.c 14963 * src/gtk/gtkaspell.h 14964 * src/prefs_spelling.c 14965 * src/compose.c 14966 * src/prefs_common.c 14967 * src/prefs_common.h 14968 implemented new optional spellchecker behaviour: re-check message when 14969 dictionary got changed (from compose-window/context-menu/Change dictionary). 14970 14971 2006-02-16 [wwp] 2.0.0cvs57 14972 14973 * src/quote_fmt_parse.y 14974 pclose popen'ed pipe. 14975 14976 2006-02-15 [colin] 2.0.0cvs56 14977 14978 * src/mimeview.c 14979 * src/mimeview.h 14980 Let MimeViewers know which MimeView they 14981 depend of. 14982 * src/summaryview.c 14983 Swap From/To columns in Sent/Queue/Drafts 14984 folders 14985 * src/etpan/imap-thread.c 14986 Use mailstream_low_tls_open() for STARTTLS 14987 instead of mailstream_low_ssl_open() 14988 ** REQUIRES libetpan 0.42cvs3 ** 14989 14990 2006-02-15 [wwp] 2.0.0cvs55 14991 14992 * src/compose.c 14993 * src/compose.h 14994 * src/message_search.c 14995 * src/message_search.h 14996 * src/textview.c 14997 * src/gtk/gtkutils.c 14998 * src/gtk/gtkutils.h 14999 added the ability to Find text in the compose window (and a bit 15000 of code factorization). 15001 15002 2006-02-15 [wwp] 2.0.0cvs54 15003 15004 * src/prefs_gtk.c 15005 yet another one file was missing (fix for some widgets' sensitivity). 15006 Thanks Colin! 15007 15008 2006-02-15 [wwp] 2.0.0cvs53 15009 15010 * src/prefs_gtk.h 15011 oops forgot that file (fix for some widgets' sensitivity). 15012 15013 2006-02-15 [wwp] 2.0.0cvs52 15014 15015 * src/summary_search.c 15016 implemented advanced summary search options (added the ability 15017 to use matcher conditions in an advanced search mode). 15018 15019 2006-02-15 [wwp] 2.0.0cvs51 15020 15021 * src/plugins/pgpcore/prefs_gpg.c 15022 * src/prefs_account.c 15023 fix some widget sensitivity, mostly around some labels in 15024 account prefs. 15025 15026 2006-02-15 [paul] 2.0.0cvs50 15027 15028 * manual/advanced.xml 15029 improve Templates info 15030 written by wwp 15031 15032 2006-02-14 [colin] 2.0.0cvs49 15033 15034 * src/pixmaps/address_book.xpm 15035 * src/pixmaps/preferences.xpm 15036 * src/pixmaps/properties.xpm 15037 Fix pixmap size - patch by Fabien Vantard 15038 15039 2006-02-13 [colin] 2.0.0cvs48 15040 15041 * src/procmime.c 15042 Add missing fclose()s on error 15043 * src/textview.c 15044 Remove unused code 15045 * src/common/utils.c 15046 Fix temp files not being deleted on windows 15047 Patches by Thomas Gilgin 15048 15049 2006-02-13 [colin] 2.0.0cvs47 15050 15051 * src/mainwindow.c 15052 Fix exit crash 15053 15054 2006-02-13 [wwp] 2.0.0cvs46 15055 15056 * src/plugins/pgpcore/prefs_gpg.c 15057 fixed sensitivity of radio widgets in account / GPG-plugin prefs. 15058 15059 2006-02-12 [colin] 2.0.0cvs45 15060 15061 * src/folderview.c 15062 * src/main.c 15063 * src/mainwindow.c 15064 Fix "stuff" when quitting 15065 15066 2006-02-12 [wwp] 2.0.0cvs44 15067 15068 * src/prefs_themes.c 15069 fix typos in debug messages. 15070 15071 2006-02-11 [colin] 2.0.0cvs43 15072 15073 * src/summaryview.c 15074 don't allow drag/drop from ourself 15075 15076 2006-02-10 [wwp] 2.0.0cvs42 15077 15078 * src/exporthtml.c 15079 * src/html.c 15080 * src/html.h 15081 * src/procmime.c 15082 * src/textview.c 15083 renamed html_ prefixed functions and data structures to avoid 15084 namespace clashes w/ other software (gtkhtml2 for instance). 15085 Closes bug #907. 15086 15087 15088 2006-02-09 [colin] 2.0.0cvs41 15089 15090 * src/summaryview.c 15091 Fix shitty logic messed up. Thanks Ticho for the hint! 15092 15093 2006-02-09 [wwp] 2.0.0cvs40 15094 15095 * src/gtk/about.c 15096 * src/compose.c 15097 * src/prefs_account.c 15098 * src/prefs_gtk.h 15099 * src/editaddress.c 15100 added mnemonics to notebook widgets (compose, account prefs, about and editaddress), 15101 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the 15102 Browse buttons in accounts prefs. 15103 15104 2006-02-09 [colin] 2.0.0cvs39 15105 15106 * src/matcher.c 15107 Check for pointer before using its members 15108 * src/gtk/gtksourceprintjob.c 15109 Fix a wrong warning 15110 15111 2006-02-09 [wwp] 2.0.0cvs38 15112 15113 * src/gtk/filesel.c 15114 fix few compiler warnings (type mismatch). 15115 15116 2006-02-09 [paul] 2.0.0cvs37 15117 15118 * po/fr.po 15119 updated by Fabien Vantard 15120 15121 2006-02-08 [colin] 2.0.0cvs36 15122 15123 * src/prefs_common.c 15124 * src/common/defs.h 15125 * src/common/plugin.c 15126 allow windows and linux configurations to coexist 15127 patch by Thomas Gilgin 15128 15129 2006-02-08 [colin] 2.0.0cvs35 15130 15131 * src/filtering.c 15132 * src/matcher.c 15133 * src/matcher.h 15134 * src/matcher_parser_parse.y 15135 * src/prefs_filtering_action.c 15136 * src/prefs_matcher.c 15137 Add the "Ignore thread" filtering 15138 action 15139 15140 2006-02-08 [colin] 2.0.0cvs34 15141 15142 * src/compose.c 15143 * src/procmime.c 15144 * src/procmime.h 15145 Fix bug #905 (damaged attachment) 15146 text files with raw \0's aren't really text files 15147 FOR_STABLE 15148 15149 2006-02-08 [colin] 2.0.0cvs33 15150 15151 * src/summaryview.c 15152 Fix crasher introduced yesterday 15153 15154 2006-02-08 [wwp] 2.0.0cvs32 15155 15156 * src/compose.c 15157 * src/compose.h 15158 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields 15159 15160 2006-02-08 [wwp] 2.0.0cvs31 15161 15162 * src/prefs_template.c 15163 templates enhancement: allow address completion for Cc and Bcc fields 15164 (it was currently possible for the To field only) 15165 15166 2006-02-08 [colin] 2.0.0cvs30 15167 15168 * src/compose.c 15169 Don't unblock if not blocked 15170 FOR_STABLE 15171 15172 2006-02-07 [colin] 2.0.0cvs29 15173 15174 * src/action.c 15175 Forgot to refresh summaryview 15176 15177 2006-02-07 [colin] 2.0.0cvs28 15178 15179 * src/action.c 15180 Freeze/thaw message list and folder list while 15181 processing %as{} actions 15182 * src/compose.c 15183 Fix auto-wrap disabling after a middle-click 15184 paste - FOR_STABLE 15185 15186 2006-02-07 [paul] 2.0.0cvs27 15187 15188 * src/folder.c 15189 fix freeing of uninitialised pointers 15190 Thanks to Colin 15191 15192 2006-02-06 [colin] 2.0.0cvs26 15193 15194 * src/folder.c 15195 Use g_slist_prepend in potentially big list 15196 15197 2006-02-06 [colin] 2.0.0cvs25 15198 15199 * src/folder.c 15200 Completely skip processing if it doesn't 15201 exist (faster!) 15202 15203 2006-02-06 [colin] 2.0.0cvs24 15204 15205 * src/folder.c 15206 * src/summaryview.c 15207 Batch filtering in summaryview (from Tools menu) 15208 and pre/post//-processing too 15209 15210 2006-02-06 [colin] 2.0.0cvs23 15211 15212 * src/procmsg.h 15213 * src/filtering.c 15214 Use a special field for batch filtering instead 15215 of stepping on deferred execution's toes 15216 15217 2006-02-06 [colin] 2.0.0cvs22 15218 15219 * src/action.c 15220 * src/filtering.c 15221 * src/filtering.h 15222 * src/folder.c 15223 * src/summaryview.c 15224 Fix filtering via menus and actions 15225 15226 2006-02-06 [colin] 2.0.0cvs21 15227 15228 * src/imap.c 15229 Put the added file directly to cache if possible (will work 15230 with next libetpan) 15231 * src/filtering.c 15232 * src/filtering.h 15233 * src/inc.c 15234 * src/folder.c 15235 * src/mbox.c 15236 * src/procmsg.h 15237 Move and copy filtered messages by batches instead of one 15238 by one - faster on IMAP 15239 * src/procmsg.c 15240 Add a function that'll possibly be useful later 15241 15242 2006-02-06 [colin] 2.0.0cvs20 15243 15244 * src/addressbook.c 15245 Use internal mime-type instead of text/plain for d'n'd 15246 * src/compose.c 15247 Allow attaching files from mimeview's icon list via d'n'd 15248 * src/folderview.c 15249 * src/folderview.h 15250 Use internal mime-type instead of text/plain for d'n'd 15251 Don't try to selected opened folder if none is 15252 Factorize d'n'd from other apps code 15253 * src/headerview.c 15254 * src/textview.c 15255 * src/gtk/gtkutils.c 15256 * src/gtk/gtkutils.h 15257 Factorize Face/X-Face stuff 15258 * src/mimeview.c 15259 Fix d'n'd to other apps 15260 * src/prefs_message.c 15261 Let the XFace pref be usable without libcompface as it also 15262 applies to Face 15263 * src/summaryview.c 15264 Fix d'n'd to other apps 15265 Factorize d'n'd from other apps code 15266 15267 2006-02-06 [wwp] 2.0.0cvs19 15268 15269 * po/it.po 15270 Italian translation fixes by Andrea Spadaccini (no more confusion 15271 between filtering and processing, and few changes in the About 15272 dialog). 15273 15274 15275 2006-02-06 [mones] 2.0.0cvs18 15276 15277 * src/gtk/icon_legend.c 15278 Improved descriptions allowing better translations 15279 15280 2006-02-05 [colin] 2.0.0cvs17 15281 15282 * src/imap.c 15283 Add the f*cking missing expunge that caused imap_fetch_env 15284 to fail after an add_msgs ! :-/// 15285 * src/etpan/imap-thread.c 15286 Add a bit of debug 15287 FOR_STABLE 15288 15289 2006-02-05 [colin] 2.0.0cvs16 15290 15291 * src/common/utils.c 15292 Don't check for return-path (or we can't put 15293 back non-sent mails) 15294 15295 2006-02-05 [colin] 2.0.0cvs15 15296 15297 * src/textview.c 15298 Don't try to display Face header in textview 15299 when teh headerview's active 15300 15301 2006-02-05 [colin] 2.0.0cvs14 15302 15303 * tools/tbird2syl.py 15304 * tools/Makefile.am 15305 Add script to import Thunderbird mails 15306 15307 2006-02-05 [colin] 2.0.0cvs13 15308 15309 * src/headerview.c 15310 * src/procheader.c 15311 * src/procmsg.c 15312 * src/procmsg.h 15313 * src/textview.c 15314 Show Face headers - patch partially by Klaus Flittner 15315 15316 2006-02-05 [colin] 2.0.0cvs12 15317 15318 * src/folderview.c 15319 * src/summaryview.c 15320 * src/common/utils.c 15321 * src/common/utils.h 15322 Let dnd work from mime icons to summaryview 15323 and to folderview too 15324 Add a crude test to avoid trying to add files 15325 drag'n'dropped when they're not mails 15326 15327 2006-02-04 [colin] 2.0.0cvs11 15328 15329 * src/summaryview.c 15330 * src/mimeview.c 15331 Fix utf8 conversion 15332 15333 2006-02-04 [colin] 2.0.0cvs10 15334 15335 * src/compose.c 15336 * src/folderview.c 15337 * src/mimeview.c 15338 * src/summaryview.c 15339 * src/summaryview.h 15340 Added various drag and drop capas: 15341 From To 15342 summaryview other apps 15343 mimeview icons other apps 15344 other apps summaryview 15345 other apps folderview 15346 15347 This shouldn't have broken the existing: 15348 From To 15349 summaryview folderview 15350 folderview folderview 15351 summaryview compose's attachments 15352 15353 Tests welcomed. 15354 15355 2006-02-02 [paul] 2.0.0cvs9 15356 15357 * src/mainwindow.c 15358 move global option 'Set displayed columns...' out 15359 of folder option grouping. 15360 fix sensitivity of 'harvest addresses' 15361 FOR_STABLE 15362 15363 2006-02-01 [colin] 2.0.0cvs8 15364 15365 * src/mimeview.c 15366 Revert the alertpanel patch, it sucks (intrusive 15367 and gets in the way of "open") 15368 15369 2006-02-01 [colin] 2.0.0cvs7 15370 15371 * src/compose.c 15372 * src/prefs_account.c 15373 * src/prefs_common.c 15374 * src/common/defs.h 15375 * src/common/utils.c 15376 * src/common/utils.h 15377 Add ability to edit the signature file 15378 from the account preferences, and use 15379 a default for the text editor. 15380 Patch by Fabien Vantard 15381 15382 2006-02-01 [colin] 2.0.0cvs6 15383 15384 * src/mimeview.c 15385 Try to get mime type by extension if it is 15386 application/octet-stream 15387 Display a window with possible choices when 15388 encountering unknown mime types 15389 * src/gtk/filesel.c 15390 * src/gtk/filesel.h 15391 Add preview 15392 Allow multiple selection in filtered filesel 15393 (patch by Fabien Vantard) 15394 * src/gtk/pluginwindow.c 15395 Use it (patch by Fabien Vantard) 15396 15397 2006-02-01 [paul] 2.0.0cvs5 15398 15399 * src/jpilot.c 15400 fix crash on creating jpilot address book 15401 Thanks to Colin - FOR_STABLE 15402 * src/prefs_summaries.c 15403 * src/prefs_wrapping.c 15404 * src/gtk/icon_legend.c 15405 * src/gtk/quicksearch.c 15406 string fixes and additions 15407 15408 2006-02-01 [paul] 2.0.0cvs4 15409 15410 * src/compose.c 15411 * src/mainwindow.c 15412 * src/messageview.c 15413 * src/prefs_send.c 15414 add Arabic encoding option 15415 Patch submitted by Mohammed Sameer <msameer@users.sf.net> 15416 15417 2006-01-31 [colin] 2.0.0cvs3 15418 15419 * src/plugins/pgpcore/passphrase.c 15420 Convert passphrase to locale encoding 15421 * src/compose.c 15422 Fix drafting on IMAP. Crappy bug sneaked in 15423 the release :-/ 15424 FOR_STABLE 15425 15426 2006-01-30 [paul] 2.0.0cvs2 15427 15428 * src/gtk/icon_legend.c 15429 show the new entries 15430 15431 2006-01-30 [colin] 2.0.0cvs1 15432 15433 * src/manual.c 15434 Check for the file to be present before 15435 enabling the menu - FOR_STABLE 15436 * src/gtk/icon_legend.c 15437 Add folders icons (not all of them, there 15438 are too much, but the most intriguing ones) 15439 15440 2006-01-30 [paul] 2.0.0 15441 15442 version 2.0.0 released 15443 15444 [For previous entries, see ChangeLog.pre2.0.0]