root / ChangeLog @ 881
History | View | Annotate | Download (86.7 kB)
| 1 | 2006-01-10 |
|---|---|
| 2 | |
| 3 | * src/summaryview.c |
| 4 | src/mainwindow.c: repositioned the "Delete" menu and added a |
| 5 | separator to prevent accidental selection. |
| 6 | |
| 7 | 2006-01-10 |
| 8 | |
| 9 | * libsylph/virtual.c |
| 10 | libsylph/defs.h |
| 11 | src/prefs_search_folder.c: implemented the modification of search |
| 12 | folder condition. |
| 13 | |
| 14 | 2006-01-06 |
| 15 | |
| 16 | * src/prefs_search_folder.[ch] |
| 17 | src/summary_search.[ch] |
| 18 | src/folderview.c |
| 19 | src/prefs_filter_edit.[ch]: partially implemented search folder |
| 20 | properties. |
| 21 | |
| 22 | 2006-01-06 |
| 23 | |
| 24 | * src/folderview.c: modified the message of deleting search folder. |
| 25 | |
| 26 | 2006-01-06 |
| 27 | |
| 28 | * src/summary_search.c: accept when name entry is activated on the |
| 29 | save dialog. |
| 30 | * src/summaryview.c: summary_status_show(): use gint64 for sel_size to |
| 31 | avoid overflow on environments where sizeof(off_t) is 4. |
| 32 | |
| 33 | 2006-01-06 |
| 34 | |
| 35 | * libsylph/virtual.c: don't compare temporary flags (fixes a bug that |
| 36 | search cache occasionally didn't work). |
| 37 | |
| 38 | 2006-01-06 |
| 39 | |
| 40 | * src/summary_search.c |
| 41 | src/prefs_filter_edit.[ch]: prefs_filter_edit_cond_edit_to_list(): |
| 42 | added for minor code cleanup. |
| 43 | |
| 44 | 2006-01-05 |
| 45 | |
| 46 | * src/textview.c: textview_make_clickable_parts(): add http:// scheme |
| 47 | before implicit URIs begin with 'www.'. |
| 48 | |
| 49 | 2006-01-05 |
| 50 | |
| 51 | * libsylph/virtual.c |
| 52 | src/folderview.c: fixed a bug that search folders under IMAP4 or |
| 53 | NNTP folders couldn't be removed. |
| 54 | |
| 55 | 2005-12-27 |
| 56 | |
| 57 | * libsylph/procmsg.[ch] |
| 58 | libsylph/virtual.c: cache search result to speed up on and after |
| 59 | the second search. |
| 60 | * src/summary_search.c: fixed a warning. |
| 61 | |
| 62 | 2005-12-26 |
| 63 | |
| 64 | * version 2.2.0beta2 |
| 65 | |
| 66 | 2005-12-26 |
| 67 | |
| 68 | * libsylph/pop.[ch]: prevent duplicate retrieval after incomplete |
| 69 | session. |
| 70 | |
| 71 | 2005-12-26 |
| 72 | |
| 73 | * src/compose.c |
| 74 | src/messageview.c |
| 75 | src/prefs_common_dialog.c |
| 76 | src/mainwindow.c: added Windows-1252 for display encoding. Removed |
| 77 | EUC-TW from the outgoing encoding of compose window. |
| 78 | |
| 79 | 2005-12-26 |
| 80 | |
| 81 | * src/compose.c: compose_attach_parts(): don't traverse inside |
| 82 | message/rfc822 to avoid duplicated attachments. |
| 83 | |
| 84 | 2005-12-26 |
| 85 | |
| 86 | * src/compose.c: only add modified flag when files are manually |
| 87 | attached. |
| 88 | |
| 89 | 2005-12-26 |
| 90 | |
| 91 | * libsylph/utils.c: subst_for_filename(): added more characters to be |
| 92 | substituted (for Win32). |
| 93 | generate_mime_boundary(): replaced subst_char() with subst_chars(). |
| 94 | |
| 95 | 2005-12-25 |
| 96 | |
| 97 | * src/compose.c: compose_attach_parts(): include message/rfc822 parts. |
| 98 | |
| 99 | 2005-12-25 |
| 100 | |
| 101 | * src/folderview.c: fixed a bug that previously selected row was |
| 102 | removed from the view instead of currently selected one when |
| 103 | deleting/renaming folders from the context menu. |
| 104 | |
| 105 | 2005-12-25 |
| 106 | |
| 107 | * src/compose.c: compose_attach_parts(): attach all parts with |
| 108 | filenames, and don't if not (fixes failure of forwarding attachments |
| 109 | in some cases). |
| 110 | |
| 111 | 2005-12-22 |
| 112 | |
| 113 | * version 2.2.0beta1 |
| 114 | |
| 115 | 2005-12-22 |
| 116 | |
| 117 | * src/compose.c: compose_is_itemized(): fixed enumerated lines |
| 118 | detection. |
| 119 | |
| 120 | 2005-12-22 |
| 121 | |
| 122 | * src/summary_search.c |
| 123 | src/mainwindow.c: modified window handling. |
| 124 | |
| 125 | 2005-12-22 |
| 126 | |
| 127 | * src/summaryview.[ch] |
| 128 | src/summary_search.c: select activated message in summary view if |
| 129 | possible. |
| 130 | |
| 131 | 2005-12-22 |
| 132 | |
| 133 | * src/summaryview.c: summary_row_expanded(): disable workaround with |
| 134 | GTK+ 2.8. |
| 135 | |
| 136 | 2005-12-21 |
| 137 | |
| 138 | * libsylph/procmsg.[ch] |
| 139 | src/compose.c |
| 140 | src/summaryview.[ch]: reflect flag changes on virtual folders in the |
| 141 | real ones. |
| 142 | |
| 143 | 2005-12-21 |
| 144 | |
| 145 | * libsylph/virtual.c |
| 146 | libsylph/filter.c |
| 147 | src/summary_search.c |
| 148 | src/prefs_folder_item.c |
| 149 | src/folderview.c: show progress when opening search folder. Don't |
| 150 | allow the search of search folder. Save case-sensitive option. |
| 151 | * libsylph/procmsg.h |
| 152 | src/compose.c |
| 153 | src/summaryview.c: added MSG_FLAG_CHANGED flag. |
| 154 | |
| 155 | 2005-12-20 |
| 156 | |
| 157 | * src/compose.c: compose_is_itemized(): also check for enumerated |
| 158 | lines such as (1), (2), 3. ... |
| 159 | |
| 160 | 2005-12-20 |
| 161 | |
| 162 | * libsylph/account.[ch]: account_address_exist(): new. |
| 163 | src/account_dialog.c |
| 164 | src/summaryview.c: look for all accounts when the option "Display |
| 165 | recipient on `From' column if sender is yourself" is enabled. |
| 166 | src/folderview.c: write account config file immediately when an |
| 167 | account is removed. |
| 168 | |
| 169 | 2005-12-20 |
| 170 | |
| 171 | * src/summaryview.c: summary_set_row(): fixed a memory leak. |
| 172 | |
| 173 | 2005-12-20 |
| 174 | |
| 175 | * src/folderview.[ch]: reflect display_folder_unread setting |
| 176 | immediately. |
| 177 | |
| 178 | 2005-12-20 |
| 179 | |
| 180 | * src/filesel.c: filesel_select_file_full(): fixed preselected |
| 181 | directory with GTK+ 2.8. |
| 182 | |
| 183 | 2005-12-19 |
| 184 | |
| 185 | * src/subscribedialog.c: popup main window when the dialog is closed. |
| 186 | |
| 187 | 2005-12-19 |
| 188 | |
| 189 | * src/mainwindow.c: main_window_get_size(): save summary view height |
| 190 | even if window is maximized. |
| 191 | |
| 192 | 2005-12-19 |
| 193 | |
| 194 | * libsylph/prefs_common.[ch] |
| 195 | src/mainwindow.c: remember the maximized state. |
| 196 | |
| 197 | 2005-12-19 |
| 198 | |
| 199 | * src/summary_search.[ch] |
| 200 | src/folderview.c |
| 201 | src/mainwindow.c: removed SummaryView* from the argument of |
| 202 | summary_search(). Preset folder when saving as search folder. |
| 203 | |
| 204 | 2005-12-19 |
| 205 | |
| 206 | * libsylph/virtual.[ch] |
| 207 | libsylph/folder.[ch] |
| 208 | libsylph/filter.[ch] |
| 209 | libsylph/Makefile.am |
| 210 | src/summary_search.[ch] |
| 211 | src/prefs_folder_item.c |
| 212 | src/summaryview.c |
| 213 | src/folderview.c |
| 214 | src/mainwindow.c |
| 215 | src/prefs_filter_edit.[ch]: implemented query search and virtual |
| 216 | folder. |
| 217 | |
| 218 | 2005-12-19 |
| 219 | |
| 220 | * libsylph/codeconv.[ch]: support nonstandard encoding |
| 221 | "ks_c_5601-1987" (thanks to Yoo Chung). |
| 222 | |
| 223 | 2005-12-14 |
| 224 | |
| 225 | * version 2.1.9 |
| 226 | |
| 227 | 2005-12-14 |
| 228 | |
| 229 | * libsylph/prefs_account.[ch] |
| 230 | src/inc.c |
| 231 | src/folderview.[ch] |
| 232 | src/prefs_account_dialog.c: added an option to update only INBOX on |
| 233 | checking new messages of IMAP4 accounts. |
| 234 | |
| 235 | 2005-12-13 |
| 236 | |
| 237 | * libsylph/account.c |
| 238 | libsylph/prefs_account.[ch] |
| 239 | src/prefs_account_dialog.c: enabled custom queue folder. |
| 240 | |
| 241 | 2005-12-13 |
| 242 | |
| 243 | * src/subscribedialog.c: fixed a bug that invisible subscribed groups |
| 244 | was removed after refresh. Assume wildcards for keywords without |
| 245 | them. Display status when receiving of newsgroups list started. |
| 246 | |
| 247 | 2005-12-09 |
| 248 | |
| 249 | * src/foldersel.c: also select top folder on FOLDER_SEL_ALL. |
| 250 | * libsylph/folder.c: folder_find_item_from_identifier(): also return |
| 251 | top folder. |
| 252 | |
| 253 | 2005-12-09 |
| 254 | |
| 255 | * src/filter.[ch]: filter_rule_requires_full_headers(): added. |
| 256 | * libsylph/procheader.[ch]: procheader_get_header_list_from_msginfo(): |
| 257 | added. |
| 258 | |
| 259 | 2005-12-09 |
| 260 | |
| 261 | * src/prefs_filter_edit.[ch]: prefs_filter_edit_cond_hbox_to_cond(): |
| 262 | added an argument for case sensitivity. |
| 263 | |
| 264 | 2005-12-08 |
| 265 | |
| 266 | * src/prefs_filter_edit.[ch] |
| 267 | src/prefs_filter.[ch]: made more functions public. |
| 268 | |
| 269 | 2005-12-08 |
| 270 | |
| 271 | * src/prefs_filter_edit.[ch]: generalized the condition edit. |
| 272 | |
| 273 | 2005-12-08 |
| 274 | |
| 275 | * libsylph/imap.c: imap_get_msg_list(): only update mtime when folder |
| 276 | is not opened. |
| 277 | |
| 278 | 2005-12-07 |
| 279 | |
| 280 | * libsylph/mh.c |
| 281 | libsylph/news.c |
| 282 | libsylph/imap.c |
| 283 | libsylph/procmsg.[ch]: update caches and flags when reading message |
| 284 | list from a folder. |
| 285 | |
| 286 | 2005-12-06 |
| 287 | |
| 288 | * src/prefs_filter_edit.[ch]: made CondHBox / ActionHBox related APIs |
| 289 | public. |
| 290 | |
| 291 | 2005-12-05 |
| 292 | |
| 293 | * src/compose.c: compose_reply_set_entry(): enabled |
| 294 | COMPOSE_REPLY_TO_ALL for NNTP. fixed a memory leak. |
| 295 | |
| 296 | 2005-12-05 |
| 297 | |
| 298 | * libsylph/utils.[ch] |
| 299 | libsylph/imap.c: imap_cmd_append(): send message contents all at |
| 300 | once. |
| 301 | |
| 302 | 2005-12-02 |
| 303 | |
| 304 | * src/textview.c: textview_add_part(): modified font for signature |
| 305 | part. |
| 306 | |
| 307 | 2005-12-02 |
| 308 | |
| 309 | * src/addrbook.c: addrbook_update_address_list(): fixed crash bug when |
| 310 | an address in a group was modified. |
| 311 | * src/addrbook.c: addrbook_update_group_list() |
| 312 | src/editgroup.c: addressbook_edit_group(): fixed memory leaks. |
| 313 | |
| 314 | 2005-12-02 |
| 315 | |
| 316 | * src/passphrase.c: gpgmegtk_passphrase_cb(): fixed blocking on win32. |
| 317 | |
| 318 | 2005-12-01 |
| 319 | |
| 320 | * src/folderview.c: added "Update summary" to the context menu. |
| 321 | |
| 322 | 2005-12-01 |
| 323 | |
| 324 | * libsylph/session.h |
| 325 | libsylph/smtp.h: fixed compilation failure on some environments. |
| 326 | |
| 327 | 2005-11-30 |
| 328 | |
| 329 | * src/summaryview.[ch]: display progress on filtering. |
| 330 | |
| 331 | 2005-11-30 |
| 332 | |
| 333 | * version 2.1.8 |
| 334 | |
| 335 | 2005-11-29 |
| 336 | |
| 337 | * libsylph/session.c: removed debug print. |
| 338 | |
| 339 | 2005-11-29 |
| 340 | |
| 341 | * src/send_message.c: send_message_queue_all(): follow the change of |
| 342 | compose.c::compose_send(). |
| 343 | |
| 344 | 2005-11-28 |
| 345 | |
| 346 | * libsylph/prefs_common.[ch] |
| 347 | src/prefs_common_dialog.c: moved outgoing encoding option into |
| 348 | Display - Encoding tab. |
| 349 | |
| 350 | 2005-11-28 |
| 351 | |
| 352 | * libsylph/procmime.c: procmime_decode_content(): also normalize text |
| 353 | files on win32. Also do normalization for quoted-printable part. |
| 354 | |
| 355 | 2005-11-28 |
| 356 | |
| 357 | * libsylph/pop.c |
| 358 | libsylph/recv.c |
| 359 | src/compose.c: reverted linebreak conversion. |
| 360 | |
| 361 | 2005-11-25 |
| 362 | |
| 363 | * src/compose.c: also canonicalize on redirect/queue. |
| 364 | |
| 365 | 2005-11-25 |
| 366 | |
| 367 | * src/compose.c: compose_write_to_file(): always canonicalize composed |
| 368 | message. |
| 369 | |
| 370 | 2005-11-25 |
| 371 | |
| 372 | * libsylph/procmime.c: procmime_decode_content(): uncanonicalize |
| 373 | unencoded text. |
| 374 | |
| 375 | 2005-11-25 |
| 376 | |
| 377 | * libsylph/pop.c |
| 378 | libsylph/recv.c: don't convert CR+LF to LF. |
| 379 | * libsylph/procmime.c: procmime_decode_content(): don't uncanonicalize |
| 380 | message/rfc822. |
| 381 | |
| 382 | 2005-11-25 |
| 383 | |
| 384 | * src/imageview.c: size_allocate_cb(): don't update image view if |
| 385 | image_data doesn't exist. |
| 386 | * src/mimeview.c: mimeview_change_view_type(): clear hidden view. |
| 387 | |
| 388 | 2005-11-25 |
| 389 | |
| 390 | * libsylph/session.[ch]: session_read_data_as_file_cb(): don't write |
| 391 | to file until buffer is filled more than the half. Extended the |
| 392 | buffer size. |
| 393 | |
| 394 | 2005-11-25 |
| 395 | |
| 396 | * libsylph/session.c: session_recv_data_as_file_idle_cb(): fixed a bug |
| 397 | that lost first part of message data. |
| 398 | |
| 399 | 2005-11-24 |
| 400 | |
| 401 | * libsylph/procmime.c: procmime_decode_content(): win32: don't |
| 402 | uncanonicalize text files. |
| 403 | |
| 404 | 2005-11-24 |
| 405 | |
| 406 | * libsylph/pop.c |
| 407 | libsylph/session.[ch]: implemented session_recv_data_as_file(), |
| 408 | which receives data as file stream, to reduce memory usage on POP3 |
| 409 | session. |
| 410 | |
| 411 | 2005-11-22 |
| 412 | |
| 413 | * src/compose.c |
| 414 | src/prefs_common_dialog.c: don't save filtered sent message to |
| 415 | outbox. Only enable filtering of sent messages when saving of sent |
| 416 | messages is enabled. |
| 417 | * src/inc.c: inc_drop_message(): removed redundant code. |
| 418 | |
| 419 | 2005-11-22 |
| 420 | |
| 421 | * libsylph/utils.[ch] |
| 422 | libsylph/session.[ch] |
| 423 | libsylph/smtp.[ch] |
| 424 | src/send_message.c: reduced memory usage on SMTP session. |
| 425 | |
| 426 | 2005-11-22 |
| 427 | |
| 428 | * libsylph/imap.c: QUOTE_IF_REQUIRED(): add "[]&" to characters to be |
| 429 | quoted (for courier-imap). |
| 430 | |
| 431 | 2005-11-22 |
| 432 | |
| 433 | * libsylph/prefs_common.[ch] |
| 434 | src/compose.c: remember the last window position. |
| 435 | * src/sourcewindow.c: win32: fixed window appeared always top-left. |
| 436 | Added margin to the TextView. |
| 437 | |
| 438 | 2005-11-21 |
| 439 | |
| 440 | * src/compose.c: compose_create(): win32: fixed window appeared always |
| 441 | top-left. |
| 442 | |
| 443 | 2005-11-21 |
| 444 | |
| 445 | * src/compose.c: |
| 446 | compose_get_signature_str() |
| 447 | compose_insert_file(): give priority to locale to UTF-8 conversion |
| 448 | (fixes wrong Japanese conversion on some case). |
| 449 | |
| 450 | 2005-11-21 |
| 451 | |
| 452 | * libsylph/prefs_common.[ch]: modified the order of options. |
| 453 | |
| 454 | 2005-11-21 |
| 455 | |
| 456 | * src/prefs_ui.[ch] |
| 457 | src/prefs_common_dialog.c: reorganized the common prefs. |
| 458 | |
| 459 | 2005-11-18 |
| 460 | |
| 461 | * version 2.1.7 |
| 462 | |
| 463 | 2005-11-18 |
| 464 | |
| 465 | * libsylph/prefs_common.[ch] |
| 466 | src/prefs_common_dialog.c: moved the position of Spell tab. |
| 467 | |
| 468 | 2005-11-17 |
| 469 | |
| 470 | * src/compose.c: compose_set_title(): made edit mark less intrusive. |
| 471 | |
| 472 | 2005-11-17 |
| 473 | |
| 474 | * libsylph/utils.c: set_startup_dir(): win32: always set the startup |
| 475 | directory to the same directory as the location of executable file |
| 476 | (fixes untranslated messages when launched by other apps). |
| 477 | |
| 478 | 2005-11-17 |
| 479 | |
| 480 | * src/prefs_common_dialog.c: fixed crash when quote colors dialog was |
| 481 | closed by the window close button. Fixed window focus after closing |
| 482 | it. |
| 483 | |
| 484 | 2005-11-17 |
| 485 | |
| 486 | * src/about.c: show GtkSpell in compiled-in features. |
| 487 | |
| 488 | 2005-11-17 |
| 489 | |
| 490 | * configure.in: fixed wrong status report of GtkSpell. |
| 491 | |
| 492 | 2005-11-17 |
| 493 | |
| 494 | * libsylph/prefs_common.[ch] |
| 495 | src/compose.[ch] |
| 496 | src/prefs_common_dialog.c |
| 497 | configure.in: implemented spell checking using GtkSpell |
| 498 | (thanks to Victor Ananajevsky). |
| 499 | |
| 500 | 2005-11-16 |
| 501 | |
| 502 | * src/compose.c: compose_reply_set_entry(): don't reply to list for |
| 503 | subscribe confirmation request etc. |
| 504 | |
| 505 | 2005-11-16 |
| 506 | |
| 507 | * src/folderview.c: folderview_search_unread_recursive(): don't show |
| 508 | '+' (unread) mark even if unread messages are in Trash. |
| 509 | |
| 510 | 2005-11-16 |
| 511 | |
| 512 | * src/summaryview.c: fixed a bug that the selection was broken (and |
| 513 | sometimes crashed) when mark, unread, and colorlabel flags were |
| 514 | changed while the summary was sorted by the flags. |
| 515 | |
| 516 | 2005-11-16 |
| 517 | |
| 518 | * src/compose.c: fixed compilation error if GPGME is not enabled. |
| 519 | |
| 520 | 2005-11-15 |
| 521 | |
| 522 | * src/account_dialog.c: account_open(): popup main window if edit |
| 523 | account dialog is not present. |
| 524 | |
| 525 | 2005-11-15 |
| 526 | |
| 527 | * src/mimeview.c: mimeview_view_file(): win32: use g_file_test() to |
| 528 | detect common executable suffix. |
| 529 | |
| 530 | 2005-11-14 |
| 531 | |
| 532 | * libsylph/mh.c |
| 533 | libsylph/mbox.c |
| 534 | src/compose.c: always set FolderItem::mtime to 0 if the folder |
| 535 | contents changed (fixes occasional summary update failure on win32 |
| 536 | and some filesystems). |
| 537 | |
| 538 | 2005-11-14 |
| 539 | |
| 540 | * libsylph/utils.[ch] |
| 541 | src/summaryview.[ch]: use gint64 for total_size to avoid overflow |
| 542 | on environments where sizeof(off_t) is 4. |
| 543 | |
| 544 | 2005-11-14 |
| 545 | |
| 546 | * src/textview.c: changed the shadow type to GTK_SHADOW_ETCHED_IN. |
| 547 | * src/summaryview.[ch] |
| 548 | src/mainwindow.c: added separator between the summary status and |
| 549 | the header pane. |
| 550 | |
| 551 | 2005-11-11 |
| 552 | |
| 553 | * src/compose.c: fixed separator of newsgroups (thanks to KAZUKI |
| 554 | SHIMURA). |
| 555 | compose_reedit_set_entry(): also set Newsgroups and Followup-To |
| 556 | entry. |
| 557 | |
| 558 | 2005-11-11 |
| 559 | |
| 560 | * src/main.c: app_init(): win32: disable digit locale variable such as |
| 561 | "LANG=1041". |
| 562 | |
| 563 | 2005-11-11 |
| 564 | |
| 565 | * src/mainwindow.c: removed the outer border. |
| 566 | |
| 567 | 2005-11-10 |
| 568 | |
| 569 | * libsylph/prefs_common.c |
| 570 | src/prefs_common_dialog.c: don't show gpg warning on win32 by |
| 571 | default. Changed "gpg_warning" to "show_gpg_warning". |
| 572 | |
| 573 | 2005-11-10 |
| 574 | |
| 575 | * src/rfc2015.[ch] |
| 576 | src/main.c: implemented rfc2015_disable_all() and |
| 577 | rfc2015_is_available(). |
| 578 | * src/compose.c: hide PGP checkboxes if PGP is not available. |
| 579 | * src/logwindow.c: prohibit abort when invalid UTF-8 text is inserted. |
| 580 | |
| 581 | 2005-11-09 |
| 582 | |
| 583 | * src/passphrase.c |
| 584 | configure.in: check the availability of mlock(). |
| 585 | src/main.c: check_gpg(): check if OpenPGP protocol is available. |
| 586 | |
| 587 | 2005-11-09 |
| 588 | |
| 589 | * src/account_dialog.c |
| 590 | src/prefs_filter.c: win32: fixed window focus problem. |
| 591 | |
| 592 | 2005-11-09 |
| 593 | |
| 594 | * src/compose.c: allow drop of files in the whole window. Disabled |
| 595 | insertion of text by DnD. |
| 596 | |
| 597 | 2005-11-08 |
| 598 | |
| 599 | * version 2.1.6 |
| 600 | |
| 601 | 2005-11-08 |
| 602 | |
| 603 | * src/ldif.c: ldif_get_line(): fixed buffer overflow. |
| 604 | |
| 605 | 2005-11-07 |
| 606 | |
| 607 | * src/main.[ch] |
| 608 | src/mainwindow.c: added '--exit' command line option. |
| 609 | |
| 610 | 2005-11-07 |
| 611 | |
| 612 | * libsylph/prefs_common.[ch] |
| 613 | src/compose.[ch] |
| 614 | src/prefs_common_dialog.c: implemented auto-save. |
| 615 | |
| 616 | 2005-11-07 |
| 617 | |
| 618 | * src/prefs_common_dialog.c: hide options which is useless on win32. |
| 619 | |
| 620 | 2005-11-07 |
| 621 | |
| 622 | * src/prefs_common_dialog.c: moved fallback_encoding from Advanced tab |
| 623 | to Message tab. |
| 624 | * libsylph/prefs_common.[ch]: changed 'fallback_encoding' to |
| 625 | 'default_encoding'. |
| 626 | |
| 627 | 2005-11-04 |
| 628 | |
| 629 | * src/compose.c: compose_ext_editor_kill(): fixed a crash when the |
| 630 | external editor was terminated while opening confirmation dialog. |
| 631 | |
| 632 | 2005-11-04 |
| 633 | |
| 634 | * src/prefs_common_dialog.c: prefs_junk_create(): added preset menu |
| 635 | for learning commands. |
| 636 | * libsylph/prefs_common.c: made the default junk commands on win32 |
| 637 | bsfilter. |
| 638 | |
| 639 | 2005-11-04 |
| 640 | |
| 641 | * src/summaryview.c: summary_junk_func(): follow the |
| 642 | 'mark_junk_as_read' setting. |
| 643 | |
| 644 | 2005-11-02 |
| 645 | |
| 646 | * src/account_dialog.c |
| 647 | src/prefs_account_dialog.c: popup main window when account edit |
| 648 | dialog is closed. |
| 649 | |
| 650 | 2005-11-02 |
| 651 | |
| 652 | * libsylph/prefs_common.[ch] |
| 653 | src/summaryview.c |
| 654 | src/prefs_common_dialog.c: added an option to mark filtered junk |
| 655 | mails as read (thanks to Takushi Miyoshi). Added more description. |
| 656 | |
| 657 | 2005-11-02 |
| 658 | |
| 659 | * src/compose.c: unlink compose->exteditor_file if exist. |
| 660 | |
| 661 | 2005-11-02 |
| 662 | |
| 663 | * src/compose.c: compose_ext_editor_kill(): stop watching of child |
| 664 | process in case something weird happened. |
| 665 | |
| 666 | 2005-11-02 |
| 667 | |
| 668 | * src/compose.c: fixed for win32. |
| 669 | |
| 670 | 2005-11-02 |
| 671 | |
| 672 | * src/compose.[ch]: reimplemented external editor with GSpawn and |
| 673 | GChildWatch. |
| 674 | * libsylph/utils.c: execute_async(): fixed wrong argument type. |
| 675 | |
| 676 | 2005-11-02 |
| 677 | |
| 678 | * src/prefs_common_dialog.c: moved fallback encoding setting to |
| 679 | Advanced tab. |
| 680 | |
| 681 | 2005-11-01 |
| 682 | |
| 683 | * src/prefs_actions.c |
| 684 | src/prefs_template.c |
| 685 | src/prefs_folder_item.c |
| 686 | src/prefs_common_dialog.c |
| 687 | src/prefs_summary_column.c |
| 688 | src/prefs_account_dialog.c |
| 689 | src/prefs_filter.c: bring main window in front after dialogs are |
| 690 | closed (to avoid the focus problem on win32). |
| 691 | |
| 692 | 2005-11-01 |
| 693 | |
| 694 | * libsylph/prefs_common.[ch] |
| 695 | libsylph/procmime.c |
| 696 | src/textview.c |
| 697 | src/prefs_common_dialog.c: added fallback encoding setting. |
| 698 | Removed multi-byte alphanumeric to ascii conversion option. |
| 699 | |
| 700 | 2005-11-01 |
| 701 | |
| 702 | * src/icons/sylpheed.ico |
| 703 | src/icons/Makefile.am |
| 704 | src/Makefile.am |
| 705 | configure.in: win32: added program icon. |
| 706 | |
| 707 | 2005-10-31 |
| 708 | |
| 709 | * libsylph/utils.c: execute_sync(): win32: get exit status of child |
| 710 | process by not using helper program. |
| 711 | |
| 712 | 2005-10-31 |
| 713 | |
| 714 | * src/textview.c: textview_show_part(): fixed scroll jumping on focus. |
| 715 | |
| 716 | 2005-10-29 |
| 717 | |
| 718 | * version 2.1.5 |
| 719 | |
| 720 | 2005-10-27 |
| 721 | |
| 722 | * libsylph/socket.c: fd_accept(): enabled on win32. |
| 723 | |
| 724 | 2005-10-27 |
| 725 | |
| 726 | * libsylph/socket.[ch]: fd_connect_inet(), fd_open_inet(): new. |
| 727 | fd_open_unix(): set SO_REUSEADDR flag to avoid bind() error. |
| 728 | * src/main.c: win32: implemented remote command using TCP socket. |
| 729 | |
| 730 | 2005-10-27 |
| 731 | |
| 732 | * src/compose.c: add hbox into the window before creating option menu |
| 733 | (fixed initially wrong widget size). |
| 734 | |
| 735 | 2005-10-27 |
| 736 | |
| 737 | * libsylph/procmime.c: procmime_get_mime_type_table(): win32: read |
| 738 | mime.types in startup directory. |
| 739 | * mime.types: included in the source tree. |
| 740 | |
| 741 | 2005-10-26 |
| 742 | |
| 743 | * libsylph/prefs_common.[ch] |
| 744 | src/summaryview.c |
| 745 | src/prefs_common_dialog.c: added a setting to delete filtered junk |
| 746 | mails from server. |
| 747 | |
| 748 | 2005-10-26 |
| 749 | |
| 750 | * libsylph/utils.[ch]: address_equal(): new. |
| 751 | * src/compose.c: compose_reply_set_entry(): when replying to ML post |
| 752 | that has the Reply-To set, set the ML address in To: and Reply-To |
| 753 | address in Cc: (thanks to Colin Leroy). |
| 754 | |
| 755 | 2005-10-26 |
| 756 | |
| 757 | * libsylph/utils.c: uri_list_extract_filenames(): use GLib functions |
| 758 | to extract URIs if available. |
| 759 | |
| 760 | 2005-10-26 |
| 761 | |
| 762 | * src/main.c: win32: convert locale string to UTF-8 when setting |
| 763 | rc dir. |
| 764 | |
| 765 | 2005-10-25 |
| 766 | |
| 767 | * src/messageview.c |
| 768 | src/summaryview.c: display confirmation dialog instead of input |
| 769 | dialog when printing. |
| 770 | |
| 771 | 2005-10-25 |
| 772 | |
| 773 | * libsylph/procmsg.c: fixed a typo. |
| 774 | |
| 775 | 2005-10-25 |
| 776 | |
| 777 | * configure.in: changed zh_TW.Big5 to zh_TW. |
| 778 | |
| 779 | 2005-10-25 |
| 780 | |
| 781 | * libsylph/utils.[ch]: execute_print_file(): added. |
| 782 | * libsylph/procmsg.c: procmsg_print_message(): win32: canonicalize |
| 783 | output file, and use ShellExecute() if command is unspecified. |
| 784 | |
| 785 | 2005-10-25 |
| 786 | |
| 787 | * libsylph/procmsg.c: procmsg_print_message(): match the output |
| 788 | headers to the message view. |
| 789 | * libsylph/procheader.[ch]: procheader_get_header_array_for_display(): |
| 790 | added. |
| 791 | * libsylph/displayheader.[ch]: moved from src/. |
| 792 | * src/textview.c: textview_show_header(): code cleanup. |
| 793 | |
| 794 | 2005-10-24 |
| 795 | |
| 796 | * src/inputdialog.c: win32: make dialog in front on focus out. |
| 797 | |
| 798 | 2005-10-24 |
| 799 | |
| 800 | * src/inputdialog.c: create/destroy dialog each time it is displayed. |
| 801 | |
| 802 | 2005-10-24 |
| 803 | |
| 804 | * src/messageview.c: set the title of separated message window to |
| 805 | "(Subject) - Sylpheed". |
| 806 | |
| 807 | 2005-10-24 |
| 808 | |
| 809 | * src/summaryview.c |
| 810 | src/mimeview.c: fixed the problem that DnD didn't work on GTK+ 2.8 |
| 811 | (thanks to Victor Ananajevsky). |
| 812 | |
| 813 | 2005-10-21 |
| 814 | |
| 815 | * src/main.c: replaced gdk_input_add() with GIOChannel. |
| 816 | |
| 817 | 2005-10-20 |
| 818 | |
| 819 | * src/textview.c: textview_adj_value_changed(): optimized a bit. |
| 820 | |
| 821 | 2005-10-20 |
| 822 | |
| 823 | * src/textview.c: textview_adj_value_changed(): don't move cursor |
| 824 | if selection exists. |
| 825 | |
| 826 | 2005-10-20 |
| 827 | |
| 828 | * libsylph/filter.c: fixed execution failure if a file path includes |
| 829 | space. |
| 830 | |
| 831 | 2005-10-20 |
| 832 | |
| 833 | * src/textview.c: fixed a problem that the view was scrolled to top |
| 834 | when it got focus. |
| 835 | |
| 836 | 2005-10-20 |
| 837 | |
| 838 | * libsylph/utils.[ch]: set_startup_dir(), set_rc_dir(), |
| 839 | get_startup_dir(): new. |
| 840 | * src/main.[ch]: removed global variable startup_dir. Instead use |
| 841 | get_startup_dir(). |
| 842 | added '--configdir' option which specifies directory which stores |
| 843 | configuration files. |
| 844 | * src/manual.c: win32: fixed document paths. |
| 845 | |
| 846 | 2005-10-18 |
| 847 | |
| 848 | * version 2.1.4 |
| 849 | |
| 850 | 2005-10-18 |
| 851 | |
| 852 | * libsylph/prefs_common.c: win32: modified the default commands. |
| 853 | |
| 854 | 2005-10-18 |
| 855 | |
| 856 | * src/prefs_filter.c: prefs_filter_open(): correct focus when msginfo |
| 857 | is specified. |
| 858 | |
| 859 | 2005-10-17 |
| 860 | |
| 861 | * src/prefs_common_dialog.c: win32: made the default editor command |
| 862 | 'notepad'. |
| 863 | |
| 864 | 2005-10-17 |
| 865 | |
| 866 | * src/inputdialog.c: adjusted the minimum dialog size. |
| 867 | |
| 868 | 2005-10-17 |
| 869 | |
| 870 | * libsylph/prefs_common.c: win32: fixed compilation failure. |
| 871 | |
| 872 | 2005-10-17 |
| 873 | |
| 874 | * src/prefs_common_dialog.c: added the default browser to the option |
| 875 | of URI command. |
| 876 | |
| 877 | 2005-10-17 |
| 878 | |
| 879 | * src/trayicon.c: handle destroy event properly (thanks to Victor |
| 880 | Ananajevsky). |
| 881 | |
| 882 | 2005-10-16 |
| 883 | |
| 884 | * libsylph/utils.c: open_uri(): win32: use ShellExecute() to open URI. |
| 885 | libsylph/prefs_common.c |
| 886 | src/prefs_common_dialog.c: win32: made the default URI command empty |
| 887 | which means to use the default browser. |
| 888 | |
| 889 | 2005-10-16 |
| 890 | |
| 891 | * src/mimeview.c: win32: restrict launching of executable files. |
| 892 | |
| 893 | 2005-10-14 |
| 894 | |
| 895 | * makewin32.sh: modified the optimization flags. |
| 896 | |
| 897 | 2005-10-14 |
| 898 | |
| 899 | * src/main.c: win32: prohibit duplicate exec using CreateMutex(). |
| 900 | |
| 901 | 2005-10-14 |
| 902 | |
| 903 | * libsylph/procmime.c |
| 904 | src/compose.c: made some warnings just debug messages. |
| 905 | |
| 906 | 2005-10-14 |
| 907 | |
| 908 | * libsylph/codeconv.c: changed the locale charset of Japanese Windows |
| 909 | from Shift_JIS to CP932. |
| 910 | |
| 911 | 2005-10-13 |
| 912 | |
| 913 | * libsylph/codeconv.[ch]: enhanced the support of |
| 914 | environment-dependent Japanese characters (thanks to MORIYAMA). |
| 915 | |
| 916 | 2005-10-13 |
| 917 | |
| 918 | * src/inputdialog.c |
| 919 | src/setup.c |
| 920 | src/mainwindow.c: modified the text of mailbox setup dialog. |
| 921 | |
| 922 | 2005-10-13 |
| 923 | |
| 924 | * libsylph/utils.[ch] |
| 925 | src/mimeview.c: win32: use ShellExecute() to launch attachments, and |
| 926 | warn on launching an executable file. |
| 927 | |
| 928 | 2005-10-13 |
| 929 | |
| 930 | * libsylph/folder.[ch] |
| 931 | src/prefs_folder_item.c |
| 932 | src/folderview.c: enabled the property of the top folder. |
| 933 | * src/prefs_common_dialog.c: modified the text of key binding dialog. |
| 934 | |
| 935 | 2005-10-13 |
| 936 | |
| 937 | * libsylph/imap.c: imap_cmd_ok(): fixed parsing of literal data (skip |
| 938 | quotes). |
| 939 | |
| 940 | 2005-10-12 |
| 941 | |
| 942 | * libsylph/recv.c: recv_bytes(): null-terminate the received data |
| 943 | in case it's a string. |
| 944 | libsylph/imap.c: imap_cmd_ok(): also log literal strings. |
| 945 | |
| 946 | 2005-10-12 |
| 947 | |
| 948 | * src/alertpanel.c: win32: make dialog in front on focus out. |
| 949 | |
| 950 | 2005-10-12 |
| 951 | |
| 952 | * src/main.c: default_log_func(): fixed prefix on G_LOG_LEVEL_WARNING. |
| 953 | |
| 954 | 2005-10-12 |
| 955 | |
| 956 | * libsylph/imap.c: imap_cmd_ok(): fixed parsing of literal data. |
| 957 | |
| 958 | 2005-10-12 |
| 959 | |
| 960 | * src/summaryview.c: brought back 'Create filter rule' in the context |
| 961 | menu. |
| 962 | |
| 963 | 2005-10-11 |
| 964 | |
| 965 | * src/prefs_folder_item.c: fixed the label "Type" not aligned to right. |
| 966 | |
| 967 | 2005-10-11 |
| 968 | |
| 969 | * libsylph/utils.[ch] |
| 970 | src/main.c: output g_log() messages to the log window and log file. |
| 971 | * configure.in: disabled console window on win32. |
| 972 | |
| 973 | 2005-10-11 |
| 974 | |
| 975 | * src/folderview.c: folderview_drag_motion_cb(): win32: reset |
| 976 | context->actions if modifier key is not pressed (fixed DnD action |
| 977 | becoming copy by default). |
| 978 | |
| 979 | 2005-10-10 |
| 980 | |
| 981 | * libsylph/utils.c |
| 982 | libsylph/procheader.c: fixed a bug that caused crashes on receive |
| 983 | if Date: header has abnormal time. |
| 984 | |
| 985 | 2005-10-07 |
| 986 | |
| 987 | * libsylph/recv.[ch] |
| 988 | libsylph/imap.c: imap_cmd_ok(): support literals in response |
| 989 | (fixed out of sync when literals appeared). |
| 990 | |
| 991 | 2005-10-06 |
| 992 | |
| 993 | * libsylph/codeconv.c: |
| 994 | conv_filename_from_utf8(), conv_filename_to_utf8(): put an |
| 995 | assertion. |
| 996 | |
| 997 | 2005-10-06 |
| 998 | |
| 999 | * libsylph/utils.c: don't define _s_tempnam() on Unix. |
| 1000 | * src/prefs_folder_item.c: added file system path info. |
| 1001 | |
| 1002 | 2005-10-06 |
| 1003 | |
| 1004 | * libsylph/utils.c: get_rc_dir(): win32: use environmental variable |
| 1005 | APPDATA. |
| 1006 | * libsylph/prefs.c: prefs_set_default() |
| 1007 | src/prefs_ui.c: prefs_set_dialog_to_default(): win32: don't convert |
| 1008 | the encoding of environmental variable. Expand '~' to rc dir. |
| 1009 | |
| 1010 | 2005-10-06 |
| 1011 | |
| 1012 | * src/main.c: win32: include startup directory into %PATH% for GSpawn. |
| 1013 | |
| 1014 | 2005-10-05 |
| 1015 | |
| 1016 | * configure.in: support SSL on win32. |
| 1017 | * makewin32.sh: convenient build script for win32. |
| 1018 | |
| 1019 | 2005-10-04 |
| 1020 | |
| 1021 | * libsylph/utils.c: my_tmpfile(): use g_mkstemp() instead of |
| 1022 | directly using mkstemp(). |
| 1023 | win32: use _wtempnam() , open() and fdopen() instead of tmpfile() |
| 1024 | because it creates temporary files to the root directory. |
| 1025 | |
| 1026 | 2005-10-03 |
| 1027 | |
| 1028 | * src/main.c: app_init(): win32: pass locale encoding directory name |
| 1029 | for bindtextdomain() (fixed not-working translation on non-ascii |
| 1030 | directory). |
| 1031 | |
| 1032 | 2005-10-03 |
| 1033 | |
| 1034 | * libsylph/mh.c: |
| 1035 | mh_create_tree(): create directory hierarchy for root path. |
| 1036 | mh_move_folder_real(): change current directory to prevent rename |
| 1037 | failure on Win32. |
| 1038 | libsylph/folder.c: folder_get_path(): always return absolute path. |
| 1039 | |
| 1040 | 2005-09-30 |
| 1041 | |
| 1042 | * libsylph/prefs_common.c: prefs_common_read_config(): Win32: set the |
| 1043 | default font to "MS Gothic 12" on Japanese environment. |
| 1044 | |
| 1045 | 2005-09-29 |
| 1046 | |
| 1047 | * version 2.1.3 |
| 1048 | |
| 1049 | 2005-09-28 |
| 1050 | |
| 1051 | * src/main.c: app_init(): make the message catalog location absolute |
| 1052 | path if LOCALEDIR is relative. |
| 1053 | |
| 1054 | 2005-09-28 |
| 1055 | |
| 1056 | * src/compose.c: compose_set_title(): only show subject. |
| 1057 | |
| 1058 | 2005-09-27 |
| 1059 | |
| 1060 | * src/rfc2015.c: check_signature(): disabled gpgme_data_set_encoding() |
| 1061 | (it somehow results in error). |
| 1062 | |
| 1063 | 2005-09-27 |
| 1064 | |
| 1065 | * src/rfc2015.c: check_signature(): set transfer encoding for S/MIME. |
| 1066 | |
| 1067 | 2005-09-27 |
| 1068 | |
| 1069 | * src/compose.c: display the subject line in the window title bar |
| 1070 | (thanks to Thomas White). |
| 1071 | |
| 1072 | 2005-09-27 |
| 1073 | |
| 1074 | * src/mimeview.c |
| 1075 | src/rfc2015.c: verify PKCS#7 (S/MIME) signature (thanks to Thomas |
| 1076 | White). |
| 1077 | * src/main.c: null-check engineInfo->version when displaying debug |
| 1078 | information of GPGME. |
| 1079 | |
| 1080 | 2005-09-26 |
| 1081 | |
| 1082 | * libsylph/html.c: convert character entity references to UTF-8, |
| 1083 | rather than US-ASCII (thanks to Lyonel Vincent). Use UCS-4 to |
| 1084 | UTF-8 conversion for numbered references. |
| 1085 | |
| 1086 | 2005-09-22 |
| 1087 | |
| 1088 | * libsylph/utils.[ch] |
| 1089 | libsylph/procmime.[ch] |
| 1090 | src/mimeview.[ch] |
| 1091 | src/filesel.[ch]: implemented "Save all", which saves all |
| 1092 | attachments in a message. |
| 1093 | |
| 1094 | 2005-09-22 |
| 1095 | |
| 1096 | * src/gtkutils.[ch] |
| 1097 | src/summaryview.[ch]: align selected row to center when reached to |
| 1098 | the edge on key operation. |
| 1099 | |
| 1100 | 2005-09-22 |
| 1101 | |
| 1102 | * src/summaryview.c: keep selecting row after changing thread display. |
| 1103 | |
| 1104 | 2005-09-21 |
| 1105 | |
| 1106 | * configure.in: removed mbs/wcs functions check. |
| 1107 | |
| 1108 | 2005-09-21 |
| 1109 | |
| 1110 | * libsylph/utils.[ch] |
| 1111 | src/compose.c |
| 1112 | src/gtkutils.[ch] |
| 1113 | src/undo.c |
| 1114 | src/addr_compl.c: removed mbs/wcs functions which are no longer |
| 1115 | required. |
| 1116 | |
| 1117 | 2005-09-21 |
| 1118 | |
| 1119 | * src/account_dialog.c: don't display checkbox if 'get all' is |
| 1120 | unavailable. |
| 1121 | |
| 1122 | 2005-09-21 |
| 1123 | |
| 1124 | * src/subscribedialog.c: don't display checkbox on non-selectable |
| 1125 | rows. |
| 1126 | |
| 1127 | 2005-09-20 |
| 1128 | |
| 1129 | * libsylph/news.[ch] |
| 1130 | src/subscribedialog.[ch] |
| 1131 | src/Makefile.am |
| 1132 | src/folderview.c: renamed grouplistdialog to subscribedialog, and |
| 1133 | reimplemented with GtkTreeView. |
| 1134 | |
| 1135 | 2005-09-16 |
| 1136 | |
| 1137 | * src/compose.c: compose_write_to_file(): don't display code |
| 1138 | conversion error and line limit warning on draft mode. |
| 1139 | |
| 1140 | 2005-09-16 |
| 1141 | |
| 1142 | * libsylph/prefs_common.[ch] |
| 1143 | src/prefs_common_dialog.c |
| 1144 | src/folderview.[ch] |
| 1145 | src/mainwindow.c: removed the option to set the vscrollbar policy |
| 1146 | of the folder view and made it GTK_POLICY_AUTOMATIC. |
| 1147 | Added an option to toggle message number columns in the folder view |
| 1148 | (default is off). |
| 1149 | Made the 'Translate header name' option a hidden one. |
| 1150 | |
| 1151 | 2005-09-15 |
| 1152 | |
| 1153 | * version 2.1.2 |
| 1154 | |
| 1155 | 2005-09-15 |
| 1156 | |
| 1157 | * configure.in: use ${DATADIRNAME} for $localedir if it is defined.
|
| 1158 | |
| 1159 | 2005-09-15 |
| 1160 | |
| 1161 | * libsylph/codeconv.c: conv_euctojis(): re-enabled |
| 1162 | prefs_common.allow_jisx0201_kana. |
| 1163 | |
| 1164 | 2005-09-14 |
| 1165 | |
| 1166 | * libsylph/pop.c |
| 1167 | libsylph/procmime.c |
| 1168 | src/gtkutils.c |
| 1169 | src/mimeview.c |
| 1170 | src/undo.c |
| 1171 | src/headerview.c |
| 1172 | src/send_message.c |
| 1173 | src/summaryview.c: fixed warnings about signedness difference. |
| 1174 | |
| 1175 | 2005-09-14 |
| 1176 | |
| 1177 | * libsylph/utils.[ch] |
| 1178 | src/compose.c: normalize address fields before encoding them. |
| 1179 | |
| 1180 | 2005-09-13 |
| 1181 | |
| 1182 | * Makefile.am |
| 1183 | sylpheed.spec.in: updated files to be included in tarball. |
| 1184 | |
| 1185 | 2005-09-13 |
| 1186 | |
| 1187 | * libsylph/*.[ch]: changed the license from GPL to LGPL. |
| 1188 | * LICENSE: added. |
| 1189 | |
| 1190 | 2005-09-13 |
| 1191 | |
| 1192 | * src/summaryview.c: summary_set_row(): don't reset S_COL_TDATE |
| 1193 | (fixes sorting bug when flags changed). |
| 1194 | |
| 1195 | 2005-09-13 |
| 1196 | |
| 1197 | * COPYING: updated GPL (changed the address of FSF). |
| 1198 | * COPYING.LIB: added LGPL. |
| 1199 | |
| 1200 | 2005-09-13 |
| 1201 | |
| 1202 | * libsylph/procmsg.[ch] |
| 1203 | libsylph/enums.h |
| 1204 | libsylph/folder.[ch] |
| 1205 | src/summaryview.c |
| 1206 | src/mainwindow.c: added 'View/Sort/by thread date'. |
| 1207 | |
| 1208 | 2005-09-12 |
| 1209 | |
| 1210 | * libsylph/imap.c: changed the message number limit on COPY. |
| 1211 | imap_do_copy_msgs(): update progress bar on copy. |
| 1212 | |
| 1213 | 2005-09-09 |
| 1214 | |
| 1215 | * libsylph/imap.c: added missing translation string. |
| 1216 | |
| 1217 | 2005-09-09 |
| 1218 | |
| 1219 | * libsylph/utils.[ch] |
| 1220 | libsylph/imap.c |
| 1221 | src/main.c |
| 1222 | src/mainwindow.[ch]: update progress bar when executing long |
| 1223 | operations. |
| 1224 | |
| 1225 | 2005-09-08 |
| 1226 | |
| 1227 | * src/addressbook.c: addressbook_tree_button_pressed(): fixed a bug |
| 1228 | that the expander of the folder tree didn't work. |
| 1229 | |
| 1230 | 2005-09-08 |
| 1231 | |
| 1232 | * libsylph/md5_hmac.c: md5_hmac_get(): minor code cleanup. |
| 1233 | |
| 1234 | 2005-09-08 |
| 1235 | |
| 1236 | * libsylph/md5.[ch]: replaced with public domain code in GNet. |
| 1237 | * libsylph/md5_hmac.[ch]: separated from md5.[ch] and rewrote. |
| 1238 | * libsylph/pop.c |
| 1239 | libsylph/smtp.c |
| 1240 | libsylph/imap.c: modified for new MD5 interface. |
| 1241 | |
| 1242 | 2005-09-08 |
| 1243 | |
| 1244 | * configure.in: use ${datadir} instead of ${prefix}/${DATADIRNAME}.
|
| 1245 | |
| 1246 | 2005-09-08 |
| 1247 | |
| 1248 | * libsylph/mbox.[ch]: moved into libsylph. |
| 1249 | |
| 1250 | 2005-09-07 |
| 1251 | |
| 1252 | * libsylph/imap.c: limit number of messages to be copied at a time |
| 1253 | with COPY command to prevent network timeout. |
| 1254 | |
| 1255 | 2005-09-07 |
| 1256 | |
| 1257 | * libsylph/utils.[ch]: renamed print_status() to status_print(). |
| 1258 | * libsylph/imap.c: adjusted the frequency of UI update. |
| 1259 | * src/folderview.c: don't allow selection if summary is locked. |
| 1260 | |
| 1261 | 2005-09-07 |
| 1262 | |
| 1263 | * libsylph/codeconv.c: conv_guess_ja_encoding(): also support UTF-8 |
| 1264 | encoding. |
| 1265 | |
| 1266 | 2005-09-06 |
| 1267 | |
| 1268 | * libsylph/imap.c: fixed warnings of signedness difference. |
| 1269 | Added UI hints. |
| 1270 | * libsylph/utils.[ch] |
| 1271 | src/gtkutils.[ch] |
| 1272 | src/main.c: added ui_update() as a function for UI hints. |
| 1273 | |
| 1274 | 2005-09-06 |
| 1275 | |
| 1276 | * libsylph/prefs_common.[ch] |
| 1277 | libsylph/prefs_account.[ch] |
| 1278 | libsylph/pop.h: save GPG settings even if GPGME is disabled. |
| 1279 | |
| 1280 | 2005-09-05 |
| 1281 | |
| 1282 | * libsylph/imap.c: show progress when executing operations which |
| 1283 | takes long time. |
| 1284 | |
| 1285 | 2005-09-05 |
| 1286 | |
| 1287 | * libsylph/account.[ch] |
| 1288 | libsylph/customheader.[ch] |
| 1289 | libsylph/enums.h |
| 1290 | libsylph/filter.[ch] |
| 1291 | libsylph/folder[ch] |
| 1292 | libsylph/imap.[ch] |
| 1293 | libsylph/md5.[ch] |
| 1294 | libsylph/mh.[ch] |
| 1295 | libsylph/news.[ch] |
| 1296 | libsylph/nntp.[ch] |
| 1297 | libsylph/pop.[ch] |
| 1298 | libsylph/prefs_account.[ch] |
| 1299 | libsylph/prefs_common.[ch] |
| 1300 | libsylph/procheader.[ch] |
| 1301 | libsylph/procmime.[ch] |
| 1302 | libsylph/procmsg.[ch] |
| 1303 | libsylph/smtp.[ch] |
| 1304 | libsylph/Makefile.am: moved more modules to libsylph. |
| 1305 | |
| 1306 | 2005-09-05 |
| 1307 | |
| 1308 | * src/messageview.c |
| 1309 | src/procmsg.[ch] |
| 1310 | src/filter.[ch] |
| 1311 | src/summaryview.[ch] |
| 1312 | src/mainwindow.c |
| 1313 | src/prefs_filter.h: moved procmsg.c::procmsg_get_filter_keyword() |
| 1314 | to filter.c::filter_get_keyword_from_msg(). |
| 1315 | |
| 1316 | 2005-09-05 |
| 1317 | |
| 1318 | * libsylph/utils.[ch] |
| 1319 | src/inc.c |
| 1320 | src/main.c |
| 1321 | src/imap.c |
| 1322 | src/send_message.c |
| 1323 | src/news.c: made query-password function UI independent. |
| 1324 | Added UI independent print status func. |
| 1325 | |
| 1326 | 2005-09-05 |
| 1327 | |
| 1328 | * src/main.c |
| 1329 | src/procmsg.[ch] |
| 1330 | src/send_message.[ch] |
| 1331 | src/mainwindow.c: moved procmsg.c::procmsg_send_queue() to |
| 1332 | send_message.c::send_message_queue_all(). |
| 1333 | |
| 1334 | 2005-09-02 |
| 1335 | |
| 1336 | * src/html.c |
| 1337 | src/session.c |
| 1338 | src/unmime.c: fixed 'warning: pointer targets in assignment differ |
| 1339 | in signedness'. |
| 1340 | |
| 1341 | 2005-09-02 |
| 1342 | |
| 1343 | * src/sourcewindow.c: added missing include. |
| 1344 | * src/filter.[ch] |
| 1345 | src/prefs_filter.[ch] |
| 1346 | src/folderview.c: moved prefs_filter_rename_path() and |
| 1347 | prefs_filter_delete_path() to filter.c. |
| 1348 | |
| 1349 | 2005-09-02 |
| 1350 | |
| 1351 | * src/main.c |
| 1352 | src/filter.[ch] |
| 1353 | src/prefs_filter.[ch]: moved prefs_filter_read_config() to filter.c. |
| 1354 | |
| 1355 | 2005-09-02 |
| 1356 | |
| 1357 | * libsylph/recv.[ch]: moved to libsylph. |
| 1358 | |
| 1359 | 2005-09-02 |
| 1360 | |
| 1361 | * libsylph/html.[ch]: moved to libsylph. |
| 1362 | |
| 1363 | 2005-09-01 |
| 1364 | |
| 1365 | * src/prefs_common.c |
| 1366 | src/procmsg.c: removed unused headers. |
| 1367 | |
| 1368 | 2005-09-01 |
| 1369 | |
| 1370 | * src/account.[ch] |
| 1371 | src/account_dialog.[ch] |
| 1372 | src/folderview.c |
| 1373 | src/mainwindow.c |
| 1374 | src/main.c: separated UI code from account.c. |
| 1375 | |
| 1376 | 2005-09-01 |
| 1377 | |
| 1378 | * src/prefs_account.c |
| 1379 | src/prefs_common.c: removed unused headers. |
| 1380 | * src/enums.h |
| 1381 | src/prefs_common.h |
| 1382 | src/summaryview.h |
| 1383 | src/mainwindow.h: separated some enums to reduce dependency. |
| 1384 | |
| 1385 | 2005-09-01 |
| 1386 | |
| 1387 | * src/customheader.[ch] |
| 1388 | src/prefs_customheader.[ch] |
| 1389 | src/prefs_account.c: moved customheader read/write config function |
| 1390 | to customheader.c. |
| 1391 | * src/main.c |
| 1392 | src/prefs_common.c: don't use gtkutils.h from prefs_common.c. |
| 1393 | |
| 1394 | 2005-08-31 |
| 1395 | |
| 1396 | * libsylph/prefs.h |
| 1397 | src/prefs_ui.[ch] |
| 1398 | src/account.c |
| 1399 | src/prefs_template.c |
| 1400 | src/prefs_account.[ch] |
| 1401 | src/prefs_common.[ch] |
| 1402 | src/prefs_account_dialog.[ch] |
| 1403 | src/prefs_common_dialog.[ch] |
| 1404 | src/mainwindow.c |
| 1405 | src/Makefile.am: separated UI code from prefs_common.c and |
| 1406 | prefs_account.c. |
| 1407 | |
| 1408 | 2005-08-31 |
| 1409 | |
| 1410 | * src/trayicon.c: enable compilation on MinGW. |
| 1411 | |
| 1412 | 2005-08-31 |
| 1413 | |
| 1414 | * libsylph/prefs.[ch]: added prefs_param_table_get() and |
| 1415 | prefs_param_table_destroy(). |
| 1416 | prefs_config_parse_one_line(): optimized by using |
| 1417 | prefs_param_table_get(). |
| 1418 | |
| 1419 | 2005-08-31 |
| 1420 | |
| 1421 | * libsylph/Makefile.am |
| 1422 | libsylph/base64.[ch] |
| 1423 | libsylph/codeconv.[ch] |
| 1424 | libsylph/defs.h |
| 1425 | libsylph/prefs.[ch] |
| 1426 | libsylph/quoted-printable.[ch] |
| 1427 | libsylph/session.[ch] |
| 1428 | libsylph/socket.[ch] |
| 1429 | libsylph/ssl.[ch] |
| 1430 | libsylph/stringtable.[ch] |
| 1431 | libsylph/unmime.[ch] |
| 1432 | libsylph/utils.[ch] |
| 1433 | libsylph/uuencode.[ch] |
| 1434 | libsylph/xml.[ch]: made some core modules library (libsylph). |
| 1435 | * src/Makefile.am: modified so that it uses libsylph.la. |
| 1436 | |
| 1437 | 2005-08-30 |
| 1438 | |
| 1439 | * src/prefs.[ch] |
| 1440 | src/prefs_ui.[ch]: separated UI code from prefs.[ch]. |
| 1441 | * src/prefs_common.c |
| 1442 | src/prefs_account.c: added casts for (GtkWidget **). |
| 1443 | |
| 1444 | 2005-08-30 |
| 1445 | |
| 1446 | * src/main.c: code cleanup. |
| 1447 | |
| 1448 | 2005-08-29 |
| 1449 | |
| 1450 | * src/statusbar.c |
| 1451 | src/utils.[ch]: separate statusbar from utils.c. |
| 1452 | |
| 1453 | 2005-08-29 |
| 1454 | |
| 1455 | * src/logwindow.c |
| 1456 | src/utils.[ch]: separate LogWindow from utils.c. |
| 1457 | |
| 1458 | 2005-08-29 |
| 1459 | |
| 1460 | * src/main.[ch] |
| 1461 | src/xml.c |
| 1462 | src/utils.[ch]: made debug_mode static variable in utils.c. |
| 1463 | |
| 1464 | 2005-08-29 |
| 1465 | |
| 1466 | * src/compose.c: compose_write_attach(): don't encode message/* |
| 1467 | parts with quoted-printable or base64 (fixes broken attachments |
| 1468 | on pgp-sign). |
| 1469 | |
| 1470 | 2005-08-26 |
| 1471 | |
| 1472 | * src/compose.c: the line space setting now applies to the compose |
| 1473 | window. |
| 1474 | |
| 1475 | 2005-08-26 |
| 1476 | |
| 1477 | * src/socket.c: use g_io_channel_shutdown() instead of deprecated |
| 1478 | g_io_channel_close(). |
| 1479 | sock_close(): use g_io_channel_shutdown() instead of directly |
| 1480 | calling close() (fixes resource leak on Win32). |
| 1481 | fd_close(): call closesocket() on Win32. |
| 1482 | |
| 1483 | 2005-08-25 |
| 1484 | |
| 1485 | * src/folderview.c: folderview_button_pressed(): expand/collapse |
| 1486 | tree row on double click. |
| 1487 | |
| 1488 | 2005-08-25 |
| 1489 | |
| 1490 | * src/addressbook.c: fixed refresh of folder contents. |
| 1491 | |
| 1492 | 2005-08-24 |
| 1493 | |
| 1494 | * src/trayicon.[ch] |
| 1495 | src/mainwindow.[ch] |
| 1496 | src/inc.c: separated trayicon into another module. |
| 1497 | Notify new messages with trayicon on receive. |
| 1498 | |
| 1499 | 2005-08-24 |
| 1500 | |
| 1501 | * src/prefs.[ch] |
| 1502 | src/prefs_common.c: use GtkFontButton for font setting (thanks to |
| 1503 | Alfons). |
| 1504 | |
| 1505 | 2005-08-24 |
| 1506 | |
| 1507 | * src/stock_pixmap.[ch] |
| 1508 | src/summaryview.c |
| 1509 | src/prefs_filter_edit.c: removed stock_pixmap_widget() (instead |
| 1510 | use stock_pixbuf_widget()). |
| 1511 | |
| 1512 | 2005-08-23 |
| 1513 | |
| 1514 | * src/folderview.c |
| 1515 | src/mainwindow.c: modified the 'Empty trash' messages. |
| 1516 | |
| 1517 | 2005-08-23 |
| 1518 | |
| 1519 | * src/eggtrayicon.[ch]: added (borrowed from Loqui svn trunk). |
| 1520 | * src/mainwindow.[ch]: initial implementation of the tray icon. |
| 1521 | * src/stock_pixmap.[ch]: added stock_pixbuf_widget_scale(). |
| 1522 | |
| 1523 | 2005-08-23 |
| 1524 | |
| 1525 | * src/textview.c: modified fonts for mime parts. |
| 1526 | |
| 1527 | 2005-08-22 |
| 1528 | |
| 1529 | * version 2.1.1 |
| 1530 | |
| 1531 | 2005-08-22 |
| 1532 | |
| 1533 | * src/addressbook.c: |
| 1534 | addressbook_tree_selected() |
| 1535 | addressbook_tree_button_pressed(): fixed a bug that multiple |
| 1536 | selection with Ctrl key didn't work with GTK+ 2.6.9. |
| 1537 | |
| 1538 | 2005-08-22 |
| 1539 | |
| 1540 | * src/procmsg.c |
| 1541 | src/summaryview.c: fall back to date comparison on sorting |
| 1542 | (fixes random date order when sorting by subject etc.). |
| 1543 | |
| 1544 | 2005-08-19 |
| 1545 | |
| 1546 | * src/utils.c: path_cmp(): allow both '/' and G_DIR_SEPARATOR as |
| 1547 | separator. |
| 1548 | |
| 1549 | 2005-08-19 |
| 1550 | |
| 1551 | * src/folder.c: |
| 1552 | folder_item_get_identifier(): force separator to "/". |
| 1553 | folder_item_get_path(): force separator to filesystem's. |
| 1554 | |
| 1555 | 2005-08-19 |
| 1556 | |
| 1557 | * src/recv.c |
| 1558 | src/imap.c: made error check more strict. |
| 1559 | |
| 1560 | 2005-08-19 |
| 1561 | |
| 1562 | * src/socket.c: fd_write_all(): use fd_write() instead of directly |
| 1563 | using write() (fixes IMAP4 on win32). |
| 1564 | |
| 1565 | 2005-08-19 |
| 1566 | |
| 1567 | * src/pixmaps/: renamed to src/icons/. |
| 1568 | |
| 1569 | 2005-08-18 |
| 1570 | |
| 1571 | * configure.in: made $localedir, $manualdir, and $faqdir |
| 1572 | user-configurable. |
| 1573 | |
| 1574 | 2005-08-18 |
| 1575 | |
| 1576 | * src/compose.[ch] |
| 1577 | src/mainwindow.[ch]: disused GtkHandleBox which haven't worked well. |
| 1578 | * src/stock_pixmap.c: stock_pixbuf_gdk(): allow NULL window. |
| 1579 | |
| 1580 | 2005-08-09 |
| 1581 | |
| 1582 | * version 2.1.0 |
| 1583 | |
| 1584 | 2005-08-09 |
| 1585 | |
| 1586 | * src/mh.c |
| 1587 | src/main.c |
| 1588 | src/procmime.c: fix for config dir. |
| 1589 | |
| 1590 | 2005-08-09 |
| 1591 | |
| 1592 | * src/folder.c |
| 1593 | src/main.c |
| 1594 | src/utils.[ch] |
| 1595 | src/defs.h: modified directories for Windows convention. |
| 1596 | |
| 1597 | 2005-08-08 |
| 1598 | |
| 1599 | * src/mh.c |
| 1600 | src/template.c |
| 1601 | src/codeconv.c |
| 1602 | src/main.c |
| 1603 | src/utils.c |
| 1604 | src/addrbook.c: use GDir instead of directly using opendir(). |
| 1605 | |
| 1606 | 2005-08-08 |
| 1607 | |
| 1608 | * src/utils.[ch]: added wrappers for C library function that take |
| 1609 | pathname arguments. |
| 1610 | * src/*.c: use wrapper functions. |
| 1611 | |
| 1612 | 2005-08-07 |
| 1613 | |
| 1614 | * src/defs.h: modification for Win32. |
| 1615 | * src/main.c: check filename encoding only on Unix. |
| 1616 | * src/prefs_common.c: modification for Win32. |
| 1617 | |
| 1618 | 2005-08-07 |
| 1619 | |
| 1620 | * src/codeconv.c: some fixes for Win32. |
| 1621 | |
| 1622 | 2005-08-07 |
| 1623 | |
| 1624 | * src/procmsg.c: procmsg_send_queue(): close queue file before |
| 1625 | removing it (Win32 fix). |
| 1626 | |
| 1627 | 2005-08-05 |
| 1628 | |
| 1629 | * src/mh.c |
| 1630 | src/session.c |
| 1631 | src/mbox.c: braced Unix-specific code with #ifdef G_OS_UNIX. |
| 1632 | * configure.in: added -lws2_32 on MinGW environment. |
| 1633 | |
| 1634 | 2005-08-05 |
| 1635 | |
| 1636 | * src/filter.c |
| 1637 | configure.in: check for regex.h and regcomp(). |
| 1638 | |
| 1639 | 2005-08-05 |
| 1640 | |
| 1641 | * src/utils.[ch]: rename_force(): force rename even if the destination |
| 1642 | file already exists (on non-Unix environment). |
| 1643 | * src/prefs.c |
| 1644 | src/main.c: use rename_force(). |
| 1645 | |
| 1646 | 2005-08-05 |
| 1647 | |
| 1648 | * src/addrcache.c |
| 1649 | src/compose.c |
| 1650 | src/inc.c |
| 1651 | src/action.c |
| 1652 | src/session.c |
| 1653 | src/main.c |
| 1654 | src/utils.c |
| 1655 | src/send_message.c |
| 1656 | src/mbox.c |
| 1657 | src/about.c |
| 1658 | src/socket.c |
| 1659 | src/socket.h |
| 1660 | configure.in: enabled compilation with MinGW. |
| 1661 | |
| 1662 | 2005-08-04 |
| 1663 | |
| 1664 | * src/compose.c |
| 1665 | src/main.c |
| 1666 | src/socket.[ch]: braced Unix-specific code with #ifdef G_OS_UNIX. |
| 1667 | |
| 1668 | 2005-08-04 |
| 1669 | |
| 1670 | * configure.in: add -mms-bitfields to CFLAGS if the target is MinGW. |
| 1671 | |
| 1672 | 2005-08-04 |
| 1673 | |
| 1674 | * src/utils.c: replaced tolower() with g_ascii_tolower(). |
| 1675 | |
| 1676 | 2005-08-04 |
| 1677 | |
| 1678 | * src/compose.c |
| 1679 | src/main.c |
| 1680 | src/utils.c |
| 1681 | src/procmsg.c: replaced random() with portable g_random_*(). |
| 1682 | |
| 1683 | 2005-08-04 |
| 1684 | |
| 1685 | * src/about.c: modified version display. |
| 1686 | * src/socket.c: added sock_init() and sock_cleanup(). |
| 1687 | |
| 1688 | 2005-08-04 |
| 1689 | |
| 1690 | * src/mh.c: use GTimer for measuring time. |
| 1691 | * src/inc.[ch] |
| 1692 | src/recv.c |
| 1693 | src/session.[ch]: replaced gettimeofday() with portable |
| 1694 | g_get_current_time(). |
| 1695 | * src/socket.c: corrected signedness. Replaced usleep() with |
| 1696 | portable g_usleep(). |
| 1697 | |
| 1698 | 2005-08-04 |
| 1699 | |
| 1700 | * src/prefs_common.c: removed mgedit from exteditor's candidates. |
| 1701 | |
| 1702 | 2005-08-03 |
| 1703 | |
| 1704 | * src/utils.c: |
| 1705 | execute_async() |
| 1706 | execute_sync(): replaced fork() + exec() with GSpawn. |
| 1707 | |
| 1708 | 2005-08-02 |
| 1709 | |
| 1710 | * src/compose.c |
| 1711 | src/textview.c |
| 1712 | src/quote_fmt_parse.y |
| 1713 | src/pop.c |
| 1714 | src/prefs_account.c |
| 1715 | src/codeconv.c |
| 1716 | src/imap.c |
| 1717 | src/xml.c |
| 1718 | src/utils.[ch] |
| 1719 | src/addr_compl.c |
| 1720 | src/procmsg.c |
| 1721 | src/procmime.c |
| 1722 | src/quoted-printable.c: replaced incorrect locale-dependent ctype |
| 1723 | functions with GLib's. Corrected signedness mismatch. |
| 1724 | * src/about.c: set focus to the OK button. |
| 1725 | |
| 1726 | 2005-07-29 |
| 1727 | |
| 1728 | * version 2.0.0 |
| 1729 | |
| 1730 | 2005-07-22 |
| 1731 | |
| 1732 | * version 2.0.0rc |
| 1733 | |
| 1734 | 2005-07-21 |
| 1735 | |
| 1736 | * src/headerview.c: headerview_create(): added spacing for vbox. |
| 1737 | |
| 1738 | 2005-07-21 |
| 1739 | |
| 1740 | * src/mh.c: mh_get_msg_list(): force strict cache checking on Queue |
| 1741 | or Draft folders (fixes cache discrepancy). |
| 1742 | |
| 1743 | 2005-07-21 |
| 1744 | |
| 1745 | * src/imap.c: |
| 1746 | imap_modified_utf7_to_utf8(): fixed modified-UTF7 to UTF-8 |
| 1747 | conversion when the string includes '+'. |
| 1748 | imap_utf8_to_modified_utf7(): use g_ascii_isprint() instead of |
| 1749 | locale-dependent isprint(). |
| 1750 | Fixed warnings on conversion error. |
| 1751 | |
| 1752 | 2005-07-21 |
| 1753 | |
| 1754 | * src/prefs_folder_item.c: display path with GtkLabel. |
| 1755 | |
| 1756 | 2005-07-20 |
| 1757 | |
| 1758 | * src/rfc2015.c: unified indent. Use g_getenv() instead of getenv(). |
| 1759 | Use locale-independent g_ascii_toupper() instead of toupper(). |
| 1760 | |
| 1761 | 2005-07-20 |
| 1762 | |
| 1763 | * src/main.c: remove temporary files on startup. Code cleanups. |
| 1764 | |
| 1765 | 2005-07-19 |
| 1766 | |
| 1767 | * src/compose.c: compose_insert_drag_received_cb(): added a hack to |
| 1768 | prevent duplicated insertion. |
| 1769 | |
| 1770 | 2005-07-19 |
| 1771 | |
| 1772 | * src/compose.c: compose_get_line_break_pos(): don't break line after |
| 1773 | '/' (to protect file path etc.). |
| 1774 | |
| 1775 | 2005-07-19 |
| 1776 | |
| 1777 | * src/compose.c: don't remove drag source on GDK_ACTION_MOVE. |
| 1778 | Explicitly call gtk_drag_finish(). |
| 1779 | * src/summaryview.c |
| 1780 | src/folderview.c: made GtkTargetEntry static. |
| 1781 | |
| 1782 | 2005-07-15 |
| 1783 | |
| 1784 | * src/summaryview.c: summary_modify_threads(): select correct row |
| 1785 | when sorting is enabled. |
| 1786 | |
| 1787 | 2005-07-14 |
| 1788 | |
| 1789 | * version 2.0.0beta6 |
| 1790 | |
| 1791 | 2005-07-14 |
| 1792 | |
| 1793 | * src/menu.c |
| 1794 | src/prefs.c: removed '#warning FIXME_GTK2'. |
| 1795 | |
| 1796 | 2005-07-14 |
| 1797 | |
| 1798 | * src/prefs_common.c: made textview_cursor_visible a hidden option. |
| 1799 | |
| 1800 | 2005-07-14 |
| 1801 | |
| 1802 | * src/procmime.c: procmime_decode_content(): don't uncanonicalize |
| 1803 | files whose name is *.txt but the Content-Type is |
| 1804 | application/octet-stream. |
| 1805 | |
| 1806 | 2005-07-14 |
| 1807 | |
| 1808 | * src/filter.c |
| 1809 | src/folderview.c: modify filter rules after moving folders. |
| 1810 | |
| 1811 | 2005-07-13 |
| 1812 | |
| 1813 | * src/textview.c |
| 1814 | src/mimeview.c |
| 1815 | src/procmime.[ch]: made the file size of attachments more accurate, |
| 1816 | and human-readable. |
| 1817 | |
| 1818 | 2005-07-13 |
| 1819 | |
| 1820 | * src/foldersel.c: display folder names with new/unread |
| 1821 | representation. |
| 1822 | |
| 1823 | 2005-07-12 |
| 1824 | |
| 1825 | * src/compose.c: compose_get_line_break_pos(): don't break line after |
| 1826 | '-' (to protect e-mail address etc.). |
| 1827 | |
| 1828 | 2005-07-12 |
| 1829 | |
| 1830 | * src/main.c |
| 1831 | src/stock_pixmap.[ch] |
| 1832 | src/Makefile.am |
| 1833 | src/pixmaps/stock_sylpheed.png |
| 1834 | sylpheed.png |
| 1835 | sylpheed-64x64.png |
| 1836 | sylpheed-128x128.png: added a new app icon, and specified it as |
| 1837 | a default window icon. |
| 1838 | |
| 1839 | 2005-07-12 |
| 1840 | |
| 1841 | * src/procmsg.[ch]: procmsg_send_queue(): clear summary cache to |
| 1842 | prevent cache discrepancy. |
| 1843 | |
| 1844 | 2005-07-12 |
| 1845 | |
| 1846 | * src/filesel.c: comply with prefs_common.comply_gnome_hig option. |
| 1847 | |
| 1848 | 2005-07-12 |
| 1849 | |
| 1850 | * src/compose.c |
| 1851 | src/addressbook.c |
| 1852 | src/textview.c |
| 1853 | src/account.c |
| 1854 | src/summaryview.c: modified several alerts, and added accelerators |
| 1855 | for the buttons. |
| 1856 | |
| 1857 | 2005-07-11 |
| 1858 | |
| 1859 | * gtkut_tree_view_scroll_to_cell(): added margin for visibility. |
| 1860 | |
| 1861 | 2005-07-11 |
| 1862 | |
| 1863 | * src/compose.c: compose_parse_header(): use Content-Type's charset as |
| 1864 | a fallback encoding of broken header strings. |
| 1865 | |
| 1866 | 2005-07-11 |
| 1867 | |
| 1868 | * src/compose.c: don't convert encoding if inserted file is UTF-8. |
| 1869 | |
| 1870 | 2005-07-11 |
| 1871 | |
| 1872 | * src/compose.c: fixed duplicate signature problem in re-edit or |
| 1873 | after editing with external editor. |
| 1874 | |
| 1875 | 2005-07-11 |
| 1876 | |
| 1877 | * src/textview.c: get_uri_part(): don't include characters '{', '}',
|
| 1878 | '[', ']' in URI characters. |
| 1879 | |
| 1880 | 2005-07-11 |
| 1881 | |
| 1882 | * src/compose.[ch]: replaced gdk_input_*() with GIOChannel. |
| 1883 | |
| 1884 | 2005-07-08 |
| 1885 | |
| 1886 | * version 2.0.0beta5 |
| 1887 | |
| 1888 | 2005-07-08 |
| 1889 | |
| 1890 | * src/editjpilot.c |
| 1891 | src/editvcard.c: fixed a crash when cancelling file selection dialog |
| 1892 | by Escape key. Made non-ascii filename selectable. Use new file |
| 1893 | chooser dialog. |
| 1894 | |
| 1895 | 2005-07-08 |
| 1896 | |
| 1897 | * src/compose.c |
| 1898 | src/procmsg.[ch]: put existing window in front when trying to reedit |
| 1899 | draft/queued messages which are already open. |
| 1900 | |
| 1901 | 2005-07-08 |
| 1902 | |
| 1903 | * src/alertpanel.[ch]: alertpanel_full(): added more generic function. |
| 1904 | * src/compose.c |
| 1905 | src/account.c |
| 1906 | src/folderview.c: modified some alert dialogs. |
| 1907 | |
| 1908 | 2005-07-08 |
| 1909 | |
| 1910 | * src/addressbook.c |
| 1911 | src/alertpanel.[ch] |
| 1912 | src/summaryview.c: added G_ALERTCANCEL to AlertValue, and return it |
| 1913 | if cancelled. |
| 1914 | |
| 1915 | 2005-07-07 |
| 1916 | |
| 1917 | * src/summary_search.c |
| 1918 | src/message_search.c: modified the order of buttons. |
| 1919 | |
| 1920 | 2005-07-07 |
| 1921 | |
| 1922 | * src/prefs_display_header.c |
| 1923 | src/prefs_actions.c |
| 1924 | src/prefs.[ch] |
| 1925 | src/prefs_account.c |
| 1926 | src/prefs_common.[ch] |
| 1927 | src/prefs_summary_column.c |
| 1928 | src/prefs_template.c |
| 1929 | src/gtkutils.[ch] |
| 1930 | src/foldersel.c |
| 1931 | src/summary_search.c |
| 1932 | src/inputdialog.c |
| 1933 | src/editbook.c |
| 1934 | src/editgroup.c |
| 1935 | src/editjpilot.c |
| 1936 | src/editaddress.c |
| 1937 | src/editldap_basedn.c |
| 1938 | src/editvcard.c |
| 1939 | src/editldap.c: made the order of buttons comply with GNOME HIG. |
| 1940 | |
| 1941 | 2005-07-06 |
| 1942 | |
| 1943 | * src/stock_pixmap.[ch] |
| 1944 | src/sylpheed-logo.png: replaced Sylpheed logo with new one. |
| 1945 | |
| 1946 | 2005-07-06 |
| 1947 | |
| 1948 | * src/stock_pixmap.[ch] |
| 1949 | src/pixmaps/*.xpm: removed unused images. |
| 1950 | |
| 1951 | 2005-07-06 |
| 1952 | |
| 1953 | * src/pixmaps/stock_hand-signed.png: added. |
| 1954 | * src/compose.c: use new icon for Signature tool button. |
| 1955 | |
| 1956 | 2005-07-05 |
| 1957 | |
| 1958 | * src/pixmaps/Makefile.am: added BUILT_SOURCES to EXTRA_DIST for |
| 1959 | 'make distcheck'. |
| 1960 | |
| 1961 | 2005-07-05 |
| 1962 | |
| 1963 | * src/stock_pixmap.[ch] |
| 1964 | src/pixmaps/*.png |
| 1965 | src/pixmaps/Makefile.am: replaced pixmaps icons with png images |
| 1966 | (most of them are copied from gnome-icon-theme, |
| 1967 | stock_mail_receive_all and stock_mail_send_queue are contributed |
| 1968 | from Jean-Yves Lefort). |
| 1969 | * src/compose.c |
| 1970 | src/mainwindow.c: use new png icons. |
| 1971 | * src/folderview.c: use special icon for draft folder. |
| 1972 | |
| 1973 | 2005-07-04 |
| 1974 | |
| 1975 | * src/procmsg.c: procmsg_read_cache(): mark cache as dirty if open |
| 1976 | failed. |
| 1977 | |
| 1978 | 2005-07-04 |
| 1979 | |
| 1980 | * version 2.0.0beta4 |
| 1981 | |
| 1982 | 2005-07-04 |
| 1983 | |
| 1984 | * src/folderview.[ch]: lock button/key input while a folder is |
| 1985 | loading (fixed selection becoming wrong when another folder was |
| 1986 | clicked quickly). |
| 1987 | |
| 1988 | 2005-07-04 |
| 1989 | |
| 1990 | * src/mh.c: unified move_folder and rename_folder. |
| 1991 | |
| 1992 | 2005-07-04 |
| 1993 | |
| 1994 | * src/imap.c |
| 1995 | src/folderview.c: implemented IMAP4 folder move. |
| 1996 | |
| 1997 | 2005-07-01 |
| 1998 | |
| 1999 | * src/mh.c |
| 2000 | src/folder.h |
| 2001 | src/foldersel.[ch] |
| 2002 | src/imap.c |
| 2003 | src/news.c |
| 2004 | src/folderview.[ch] |
| 2005 | src/mainwindow.c: implemented folder move (currently restricted |
| 2006 | inside the same MH mailbox). |
| 2007 | |
| 2008 | 2005-07-01 |
| 2009 | |
| 2010 | * src/filter.c: fixed a bug in syncing folder path. |
| 2011 | * src/folderview.c: some code cleanups. |
| 2012 | |
| 2013 | 2005-06-30 |
| 2014 | |
| 2015 | * src/summaryview.c: summary_filter_func(): reflect flag changes to |
| 2016 | IMAP server. |
| 2017 | |
| 2018 | 2005-06-30 |
| 2019 | |
| 2020 | * src/compose.c: compose_write_to_file(): check for line length limit |
| 2021 | and display warning if exceeds. |
| 2022 | * src/utils.[ch]: check_line_length(): new. |
| 2023 | |
| 2024 | 2005-06-29 |
| 2025 | |
| 2026 | * src/main.c: main(): check for filename encoding on the first run. |
| 2027 | |
| 2028 | 2005-06-29 |
| 2029 | |
| 2030 | * src/utils.c: get_outgoing_rfc2822_str(): reverted the previous |
| 2031 | change (RFC 2822: 3.6.1. The origination date field). |
| 2032 | |
| 2033 | 2005-06-28 |
| 2034 | |
| 2035 | * src/utils.c: get_outgoing_rfc2822_str(): overwrite Date: header |
| 2036 | with current time (corrects date of queued messages). |
| 2037 | |
| 2038 | 2005-06-28 |
| 2039 | |
| 2040 | * src/mh.c: mh_scan_tree_recursive(): put a warning and skip if |
| 2041 | G_FILENAME_ENCODING is not specified but invalid UTF-8 directory |
| 2042 | name appeared. |
| 2043 | |
| 2044 | 2005-06-27 |
| 2045 | |
| 2046 | * src/imageview.c: fixed a possible crash on the view change from |
| 2047 | imageview to textview (thanks to NINOMIYA Yuuki). |
| 2048 | |
| 2049 | 2005-06-24 |
| 2050 | |
| 2051 | * src/ssl.c: show verify result as string. |
| 2052 | |
| 2053 | 2005-06-24 |
| 2054 | |
| 2055 | * src/utils.c: |
| 2056 | is_dir_exist() |
| 2057 | is_file_entry_exist() |
| 2058 | dirent_is_regular_file() |
| 2059 | dirent_is_directory(): use g_file_test() instead of stat(). |
| 2060 | |
| 2061 | 2005-06-24 |
| 2062 | |
| 2063 | * src/ssl.c: verify SSL certificate (thanks to Kazuhiro NISHIYAMA). |
| 2064 | |
| 2065 | 2005-06-24 |
| 2066 | |
| 2067 | * src/utils.[ch] |
| 2068 | src/rfc2015.c: use a wrapper of strftime() to suppress the warning |
| 2069 | of gcc about %c. |
| 2070 | * src/procheader.c: removed warning about invalid date. |
| 2071 | * src/jpilot.c |
| 2072 | src/vcard.c: use get_home_dir() instead of g_get_home_dir(). |
| 2073 | |
| 2074 | 2005-06-24 |
| 2075 | |
| 2076 | * src/prefs_common.[ch]: removed unused option 'enable_hscrollbar'. |
| 2077 | |
| 2078 | 2005-06-24 |
| 2079 | |
| 2080 | * src/summaryview.c: removed unrequired function |
| 2081 | summary_set_column_titles(). |
| 2082 | |
| 2083 | 2005-06-23 |
| 2084 | |
| 2085 | * version 2.0.0beta3 |
| 2086 | |
| 2087 | 2005-06-23 |
| 2088 | |
| 2089 | * src/foldersel.c |
| 2090 | src/folderview.[ch]: expand parent folder when new one is created. |
| 2091 | |
| 2092 | 2005-06-23 |
| 2093 | |
| 2094 | * src/textview.c: added "Compose new message" and "Open with Web |
| 2095 | browser" to the context menu. |
| 2096 | |
| 2097 | 2005-06-23 |
| 2098 | |
| 2099 | * src/folderview.[ch]: modified the way to revert selection after |
| 2100 | menu popup. |
| 2101 | |
| 2102 | 2005-06-23 |
| 2103 | |
| 2104 | * src/editldap.c: made bind password entry invisible. |
| 2105 | |
| 2106 | 2005-06-22 |
| 2107 | |
| 2108 | * src/prefs_common.c: quote_colors_set_dialog_key_pressed(): destroy |
| 2109 | dialog only if Escape key is pressed. |
| 2110 | * src/textview.[ch]: update colors of text tags when prefs are |
| 2111 | updated. |
| 2112 | |
| 2113 | 2005-06-22 |
| 2114 | |
| 2115 | * src/summaryview.[ch]: made summary columns reorderable by DnD. |
| 2116 | |
| 2117 | 2005-06-22 |
| 2118 | |
| 2119 | * src/mh.c |
| 2120 | src/procmsg.h |
| 2121 | src/prefs_common.[ch]: disabled strict checking of caches by stat() |
| 2122 | and improved the performance. |
| 2123 | Added MSG_CACHED flag to MsgTmpFlags. |
| 2124 | Added 'Advanced' tab to the common prefs. |
| 2125 | |
| 2126 | 2005-06-21 |
| 2127 | |
| 2128 | * src/folderview.c: folderview_delete_folder_cb(): modified the alert |
| 2129 | message on deleting folders. |
| 2130 | |
| 2131 | 2005-06-21 |
| 2132 | |
| 2133 | * src/prefs_account.[ch] |
| 2134 | src/prefs_common.[ch] |
| 2135 | src/news.c: moved the option of max news articles to account prefs. |
| 2136 | |
| 2137 | 2005-06-21 |
| 2138 | |
| 2139 | * src/compose.c: compose_reply() |
| 2140 | src/prefs_account.[ch]: added an option to encrypt when replying to |
| 2141 | encrypted message (thanks to Vladi Belperchinov-Shabanski). |
| 2142 | |
| 2143 | 2005-06-21 |
| 2144 | |
| 2145 | * src/summaryview.c: summary_reply(): use currently visible textview |
| 2146 | for selection reply. |
| 2147 | |
| 2148 | 2005-06-20 |
| 2149 | |
| 2150 | * configure.in: enabled GPGME and OpenSSL support by default. |
| 2151 | Use pkg-config to detect OpenSSL (thanks to Michael Schwendt). |
| 2152 | |
| 2153 | 2005-06-20 |
| 2154 | |
| 2155 | * src/imap.c: replace embedded null characters with ' ' when parsing |
| 2156 | block data (fix parse errors when embedded null characters appeared |
| 2157 | in headers). |
| 2158 | * src/socket.[ch]: modified *_getline() so that it returns the length |
| 2159 | of string including embedded null characters. |
| 2160 | * src/utils.[ch]: subst_null(): replaces null characters with |
| 2161 | specified one. |
| 2162 | |
| 2163 | 2005-06-20 |
| 2164 | |
| 2165 | * src/textview.c: added "Add to address book" to the context menu |
| 2166 | (thanks to Tomohiro Masubuchi), and changed "Copy this link" to |
| 2167 | "Copy this address" when address is clicked. |
| 2168 | * src/addressadd.c: addressadd_selection(): open edit person dialog |
| 2169 | right after it is added. |
| 2170 | |
| 2171 | 2005-06-17 |
| 2172 | |
| 2173 | * src/prefs.h: added macro PACK_SMALL_LABEL(). |
| 2174 | * src/inc.c: inc_finished() |
| 2175 | src/prefs_common.[ch]: added an option to execute command when new |
| 2176 | messages arrived. |
| 2177 | |
| 2178 | 2005-06-16 |
| 2179 | |
| 2180 | * version 2.0.0beta2 |
| 2181 | |
| 2182 | 2005-06-16 |
| 2183 | |
| 2184 | * src/send_message.c: send_message_local(): check exit status to |
| 2185 | detect errors. |
| 2186 | |
| 2187 | 2005-06-16 |
| 2188 | |
| 2189 | * src/procmsg.c: procmsg_empty_trash(): unset dirty flag after cleared |
| 2190 | cache/mark files (fixed wrong unread count of trash folders). |
| 2191 | |
| 2192 | 2005-06-15 |
| 2193 | |
| 2194 | * src/summaryview.[ch] |
| 2195 | src/mainwindow.c: added 'Tools/Filter junk mails in folder' and |
| 2196 | 'Tools/Filter junk mails in selected messages'. |
| 2197 | |
| 2198 | 2005-06-15 |
| 2199 | |
| 2200 | * src/compose.c: made 'File/Insert signature' replace current |
| 2201 | signature, or add it to the bottom. |
| 2202 | |
| 2203 | 2005-06-14 |
| 2204 | |
| 2205 | * src/textview.c: fixed slightly wrong scroll position when the |
| 2206 | displayed message changed. |
| 2207 | |
| 2208 | 2005-06-14 |
| 2209 | |
| 2210 | * src/compose.c: scroll the view to the cursor position after paste. |
| 2211 | |
| 2212 | 2005-06-14 |
| 2213 | |
| 2214 | * src/compose.c: don't scroll when view is created. |
| 2215 | compose_input_cb(): set cursor to the top when the text is replaced. |
| 2216 | |
| 2217 | 2005-06-14 |
| 2218 | |
| 2219 | * src/compose.c: scroll the view to the cursor position after |
| 2220 | inserting signatures or files. |
| 2221 | |
| 2222 | 2005-06-14 |
| 2223 | |
| 2224 | * src/mh.c: mh_remove_msg(): fixed a bug that unintentionally set |
| 2225 | FolderItem::last_num to 0 (which caused wrong unread number |
| 2226 | display). |
| 2227 | |
| 2228 | 2005-06-14 |
| 2229 | |
| 2230 | * src/summaryview.c: summary_set_colorlabel(): fixed a bug that the |
| 2231 | change of color labels was not saved. |
| 2232 | |
| 2233 | 2005-06-13 |
| 2234 | |
| 2235 | * src/prefs_common.[ch] |
| 2236 | src/inc.c: integrated junk filter setting into common prefs. |
| 2237 | * src/filter.[ch]: added filter_rule_list_free(). |
| 2238 | |
| 2239 | 2005-06-13 |
| 2240 | |
| 2241 | * src/summaryview.c: include currently selected row on flag search |
| 2242 | if message view is visible but the row is not displayed. |
| 2243 | |
| 2244 | 2005-06-13 |
| 2245 | |
| 2246 | * src/imap.c: reacquire CAPABILITY after STARTTLS since it can be |
| 2247 | changed (thanks to Tomasz). |
| 2248 | |
| 2249 | 2005-06-10 |
| 2250 | |
| 2251 | * replaced every strcasecmp/g_strcasecmp with g_ascii_strcasecmp, |
| 2252 | and strncasecmp/g_strncasecmp with g_ascii_strncasecmp |
| 2253 | (fixes Turkish locale problem) (thanks to Doruk Fisek). |
| 2254 | |
| 2255 | 2005-06-10 |
| 2256 | |
| 2257 | * src/prefs.h |
| 2258 | src/prefs_common.c: unified some frames and checkboxes. |
| 2259 | |
| 2260 | 2005-06-10 |
| 2261 | |
| 2262 | * src/summaryview.c: summary_modify_node(): really fixed the crash |
| 2263 | bug (referred freed memory on sorting). |
| 2264 | |
| 2265 | 2005-06-10 |
| 2266 | |
| 2267 | * src/summaryview.c: flush events before scrolling to selected. |
| 2268 | |
| 2269 | 2005-06-10 |
| 2270 | |
| 2271 | * src/summaryview.c: fixed possible crash (take 2). |
| 2272 | |
| 2273 | 2005-06-10 |
| 2274 | |
| 2275 | * src/summaryview.c: fixed possible crash when sorted by |
| 2276 | From/To/Subject. |
| 2277 | |
| 2278 | 2005-06-09 |
| 2279 | |
| 2280 | * version 2.0.0beta1 |
| 2281 | |
| 2282 | 2005-06-09 |
| 2283 | |
| 2284 | * src/gtkutils.[ch]: added gtkut_tree_view_scroll_to_cell(). |
| 2285 | Removed ununsed CTree functions. |
| 2286 | * src/summaryview.c: fixed scroll positon problem after some |
| 2287 | operations. |
| 2288 | |
| 2289 | 2005-06-08 |
| 2290 | |
| 2291 | * src/inc.c |
| 2292 | src/send_message.c |
| 2293 | src/progressdialog.[ch]: reimplemented progress dialog with |
| 2294 | GtkTreeView. Added some APIs. |
| 2295 | |
| 2296 | 2005-06-08 |
| 2297 | |
| 2298 | * sylpheed.spec.in: modified for the latest RPM (thanks to Paul |
| 2299 | Dickson). |
| 2300 | |
| 2301 | 2005-06-08 |
| 2302 | |
| 2303 | * src/account.c |
| 2304 | src/prefs_filter.c: made some buttons stock button. |
| 2305 | |
| 2306 | 2005-06-08 |
| 2307 | |
| 2308 | * src/summaryview.c: summary_tree_view_create(): disabled typeahead |
| 2309 | find. |
| 2310 | |
| 2311 | 2005-06-07 |
| 2312 | |
| 2313 | * src/compose.c |
| 2314 | src/main.c |
| 2315 | src/procmsg.[ch] |
| 2316 | src/send_message.[ch] |
| 2317 | src/prefs_common.[ch] |
| 2318 | src/mainwindow.c: added an option to apply filter rules to sent |
| 2319 | messages. |
| 2320 | |
| 2321 | 2005-06-06 |
| 2322 | |
| 2323 | * src/mimeview.c |
| 2324 | src/sourcewindow.c: don't use "destroy" signal to destroy objects. |
| 2325 | |
| 2326 | 2005-06-06 |
| 2327 | |
| 2328 | * src/compose.c: don't use "destroy" signal to destroy Compose object |
| 2329 | (fix rare crashes on discard?). |
| 2330 | |
| 2331 | 2005-06-06 |
| 2332 | |
| 2333 | * src/summaryview.c: |
| 2334 | summary_attract_by_subject() |
| 2335 | summary_sort(): clear selection list when the order of the list is |
| 2336 | changed. |
| 2337 | |
| 2338 | 2005-06-06 |
| 2339 | |
| 2340 | * src/summaryview.c: summary_remove_invalid_messages(): fixed a bug |
| 2341 | that it took time at O(n^2) order if all messages were selected |
| 2342 | and then they were removed. |
| 2343 | |
| 2344 | 2005-06-06 |
| 2345 | |
| 2346 | * src/compose.c |
| 2347 | src/messageview.c |
| 2348 | src/prefs_common.c |
| 2349 | src/mainwindow.c: added Hebrew encodings. |
| 2350 | |
| 2351 | 2005-06-06 |
| 2352 | |
| 2353 | * src/codeconv.[ch]: always enabled Japanese auto-detection if the |
| 2354 | first letters of locale string is "ja". |
| 2355 | |
| 2356 | 2005-06-03 |
| 2357 | |
| 2358 | * src/compose.c |
| 2359 | src/summaryview.[ch] |
| 2360 | src/folderview.c: improved the DnD. Don't copy files on |
| 2361 | summary-to-folder drag, and set mime type to message/rfc822 on |
| 2362 | summary-to-compose drag. |
| 2363 | |
| 2364 | 2005-06-03 |
| 2365 | |
| 2366 | * src/prefs_common.c: prefs_junk_create(): modified the description. |
| 2367 | |
| 2368 | 2005-06-03 |
| 2369 | |
| 2370 | * src/summaryview.c: summary_junk_func(), summary_junk(): allow |
| 2371 | empty junk folder. |
| 2372 | |
| 2373 | 2005-06-02 |
| 2374 | |
| 2375 | * src/prefs_common.c: prefs_font_select(): select current font |
| 2376 | when opening the dialog. |
| 2377 | |
| 2378 | 2005-06-02 |
| 2379 | |
| 2380 | * src/prefs_common.[ch] |
| 2381 | src/mainwindow.[ch] |
| 2382 | src/summaryview.[ch]: added a feature for junk mail control. |
| 2383 | |
| 2384 | 2005-06-01 |
| 2385 | |
| 2386 | * src/summaryview.c: summary_msgid_table_create_func(): ignore invalid |
| 2387 | or deleted messages. |
| 2388 | |
| 2389 | 2005-06-01 |
| 2390 | |
| 2391 | * src/textview.c: |
| 2392 | textview_search_string() |
| 2393 | textview_search_string_backward(): improved sequential searches. |
| 2394 | |
| 2395 | 2005-06-01 |
| 2396 | |
| 2397 | * src/summaryview.c: don't include the current message for |
| 2398 | "View/Go to/(Prev|Next) (unread|new) message". |
| 2399 | |
| 2400 | 2005-05-31 |
| 2401 | |
| 2402 | * src/imap.c: imap_scan_tree_recursive(): disabled scanning of folders |
| 2403 | because the STATUS command costs much. |
| 2404 | |
| 2405 | 2005-05-31 |
| 2406 | |
| 2407 | * src/summaryview.c: summary_show(): fixed a bug that caused crash |
| 2408 | if FolderView::selected is NULL (thanks to Yann Grossel). |
| 2409 | * src/folderview.[ch]: folderview_set_opened_item(): new. |
| 2410 | |
| 2411 | 2005-05-30 |
| 2412 | |
| 2413 | * src/manage_window.c: manage_window_focus_out(): don't reset |
| 2414 | focus_window on focus-out event. |
| 2415 | * src/inc.c |
| 2416 | src/send_message.c: call manage_window_destroy() to reset |
| 2417 | focus_window before destruction of window. |
| 2418 | |
| 2419 | 2005-05-30 |
| 2420 | |
| 2421 | * src/alertpanel.c: don't let message label take focus. |
| 2422 | * src/headerview.c: don't let header labels take focus. |
| 2423 | |
| 2424 | 2005-05-30 |
| 2425 | |
| 2426 | * src/summaryview.[ch]: optimized getting the selection list. |
| 2427 | Set cache as dirty when reordered to remember the current order. |
| 2428 | |
| 2429 | 2005-05-29 |
| 2430 | |
| 2431 | * version 1.9.12 |
| 2432 | |
| 2433 | 2005-05-27 |
| 2434 | |
| 2435 | * src/compose.c: compose_entries_set(): don't interpret Bcc header |
| 2436 | field (conform to RFC 2368). |
| 2437 | |
| 2438 | 2005-05-27 |
| 2439 | |
| 2440 | * src/mh.c |
| 2441 | src/compose.c |
| 2442 | src/folder.[ch] |
| 2443 | src/imap.c |
| 2444 | src/procmsg.c |
| 2445 | src/news.c |
| 2446 | src/summaryview.c: added FolderItem::mark_dirty flag to determine |
| 2447 | if mark file really needs to be updated. |
| 2448 | Write mark file only if cache_dirty or mark_dirty flag is set. |
| 2449 | |
| 2450 | 2005-05-27 |
| 2451 | |
| 2452 | * src/imap.c: don't destroy the previous Session object when |
| 2453 | reconnecting (fixed crash when reconnection happened while scanning |
| 2454 | tree). |
| 2455 | imap_cmd_search(): fixed a bug that only the first response was |
| 2456 | recognized (thanks to Hanno Meyer-Thurow). |
| 2457 | * src/procmsg.h: added MSG_IS_SIGNED() macro. |
| 2458 | |
| 2459 | 2005-05-26 |
| 2460 | |
| 2461 | * src/main.c: app_will_exit(): cleanup tmp directory when exit. |
| 2462 | * src/mimeview.c: fixed DnD of non-ascii filename. |
| 2463 | * src/utils.[ch]: encode_uri(): new. |
| 2464 | * src/summaryview.[ch]: use subject as the filename of droppend |
| 2465 | messages. Added .eml as the extension. |
| 2466 | |
| 2467 | 2005-05-25 |
| 2468 | |
| 2469 | * src/textview.c: textview_write_link(): also skip non-ascii space |
| 2470 | at the head of link strings (phishing check didn't work at the case). |
| 2471 | |
| 2472 | 2005-05-25 |
| 2473 | |
| 2474 | * src/utils.c: get_command_output(): use g_spawn_command_line_sync() |
| 2475 | instead of popen(). |
| 2476 | |
| 2477 | 2005-05-25 |
| 2478 | |
| 2479 | * src/send_message.c: send_message_local(): use GSpawn, and detect |
| 2480 | errors. |
| 2481 | |
| 2482 | 2005-05-25 |
| 2483 | |
| 2484 | * src/message_search.c: removed Clear button. |
| 2485 | |
| 2486 | 2005-05-24 |
| 2487 | |
| 2488 | * src/folder.[ch]: added FolderItem::cache_dirty flag to determine |
| 2489 | if cache file really needs to be updated. |
| 2490 | * src/mh.c |
| 2491 | src/imap.c |
| 2492 | src/procmsg.c |
| 2493 | src/news.c: set cache_dirty flag if folder contents differ from |
| 2494 | the cache file. |
| 2495 | * src/summaryview.c: set cache_dirty flag if folder contents changed. |
| 2496 | Write cache file only if cache_dirty flag is set. |
| 2497 | |
| 2498 | 2005-05-24 |
| 2499 | |
| 2500 | * src/compose.c: disable attach toggle button for now. |
| 2501 | |
| 2502 | 2005-05-24 |
| 2503 | |
| 2504 | * src/compose.[ch]: added a toggle button for the attachment pane. |
| 2505 | |
| 2506 | 2005-05-24 |
| 2507 | |
| 2508 | * src/compose.[ch]: reimplemented the attachment list with |
| 2509 | GtkTreeView. Fixed attaching of locale filename. |
| 2510 | * src/utils.c: uri_list_extract_filenames(): properly parse URI. |
| 2511 | |
| 2512 | 2005-05-24 |
| 2513 | |
| 2514 | * src/gtkutils.c: fixed compilation failure with GTK 2.4. |
| 2515 | |
| 2516 | 2005-05-23 |
| 2517 | |
| 2518 | * src/summaryview.[ch]: enabled DnD to external apps. |
| 2519 | |
| 2520 | 2005-05-23 |
| 2521 | |
| 2522 | * src/compose.[ch]: added PGP Sign/Encrypt check button on the compose |
| 2523 | window. |
| 2524 | |
| 2525 | 2005-05-23 |
| 2526 | |
| 2527 | * src/summaryview.c: summary_step(): don't use "move-cursor" signal |
| 2528 | to move cursor. |
| 2529 | |
| 2530 | 2005-05-23 |
| 2531 | |
| 2532 | * src/gtksctree.[ch]: removed. |
| 2533 | * src/gtkutils.c: added missing include, and removed GtkSCTree init. |
| 2534 | |
| 2535 | 2005-05-23 |
| 2536 | |
| 2537 | * src/textview.c |
| 2538 | src/mimeview.[ch] |
| 2539 | src/summaryview.c |
| 2540 | src/mainwindow.c: reimplemented MimeView with GtkTreeView. |
| 2541 | |
| 2542 | 2005-05-20 |
| 2543 | |
| 2544 | * src/summaryview.c: summary_show(): fixed the selection state on |
| 2545 | refresh. |
| 2546 | |
| 2547 | 2005-05-20 |
| 2548 | |
| 2549 | * src/summaryview.c: summaryview_clear_list(): set the value of |
| 2550 | vadjustment to 0.0 so that the "value-changed" signal is always |
| 2551 | emitted (fixes the scroll problem on refresh). |
| 2552 | |
| 2553 | 2005-05-19 |
| 2554 | |
| 2555 | * src/message_search.c: improved the interface and made code cleanup. |
| 2556 | |
| 2557 | 2005-05-19 |
| 2558 | |
| 2559 | * src/summary_search.c: improved the interface and made code cleanup. |
| 2560 | |
| 2561 | 2005-05-19 |
| 2562 | |
| 2563 | * src/summaryview.c: summary_show(): fixed a problem that no message |
| 2564 | was selected after processing left marks. |
| 2565 | |
| 2566 | 2005-05-19 |
| 2567 | |
| 2568 | * src/textview.[ch] |
| 2569 | src/prefs_common.[ch] |
| 2570 | src/mainwindow.c: added an option to toggle cursor in message view |
| 2571 | (thanks to Godwin Stewart). |
| 2572 | |
| 2573 | 2005-05-19 |
| 2574 | |
| 2575 | * src/summaryview.c: summary_modify_threads(): block selection_changed |
| 2576 | callback while modifying threads so that the toolbar doesn't |
| 2577 | become insensitive unexpectedly. |
| 2578 | |
| 2579 | 2005-05-18 |
| 2580 | |
| 2581 | * src/summaryview.c: set minimum column width. |
| 2582 | src/folderview.c: set minimum column width. Remember every column |
| 2583 | width. |
| 2584 | |
| 2585 | 2005-05-18 |
| 2586 | |
| 2587 | * src/summaryview.c: display next messages after deleting when |
| 2588 | immediate_exec is enabled. |
| 2589 | |
| 2590 | 2005-05-17 |
| 2591 | |
| 2592 | * version 1.9.11 |
| 2593 | |
| 2594 | 2005-05-17 |
| 2595 | |
| 2596 | * src/summaryview.c: summary_remove_invalid_messages(): adjusted |
| 2597 | selection and message display on execution. |
| 2598 | summary_get_modified_node(): fixed an order problem. |
| 2599 | |
| 2600 | 2005-05-17 |
| 2601 | |
| 2602 | * src/summaryview.c: summary_row_expanded(): made a workaround for |
| 2603 | last-row expand problem. |
| 2604 | |
| 2605 | 2005-05-16 |
| 2606 | |
| 2607 | * src/summaryview.c: summary_selection_changed(): forgot to unset |
| 2608 | SummaryView::selected on empty selection. |
| 2609 | |
| 2610 | 2005-05-16 |
| 2611 | |
| 2612 | * src/summaryview.c: fixed selection problem after execution. |
| 2613 | * src/gtkutils.c: gtkut_tree_model_find_by_column_data(): also compare |
| 2614 | start node. |
| 2615 | |
| 2616 | 2005-05-15 |
| 2617 | |
| 2618 | * src/summaryview.c: summary_button_pressed(): fixed a bug that |
| 2619 | prohibited column resize. |
| 2620 | |
| 2621 | 2005-05-15 |
| 2622 | |
| 2623 | * src/summaryview.c: summary_key_pressed(): fixed a bug that Return, |
| 2624 | Space and Delete key are ignored when multiple messages were |
| 2625 | selected. |
| 2626 | * src/headerview.c: added missing gtk/gtkimage.h include. |
| 2627 | |
| 2628 | 2005-05-13 |
| 2629 | |
| 2630 | * version 1.9.10 |
| 2631 | |
| 2632 | 2005-05-13 |
| 2633 | |
| 2634 | * src/prefs_common.[ch] |
| 2635 | src/summaryview.c: made rules hint configurable. Removed debug code. |
| 2636 | * src/gtkutils.c: gtkut_tree_row_reference_equal(): return FALSE if |
| 2637 | one of the reference is invalid. |
| 2638 | |
| 2639 | 2005-05-13 |
| 2640 | |
| 2641 | * src/summaryview.c: don't open selected messages on 'View/Go to' |
| 2642 | if the message view is hidden. |
| 2643 | |
| 2644 | 2005-05-13 |
| 2645 | |
| 2646 | * src/summaryview.c: modified the handling of middle-click and |
| 2647 | double-click. |
| 2648 | |
| 2649 | 2005-05-13 |
| 2650 | |
| 2651 | * src/summaryview.c: adjusted the width of icon-titled columns. |
| 2652 | |
| 2653 | 2005-05-12 |
| 2654 | |
| 2655 | * src/summaryview.c: summary_attract_by_subject() |
| 2656 | src/mainwindow.c: main_window_set_menu_sensitive(): disable 'Attract |
| 2657 | by subject' if sorted. |
| 2658 | |
| 2659 | 2005-05-12 |
| 2660 | |
| 2661 | * src/summaryview.c: summary_attract_by_subject(): optimized using |
| 2662 | gtk_tree_store_reorder() (gtk_tree_store_move_after() is too slow). |
| 2663 | |
| 2664 | 2005-05-12 |
| 2665 | |
| 2666 | * src/summaryview.c: display collapsed rows which have unread children |
| 2667 | as bold. |
| 2668 | |
| 2669 | 2005-05-11 |
| 2670 | |
| 2671 | * src/summaryview.c: summary_have_unread_children(): implemented. |
| 2672 | summary_row_expanded(): expand all children. |
| 2673 | summary_thread_build(): added missing g_hash_table_destroy(). |
| 2674 | |
| 2675 | 2005-05-11 |
| 2676 | |
| 2677 | * src/summaryview.c |
| 2678 | src/mainwindow.c: summary_thread_build(): implemented. |
| 2679 | |
| 2680 | 2005-05-11 |
| 2681 | |
| 2682 | * src/utils.c: remove_dir_recursive(): fixed operation failure if |
| 2683 | current directory is inside one which is to be removed. |
| 2684 | * src/summaryview.c: summary_unthread(): implemented. |
| 2685 | * src/folderview.c: fixed crash when FolderView::selected became |
| 2686 | invalid. Unset it if selection becomes empty. |
| 2687 | * src/defs.h: changed DEFAULT_MESSAHE_FONT from "Sans 14" to |
| 2688 | "Monospace 12". |
| 2689 | |
| 2690 | 2005-05-10 |
| 2691 | |
| 2692 | * src/summaryview.c: summary_select_thread(): implemented. |
| 2693 | |
| 2694 | 2005-05-10 |
| 2695 | |
| 2696 | * src/summary_search.c: reimplemented summary search. |
| 2697 | |
| 2698 | 2005-05-10 |
| 2699 | |
| 2700 | * src/summaryview.c: |
| 2701 | summary_show(): display selected message if always_show_msg is set. |
| 2702 | summary_button_pressed(): fixed the handling of modifier key. |
| 2703 | summary_selection_changed(): clear message view if not single |
| 2704 | selection. |
| 2705 | |
| 2706 | 2005-05-10 |
| 2707 | |
| 2708 | * src/summaryview.c |
| 2709 | src/gtkutils.[ch]: fixed compilation failure on GTK+ 2.4 |
| 2710 | (GTK+ 2.4 doesn't provide the way to unset the sort setting). |
| 2711 | |
| 2712 | 2005-05-09 |
| 2713 | |
| 2714 | * src/editjpilot.c |
| 2715 | src/editldap_basedn.c |
| 2716 | src/editldap.c: added missing includes. |
| 2717 | |
| 2718 | 2005-05-09 |
| 2719 | |
| 2720 | * src/compose.c |
| 2721 | src/inc.c |
| 2722 | src/addressbook.c |
| 2723 | src/textview.c |
| 2724 | src/messageview.c |
| 2725 | src/editbook.c |
| 2726 | src/editgroup.c |
| 2727 | src/importldif.c |
| 2728 | src/foldersel.c |
| 2729 | src/mimeview.c |
| 2730 | src/message_search.c |
| 2731 | src/main.c |
| 2732 | src/inputdialog.c |
| 2733 | src/editaddress.c |
| 2734 | src/addressadd.c |
| 2735 | src/import.c |
| 2736 | src/about.c |
| 2737 | src/mainwindow.c |
| 2738 | src/editvcard.c: added missing includes. |
| 2739 | * src/gtkutils.[ch]: added utility functions for GtkTreeView. |
| 2740 | * src/stock_pixmap.[ch]: stock_pixbuf_widget(): new. |
| 2741 | * src/folderview.c: modified for column sizing. |
| 2742 | * src/summaryview.[ch] |
| 2743 | src/prefs_summary_column.c: reimplemented with GtkTreeView |
| 2744 | (some features are not completed yet). |
| 2745 | |
| 2746 | 2005-05-06 |
| 2747 | |
| 2748 | * src/socket.c: sock_connect_address_list_async(): only watch |
| 2749 | G_IO_OUT to prevent a rare connection problem (thanks to Thorsten |
| 2750 | Maerz). |
| 2751 | |
| 2752 | 2005-05-02 |
| 2753 | |
| 2754 | * src/prefs_filter_edit.c: prefs_filter_edit_set_cond_hbox_widgets(): |
| 2755 | display unit on AGE condition. |
| 2756 | |
| 2757 | 2005-04-27 |
| 2758 | |
| 2759 | * src/imageview.c: imageview_get_resized_pixbuf(): don't scale images |
| 2760 | if not required (just increase ref count). |
| 2761 | |
| 2762 | 2005-04-27 |
| 2763 | |
| 2764 | * src/mainwindow.c: main_window_create(): disable no longer required |
| 2765 | workaround for resize grip on GTK+ 2.6. |
| 2766 | |
| 2767 | 2005-04-22 |
| 2768 | |
| 2769 | * src/imap.c: imap_auth(): prefer CRAM-MD5 if authentication type is |
| 2770 | automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED. |
| 2771 | |
| 2772 | 2005-04-22 |
| 2773 | |
| 2774 | * src/folderview.c: folderview_selection_changed(): flush widget to |
| 2775 | reflect selection change before showing summary. |
| 2776 | |
| 2777 | 2005-04-22 |
| 2778 | |
| 2779 | * sylpheed.desktop: changed the encoding to UTF-8 (thanks to Daichi |
| 2780 | Kawahata). |
| 2781 | |
| 2782 | 2005-04-22 |
| 2783 | |
| 2784 | * src/folderview.c: |
| 2785 | folderview_rescan_tree() |
| 2786 | folderview_check_new(): refresh widgets before processing. |
| 2787 | |
| 2788 | 2005-04-20 |
| 2789 | |
| 2790 | * src/gtkutils.[ch]: gtkut_widget_draw_now(): use |
| 2791 | gdk_window_process_updates() to force update of widgets. |
| 2792 | Removed gtkut_widget_wait_for_draw() which had a big overhead |
| 2793 | because of waiting for all events processed. |
| 2794 | * src/statusbar.c |
| 2795 | src/summaryview.c |
| 2796 | src/setup.c |
| 2797 | src/folderview.c |
| 2798 | src/mainwindow.c: use gtkut_widget_draw_now(). Improved performance |
| 2799 | of the update of statusbar. |
| 2800 | |
| 2801 | 2005-04-20 |
| 2802 | |
| 2803 | * src/textview.c: textview_smooth_scroll_do(): redraw it after scroll |
| 2804 | is done (fixed incorrect display when a part of the view is hidden). |
| 2805 | |
| 2806 | 2005-04-19 |
| 2807 | |
| 2808 | * version 1.9.9 |
| 2809 | |
| 2810 | 2005-04-19 |
| 2811 | |
| 2812 | * sylpheed.desktop: added French translation (thanks to Nicolas Boos). |
| 2813 | |
| 2814 | 2005-04-19 |
| 2815 | |
| 2816 | * src/session.[ch]: use separate buffer for large data to be sent, |
| 2817 | and don't duplicate it (reduces memory usage) (thanks to Dirk). |
| 2818 | |
| 2819 | 2005-04-19 |
| 2820 | |
| 2821 | * src/compose.c |
| 2822 | src/prefs_common.c: removed '/Edit/Advanced' menu which had been |
| 2823 | provided for old GtkSText, and had interfered with gtk-key-theme |
| 2824 | configuration. |
| 2825 | |
| 2826 | 2005-04-15 |
| 2827 | |
| 2828 | * src/folderview.c: folderview_create(): check GTK version for |
| 2829 | "ellipsize" property. |
| 2830 | |
| 2831 | 2005-04-13 |
| 2832 | |
| 2833 | * src/folderview.c: modified include. |
| 2834 | folderview_col_resized(): fixed argument type. |
| 2835 | |
| 2836 | 2005-04-13 |
| 2837 | |
| 2838 | * src/imap.c: imap_close(): don't do anything if item->path is NULL. |
| 2839 | * src/folderview.c: removed unused GtkStyle. |
| 2840 | folderview_select_row(): don't expand the row itself. |
| 2841 | folderview_selection_changed(): fixed a memory leak. |
| 2842 | |
| 2843 | 2005-04-13 |
| 2844 | |
| 2845 | * src/rfc2015.c: pgp_sign(): fixed missing brackets. Check if |
| 2846 | result->signatures is not NULL (fix crashes when ~/.gnupg doesn't |
| 2847 | exist). |
| 2848 | * src/sigstatus.c: gpgmegtk_sig_status_to_string(): check if signature |
| 2849 | is not NULL. |
| 2850 | |
| 2851 | 2005-04-12 |
| 2852 | |
| 2853 | * version 1.9.8 |
| 2854 | |
| 2855 | 2005-04-12 |
| 2856 | |
| 2857 | * src/folderview.c |
| 2858 | src/gtkutils.[ch]: remember the column width, and restored Search |
| 2859 | menu. |
| 2860 | |
| 2861 | 2005-04-12 |
| 2862 | |
| 2863 | * src/compose.c |
| 2864 | src/messageview.c |
| 2865 | src/codeconv.[ch] |
| 2866 | src/prefs_common.c |
| 2867 | src/mainwindow.c: support GBK encoding. Fallback to GBK if "X-GBK" |
| 2868 | is passed (thanks to SuperMMX). |
| 2869 | |
| 2870 | 2005-04-12 |
| 2871 | |
| 2872 | * src/compose.c: compose_write_to_file(): don't encode clearsigned |
| 2873 | text. |
| 2874 | |
| 2875 | 2005-04-11 |
| 2876 | |
| 2877 | * src/action.c: catch_output(): correctly select the insert text |
| 2878 | (fix invalid iterator warnings). |
| 2879 | |
| 2880 | 2005-04-11 |
| 2881 | |
| 2882 | * src/gtkutils.[ch] |
| 2883 | src/folderview.[ch]: implemented message-to-folder DnD. |
| 2884 | Auto-expand and auto-scroll are also implemented. |
| 2885 | |
| 2886 | 2005-04-08 |
| 2887 | |
| 2888 | * src/folderview.c: folderview_check_new(): fixed infinite loop bug. |
| 2889 | folderview_new_news_group_cb(): fixed crash bug when subscribing. |
| 2890 | * src/summaryview.c: summary_show(): update FolderView::opened before |
| 2891 | folderview_update_opened_msg_num() is called. |
| 2892 | |
| 2893 | 2005-04-07 |
| 2894 | |
| 2895 | * src/folderview.c: folderview_selection_changed(): don't let |
| 2896 | GtkTreeView::gtk_tree_view_button_press() grab focus after opening |
| 2897 | a folder by button press. |
| 2898 | |
| 2899 | 2005-04-07 |
| 2900 | |
| 2901 | * src/folderview.[ch]: reimplemented folder view with GtkTreeView |
| 2902 | (DnD is not implemented yet). |
| 2903 | * src/folder.[ch]: folder_item_compare(): compare function to sort |
| 2904 | FolderItem. |
| 2905 | * src/gtkutils.[ch]: |
| 2906 | gtkut_tree_model_next() |
| 2907 | gtkut_tree_model_find_by_column_data() |
| 2908 | gtkut_tree_view_find_collapsed_parent(): new. |
| 2909 | * src/pixmaps/dir-noselect.xpm |
| 2910 | src/pixmaps/dir-open.xpm |
| 2911 | src/pixmaps/dir-close.xpm: removed extra spaces. |
| 2912 | |
| 2913 | 2005-04-05 |
| 2914 | |
| 2915 | * src/send_messages.c: send_message_smtp(): consider EOF right after |
| 2916 | QUIT successful (workaround for Gmail SMTP server). |
| 2917 | * src/socket.c: ssl_read(), ssl_peek(): check EOF which violates the |
| 2918 | SSL protocol. |
| 2919 | * src/procheader.c: removed an unused variable. |
| 2920 | |
| 2921 | 2005-04-01 |
| 2922 | |
| 2923 | * configure.in: changed -traditional-cpp to -no-cpp-precomp for newer |
| 2924 | Mac OS X support. |
| 2925 | |
| 2926 | 2005-03-31 |
| 2927 | |
| 2928 | * src/account.c: reimplemented edit account dialog using GtkTreeView. |
| 2929 | |
| 2930 | 2005-03-31 |
| 2931 | |
| 2932 | * src/colorlabel.c: removed warnings when displaying colorlabel menu |
| 2933 | (don't use GtkAlignment). |
| 2934 | * src/prefs_filter_edit.c: stabilized displaying of widgets. |
| 2935 | * src/gtkutils.[ch]: gtkut_scrolled_window_reset_position(): reset |
| 2936 | the adjustments to (0, 0). |
| 2937 | |
| 2938 | 2005-03-31 |
| 2939 | |
| 2940 | * src/foldersel.c |
| 2941 | src/prefs_filter.c: made column resize automatically. |
| 2942 | |
| 2943 | 2005-03-31 |
| 2944 | |
| 2945 | * src/smtp.c: smtp_auth_plain(): fixed a bug that extra '\0' was |
| 2946 | included in the auth string and PLAIN authentication failed |
| 2947 | (thanks to IWAMOTO Kouichi). |
| 2948 | |
| 2949 | 2005-03-31 |
| 2950 | |
| 2951 | * src/prefs_filter.c: reimplemented filter prefs dialog using |
| 2952 | GtkTreeView. |
| 2953 | |
| 2954 | 2005-03-29 |
| 2955 | |
| 2956 | * src/compose.c: don't join (presumably) itemized lines on |
| 2957 | line-wrapping. |
| 2958 | |
| 2959 | 2005-03-29 |
| 2960 | |
| 2961 | * version 1.9.7 |
| 2962 | |
| 2963 | 2005-03-29 |
| 2964 | |
| 2965 | * src/procmsg.c: procmsg_get_thread_tree(): look for indirect parent |
| 2966 | only the second loop for accurate threading. |
| 2967 | * src/procheader.c: procheader_parse_stream(): made In-Reply-To take |
| 2968 | priority of References for MsgInfo::inreplyto. |
| 2969 | |
| 2970 | 2005-03-28 |
| 2971 | |
| 2972 | * src/utils.[ch]: references_list_prepend(): new. |
| 2973 | * src/procmsg.[ch] |
| 2974 | src/procheader.c |
| 2975 | src/summaryview.c: modified the thread creation so that it looks up |
| 2976 | every message-id in References header if the real parent message is |
| 2977 | not found (thanks to Alfons). |
| 2978 | * src/defs.h: upped the cache version. |
| 2979 | |
| 2980 | 2005-03-28 |
| 2981 | |
| 2982 | * src/foldersel.c: reimplemented folder selection dialog using |
| 2983 | GtkTreeView (thanks to Alfons). |
| 2984 | * src/stock_pixmap.[ch]: stock_pixbuf_gdk(): new. It generates |
| 2985 | GdkPixbuf object from xpm. |
| 2986 | |
| 2987 | 2005-03-25 |
| 2988 | |
| 2989 | * src/compose.c: compose_parse_header(): ignore empty Reply-To: and |
| 2990 | Followup-To: header (thanks to Alfons). |
| 2991 | |
| 2992 | 2005-03-23 |
| 2993 | |
| 2994 | * src/compose.c: |
| 2995 | compose_write_to_file() |
| 2996 | compose_write_headers(): separate header charset and body charset. |
| 2997 | Fixed the issue that ISO-8859-1 was forced for headers when body |
| 2998 | is US-ASCII only. |
| 2999 | |
| 3000 | 2005-03-23 |
| 3001 | |
| 3002 | * src/codeconv.c: conv_jistoeuc(): fixed buffer overflow when |
| 3003 | auxiliary Kanji appeared (only affects svn version after |
| 3004 | 2005-03-17). |
| 3005 | |
| 3006 | 2005-03-22 |
| 3007 | |
| 3008 | * src/codeconv.[ch]: return error value in every code conversion |
| 3009 | function. |
| 3010 | |
| 3011 | 2005-03-18 |
| 3012 | |
| 3013 | * src/html.[ch]: html_parse(): made return value const. |
| 3014 | * src/textview.c: textview_show_html(): force output of newline. |
| 3015 | * src/procmime.c: procmime_get_text_content(): follow the API change. |
| 3016 | |
| 3017 | 2005-03-18 |
| 3018 | |
| 3019 | * src/account.c: account_find_from_message_file(): added missing |
| 3020 | NULL terminator of the HeaderEntry array which had introduced |
| 3021 | crash on re-edit (thanks to Michael Schwendt). |
| 3022 | |
| 3023 | 2005-03-17 |
| 3024 | |
| 3025 | * src/utils.c: strncpy2(): optimized based on Alfons' code. |
| 3026 | |
| 3027 | 2005-03-17 |
| 3028 | |
| 3029 | * src/codeconv.[ch] |
| 3030 | src/textview.c |
| 3031 | src/unmime.c |
| 3032 | src/procheader.c |
| 3033 | src/sourcewindow.c |
| 3034 | src/rfc2015.c |
| 3035 | src/html.c: made every code conversion API allocate new memory. |
| 3036 | This removes redundant string copy on conversion. |
| 3037 | |
| 3038 | 2005-03-16 |
| 3039 | |
| 3040 | * src/prefs_common.[ch] |
| 3041 | src/textview.c: added an option whether to render HTML as text or |
| 3042 | not. |
| 3043 | |
| 3044 | 2005-03-16 |
| 3045 | |
| 3046 | * src/filesel.c: remember the state of the expander of file save |
| 3047 | dialog. |
| 3048 | |
| 3049 | 2005-03-16 |
| 3050 | |
| 3051 | * src/compose.[ch]: added a menu to temporally change the outgoing |
| 3052 | encoding. Use UTF-8 also for headers if it is forced for body. |
| 3053 | * src/codeconv.[ch]: |
| 3054 | conv_get_outgoing_charset_str(): don't use prefs_common setting. |
| 3055 | conv_encode_header(): added an argument for outgoing encoding. |
| 3056 | * src/prefs_common.c: added separators to outgoing encoding menu. |
| 3057 | * src/messageview.c |
| 3058 | src/mainwindow.c: changed 'Code set' (which is rather incorrect) |
| 3059 | in the menu to 'Character encoding'. |
| 3060 | |
| 3061 | 2005-03-15 |
| 3062 | |
| 3063 | * version 1.9.6 |
| 3064 | |
| 3065 | 2005-03-15 |
| 3066 | |
| 3067 | * src/action.c: create_io_dialog(): use user-defined text font |
| 3068 | (thanks to Alfons), and modified its appearance. |
| 3069 | |
| 3070 | 2005-03-15 |
| 3071 | |
| 3072 | * src/compose.c: compose_write_to_file(): fixed a memory leak. |
| 3073 | |
| 3074 | 2005-03-14 |
| 3075 | |
| 3076 | * src/compose.c: compose_write_to_file(): do a strict check for code |
| 3077 | conversion. |
| 3078 | * src/codeconv.[ch]: |
| 3079 | conv_codeset_strdup_full() |
| 3080 | conv_iconv_strdup() |
| 3081 | conv_iconv_strdup_with_cd(): added an argument to return an error |
| 3082 | value. |
| 3083 | |
| 3084 | 2005-03-14 |
| 3085 | |
| 3086 | * src/smtp.[ch] |
| 3087 | src/prefs_account.c: implemented PLAIN authentication method |
| 3088 | (thanks to mori). |
| 3089 | |
| 3090 | 2005-03-14 |
| 3091 | |
| 3092 | * src/filesel.c: |
| 3093 | filesel_select_file_full(): remember directories for each operations. |
| 3094 | filesel_create(): set default response. |
| 3095 | * src/textview.c: textview_key_pressed() |
| 3096 | src/mimeview.c: mimeview_key_pressed(): move focus to upper view |
| 3097 | if Esc key is pressed. |
| 3098 | * Thanks to Sergey Pinaev for the above. |
| 3099 | |
| 3100 | 2005-03-11 |
| 3101 | |
| 3102 | * src/compose.[ch]: use GtkTextTag for signature replacement to |
| 3103 | stabilize it. |
| 3104 | |
| 3105 | 2005-03-10 |
| 3106 | |
| 3107 | * src/textview.c: implemented 'Save this image as...' in the context |
| 3108 | menu of inline images. |
| 3109 | * src/procmime.c: procmime_get_part_file_name(): new. |
| 3110 | |
| 3111 | 2005-03-10 |
| 3112 | |
| 3113 | * src/mainwindow.c: main_window_set_widgets(): request size first |
| 3114 | to prevent window size becoming wrong. |
| 3115 | * src/utils.c: debug_print(): use g_print() to output with locale |
| 3116 | encoding. |
| 3117 | |
| 3118 | 2005-03-10 |
| 3119 | |
| 3120 | * src/passphrase.c: partially fixed grab input of passphrase dialog. |
| 3121 | Confine pointer to window. |
| 3122 | |
| 3123 | 2005-03-09 |
| 3124 | |
| 3125 | * src/compose.c: fixed wrapping of quote when auto-wrapping is |
| 3126 | enabled. |
| 3127 | |
| 3128 | 2005-03-09 |
| 3129 | |
| 3130 | * src/mainwindow.c: fixed remembering of the state of the visibility |
| 3131 | of MessageView. |
| 3132 | |
| 3133 | 2005-03-09 |
| 3134 | |
| 3135 | * src/compose.c: compose_attach_cb(): enabled multiple file selection. |
| 3136 | * src/main.c: migrate_old_config(): copy also mime.types. |
| 3137 | * src/filesel.[ch]: filesel_select_files(): returns multiple selected |
| 3138 | files. |
| 3139 | |
| 3140 | 2005-03-08 |
| 3141 | |
| 3142 | * src/imageview.[ch]: imageview_get_resized_pixbuf(): new. |
| 3143 | src/textview.c: textview_add_part(): follow the setting of |
| 3144 | prefs_common.resize_image. |
| 3145 | * src/configure.in |
| 3146 | src/about.c |
| 3147 | src/mimeview.c: removed enable-gdk-pixbuf option since gdk-pixbuf |
| 3148 | is now built-in. |
| 3149 | |
| 3150 | 2005-03-08 |
| 3151 | |
| 3152 | * src/messageview.[ch] |
| 3153 | src/mimeview.[ch]: changed the implementation of switching |
| 3154 | Text/MIME view (enables smooth switching). |
| 3155 | |
| 3156 | 2005-03-08 |
| 3157 | |
| 3158 | * src/textview.c: textview_make_clickable_parts(): optimized the |
| 3159 | URI search (fixes freeze at extremely long lines with many '@'). |
| 3160 | * src/gtkutils.[ch]: gtkut_text_buffer_insert_with_tag_by_name(): |
| 3161 | new. Force linebreak of long lines (> 8190 chars) to prevent the |
| 3162 | slowdown of GtkTextView. |
| 3163 | |
| 3164 | 2005-03-07 |
| 3165 | |
| 3166 | * src/mainwindow.c |
| 3167 | src/mimeview.[ch]: save selected attachments if mimeview has focus |
| 3168 | when 'File/Save as...' is selected. |
| 3169 | Made mimeview_save_as() public. |
| 3170 | |
| 3171 | 2005-03-07 |
| 3172 | |
| 3173 | * version 1.9.5 |
| 3174 | |
| 3175 | 2005-03-07 |
| 3176 | |
| 3177 | * src/codeconv.c: conv_unmime_header(): use fixed size of buffer. |
| 3178 | * src/procheader.c: procheader_scan_date_string(): support header |
| 3179 | like: "[Tue,] 01 Feb 2005 09:57[:00]". |
| 3180 | |
| 3181 | 2005-03-04 |
| 3182 | |
| 3183 | * src/unmime.[ch]: use GString for a buffer for header MIME decoding |
| 3184 | to improve the efficiency. |
| 3185 | * src/codeconv.c: conv_unmime_header(): directly return the return |
| 3186 | value of unmime_header(). Restrict the buffer size on the stack. |
| 3187 | |
| 3188 | 2005-03-04 |
| 3189 | |
| 3190 | * src/codeconv.[ch]: removed conv_unmime_header_overwrite() because |
| 3191 | it had introduced heap buffer overflow. |
| 3192 | conv_unmime_header(): modified so that it returns newly-allocated |
| 3193 | string. |
| 3194 | * src/compose.c: compose_parse_header(): don't use |
| 3195 | conv_unmime_header_overwrite() which introduced buffer overflow. |
| 3196 | * src/procheader.c |
| 3197 | src/news.c |
| 3198 | src/procmime.c: followed the API change. |
| 3199 | |
| 3200 | 2005-03-03 |
| 3201 | |
| 3202 | * use Content-Type's charset as a fallback encoding of broken header |
| 3203 | strings (thanks to Sergey Pinaev). |
| 3204 | * src/textview.c: use Content-Type's charset information and |
| 3205 | force-charset setting when displaying headers. |
| 3206 | * src/codeconv.c: conv_iconv_strdup(): convert even if src and dest |
| 3207 | are identical, or dest is US-ASCII. |
| 3208 | conv_unmime_header(): try to convert with default encoding if |
| 3209 | string is not ascii. |
| 3210 | * src/procheader.[ch]: |
| 3211 | procheader_get_header_array() |
| 3212 | procheader_get_header_array_asis(): added an argument for default |
| 3213 | encoding. |
| 3214 | procheader_parse_stream(): use Content-Type's charset information. |
| 3215 | * src/procmime.[ch]: added procmime_scan_content_type_str() which |
| 3216 | returns parameters of Content-Type header. |
| 3217 | * src/unmime.[ch]: removed unused function prototype. |
| 3218 | |
| 3219 | 2005-03-02 |
| 3220 | |
| 3221 | * version 1.9.4 |
| 3222 | |
| 3223 | 2005-03-02 |
| 3224 | |
| 3225 | * src/compose.c: compose_destroy(): destroy paned only if it's not |
| 3226 | attached to window. Fixed memory leak of popup menu. |
| 3227 | |
| 3228 | 2005-03-02 |
| 3229 | |
| 3230 | * src/sigstatus.c: modified the popup dialog. Fixed warning when |
| 3231 | pressing escape key. Fixed indentation of the source. |
| 3232 | |
| 3233 | 2005-03-02 |
| 3234 | |
| 3235 | * src/main.c: removed redundant code. |
| 3236 | * configure.in: removed redundant PKG_CHECK_MODULES. |
| 3237 | use PKG_CONFIG instead of GLIB_CONFIG which is no longer available |
| 3238 | (fixes LDAP compilation). |
| 3239 | |
| 3240 | 2005-03-01 |
| 3241 | |
| 3242 | * configure.in: check for GLib/GTK version (>= 2.4.0). |
| 3243 | |
| 3244 | 2005-03-01 |
| 3245 | |
| 3246 | * src/gtkutils.[ch]: removed non-used code. |
| 3247 | |
| 3248 | 2005-03-01 |
| 3249 | |
| 3250 | * src/mimeview.[ch]: display action buttons when attached files are |
| 3251 | selected. |
| 3252 | Fixed the handling of key press and popup menu. |
| 3253 | Fixed redraw problem of widget pane. |
| 3254 | * src/summaryview.[ch]: minor code cleanup. |
| 3255 | * src/mainwindow.c: prev_cb(), next_cb(): handle mimeview if it has |
| 3256 | focus. |
| 3257 | * src/filesel.c: change current directory before creating dialog |
| 3258 | (fixed performance problem on folders with large number of |
| 3259 | message). |
| 3260 | * src/textview.[ch]: removed unused functions. |
| 3261 | |
| 3262 | 2005-03-01 |
| 3263 | |
| 3264 | * ac/check-type.m4 |
| 3265 | ac/gnupg-check-typedef.m4: fixed a warning of the newer automake |
| 3266 | (thanks to Daichi Kawahata). |
| 3267 | |
| 3268 | 2005-02-28 |
| 3269 | |
| 3270 | * src/compose.c: compose_parse_header(): generate References: from |
| 3271 | In-Reply-To: even if the parent message doesn't have Message-Id: |
| 3272 | (thanks to mori). |
| 3273 | |
| 3274 | 2005-02-28 |
| 3275 | |
| 3276 | * src/procheader.[ch]: fixed the argument type of buffer length |
| 3277 | (thanks to Alfons). |
| 3278 | |
| 3279 | 2005-02-27 |
| 3280 | |
| 3281 | * src/socket.c: sock_add_watch(): fixed a bug that g_io_add_watch() |
| 3282 | was called even on SSL connection. It has introduced random bugs. |
| 3283 | |
| 3284 | 2005-02-25 |
| 3285 | |
| 3286 | * src/messageview.c: messageview_select_all(), reply_cb(): fixed |
| 3287 | selection bugs. |
| 3288 | |
| 3289 | 2005-02-25 |
| 3290 | |
| 3291 | * src/compose.c |
| 3292 | src/textview.c |
| 3293 | src/quote_fmt_parse.y: follow the API changes. |
| 3294 | * src/procmsg.c: procmsg_print_message(): output text with locale |
| 3295 | encoding. |
| 3296 | * src/procmime.[ch]: |
| 3297 | procmime_get_text_content() |
| 3298 | procmime_get_first_text_content(): added an argument for dest |
| 3299 | encoding. |
| 3300 | * src/codeconv.[ch]: conv_code_converter_new(): added an argument for |
| 3301 | dest encoding. |
| 3302 | * src/html.c: removed broken locale specific entity reference |
| 3303 | conversion. |
| 3304 | |
| 3305 | 2005-02-25 |
| 3306 | |
| 3307 | * src/compose.c |
| 3308 | src/messageview.c |
| 3309 | src/mimeview.c |
| 3310 | src/export.c |
| 3311 | src/summaryview.c |
| 3312 | src/import.c |
| 3313 | src/filesel.[ch]: replaced GtkFileSelection with |
| 3314 | GtkFileChooserDialog. |
| 3315 | Added filesel_save_as(). |
| 3316 | |
| 3317 | 2005-02-24 |
| 3318 | |
| 3319 | * src/alertpanel.c: modified its design to fit other GTK2 apps. |
| 3320 | |
| 3321 | 2005-02-24 |
| 3322 | |
| 3323 | * src/progressdialog.c |
| 3324 | src/inc.c: inc_progress_dialog_create(): modified ProgressDialog |
| 3325 | to use GtkDialog. |
| 3326 | |
| 3327 | 2005-02-24 |
| 3328 | |
| 3329 | * src/compose.c: compose_write_attach(): force transfer encoding to |
| 3330 | protect trailing spaces for PGP signing. |
| 3331 | |
| 3332 | 2005-02-23 |
| 3333 | |
| 3334 | * src/gtkutils.[ch]: removed unused functions. |
| 3335 | gtkut_text_buffer_match_string() |
| 3336 | gtkut_text_buffer_find(): changed the API to use iterator. |
| 3337 | gtkut_text_buffer_find_backward(): new. |
| 3338 | * src/textview.c: |
| 3339 | textview_search_string() |
| 3340 | textview_search_string_backward(): use new API. |
| 3341 | |
| 3342 | 2005-02-23 |
| 3343 | |
| 3344 | * src/logwindow.c |
| 3345 | src/prefs_common.[ch]: re-enabled the line number limit, and made |
| 3346 | the value configurable. |
| 3347 | |
| 3348 | 2005-02-22 |
| 3349 | |
| 3350 | * src/codeconv.c: |
| 3351 | conv_anytodisp(): check if converted string is valid UTF-8. |
| 3352 | conv_localetodisp(): convert to valid UTF-8 if conv_iconv_strdup() |
| 3353 | failed. |
| 3354 | conv_unmime_header_overwrite() |
| 3355 | conv_unmime_header(): try to convert unencoded strings using locale |
| 3356 | encoding (thanks to Egor Yu. Shkerin and Oliver Lehmann). |
| 3357 | |
| 3358 | 2005-02-21 |
| 3359 | |
| 3360 | * version 1.9.3 |
| 3361 | |
| 3362 | 2005-02-21 |
| 3363 | |
| 3364 | * src/compose.c: |
| 3365 | compose_join_next_line(): consider tab width. Keep cursor position |
| 3366 | as much as possible. |
| 3367 | compose_wrap_paragraph(): remove trailing spaces on wrapping. |
| 3368 | compose_insert_sig(): don't select text when placing cursor. |
| 3369 | compose_insert_file(): disable autowrap while inserting text. |
| 3370 | compose_undo_cb() |
| 3371 | compose_redo_cb(): disable autowrap while performing undo/redo. |
| 3372 | |
| 3373 | 2005-02-21 |
| 3374 | |
| 3375 | * src/summaryview.c: summary_ctree_create(): changed indent size to |
| 3376 | 12. |
| 3377 | |
| 3378 | 2005-02-18 |
| 3379 | |
| 3380 | * src/textview.c: added 'Copy this link' to the context menu |
| 3381 | (thanks to Hiroyuki Ikezoe). |
| 3382 | * po/Makefile.in.in: added checks and statistics display option to |
| 3383 | msgfmt command. |
| 3384 | |
| 3385 | 2005-02-18 |
| 3386 | |
| 3387 | * src/compose.c: compose_join_next_line(): removed extra spaces |
| 3388 | between the next line. |
| 3389 | |
| 3390 | 2005-02-18 |
| 3391 | |
| 3392 | * src/compose.c: compose_wrap_paragraph(): comply with 'Wrap |
| 3393 | quotation' setting. |
| 3394 | |
| 3395 | 2005-02-18 |
| 3396 | |
| 3397 | * src/textview.c: fixed glitches of underlined URI in textview |
| 3398 | (thanks to Alfons). |
| 3399 | |
| 3400 | 2005-02-18 |
| 3401 | |
| 3402 | * src/compose.c: compose_join_next_line(): don't use |
| 3403 | gtk_text_buffer_backspace() which is gtk-2.6 only API. |
| 3404 | |
| 3405 | 2005-02-17 |
| 3406 | |
| 3407 | * src/compose.c: implemented new line-wrapping routine. Enables full |
| 3408 | i18n support and proper line-breaking. |
| 3409 | * src/utils.[ch]: get_uri_len(): returns URI length. |
| 3410 | |
| 3411 | 2005-02-16 |
| 3412 | |
| 3413 | * src/procmime.c: procmime_get_tmp_file_name(): convert filename |
| 3414 | to filesystem encoding. |
| 3415 | |
| 3416 | 2005-02-14 |
| 3417 | |
| 3418 | * src/intl.h: removed. |
| 3419 | |
| 3420 | 2005-02-10 |
| 3421 | |
| 3422 | * src/compose.c: compose_write_file(): force transfer encoding to |
| 3423 | protect trailing spaces for PGP signing (fixes incompatibility |
| 3424 | between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz). |
| 3425 | |
| 3426 | 2005-02-10 |
| 3427 | |
| 3428 | * src/compose.c |
| 3429 | src/sourcewindow.c: automatically show horizontal scroll bar. |
| 3430 | |
| 3431 | 2005-02-09 |
| 3432 | |
| 3433 | * version 1.9.2 |
| 3434 | |
| 3435 | 2005-02-09 |
| 3436 | |
| 3437 | * src/textview.c: implemented better hypertext processing (pointing |
| 3438 | a link shows its URI and single-clicking it follows the link). |
| 3439 | |
| 3440 | 2005-02-08 |
| 3441 | |
| 3442 | * src/codeconv.[ch] |
| 3443 | conv_filename_from_utf8() |
| 3444 | conv_filename_to_utf8(): new. They always returns non-NULL strings. |
| 3445 | * src/filesel.c |
| 3446 | src/summaryview.c: fixed non-UTF8 filename handling of the file |
| 3447 | selection dialog (thanks to Sergey Pinaev). |
| 3448 | * src/compose.c: compose_attach_cb(): fixed attaching of files with |
| 3449 | non-UTF8 names (thanks to Sergey Pinaev). |
| 3450 | |
| 3451 | 2005-02-08 |
| 3452 | |
| 3453 | * src/prefs_filter.c: use stock buttons. |
| 3454 | |
| 3455 | 2005-02-08 |
| 3456 | |
| 3457 | * src/procmime.[ch] |
| 3458 | src/textview.c |
| 3459 | src/prefs_common.c: implemented inline image display. |
| 3460 | |
| 3461 | 2005-02-07 |
| 3462 | |
| 3463 | * src/gtkutils.c: gtkut_window_popup() |
| 3464 | src/about.c: about_show(): use gtk_window_present() to popup |
| 3465 | window. |
| 3466 | |
| 3467 | 2005-02-07 |
| 3468 | |
| 3469 | * src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai). |
| 3470 | * configure.in |
| 3471 | Makefile.am |
| 3472 | po/Makefile.in.in: use AM_GLIB_GNU_GETTEXT. Removed intl/. |
| 3473 | |
| 3474 | 2005-02-04 |
| 3475 | |
| 3476 | * src/action.c: execute_actions(): don't include header part in |
| 3477 | message text. |
| 3478 | |
| 3479 | 2005-02-04 |
| 3480 | |
| 3481 | * src/textview.c |
| 3482 | src/gtkutils.[ch]: reimplemented message text search. |
| 3483 | |
| 3484 | 2005-02-04 |
| 3485 | |
| 3486 | * src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new. |
| 3487 | * src/prefs_account.c |
| 3488 | src/prefs_common.c: made the font size of supplementary |
| 3489 | explanations smaller, and enabled line wrap. |
| 3490 | |
| 3491 | 2005-02-03 |
| 3492 | |
| 3493 | * version 1.9.1 |
| 3494 | |
| 3495 | 2005-02-03 |
| 3496 | |
| 3497 | * src/compose.c: compose_create(): use normal API for setting font. |
| 3498 | |
| 3499 | 2005-02-02 |
| 3500 | |
| 3501 | * src/main.c: parse_cmd_opt(): convert help message to locale |
| 3502 | encoding. |
| 3503 | |
| 3504 | 2005-02-02 |
| 3505 | |
| 3506 | * src/compose.c: |
| 3507 | GET_CHAR(): speed up by using gtk_text_iter_get_char(). |
| 3508 | get_indent_length(): use GtkTextIter for the loop. |
| 3509 | |
| 3510 | 2005-02-02 |
| 3511 | |
| 3512 | * src/compose.c: |
| 3513 | text_inserted(): revalidate iterator so as not to invalidate it |
| 3514 | after gtk_text_buffer_insert() while enabling auto wrapping. |
| 3515 | Do paste-as-quotation directly inside compose_paste_as_quote_cb(). |
| 3516 | |
| 3517 | 2005-02-01 |
| 3518 | |
| 3519 | * version 1.9.0 |
| 3520 | |
| 3521 | 2005-01-31 |
| 3522 | |
| 3523 | * src/codeconv.c: conv_utf8todisp(): replace every 8bit character |
| 3524 | if the source string is not a valid UTF-8. |
| 3525 | |
| 3526 | 2005-01-31 |
| 3527 | |
| 3528 | * src/defs.h: use original ".sylpheed_cache" for CACHE_FILE. |
| 3529 | changed CACHE_VERSION to 0x20. |
| 3530 | |
| 3531 | 2005-01-31 |
| 3532 | |
| 3533 | * src/rfc2015.c: sig_status_full(): convert string returned by |
| 3534 | strftime() (which is locale encoding) to UTF-8. |
| 3535 | |
| 3536 | 2005-01-31 |
| 3537 | |
| 3538 | * configure.in |
| 3539 | src/textview.c |
| 3540 | src/passphrase.[ch] |
| 3541 | src/mimeview.c |
| 3542 | src/main.c |
| 3543 | src/select-keys.[ch] |
| 3544 | src/rfc2015.[ch] |
| 3545 | src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi). |
| 3546 | |
| 3547 | 2005-01-28 |
| 3548 | |
| 3549 | * src/template.c: template_write_config(): fixed a memory leak. |
| 3550 | |
| 3551 | 2005-01-28 |
| 3552 | |
| 3553 | * src/compose.c: removed redundant code for Ctrl-Enter handling |
| 3554 | (not required for GTK2). |
| 3555 | |
| 3556 | 2005-01-27 |
| 3557 | |
| 3558 | * src/prefs_actions.c |
| 3559 | src/prefs_template.c |
| 3560 | src/summary_search.c |
| 3561 | src/message_search.c |
| 3562 | src/folderview.c |
| 3563 | src/prefs_customheader.c |
| 3564 | src/prefs_filter.c: use GTK stock button for alertpanel. |
| 3565 | |
| 3566 | 2005-01-27 |
| 3567 | |
| 3568 | * src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to |
| 3569 | prevent character corruption on conversion. |
| 3570 | |
| 3571 | 2005-01-26 |
| 3572 | |
| 3573 | * src/stock_pixmap.[ch] |
| 3574 | src/pixmaps/stock_add_16.xpm |
| 3575 | src/pixmaps/stock_remove_16.xpm: removed two pixmaps. |
| 3576 | * src/prefs_filter_edit.c: use GTK stock icon for add and remove |
| 3577 | button. |
| 3578 | |
| 3579 | 2005-01-26 |
| 3580 | |
| 3581 | * src/alertpanel.c: use smaller size for title font. |
| 3582 | |
| 3583 | 2005-01-26 |
| 3584 | |
| 3585 | * src/codeconv.[ch]: made encoding-specific functions static, and |
| 3586 | removed redundant code. |
| 3587 | |
| 3588 | 2005-01-26 |
| 3589 | |
| 3590 | * src/procmime.c: |
| 3591 | procmime_scan_content_type() |
| 3592 | procmime_scan_content_disposition(): removed raw ISO-2022-JP to |
| 3593 | EUC-JP conversion. |
| 3594 | * src/jpilot.c: use conv_codeset_strdup() instead of |
| 3595 | conv_sjistodisp(). |
| 3596 | |
| 3597 | 2005-01-26 |
| 3598 | |
| 3599 | * src/compose.c |
| 3600 | src/folder.c |
| 3601 | src/prefs.c |
| 3602 | src/codeconv.[ch] |
| 3603 | src/imap.c |
| 3604 | src/xml.c |
| 3605 | src/addrbook.c |
| 3606 | src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which |
| 3607 | replace conv_get_internal_charset_str(). |
| 3608 | |
| 3609 | 2005-01-25 |
| 3610 | |
| 3611 | * src/inc.c: inc_finished(): removed warning when updating a |
| 3612 | folder item while no folder is selected. |
| 3613 | |
| 3614 | 2005-01-25 |
| 3615 | |
| 3616 | * src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default |
| 3617 | font_desc. |
| 3618 | * src/prefs_common.[ch] |
| 3619 | src/defs.h: removed unused font configs. |
| 3620 | * src/textview.c: use default font for headers. |
| 3621 | * src/headerview.c |
| 3622 | src/folderview.c: generate bold font from normal font. |
| 3623 | * src/summaryview.c: generate bold and small font from normal font. |
| 3624 | |
| 3625 | 2005-01-24 |
| 3626 | |
| 3627 | * src/alertpanel.c: alertpanel_create(): generate title font from |
| 3628 | normal font. |
| 3629 | |
| 3630 | 2005-01-24 |
| 3631 | |
| 3632 | * src/pop.c: pop3_get_uidl_table(): removed the old code for |
| 3633 | migration. |
| 3634 | * src/main.c: migrate_old_config(): also migrate sylpheedrc, and |
| 3635 | check the existence of source files. |
| 3636 | * src/prefs_common.c: changed the font setting name for migration. |
| 3637 | * src/defs.h: added UIDL_DIR, and changed the default font. |
| 3638 | |
| 3639 | 2005-01-24 |
| 3640 | |
| 3641 | * src/compose.c |
| 3642 | src/addressbook.c |
| 3643 | src/messageview.c |
| 3644 | src/mimeview.c |
| 3645 | src/select-keys.c |
| 3646 | src/sigstatus.c: use GTK stock button for button set. |
| 3647 | * src/passphrase.c: improved the passphrase dialog. |
| 3648 | |
| 3649 | 2005-01-24 |
| 3650 | |
| 3651 | * src/alertpanel.c: use GTK stock icon instead of pixmap. |
| 3652 | * src/pixmaps/stock_dialog_*_48.xpm: removed. |
| 3653 | |
| 3654 | 2005-01-24 |
| 3655 | |
| 3656 | * src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*(). |
| 3657 | |
| 3658 | 2005-01-24 |
| 3659 | |
| 3660 | * src/prefs_display_header.c |
| 3661 | src/action.c |
| 3662 | src/grouplistdialog.c |
| 3663 | src/textview.c |
| 3664 | src/editbook.c |
| 3665 | src/editgroup.c |
| 3666 | src/importldif.c |
| 3667 | src/summary_search.c |
| 3668 | src/message_search.c |
| 3669 | src/select-keys.c |
| 3670 | src/editjpilot.c |
| 3671 | src/export.c |
| 3672 | src/editaddress.c |
| 3673 | src/addressadd.c |
| 3674 | src/editldap_basedn.c |
| 3675 | src/prefs_summary_column.c |
| 3676 | src/import.c |
| 3677 | src/prefs_filter_edit.c |
| 3678 | src/editvcard.c |
| 3679 | src/prefs_customheader.c |
| 3680 | src/editldap.c |
| 3681 | src/sigstatus.c: use GTK stock button for button set. |
| 3682 | |
| 3683 | 2005-01-24 |
| 3684 | |
| 3685 | * src/compose.c |
| 3686 | src/inc.c |
| 3687 | src/prefs_actions.c |
| 3688 | src/prefs.c |
| 3689 | src/progressdialog.c |
| 3690 | src/account.c |
| 3691 | src/prefs_template.c |
| 3692 | src/foldersel.c |
| 3693 | src/main.c |
| 3694 | src/alertpanel.c |
| 3695 | src/inputdialog.c |
| 3696 | src/prefs_common.c |
| 3697 | src/summaryview.c |
| 3698 | src/about.c |
| 3699 | src/mainwindow.c |
| 3700 | src/prefs_filter.c: use GTK stock button for button set. |
| 3701 | * src/gtkutils.[ch]: gtkut_stock_button_set_create(): added. |
| 3702 | |
| 3703 | 2005-01-21 |
| 3704 | |
| 3705 | * src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to |
| 3706 | Alfons). |
| 3707 | |
| 3708 | 2005-01-21 |
| 3709 | |
| 3710 | * src/colorlabel.c: removed include of gdk/gdkx.h. |
| 3711 | * src/compose.c: compose_connect_changed_callbacks(): fixed a typo. |
| 3712 | * src/codeconv.[ch]: added conv_utf8todisp(). |
| 3713 | * src/sourcewindow.c: source_window_append() |
| 3714 | src/textview.c: textview_write_line(), textview_write_link() |
| 3715 | src/unmime.c: unmime_header() |
| 3716 | src/html.c: html_read_line(): assume the encoding of source |
| 3717 | string is UTF-8 instead of locale encoding. |
| 3718 | |
| 3719 | 2005-01-20 |
| 3720 | |
| 3721 | * src/codeconv.[ch]: conv_copy_dir(): copy directory contents with |
| 3722 | code conversion. |
| 3723 | * src/main.c: migrate_old_config(): migrate templates. |
| 3724 | |
| 3725 | 2005-01-20 |
| 3726 | |
| 3727 | * src/action.c: convert locale strings to UTF-8 before displaying |
| 3728 | it (thanks to Alfons). |
| 3729 | |
| 3730 | 2005-01-20 |
| 3731 | |
| 3732 | * src/statusbar.c |
| 3733 | src/summaryview.c |
| 3734 | src/setup.c |
| 3735 | src/folderview.c |
| 3736 | src/mainwindow.[ch]: restored the resize grip of the main |
| 3737 | statusbar with its proper position (thanks to Yoichi Imai). |
| 3738 | |
| 3739 | 2005-01-20 |
| 3740 | |
| 3741 | * src/jpilot.c: fixed Japanese code conversion. |
| 3742 | |
| 3743 | 2005-01-19 |
| 3744 | |
| 3745 | * src/compose.c: compose_insert_sig(): fixed broken signature |
| 3746 | replacement. |
| 3747 | |
| 3748 | 2005-01-19 |
| 3749 | |
| 3750 | * src/mh.c |
| 3751 | src/utils.c |
| 3752 | src/procmsg.c: ignore 0-numbered message file. Don't use symbol |
| 3753 | 'fileno' used in stdio.h. |
| 3754 | * src/messageview.c: messageview_show(): check if |
| 3755 | procmsg_msginfo_get_full_info() succeeds (fixes crash when |
| 3756 | opening 0-numbered message) (thanks to WAKAI Kazunao). |
| 3757 | |
| 3758 | 2005-01-19 |
| 3759 | |
| 3760 | * src/summaryview.c: summary_reply(): fixed a bug that didn't |
| 3761 | correctly get text selection. |
| 3762 | |
| 3763 | 2005-01-12 |
| 3764 | |
| 3765 | * Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2). |