root / ChangeLog @ 401
History | View | Annotate | Download (43.9 kB)
| 1 | 2005-07-05 |
|---|---|
| 2 | |
| 3 | * src/pixmaps/Makefile.am: added BUILT_SOURCES to EXTRA_DIST for |
| 4 | 'make distcheck'. |
| 5 | |
| 6 | 2005-07-05 |
| 7 | |
| 8 | * src/stock_pixmap.[ch] |
| 9 | src/pixmaps/*.png |
| 10 | src/pixmaps/Makefile.am: replaced pixmaps icons with png images |
| 11 | (most of them are copied from gnome-icon-theme, |
| 12 | stock_mail_receive_all and stock_mail_send_queue are contributed |
| 13 | from Jean-Yves Lefort). |
| 14 | * src/compose.c |
| 15 | src/mainwindow.c: use new png icons. |
| 16 | * src/folderview.c: use special icon for draft folder. |
| 17 | |
| 18 | 2005-07-04 |
| 19 | |
| 20 | * src/procmsg.c: procmsg_read_cache(): mark cache as dirty if open |
| 21 | failed. |
| 22 | |
| 23 | 2005-07-04 |
| 24 | |
| 25 | * version 2.0.0beta4 |
| 26 | |
| 27 | 2005-07-04 |
| 28 | |
| 29 | * src/folderview.[ch]: lock button/key input while a folder is |
| 30 | loading (fixed selection becoming wrong when another folder was |
| 31 | clicked quickly). |
| 32 | |
| 33 | 2005-07-04 |
| 34 | |
| 35 | * src/mh.c: unified move_folder and rename_folder. |
| 36 | |
| 37 | 2005-07-04 |
| 38 | |
| 39 | * src/imap.c |
| 40 | src/folderview.c: implemented IMAP4 folder move. |
| 41 | |
| 42 | 2005-07-01 |
| 43 | |
| 44 | * src/mh.c |
| 45 | src/folder.h |
| 46 | src/foldersel.[ch] |
| 47 | src/imap.c |
| 48 | src/news.c |
| 49 | src/folderview.[ch] |
| 50 | src/mainwindow.c: implemented folder move (currently restricted |
| 51 | inside the same MH mailbox). |
| 52 | |
| 53 | 2005-07-01 |
| 54 | |
| 55 | * src/filter.c: fixed a bug in syncing folder path. |
| 56 | * src/folderview.c: some code cleanups. |
| 57 | |
| 58 | 2005-06-30 |
| 59 | |
| 60 | * src/summaryview.c: summary_filter_func(): reflect flag changes to |
| 61 | IMAP server. |
| 62 | |
| 63 | 2005-06-30 |
| 64 | |
| 65 | * src/compose.c: compose_write_to_file(): check for line length limit |
| 66 | and display warning if exceeds. |
| 67 | * src/utils.[ch]: check_line_length(): new. |
| 68 | |
| 69 | 2005-06-29 |
| 70 | |
| 71 | * src/main.c: main(): check for filename encoding on the first run. |
| 72 | |
| 73 | 2005-06-29 |
| 74 | |
| 75 | * src/utils.c: get_outgoing_rfc2822_str(): reverted the previous |
| 76 | change (RFC 2822: 3.6.1. The origination date field). |
| 77 | |
| 78 | 2005-06-28 |
| 79 | |
| 80 | * src/utils.c: get_outgoing_rfc2822_str(): overwrite Date: header |
| 81 | with current time (corrects date of queued messages). |
| 82 | |
| 83 | 2005-06-28 |
| 84 | |
| 85 | * src/mh.c: mh_scan_tree_recursive(): put a warning and skip if |
| 86 | G_FILENAME_ENCODING is not specified but invalid UTF-8 directory |
| 87 | name appeared. |
| 88 | |
| 89 | 2005-06-27 |
| 90 | |
| 91 | * src/imageview.c: fixed a possible crash on the view change from |
| 92 | imageview to textview (thanks to NINOMIYA Yuuki). |
| 93 | |
| 94 | 2005-06-24 |
| 95 | |
| 96 | * src/ssl.c: show verify result as string. |
| 97 | |
| 98 | 2005-06-24 |
| 99 | |
| 100 | * src/utils.c: |
| 101 | is_dir_exist() |
| 102 | is_file_entry_exist() |
| 103 | dirent_is_regular_file() |
| 104 | dirent_is_directory(): use g_file_test() instead of stat(). |
| 105 | |
| 106 | 2005-06-24 |
| 107 | |
| 108 | * src/ssl.c: verify SSL certificate (thanks to Kazuhiro NISHIYAMA). |
| 109 | |
| 110 | 2005-06-24 |
| 111 | |
| 112 | * src/utils.[ch] |
| 113 | src/rfc2015.c: use a wrapper of strftime() to suppress the warning |
| 114 | of gcc about %c. |
| 115 | * src/procheader.c: removed warning about invalid date. |
| 116 | * src/jpilot.c |
| 117 | src/vcard.c: use get_home_dir() instead of g_get_home_dir(). |
| 118 | |
| 119 | 2005-06-24 |
| 120 | |
| 121 | * src/prefs_common.[ch]: removed unused option 'enable_hscrollbar'. |
| 122 | |
| 123 | 2005-06-24 |
| 124 | |
| 125 | * src/summaryview.c: removed unrequired function |
| 126 | summary_set_column_titles(). |
| 127 | |
| 128 | 2005-06-23 |
| 129 | |
| 130 | * version 2.0.0beta3 |
| 131 | |
| 132 | 2005-06-23 |
| 133 | |
| 134 | * src/foldersel.c |
| 135 | src/folderview.[ch]: expand parent folder when new one is created. |
| 136 | |
| 137 | 2005-06-23 |
| 138 | |
| 139 | * src/textview.c: added "Compose new message" and "Open with Web |
| 140 | browser" to the context menu. |
| 141 | |
| 142 | 2005-06-23 |
| 143 | |
| 144 | * src/folderview.[ch]: modified the way to revert selection after |
| 145 | menu popup. |
| 146 | |
| 147 | 2005-06-23 |
| 148 | |
| 149 | * src/editldap.c: made bind password entry invisible. |
| 150 | |
| 151 | 2005-06-22 |
| 152 | |
| 153 | * src/prefs_common.c: quote_colors_set_dialog_key_pressed(): destroy |
| 154 | dialog only if Escape key is pressed. |
| 155 | * src/textview.[ch]: update colors of text tags when prefs are |
| 156 | updated. |
| 157 | |
| 158 | 2005-06-22 |
| 159 | |
| 160 | * src/summaryview.[ch]: made summary columns reorderable by DnD. |
| 161 | |
| 162 | 2005-06-22 |
| 163 | |
| 164 | * src/mh.c |
| 165 | src/procmsg.h |
| 166 | src/prefs_common.[ch]: disabled strict checking of caches by stat() |
| 167 | and improved the performance. |
| 168 | Added MSG_CACHED flag to MsgTmpFlags. |
| 169 | Added 'Advanced' tab to the common prefs. |
| 170 | |
| 171 | 2005-06-21 |
| 172 | |
| 173 | * src/folderview.c: folderview_delete_folder_cb(): modified the alert |
| 174 | message on deleting folders. |
| 175 | |
| 176 | 2005-06-21 |
| 177 | |
| 178 | * src/prefs_account.[ch] |
| 179 | src/prefs_common.[ch] |
| 180 | src/news.c: moved the option of max news articles to account prefs. |
| 181 | |
| 182 | 2005-06-21 |
| 183 | |
| 184 | * src/compose.c: compose_reply() |
| 185 | src/prefs_account.[ch]: added an option to encrypt when replying to |
| 186 | encrypted message (thanks to Vladi Belperchinov-Shabanski). |
| 187 | |
| 188 | 2005-06-21 |
| 189 | |
| 190 | * src/summaryview.c: summary_reply(): use currently visible textview |
| 191 | for selection reply. |
| 192 | |
| 193 | 2005-06-20 |
| 194 | |
| 195 | * configure.in: enabled GPGME and OpenSSL support by default. |
| 196 | Use pkg-config to detect OpenSSL (thanks to Michael Schwendt). |
| 197 | |
| 198 | 2005-06-20 |
| 199 | |
| 200 | * src/imap.c: replace embedded null characters with ' ' when parsing |
| 201 | block data (fix parse errors when embedded null characters appeared |
| 202 | in headers). |
| 203 | * src/socket.[ch]: modified *_getline() so that it returns the length |
| 204 | of string including embedded null characters. |
| 205 | * src/utils.[ch]: subst_null(): replaces null characters with |
| 206 | specified one. |
| 207 | |
| 208 | 2005-06-20 |
| 209 | |
| 210 | * src/textview.c: added "Add to address book" to the context menu |
| 211 | (thanks to Tomohiro Masubuchi), and changed "Copy this link" to |
| 212 | "Copy this address" when address is clicked. |
| 213 | * src/addressadd.c: addressadd_selection(): open edit person dialog |
| 214 | right after it is added. |
| 215 | |
| 216 | 2005-06-17 |
| 217 | |
| 218 | * src/prefs.h: added macro PACK_SMALL_LABEL(). |
| 219 | * src/inc.c: inc_finished() |
| 220 | src/prefs_common.[ch]: added an option to execute command when new |
| 221 | messages arrived. |
| 222 | |
| 223 | 2005-06-16 |
| 224 | |
| 225 | * version 2.0.0beta2 |
| 226 | |
| 227 | 2005-06-16 |
| 228 | |
| 229 | * src/send_message.c: send_message_local(): check exit status to |
| 230 | detect errors. |
| 231 | |
| 232 | 2005-06-16 |
| 233 | |
| 234 | * src/procmsg.c: procmsg_empty_trash(): unset dirty flag after cleared |
| 235 | cache/mark files (fixed wrong unread count of trash folders). |
| 236 | |
| 237 | 2005-06-15 |
| 238 | |
| 239 | * src/summaryview.[ch] |
| 240 | src/mainwindow.c: added 'Tools/Filter junk mails in folder' and |
| 241 | 'Tools/Filter junk mails in selected messages'. |
| 242 | |
| 243 | 2005-06-15 |
| 244 | |
| 245 | * src/compose.c: made 'File/Insert signature' replace current |
| 246 | signature, or add it to the bottom. |
| 247 | |
| 248 | 2005-06-14 |
| 249 | |
| 250 | * src/textview.c: fixed slightly wrong scroll position when the |
| 251 | displayed message changed. |
| 252 | |
| 253 | 2005-06-14 |
| 254 | |
| 255 | * src/compose.c: scroll the view to the cursor position after paste. |
| 256 | |
| 257 | 2005-06-14 |
| 258 | |
| 259 | * src/compose.c: don't scroll when view is created. |
| 260 | compose_input_cb(): set cursor to the top when the text is replaced. |
| 261 | |
| 262 | 2005-06-14 |
| 263 | |
| 264 | * src/compose.c: scroll the view to the cursor position after |
| 265 | inserting signatures or files. |
| 266 | |
| 267 | 2005-06-14 |
| 268 | |
| 269 | * src/mh.c: mh_remove_msg(): fixed a bug that unintentionally set |
| 270 | FolderItem::last_num to 0 (which caused wrong unread number |
| 271 | display). |
| 272 | |
| 273 | 2005-06-14 |
| 274 | |
| 275 | * src/summaryview.c: summary_set_colorlabel(): fixed a bug that the |
| 276 | change of color labels was not saved. |
| 277 | |
| 278 | 2005-06-13 |
| 279 | |
| 280 | * src/prefs_common.[ch] |
| 281 | src/inc.c: integrated junk filter setting into common prefs. |
| 282 | * src/filter.[ch]: added filter_rule_list_free(). |
| 283 | |
| 284 | 2005-06-13 |
| 285 | |
| 286 | * src/summaryview.c: include currently selected row on flag search |
| 287 | if message view is visible but the row is not displayed. |
| 288 | |
| 289 | 2005-06-13 |
| 290 | |
| 291 | * src/imap.c: reacquire CAPABILITY after STARTTLS since it can be |
| 292 | changed (thanks to Tomasz). |
| 293 | |
| 294 | 2005-06-10 |
| 295 | |
| 296 | * replaced every strcasecmp/g_strcasecmp with g_ascii_strcasecmp, |
| 297 | and strncasecmp/g_strncasecmp with g_ascii_strncasecmp |
| 298 | (fixes Turkish locale problem) (thanks to Doruk Fisek). |
| 299 | |
| 300 | 2005-06-10 |
| 301 | |
| 302 | * src/prefs.h |
| 303 | src/prefs_common.c: unified some frames and checkboxes. |
| 304 | |
| 305 | 2005-06-10 |
| 306 | |
| 307 | * src/summaryview.c: summary_modify_node(): really fixed the crash |
| 308 | bug (referred freed memory on sorting). |
| 309 | |
| 310 | 2005-06-10 |
| 311 | |
| 312 | * src/summaryview.c: flush events before scrolling to selected. |
| 313 | |
| 314 | 2005-06-10 |
| 315 | |
| 316 | * src/summaryview.c: fixed possible crash (take 2). |
| 317 | |
| 318 | 2005-06-10 |
| 319 | |
| 320 | * src/summaryview.c: fixed possible crash when sorted by |
| 321 | From/To/Subject. |
| 322 | |
| 323 | 2005-06-09 |
| 324 | |
| 325 | * version 2.0.0beta1 |
| 326 | |
| 327 | 2005-06-09 |
| 328 | |
| 329 | * src/gtkutils.[ch]: added gtkut_tree_view_scroll_to_cell(). |
| 330 | Removed ununsed CTree functions. |
| 331 | * src/summaryview.c: fixed scroll positon problem after some |
| 332 | operations. |
| 333 | |
| 334 | 2005-06-08 |
| 335 | |
| 336 | * src/inc.c |
| 337 | src/send_message.c |
| 338 | src/progressdialog.[ch]: reimplemented progress dialog with |
| 339 | GtkTreeView. Added some APIs. |
| 340 | |
| 341 | 2005-06-08 |
| 342 | |
| 343 | * sylpheed.spec.in: modified for the latest RPM (thanks to Paul |
| 344 | Dickson). |
| 345 | |
| 346 | 2005-06-08 |
| 347 | |
| 348 | * src/account.c |
| 349 | src/prefs_filter.c: made some buttons stock button. |
| 350 | |
| 351 | 2005-06-08 |
| 352 | |
| 353 | * src/summaryview.c: summary_tree_view_create(): disabled typeahead |
| 354 | find. |
| 355 | |
| 356 | 2005-06-07 |
| 357 | |
| 358 | * src/compose.c |
| 359 | src/main.c |
| 360 | src/procmsg.[ch] |
| 361 | src/send_message.[ch] |
| 362 | src/prefs_common.[ch] |
| 363 | src/mainwindow.c: added an option to apply filter rules to sent |
| 364 | messages. |
| 365 | |
| 366 | 2005-06-06 |
| 367 | |
| 368 | * src/mimeview.c |
| 369 | src/sourcewindow.c: don't use "destroy" signal to destroy objects. |
| 370 | |
| 371 | 2005-06-06 |
| 372 | |
| 373 | * src/compose.c: don't use "destroy" signal to destroy Compose object |
| 374 | (fix rare crashes on discard?). |
| 375 | |
| 376 | 2005-06-06 |
| 377 | |
| 378 | * src/summaryview.c: |
| 379 | summary_attract_by_subject() |
| 380 | summary_sort(): clear selection list when the order of the list is |
| 381 | changed. |
| 382 | |
| 383 | 2005-06-06 |
| 384 | |
| 385 | * src/summaryview.c: summary_remove_invalid_messages(): fixed a bug |
| 386 | that it took time at O(n^2) order if all messages were selected |
| 387 | and then they were removed. |
| 388 | |
| 389 | 2005-06-06 |
| 390 | |
| 391 | * src/compose.c |
| 392 | src/messageview.c |
| 393 | src/prefs_common.c |
| 394 | src/mainwindow.c: added Hebrew encodings. |
| 395 | |
| 396 | 2005-06-06 |
| 397 | |
| 398 | * src/codeconv.[ch]: always enabled Japanese auto-detection if the |
| 399 | first letters of locale string is "ja". |
| 400 | |
| 401 | 2005-06-03 |
| 402 | |
| 403 | * src/compose.c |
| 404 | src/summaryview.[ch] |
| 405 | src/folderview.c: improved the DnD. Don't copy files on |
| 406 | summary-to-folder drag, and set mime type to message/rfc822 on |
| 407 | summary-to-compose drag. |
| 408 | |
| 409 | 2005-06-03 |
| 410 | |
| 411 | * src/prefs_common.c: prefs_junk_create(): modified the description. |
| 412 | |
| 413 | 2005-06-03 |
| 414 | |
| 415 | * src/summaryview.c: summary_junk_func(), summary_junk(): allow |
| 416 | empty junk folder. |
| 417 | |
| 418 | 2005-06-02 |
| 419 | |
| 420 | * src/prefs_common.c: prefs_font_select(): select current font |
| 421 | when opening the dialog. |
| 422 | |
| 423 | 2005-06-02 |
| 424 | |
| 425 | * src/prefs_common.[ch] |
| 426 | src/mainwindow.[ch] |
| 427 | src/summaryview.[ch]: added a feature for junk mail control. |
| 428 | |
| 429 | 2005-06-01 |
| 430 | |
| 431 | * src/summaryview.c: summary_msgid_table_create_func(): ignore invalid |
| 432 | or deleted messages. |
| 433 | |
| 434 | 2005-06-01 |
| 435 | |
| 436 | * src/textview.c: |
| 437 | textview_search_string() |
| 438 | textview_search_string_backward(): improved sequential searches. |
| 439 | |
| 440 | 2005-06-01 |
| 441 | |
| 442 | * src/summaryview.c: don't include the current message for |
| 443 | "View/Go to/(Prev|Next) (unread|new) message". |
| 444 | |
| 445 | 2005-05-31 |
| 446 | |
| 447 | * src/imap.c: imap_scan_tree_recursive(): disabled scanning of folders |
| 448 | because the STATUS command costs much. |
| 449 | |
| 450 | 2005-05-31 |
| 451 | |
| 452 | * src/summaryview.c: summary_show(): fixed a bug that caused crash |
| 453 | if FolderView::selected is NULL (thanks to Yann Grossel). |
| 454 | * src/folderview.[ch]: folderview_set_opened_item(): new. |
| 455 | |
| 456 | 2005-05-30 |
| 457 | |
| 458 | * src/manage_window.c: manage_window_focus_out(): don't reset |
| 459 | focus_window on focus-out event. |
| 460 | * src/inc.c |
| 461 | src/send_message.c: call manage_window_destroy() to reset |
| 462 | focus_window before destruction of window. |
| 463 | |
| 464 | 2005-05-30 |
| 465 | |
| 466 | * src/alertpanel.c: don't let message label take focus. |
| 467 | * src/headerview.c: don't let header labels take focus. |
| 468 | |
| 469 | 2005-05-30 |
| 470 | |
| 471 | * src/summaryview.[ch]: optimized getting the selection list. |
| 472 | Set cache as dirty when reordered to remember the current order. |
| 473 | |
| 474 | 2005-05-29 |
| 475 | |
| 476 | * version 1.9.12 |
| 477 | |
| 478 | 2005-05-27 |
| 479 | |
| 480 | * src/compose.c: compose_entries_set(): don't interpret Bcc header |
| 481 | field (conform to RFC 2368). |
| 482 | |
| 483 | 2005-05-27 |
| 484 | |
| 485 | * src/mh.c |
| 486 | src/compose.c |
| 487 | src/folder.[ch] |
| 488 | src/imap.c |
| 489 | src/procmsg.c |
| 490 | src/news.c |
| 491 | src/summaryview.c: added FolderItem::mark_dirty flag to determine |
| 492 | if mark file really needs to be updated. |
| 493 | Write mark file only if cache_dirty or mark_dirty flag is set. |
| 494 | |
| 495 | 2005-05-27 |
| 496 | |
| 497 | * src/imap.c: don't destroy the previous Session object when |
| 498 | reconnecting (fixed crash when reconnection happened while scanning |
| 499 | tree). |
| 500 | imap_cmd_search(): fixed a bug that only the first response was |
| 501 | recognized (thanks to Hanno Meyer-Thurow). |
| 502 | * src/procmsg.h: added MSG_IS_SIGNED() macro. |
| 503 | |
| 504 | 2005-05-26 |
| 505 | |
| 506 | * src/main.c: app_will_exit(): cleanup tmp directory when exit. |
| 507 | * src/mimeview.c: fixed DnD of non-ascii filename. |
| 508 | * src/utils.[ch]: encode_uri(): new. |
| 509 | * src/summaryview.[ch]: use subject as the filename of droppend |
| 510 | messages. Added .eml as the extension. |
| 511 | |
| 512 | 2005-05-25 |
| 513 | |
| 514 | * src/textview.c: textview_write_link(): also skip non-ascii space |
| 515 | at the head of link strings (phishing check didn't work at the case). |
| 516 | |
| 517 | 2005-05-25 |
| 518 | |
| 519 | * src/utils.c: get_command_output(): use g_spawn_command_line_sync() |
| 520 | instead of popen(). |
| 521 | |
| 522 | 2005-05-25 |
| 523 | |
| 524 | * src/send_message.c: send_message_local(): use GSpawn, and detect |
| 525 | errors. |
| 526 | |
| 527 | 2005-05-25 |
| 528 | |
| 529 | * src/message_search.c: removed Clear button. |
| 530 | |
| 531 | 2005-05-24 |
| 532 | |
| 533 | * src/folder.[ch]: added FolderItem::cache_dirty flag to determine |
| 534 | if cache file really needs to be updated. |
| 535 | * src/mh.c |
| 536 | src/imap.c |
| 537 | src/procmsg.c |
| 538 | src/news.c: set cache_dirty flag if folder contents differ from |
| 539 | the cache file. |
| 540 | * src/summaryview.c: set cache_dirty flag if folder contents changed. |
| 541 | Write cache file only if cache_dirty flag is set. |
| 542 | |
| 543 | 2005-05-24 |
| 544 | |
| 545 | * src/compose.c: disable attach toggle button for now. |
| 546 | |
| 547 | 2005-05-24 |
| 548 | |
| 549 | * src/compose.[ch]: added a toggle button for the attachment pane. |
| 550 | |
| 551 | 2005-05-24 |
| 552 | |
| 553 | * src/compose.[ch]: reimplemented the attachment list with |
| 554 | GtkTreeView. Fixed attaching of locale filename. |
| 555 | * src/utils.c: uri_list_extract_filenames(): properly parse URI. |
| 556 | |
| 557 | 2005-05-24 |
| 558 | |
| 559 | * src/gtkutils.c: fixed compilation failure with GTK 2.4. |
| 560 | |
| 561 | 2005-05-23 |
| 562 | |
| 563 | * src/summaryview.[ch]: enabled DnD to external apps. |
| 564 | |
| 565 | 2005-05-23 |
| 566 | |
| 567 | * src/compose.[ch]: added PGP Sign/Encrypt check button on the compose |
| 568 | window. |
| 569 | |
| 570 | 2005-05-23 |
| 571 | |
| 572 | * src/summaryview.c: summary_step(): don't use "move-cursor" signal |
| 573 | to move cursor. |
| 574 | |
| 575 | 2005-05-23 |
| 576 | |
| 577 | * src/gtksctree.[ch]: removed. |
| 578 | * src/gtkutils.c: added missing include, and removed GtkSCTree init. |
| 579 | |
| 580 | 2005-05-23 |
| 581 | |
| 582 | * src/textview.c |
| 583 | src/mimeview.[ch] |
| 584 | src/summaryview.c |
| 585 | src/mainwindow.c: reimplemented MimeView with GtkTreeView. |
| 586 | |
| 587 | 2005-05-20 |
| 588 | |
| 589 | * src/summaryview.c: summary_show(): fixed the selection state on |
| 590 | refresh. |
| 591 | |
| 592 | 2005-05-20 |
| 593 | |
| 594 | * src/summaryview.c: summaryview_clear_list(): set the value of |
| 595 | vadjustment to 0.0 so that the "value-changed" signal is always |
| 596 | emitted (fixes the scroll problem on refresh). |
| 597 | |
| 598 | 2005-05-19 |
| 599 | |
| 600 | * src/message_search.c: improved the interface and made code cleanup. |
| 601 | |
| 602 | 2005-05-19 |
| 603 | |
| 604 | * src/summary_search.c: improved the interface and made code cleanup. |
| 605 | |
| 606 | 2005-05-19 |
| 607 | |
| 608 | * src/summaryview.c: summary_show(): fixed a problem that no message |
| 609 | was selected after processing left marks. |
| 610 | |
| 611 | 2005-05-19 |
| 612 | |
| 613 | * src/textview.[ch] |
| 614 | src/prefs_common.[ch] |
| 615 | src/mainwindow.c: added an option to toggle cursor in message view |
| 616 | (thanks to Godwin Stewart). |
| 617 | |
| 618 | 2005-05-19 |
| 619 | |
| 620 | * src/summaryview.c: summary_modify_threads(): block selection_changed |
| 621 | callback while modifying threads so that the toolbar doesn't |
| 622 | become insensitive unexpectedly. |
| 623 | |
| 624 | 2005-05-18 |
| 625 | |
| 626 | * src/summaryview.c: set minimum column width. |
| 627 | src/folderview.c: set minimum column width. Remember every column |
| 628 | width. |
| 629 | |
| 630 | 2005-05-18 |
| 631 | |
| 632 | * src/summaryview.c: display next messages after deleting when |
| 633 | immediate_exec is enabled. |
| 634 | |
| 635 | 2005-05-17 |
| 636 | |
| 637 | * version 1.9.11 |
| 638 | |
| 639 | 2005-05-17 |
| 640 | |
| 641 | * src/summaryview.c: summary_remove_invalid_messages(): adjusted |
| 642 | selection and message display on execution. |
| 643 | summary_get_modified_node(): fixed an order problem. |
| 644 | |
| 645 | 2005-05-17 |
| 646 | |
| 647 | * src/summaryview.c: summary_row_expanded(): made a workaround for |
| 648 | last-row expand problem. |
| 649 | |
| 650 | 2005-05-16 |
| 651 | |
| 652 | * src/summaryview.c: summary_selection_changed(): forgot to unset |
| 653 | SummaryView::selected on empty selection. |
| 654 | |
| 655 | 2005-05-16 |
| 656 | |
| 657 | * src/summaryview.c: fixed selection problem after execution. |
| 658 | * src/gtkutils.c: gtkut_tree_model_find_by_column_data(): also compare |
| 659 | start node. |
| 660 | |
| 661 | 2005-05-15 |
| 662 | |
| 663 | * src/summaryview.c: summary_button_pressed(): fixed a bug that |
| 664 | prohibited column resize. |
| 665 | |
| 666 | 2005-05-15 |
| 667 | |
| 668 | * src/summaryview.c: summary_key_pressed(): fixed a bug that Return, |
| 669 | Space and Delete key are ignored when multiple messages were |
| 670 | selected. |
| 671 | * src/headerview.c: added missing gtk/gtkimage.h include. |
| 672 | |
| 673 | 2005-05-13 |
| 674 | |
| 675 | * version 1.9.10 |
| 676 | |
| 677 | 2005-05-13 |
| 678 | |
| 679 | * src/prefs_common.[ch] |
| 680 | src/summaryview.c: made rules hint configurable. Removed debug code. |
| 681 | * src/gtkutils.c: gtkut_tree_row_reference_equal(): return FALSE if |
| 682 | one of the reference is invalid. |
| 683 | |
| 684 | 2005-05-13 |
| 685 | |
| 686 | * src/summaryview.c: don't open selected messages on 'View/Go to' |
| 687 | if the message view is hidden. |
| 688 | |
| 689 | 2005-05-13 |
| 690 | |
| 691 | * src/summaryview.c: modified the handling of middle-click and |
| 692 | double-click. |
| 693 | |
| 694 | 2005-05-13 |
| 695 | |
| 696 | * src/summaryview.c: adjusted the width of icon-titled columns. |
| 697 | |
| 698 | 2005-05-12 |
| 699 | |
| 700 | * src/summaryview.c: summary_attract_by_subject() |
| 701 | src/mainwindow.c: main_window_set_menu_sensitive(): disable 'Attract |
| 702 | by subject' if sorted. |
| 703 | |
| 704 | 2005-05-12 |
| 705 | |
| 706 | * src/summaryview.c: summary_attract_by_subject(): optimized using |
| 707 | gtk_tree_store_reorder() (gtk_tree_store_move_after() is too slow). |
| 708 | |
| 709 | 2005-05-12 |
| 710 | |
| 711 | * src/summaryview.c: display collapsed rows which have unread children |
| 712 | as bold. |
| 713 | |
| 714 | 2005-05-11 |
| 715 | |
| 716 | * src/summaryview.c: summary_have_unread_children(): implemented. |
| 717 | summary_row_expanded(): expand all children. |
| 718 | summary_thread_build(): added missing g_hash_table_destroy(). |
| 719 | |
| 720 | 2005-05-11 |
| 721 | |
| 722 | * src/summaryview.c |
| 723 | src/mainwindow.c: summary_thread_build(): implemented. |
| 724 | |
| 725 | 2005-05-11 |
| 726 | |
| 727 | * src/utils.c: remove_dir_recursive(): fixed operation failure if |
| 728 | current directory is inside one which is to be removed. |
| 729 | * src/summaryview.c: summary_unthread(): implemented. |
| 730 | * src/folderview.c: fixed crash when FolderView::selected became |
| 731 | invalid. Unset it if selection becomes empty. |
| 732 | * src/defs.h: changed DEFAULT_MESSAHE_FONT from "Sans 14" to |
| 733 | "Monospace 12". |
| 734 | |
| 735 | 2005-05-10 |
| 736 | |
| 737 | * src/summaryview.c: summary_select_thread(): implemented. |
| 738 | |
| 739 | 2005-05-10 |
| 740 | |
| 741 | * src/summary_search.c: reimplemented summary search. |
| 742 | |
| 743 | 2005-05-10 |
| 744 | |
| 745 | * src/summaryview.c: |
| 746 | summary_show(): display selected message if always_show_msg is set. |
| 747 | summary_button_pressed(): fixed the handling of modifier key. |
| 748 | summary_selection_changed(): clear message view if not single |
| 749 | selection. |
| 750 | |
| 751 | 2005-05-10 |
| 752 | |
| 753 | * src/summaryview.c |
| 754 | src/gtkutils.[ch]: fixed compilation failure on GTK+ 2.4 |
| 755 | (GTK+ 2.4 doesn't provide the way to unset the sort setting). |
| 756 | |
| 757 | 2005-05-09 |
| 758 | |
| 759 | * src/editjpilot.c |
| 760 | src/editldap_basedn.c |
| 761 | src/editldap.c: added missing includes. |
| 762 | |
| 763 | 2005-05-09 |
| 764 | |
| 765 | * src/compose.c |
| 766 | src/inc.c |
| 767 | src/addressbook.c |
| 768 | src/textview.c |
| 769 | src/messageview.c |
| 770 | src/editbook.c |
| 771 | src/editgroup.c |
| 772 | src/importldif.c |
| 773 | src/foldersel.c |
| 774 | src/mimeview.c |
| 775 | src/message_search.c |
| 776 | src/main.c |
| 777 | src/inputdialog.c |
| 778 | src/editaddress.c |
| 779 | src/addressadd.c |
| 780 | src/import.c |
| 781 | src/about.c |
| 782 | src/mainwindow.c |
| 783 | src/editvcard.c: added missing includes. |
| 784 | * src/gtkutils.[ch]: added utility functions for GtkTreeView. |
| 785 | * src/stock_pixmap.[ch]: stock_pixbuf_widget(): new. |
| 786 | * src/folderview.c: modified for column sizing. |
| 787 | * src/summaryview.[ch] |
| 788 | src/prefs_summary_column.c: reimplemented with GtkTreeView |
| 789 | (some features are not completed yet). |
| 790 | |
| 791 | 2005-05-06 |
| 792 | |
| 793 | * src/socket.c: sock_connect_address_list_async(): only watch |
| 794 | G_IO_OUT to prevent a rare connection problem (thanks to Thorsten |
| 795 | Maerz). |
| 796 | |
| 797 | 2005-05-02 |
| 798 | |
| 799 | * src/prefs_filter_edit.c: prefs_filter_edit_set_cond_hbox_widgets(): |
| 800 | display unit on AGE condition. |
| 801 | |
| 802 | 2005-04-27 |
| 803 | |
| 804 | * src/imageview.c: imageview_get_resized_pixbuf(): don't scale images |
| 805 | if not required (just increase ref count). |
| 806 | |
| 807 | 2005-04-27 |
| 808 | |
| 809 | * src/mainwindow.c: main_window_create(): disable no longer required |
| 810 | workaround for resize grip on GTK+ 2.6. |
| 811 | |
| 812 | 2005-04-22 |
| 813 | |
| 814 | * src/imap.c: imap_auth(): prefer CRAM-MD5 if authentication type is |
| 815 | automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED. |
| 816 | |
| 817 | 2005-04-22 |
| 818 | |
| 819 | * src/folderview.c: folderview_selection_changed(): flush widget to |
| 820 | reflect selection change before showing summary. |
| 821 | |
| 822 | 2005-04-22 |
| 823 | |
| 824 | * sylpheed.desktop: changed the encoding to UTF-8 (thanks to Daichi |
| 825 | Kawahata). |
| 826 | |
| 827 | 2005-04-22 |
| 828 | |
| 829 | * src/folderview.c: |
| 830 | folderview_rescan_tree() |
| 831 | folderview_check_new(): refresh widgets before processing. |
| 832 | |
| 833 | 2005-04-20 |
| 834 | |
| 835 | * src/gtkutils.[ch]: gtkut_widget_draw_now(): use |
| 836 | gdk_window_process_updates() to force update of widgets. |
| 837 | Removed gtkut_widget_wait_for_draw() which had a big overhead |
| 838 | because of waiting for all events processed. |
| 839 | * src/statusbar.c |
| 840 | src/summaryview.c |
| 841 | src/setup.c |
| 842 | src/folderview.c |
| 843 | src/mainwindow.c: use gtkut_widget_draw_now(). Improved performance |
| 844 | of the update of statusbar. |
| 845 | |
| 846 | 2005-04-20 |
| 847 | |
| 848 | * src/textview.c: textview_smooth_scroll_do(): redraw it after scroll |
| 849 | is done (fixed incorrect display when a part of the view is hidden). |
| 850 | |
| 851 | 2005-04-19 |
| 852 | |
| 853 | * version 1.9.9 |
| 854 | |
| 855 | 2005-04-19 |
| 856 | |
| 857 | * sylpheed.desktop: added French translation (thanks to Nicolas Boos). |
| 858 | |
| 859 | 2005-04-19 |
| 860 | |
| 861 | * src/session.[ch]: use separate buffer for large data to be sent, |
| 862 | and don't duplicate it (reduces memory usage) (thanks to Dirk). |
| 863 | |
| 864 | 2005-04-19 |
| 865 | |
| 866 | * src/compose.c |
| 867 | src/prefs_common.c: removed '/Edit/Advanced' menu which had been |
| 868 | provided for old GtkSText, and had interfered with gtk-key-theme |
| 869 | configuration. |
| 870 | |
| 871 | 2005-04-15 |
| 872 | |
| 873 | * src/folderview.c: folderview_create(): check GTK version for |
| 874 | "ellipsize" property. |
| 875 | |
| 876 | 2005-04-13 |
| 877 | |
| 878 | * src/folderview.c: modified include. |
| 879 | folderview_col_resized(): fixed argument type. |
| 880 | |
| 881 | 2005-04-13 |
| 882 | |
| 883 | * src/imap.c: imap_close(): don't do anything if item->path is NULL. |
| 884 | * src/folderview.c: removed unused GtkStyle. |
| 885 | folderview_select_row(): don't expand the row itself. |
| 886 | folderview_selection_changed(): fixed a memory leak. |
| 887 | |
| 888 | 2005-04-13 |
| 889 | |
| 890 | * src/rfc2015.c: pgp_sign(): fixed missing brackets. Check if |
| 891 | result->signatures is not NULL (fix crashes when ~/.gnupg doesn't |
| 892 | exist). |
| 893 | * src/sigstatus.c: gpgmegtk_sig_status_to_string(): check if signature |
| 894 | is not NULL. |
| 895 | |
| 896 | 2005-04-12 |
| 897 | |
| 898 | * version 1.9.8 |
| 899 | |
| 900 | 2005-04-12 |
| 901 | |
| 902 | * src/folderview.c |
| 903 | src/gtkutils.[ch]: remember the column width, and restored Search |
| 904 | menu. |
| 905 | |
| 906 | 2005-04-12 |
| 907 | |
| 908 | * src/compose.c |
| 909 | src/messageview.c |
| 910 | src/codeconv.[ch] |
| 911 | src/prefs_common.c |
| 912 | src/mainwindow.c: support GBK encoding. Fallback to GBK if "X-GBK" |
| 913 | is passed (thanks to SuperMMX). |
| 914 | |
| 915 | 2005-04-12 |
| 916 | |
| 917 | * src/compose.c: compose_write_to_file(): don't encode clearsigned |
| 918 | text. |
| 919 | |
| 920 | 2005-04-11 |
| 921 | |
| 922 | * src/action.c: catch_output(): correctly select the insert text |
| 923 | (fix invalid iterator warnings). |
| 924 | |
| 925 | 2005-04-11 |
| 926 | |
| 927 | * src/gtkutils.[ch] |
| 928 | src/folderview.[ch]: implemented message-to-folder DnD. |
| 929 | Auto-expand and auto-scroll are also implemented. |
| 930 | |
| 931 | 2005-04-08 |
| 932 | |
| 933 | * src/folderview.c: folderview_check_new(): fixed infinite loop bug. |
| 934 | folderview_new_news_group_cb(): fixed crash bug when subscribing. |
| 935 | * src/summaryview.c: summary_show(): update FolderView::opened before |
| 936 | folderview_update_opened_msg_num() is called. |
| 937 | |
| 938 | 2005-04-07 |
| 939 | |
| 940 | * src/folderview.c: folderview_selection_changed(): don't let |
| 941 | GtkTreeView::gtk_tree_view_button_press() grab focus after opening |
| 942 | a folder by button press. |
| 943 | |
| 944 | 2005-04-07 |
| 945 | |
| 946 | * src/folderview.[ch]: reimplemented folder view with GtkTreeView |
| 947 | (DnD is not implemented yet). |
| 948 | * src/folder.[ch]: folder_item_compare(): compare function to sort |
| 949 | FolderItem. |
| 950 | * src/gtkutils.[ch]: |
| 951 | gtkut_tree_model_next() |
| 952 | gtkut_tree_model_find_by_column_data() |
| 953 | gtkut_tree_view_find_collapsed_parent(): new. |
| 954 | * src/pixmaps/dir-noselect.xpm |
| 955 | src/pixmaps/dir-open.xpm |
| 956 | src/pixmaps/dir-close.xpm: removed extra spaces. |
| 957 | |
| 958 | 2005-04-05 |
| 959 | |
| 960 | * src/send_messages.c: send_message_smtp(): consider EOF right after |
| 961 | QUIT successful (workaround for Gmail SMTP server). |
| 962 | * src/socket.c: ssl_read(), ssl_peek(): check EOF which violates the |
| 963 | SSL protocol. |
| 964 | * src/procheader.c: removed an unused variable. |
| 965 | |
| 966 | 2005-04-01 |
| 967 | |
| 968 | * configure.in: changed -traditional-cpp to -no-cpp-precomp for newer |
| 969 | Mac OS X support. |
| 970 | |
| 971 | 2005-03-31 |
| 972 | |
| 973 | * src/account.c: reimplemented edit account dialog using GtkTreeView. |
| 974 | |
| 975 | 2005-03-31 |
| 976 | |
| 977 | * src/colorlabel.c: removed warnings when displaying colorlabel menu |
| 978 | (don't use GtkAlignment). |
| 979 | * src/prefs_filter_edit.c: stabilized displaying of widgets. |
| 980 | * src/gtkutils.[ch]: gtkut_scrolled_window_reset_position(): reset |
| 981 | the adjustments to (0, 0). |
| 982 | |
| 983 | 2005-03-31 |
| 984 | |
| 985 | * src/foldersel.c |
| 986 | src/prefs_filter.c: made column resize automatically. |
| 987 | |
| 988 | 2005-03-31 |
| 989 | |
| 990 | * src/smtp.c: smtp_auth_plain(): fixed a bug that extra '\0' was |
| 991 | included in the auth string and PLAIN authentication failed |
| 992 | (thanks to IWAMOTO Kouichi). |
| 993 | |
| 994 | 2005-03-31 |
| 995 | |
| 996 | * src/prefs_filter.c: reimplemented filter prefs dialog using |
| 997 | GtkTreeView. |
| 998 | |
| 999 | 2005-03-29 |
| 1000 | |
| 1001 | * src/compose.c: don't join (presumably) itemized lines on |
| 1002 | line-wrapping. |
| 1003 | |
| 1004 | 2005-03-29 |
| 1005 | |
| 1006 | * version 1.9.7 |
| 1007 | |
| 1008 | 2005-03-29 |
| 1009 | |
| 1010 | * src/procmsg.c: procmsg_get_thread_tree(): look for indirect parent |
| 1011 | only the second loop for accurate threading. |
| 1012 | * src/procheader.c: procheader_parse_stream(): made In-Reply-To take |
| 1013 | priority of References for MsgInfo::inreplyto. |
| 1014 | |
| 1015 | 2005-03-28 |
| 1016 | |
| 1017 | * src/utils.[ch]: references_list_prepend(): new. |
| 1018 | * src/procmsg.[ch] |
| 1019 | src/procheader.c |
| 1020 | src/summaryview.c: modified the thread creation so that it looks up |
| 1021 | every message-id in References header if the real parent message is |
| 1022 | not found (thanks to Alfons). |
| 1023 | * src/defs.h: upped the cache version. |
| 1024 | |
| 1025 | 2005-03-28 |
| 1026 | |
| 1027 | * src/foldersel.c: reimplemented folder selection dialog using |
| 1028 | GtkTreeView (thanks to Alfons). |
| 1029 | * src/stock_pixmap.[ch]: stock_pixbuf_gdk(): new. It generates |
| 1030 | GdkPixbuf object from xpm. |
| 1031 | |
| 1032 | 2005-03-25 |
| 1033 | |
| 1034 | * src/compose.c: compose_parse_header(): ignore empty Reply-To: and |
| 1035 | Followup-To: header (thanks to Alfons). |
| 1036 | |
| 1037 | 2005-03-23 |
| 1038 | |
| 1039 | * src/compose.c: |
| 1040 | compose_write_to_file() |
| 1041 | compose_write_headers(): separate header charset and body charset. |
| 1042 | Fixed the issue that ISO-8859-1 was forced for headers when body |
| 1043 | is US-ASCII only. |
| 1044 | |
| 1045 | 2005-03-23 |
| 1046 | |
| 1047 | * src/codeconv.c: conv_jistoeuc(): fixed buffer overflow when |
| 1048 | auxiliary Kanji appeared (only affects svn version after |
| 1049 | 2005-03-17). |
| 1050 | |
| 1051 | 2005-03-22 |
| 1052 | |
| 1053 | * src/codeconv.[ch]: return error value in every code conversion |
| 1054 | function. |
| 1055 | |
| 1056 | 2005-03-18 |
| 1057 | |
| 1058 | * src/html.[ch]: html_parse(): made return value const. |
| 1059 | * src/textview.c: textview_show_html(): force output of newline. |
| 1060 | * src/procmime.c: procmime_get_text_content(): follow the API change. |
| 1061 | |
| 1062 | 2005-03-18 |
| 1063 | |
| 1064 | * src/account.c: account_find_from_message_file(): added missing |
| 1065 | NULL terminator of the HeaderEntry array which had introduced |
| 1066 | crash on re-edit (thanks to Michael Schwendt). |
| 1067 | |
| 1068 | 2005-03-17 |
| 1069 | |
| 1070 | * src/utils.c: strncpy2(): optimized based on Alfons' code. |
| 1071 | |
| 1072 | 2005-03-17 |
| 1073 | |
| 1074 | * src/codeconv.[ch] |
| 1075 | src/textview.c |
| 1076 | src/unmime.c |
| 1077 | src/procheader.c |
| 1078 | src/sourcewindow.c |
| 1079 | src/rfc2015.c |
| 1080 | src/html.c: made every code conversion API allocate new memory. |
| 1081 | This removes redundant string copy on conversion. |
| 1082 | |
| 1083 | 2005-03-16 |
| 1084 | |
| 1085 | * src/prefs_common.[ch] |
| 1086 | src/textview.c: added an option whether to render HTML as text or |
| 1087 | not. |
| 1088 | |
| 1089 | 2005-03-16 |
| 1090 | |
| 1091 | * src/filesel.c: remember the state of the expander of file save |
| 1092 | dialog. |
| 1093 | |
| 1094 | 2005-03-16 |
| 1095 | |
| 1096 | * src/compose.[ch]: added a menu to temporally change the outgoing |
| 1097 | encoding. Use UTF-8 also for headers if it is forced for body. |
| 1098 | * src/codeconv.[ch]: |
| 1099 | conv_get_outgoing_charset_str(): don't use prefs_common setting. |
| 1100 | conv_encode_header(): added an argument for outgoing encoding. |
| 1101 | * src/prefs_common.c: added separators to outgoing encoding menu. |
| 1102 | * src/messageview.c |
| 1103 | src/mainwindow.c: changed 'Code set' (which is rather incorrect) |
| 1104 | in the menu to 'Character encoding'. |
| 1105 | |
| 1106 | 2005-03-15 |
| 1107 | |
| 1108 | * version 1.9.6 |
| 1109 | |
| 1110 | 2005-03-15 |
| 1111 | |
| 1112 | * src/action.c: create_io_dialog(): use user-defined text font |
| 1113 | (thanks to Alfons), and modified its appearance. |
| 1114 | |
| 1115 | 2005-03-15 |
| 1116 | |
| 1117 | * src/compose.c: compose_write_to_file(): fixed a memory leak. |
| 1118 | |
| 1119 | 2005-03-14 |
| 1120 | |
| 1121 | * src/compose.c: compose_write_to_file(): do a strict check for code |
| 1122 | conversion. |
| 1123 | * src/codeconv.[ch]: |
| 1124 | conv_codeset_strdup_full() |
| 1125 | conv_iconv_strdup() |
| 1126 | conv_iconv_strdup_with_cd(): added an argument to return an error |
| 1127 | value. |
| 1128 | |
| 1129 | 2005-03-14 |
| 1130 | |
| 1131 | * src/smtp.[ch] |
| 1132 | src/prefs_account.c: implemented PLAIN authentication method |
| 1133 | (thanks to mori). |
| 1134 | |
| 1135 | 2005-03-14 |
| 1136 | |
| 1137 | * src/filesel.c: |
| 1138 | filesel_select_file_full(): remember directories for each operations. |
| 1139 | filesel_create(): set default response. |
| 1140 | * src/textview.c: textview_key_pressed() |
| 1141 | src/mimeview.c: mimeview_key_pressed(): move focus to upper view |
| 1142 | if Esc key is pressed. |
| 1143 | * Thanks to Sergey Pinaev for the above. |
| 1144 | |
| 1145 | 2005-03-11 |
| 1146 | |
| 1147 | * src/compose.[ch]: use GtkTextTag for signature replacement to |
| 1148 | stabilize it. |
| 1149 | |
| 1150 | 2005-03-10 |
| 1151 | |
| 1152 | * src/textview.c: implemented 'Save this image as...' in the context |
| 1153 | menu of inline images. |
| 1154 | * src/procmime.c: procmime_get_part_file_name(): new. |
| 1155 | |
| 1156 | 2005-03-10 |
| 1157 | |
| 1158 | * src/mainwindow.c: main_window_set_widgets(): request size first |
| 1159 | to prevent window size becoming wrong. |
| 1160 | * src/utils.c: debug_print(): use g_print() to output with locale |
| 1161 | encoding. |
| 1162 | |
| 1163 | 2005-03-10 |
| 1164 | |
| 1165 | * src/passphrase.c: partially fixed grab input of passphrase dialog. |
| 1166 | Confine pointer to window. |
| 1167 | |
| 1168 | 2005-03-09 |
| 1169 | |
| 1170 | * src/compose.c: fixed wrapping of quote when auto-wrapping is |
| 1171 | enabled. |
| 1172 | |
| 1173 | 2005-03-09 |
| 1174 | |
| 1175 | * src/mainwindow.c: fixed remembering of the state of the visibility |
| 1176 | of MessageView. |
| 1177 | |
| 1178 | 2005-03-09 |
| 1179 | |
| 1180 | * src/compose.c: compose_attach_cb(): enabled multiple file selection. |
| 1181 | * src/main.c: migrate_old_config(): copy also mime.types. |
| 1182 | * src/filesel.[ch]: filesel_select_files(): returns multiple selected |
| 1183 | files. |
| 1184 | |
| 1185 | 2005-03-08 |
| 1186 | |
| 1187 | * src/imageview.[ch]: imageview_get_resized_pixbuf(): new. |
| 1188 | src/textview.c: textview_add_part(): follow the setting of |
| 1189 | prefs_common.resize_image. |
| 1190 | * src/configure.in |
| 1191 | src/about.c |
| 1192 | src/mimeview.c: removed enable-gdk-pixbuf option since gdk-pixbuf |
| 1193 | is now built-in. |
| 1194 | |
| 1195 | 2005-03-08 |
| 1196 | |
| 1197 | * src/messageview.[ch] |
| 1198 | src/mimeview.[ch]: changed the implementation of switching |
| 1199 | Text/MIME view (enables smooth switching). |
| 1200 | |
| 1201 | 2005-03-08 |
| 1202 | |
| 1203 | * src/textview.c: textview_make_clickable_parts(): optimized the |
| 1204 | URI search (fixes freeze at extremely long lines with many '@'). |
| 1205 | * src/gtkutils.[ch]: gtkut_text_buffer_insert_with_tag_by_name(): |
| 1206 | new. Force linebreak of long lines (> 8190 chars) to prevent the |
| 1207 | slowdown of GtkTextView. |
| 1208 | |
| 1209 | 2005-03-07 |
| 1210 | |
| 1211 | * src/mainwindow.c |
| 1212 | src/mimeview.[ch]: save selected attachments if mimeview has focus |
| 1213 | when 'File/Save as...' is selected. |
| 1214 | Made mimeview_save_as() public. |
| 1215 | |
| 1216 | 2005-03-07 |
| 1217 | |
| 1218 | * version 1.9.5 |
| 1219 | |
| 1220 | 2005-03-07 |
| 1221 | |
| 1222 | * src/codeconv.c: conv_unmime_header(): use fixed size of buffer. |
| 1223 | * src/procheader.c: procheader_scan_date_string(): support header |
| 1224 | like: "[Tue,] 01 Feb 2005 09:57[:00]". |
| 1225 | |
| 1226 | 2005-03-04 |
| 1227 | |
| 1228 | * src/unmime.[ch]: use GString for a buffer for header MIME decoding |
| 1229 | to improve the efficiency. |
| 1230 | * src/codeconv.c: conv_unmime_header(): directly return the return |
| 1231 | value of unmime_header(). Restrict the buffer size on the stack. |
| 1232 | |
| 1233 | 2005-03-04 |
| 1234 | |
| 1235 | * src/codeconv.[ch]: removed conv_unmime_header_overwrite() because |
| 1236 | it had introduced heap buffer overflow. |
| 1237 | conv_unmime_header(): modified so that it returns newly-allocated |
| 1238 | string. |
| 1239 | * src/compose.c: compose_parse_header(): don't use |
| 1240 | conv_unmime_header_overwrite() which introduced buffer overflow. |
| 1241 | * src/procheader.c |
| 1242 | src/news.c |
| 1243 | src/procmime.c: followed the API change. |
| 1244 | |
| 1245 | 2005-03-03 |
| 1246 | |
| 1247 | * use Content-Type's charset as a fallback encoding of broken header |
| 1248 | strings (thanks to Sergey Pinaev). |
| 1249 | * src/textview.c: use Content-Type's charset information and |
| 1250 | force-charset setting when displaying headers. |
| 1251 | * src/codeconv.c: conv_iconv_strdup(): convert even if src and dest |
| 1252 | are identical, or dest is US-ASCII. |
| 1253 | conv_unmime_header(): try to convert with default encoding if |
| 1254 | string is not ascii. |
| 1255 | * src/procheader.[ch]: |
| 1256 | procheader_get_header_array() |
| 1257 | procheader_get_header_array_asis(): added an argument for default |
| 1258 | encoding. |
| 1259 | procheader_parse_stream(): use Content-Type's charset information. |
| 1260 | * src/procmime.[ch]: added procmime_scan_content_type_str() which |
| 1261 | returns parameters of Content-Type header. |
| 1262 | * src/unmime.[ch]: removed unused function prototype. |
| 1263 | |
| 1264 | 2005-03-02 |
| 1265 | |
| 1266 | * version 1.9.4 |
| 1267 | |
| 1268 | 2005-03-02 |
| 1269 | |
| 1270 | * src/compose.c: compose_destroy(): destroy paned only if it's not |
| 1271 | attached to window. Fixed memory leak of popup menu. |
| 1272 | |
| 1273 | 2005-03-02 |
| 1274 | |
| 1275 | * src/sigstatus.c: modified the popup dialog. Fixed warning when |
| 1276 | pressing escape key. Fixed indentation of the source. |
| 1277 | |
| 1278 | 2005-03-02 |
| 1279 | |
| 1280 | * src/main.c: removed redundant code. |
| 1281 | * configure.in: removed redundant PKG_CHECK_MODULES. |
| 1282 | use PKG_CONFIG instead of GLIB_CONFIG which is no longer available |
| 1283 | (fixes LDAP compilation). |
| 1284 | |
| 1285 | 2005-03-01 |
| 1286 | |
| 1287 | * configure.in: check for GLib/GTK version (>= 2.4.0). |
| 1288 | |
| 1289 | 2005-03-01 |
| 1290 | |
| 1291 | * src/gtkutils.[ch]: removed non-used code. |
| 1292 | |
| 1293 | 2005-03-01 |
| 1294 | |
| 1295 | * src/mimeview.[ch]: display action buttons when attached files are |
| 1296 | selected. |
| 1297 | Fixed the handling of key press and popup menu. |
| 1298 | Fixed redraw problem of widget pane. |
| 1299 | * src/summaryview.[ch]: minor code cleanup. |
| 1300 | * src/mainwindow.c: prev_cb(), next_cb(): handle mimeview if it has |
| 1301 | focus. |
| 1302 | * src/filesel.c: change current directory before creating dialog |
| 1303 | (fixed performance problem on folders with large number of |
| 1304 | message). |
| 1305 | * src/textview.[ch]: removed unused functions. |
| 1306 | |
| 1307 | 2005-03-01 |
| 1308 | |
| 1309 | * ac/check-type.m4 |
| 1310 | ac/gnupg-check-typedef.m4: fixed a warning of the newer automake |
| 1311 | (thanks to Daichi Kawahata). |
| 1312 | |
| 1313 | 2005-02-28 |
| 1314 | |
| 1315 | * src/compose.c: compose_parse_header(): generate References: from |
| 1316 | In-Reply-To: even if the parent message doesn't have Message-Id: |
| 1317 | (thanks to mori). |
| 1318 | |
| 1319 | 2005-02-28 |
| 1320 | |
| 1321 | * src/procheader.[ch]: fixed the argument type of buffer length |
| 1322 | (thanks to Alfons). |
| 1323 | |
| 1324 | 2005-02-27 |
| 1325 | |
| 1326 | * src/socket.c: sock_add_watch(): fixed a bug that g_io_add_watch() |
| 1327 | was called even on SSL connection. It has introduced random bugs. |
| 1328 | |
| 1329 | 2005-02-25 |
| 1330 | |
| 1331 | * src/messageview.c: messageview_select_all(), reply_cb(): fixed |
| 1332 | selection bugs. |
| 1333 | |
| 1334 | 2005-02-25 |
| 1335 | |
| 1336 | * src/compose.c |
| 1337 | src/textview.c |
| 1338 | src/quote_fmt_parse.y: follow the API changes. |
| 1339 | * src/procmsg.c: procmsg_print_message(): output text with locale |
| 1340 | encoding. |
| 1341 | * src/procmime.[ch]: |
| 1342 | procmime_get_text_content() |
| 1343 | procmime_get_first_text_content(): added an argument for dest |
| 1344 | encoding. |
| 1345 | * src/codeconv.[ch]: conv_code_converter_new(): added an argument for |
| 1346 | dest encoding. |
| 1347 | * src/html.c: removed broken locale specific entity reference |
| 1348 | conversion. |
| 1349 | |
| 1350 | 2005-02-25 |
| 1351 | |
| 1352 | * src/compose.c |
| 1353 | src/messageview.c |
| 1354 | src/mimeview.c |
| 1355 | src/export.c |
| 1356 | src/summaryview.c |
| 1357 | src/import.c |
| 1358 | src/filesel.[ch]: replaced GtkFileSelection with |
| 1359 | GtkFileChooserDialog. |
| 1360 | Added filesel_save_as(). |
| 1361 | |
| 1362 | 2005-02-24 |
| 1363 | |
| 1364 | * src/alertpanel.c: modified its design to fit other GTK2 apps. |
| 1365 | |
| 1366 | 2005-02-24 |
| 1367 | |
| 1368 | * src/progressdialog.c |
| 1369 | src/inc.c: inc_progress_dialog_create(): modified ProgressDialog |
| 1370 | to use GtkDialog. |
| 1371 | |
| 1372 | 2005-02-24 |
| 1373 | |
| 1374 | * src/compose.c: compose_write_attach(): force transfer encoding to |
| 1375 | protect trailing spaces for PGP signing. |
| 1376 | |
| 1377 | 2005-02-23 |
| 1378 | |
| 1379 | * src/gtkutils.[ch]: removed unused functions. |
| 1380 | gtkut_text_buffer_match_string() |
| 1381 | gtkut_text_buffer_find(): changed the API to use iterator. |
| 1382 | gtkut_text_buffer_find_backward(): new. |
| 1383 | * src/textview.c: |
| 1384 | textview_search_string() |
| 1385 | textview_search_string_backward(): use new API. |
| 1386 | |
| 1387 | 2005-02-23 |
| 1388 | |
| 1389 | * src/logwindow.c |
| 1390 | src/prefs_common.[ch]: re-enabled the line number limit, and made |
| 1391 | the value configurable. |
| 1392 | |
| 1393 | 2005-02-22 |
| 1394 | |
| 1395 | * src/codeconv.c: |
| 1396 | conv_anytodisp(): check if converted string is valid UTF-8. |
| 1397 | conv_localetodisp(): convert to valid UTF-8 if conv_iconv_strdup() |
| 1398 | failed. |
| 1399 | conv_unmime_header_overwrite() |
| 1400 | conv_unmime_header(): try to convert unencoded strings using locale |
| 1401 | encoding (thanks to Egor Yu. Shkerin and Oliver Lehmann). |
| 1402 | |
| 1403 | 2005-02-21 |
| 1404 | |
| 1405 | * version 1.9.3 |
| 1406 | |
| 1407 | 2005-02-21 |
| 1408 | |
| 1409 | * src/compose.c: |
| 1410 | compose_join_next_line(): consider tab width. Keep cursor position |
| 1411 | as much as possible. |
| 1412 | compose_wrap_paragraph(): remove trailing spaces on wrapping. |
| 1413 | compose_insert_sig(): don't select text when placing cursor. |
| 1414 | compose_insert_file(): disable autowrap while inserting text. |
| 1415 | compose_undo_cb() |
| 1416 | compose_redo_cb(): disable autowrap while performing undo/redo. |
| 1417 | |
| 1418 | 2005-02-21 |
| 1419 | |
| 1420 | * src/summaryview.c: summary_ctree_create(): changed indent size to |
| 1421 | 12. |
| 1422 | |
| 1423 | 2005-02-18 |
| 1424 | |
| 1425 | * src/textview.c: added 'Copy this link' to the context menu |
| 1426 | (thanks to Hiroyuki Ikezoe). |
| 1427 | * po/Makefile.in.in: added checks and statistics display option to |
| 1428 | msgfmt command. |
| 1429 | |
| 1430 | 2005-02-18 |
| 1431 | |
| 1432 | * src/compose.c: compose_join_next_line(): removed extra spaces |
| 1433 | between the next line. |
| 1434 | |
| 1435 | 2005-02-18 |
| 1436 | |
| 1437 | * src/compose.c: compose_wrap_paragraph(): comply with 'Wrap |
| 1438 | quotation' setting. |
| 1439 | |
| 1440 | 2005-02-18 |
| 1441 | |
| 1442 | * src/textview.c: fixed glitches of underlined URI in textview |
| 1443 | (thanks to Alfons). |
| 1444 | |
| 1445 | 2005-02-18 |
| 1446 | |
| 1447 | * src/compose.c: compose_join_next_line(): don't use |
| 1448 | gtk_text_buffer_backspace() which is gtk-2.6 only API. |
| 1449 | |
| 1450 | 2005-02-17 |
| 1451 | |
| 1452 | * src/compose.c: implemented new line-wrapping routine. Enables full |
| 1453 | i18n support and proper line-breaking. |
| 1454 | * src/utils.[ch]: get_uri_len(): returns URI length. |
| 1455 | |
| 1456 | 2005-02-16 |
| 1457 | |
| 1458 | * src/procmime.c: procmime_get_tmp_file_name(): convert filename |
| 1459 | to filesystem encoding. |
| 1460 | |
| 1461 | 2005-02-14 |
| 1462 | |
| 1463 | * src/intl.h: removed. |
| 1464 | |
| 1465 | 2005-02-10 |
| 1466 | |
| 1467 | * src/compose.c: compose_write_file(): force transfer encoding to |
| 1468 | protect trailing spaces for PGP signing (fixes incompatibility |
| 1469 | between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz). |
| 1470 | |
| 1471 | 2005-02-10 |
| 1472 | |
| 1473 | * src/compose.c |
| 1474 | src/sourcewindow.c: automatically show horizontal scroll bar. |
| 1475 | |
| 1476 | 2005-02-09 |
| 1477 | |
| 1478 | * version 1.9.2 |
| 1479 | |
| 1480 | 2005-02-09 |
| 1481 | |
| 1482 | * src/textview.c: implemented better hypertext processing (pointing |
| 1483 | a link shows its URI and single-clicking it follows the link). |
| 1484 | |
| 1485 | 2005-02-08 |
| 1486 | |
| 1487 | * src/codeconv.[ch] |
| 1488 | conv_filename_from_utf8() |
| 1489 | conv_filename_to_utf8(): new. They always returns non-NULL strings. |
| 1490 | * src/filesel.c |
| 1491 | src/summaryview.c: fixed non-UTF8 filename handling of the file |
| 1492 | selection dialog (thanks to Sergey Pinaev). |
| 1493 | * src/compose.c: compose_attach_cb(): fixed attaching of files with |
| 1494 | non-UTF8 names (thanks to Sergey Pinaev). |
| 1495 | |
| 1496 | 2005-02-08 |
| 1497 | |
| 1498 | * src/prefs_filter.c: use stock buttons. |
| 1499 | |
| 1500 | 2005-02-08 |
| 1501 | |
| 1502 | * src/procmime.[ch] |
| 1503 | src/textview.c |
| 1504 | src/prefs_common.c: implemented inline image display. |
| 1505 | |
| 1506 | 2005-02-07 |
| 1507 | |
| 1508 | * src/gtkutils.c: gtkut_window_popup() |
| 1509 | src/about.c: about_show(): use gtk_window_present() to popup |
| 1510 | window. |
| 1511 | |
| 1512 | 2005-02-07 |
| 1513 | |
| 1514 | * src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai). |
| 1515 | * configure.in |
| 1516 | Makefile.am |
| 1517 | po/Makefile.in.in: use AM_GLIB_GNU_GETTEXT. Removed intl/. |
| 1518 | |
| 1519 | 2005-02-04 |
| 1520 | |
| 1521 | * src/action.c: execute_actions(): don't include header part in |
| 1522 | message text. |
| 1523 | |
| 1524 | 2005-02-04 |
| 1525 | |
| 1526 | * src/textview.c |
| 1527 | src/gtkutils.[ch]: reimplemented message text search. |
| 1528 | |
| 1529 | 2005-02-04 |
| 1530 | |
| 1531 | * src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new. |
| 1532 | * src/prefs_account.c |
| 1533 | src/prefs_common.c: made the font size of supplementary |
| 1534 | explanations smaller, and enabled line wrap. |
| 1535 | |
| 1536 | 2005-02-03 |
| 1537 | |
| 1538 | * version 1.9.1 |
| 1539 | |
| 1540 | 2005-02-03 |
| 1541 | |
| 1542 | * src/compose.c: compose_create(): use normal API for setting font. |
| 1543 | |
| 1544 | 2005-02-02 |
| 1545 | |
| 1546 | * src/main.c: parse_cmd_opt(): convert help message to locale |
| 1547 | encoding. |
| 1548 | |
| 1549 | 2005-02-02 |
| 1550 | |
| 1551 | * src/compose.c: |
| 1552 | GET_CHAR(): speed up by using gtk_text_iter_get_char(). |
| 1553 | get_indent_length(): use GtkTextIter for the loop. |
| 1554 | |
| 1555 | 2005-02-02 |
| 1556 | |
| 1557 | * src/compose.c: |
| 1558 | text_inserted(): revalidate iterator so as not to invalidate it |
| 1559 | after gtk_text_buffer_insert() while enabling auto wrapping. |
| 1560 | Do paste-as-quotation directly inside compose_paste_as_quote_cb(). |
| 1561 | |
| 1562 | 2005-02-01 |
| 1563 | |
| 1564 | * version 1.9.0 |
| 1565 | |
| 1566 | 2005-01-31 |
| 1567 | |
| 1568 | * src/codeconv.c: conv_utf8todisp(): replace every 8bit character |
| 1569 | if the source string is not a valid UTF-8. |
| 1570 | |
| 1571 | 2005-01-31 |
| 1572 | |
| 1573 | * src/defs.h: use original ".sylpheed_cache" for CACHE_FILE. |
| 1574 | changed CACHE_VERSION to 0x20. |
| 1575 | |
| 1576 | 2005-01-31 |
| 1577 | |
| 1578 | * src/rfc2015.c: sig_status_full(): convert string returned by |
| 1579 | strftime() (which is locale encoding) to UTF-8. |
| 1580 | |
| 1581 | 2005-01-31 |
| 1582 | |
| 1583 | * configure.in |
| 1584 | src/textview.c |
| 1585 | src/passphrase.[ch] |
| 1586 | src/mimeview.c |
| 1587 | src/main.c |
| 1588 | src/select-keys.[ch] |
| 1589 | src/rfc2015.[ch] |
| 1590 | src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi). |
| 1591 | |
| 1592 | 2005-01-28 |
| 1593 | |
| 1594 | * src/template.c: template_write_config(): fixed a memory leak. |
| 1595 | |
| 1596 | 2005-01-28 |
| 1597 | |
| 1598 | * src/compose.c: removed redundant code for Ctrl-Enter handling |
| 1599 | (not required for GTK2). |
| 1600 | |
| 1601 | 2005-01-27 |
| 1602 | |
| 1603 | * src/prefs_actions.c |
| 1604 | src/prefs_template.c |
| 1605 | src/summary_search.c |
| 1606 | src/message_search.c |
| 1607 | src/folderview.c |
| 1608 | src/prefs_customheader.c |
| 1609 | src/prefs_filter.c: use GTK stock button for alertpanel. |
| 1610 | |
| 1611 | 2005-01-27 |
| 1612 | |
| 1613 | * src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to |
| 1614 | prevent character corruption on conversion. |
| 1615 | |
| 1616 | 2005-01-26 |
| 1617 | |
| 1618 | * src/stock_pixmap.[ch] |
| 1619 | src/pixmaps/stock_add_16.xpm |
| 1620 | src/pixmaps/stock_remove_16.xpm: removed two pixmaps. |
| 1621 | * src/prefs_filter_edit.c: use GTK stock icon for add and remove |
| 1622 | button. |
| 1623 | |
| 1624 | 2005-01-26 |
| 1625 | |
| 1626 | * src/alertpanel.c: use smaller size for title font. |
| 1627 | |
| 1628 | 2005-01-26 |
| 1629 | |
| 1630 | * src/codeconv.[ch]: made encoding-specific functions static, and |
| 1631 | removed redundant code. |
| 1632 | |
| 1633 | 2005-01-26 |
| 1634 | |
| 1635 | * src/procmime.c: |
| 1636 | procmime_scan_content_type() |
| 1637 | procmime_scan_content_disposition(): removed raw ISO-2022-JP to |
| 1638 | EUC-JP conversion. |
| 1639 | * src/jpilot.c: use conv_codeset_strdup() instead of |
| 1640 | conv_sjistodisp(). |
| 1641 | |
| 1642 | 2005-01-26 |
| 1643 | |
| 1644 | * src/compose.c |
| 1645 | src/folder.c |
| 1646 | src/prefs.c |
| 1647 | src/codeconv.[ch] |
| 1648 | src/imap.c |
| 1649 | src/xml.c |
| 1650 | src/addrbook.c |
| 1651 | src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which |
| 1652 | replace conv_get_internal_charset_str(). |
| 1653 | |
| 1654 | 2005-01-25 |
| 1655 | |
| 1656 | * src/inc.c: inc_finished(): removed warning when updating a |
| 1657 | folder item while no folder is selected. |
| 1658 | |
| 1659 | 2005-01-25 |
| 1660 | |
| 1661 | * src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default |
| 1662 | font_desc. |
| 1663 | * src/prefs_common.[ch] |
| 1664 | src/defs.h: removed unused font configs. |
| 1665 | * src/textview.c: use default font for headers. |
| 1666 | * src/headerview.c |
| 1667 | src/folderview.c: generate bold font from normal font. |
| 1668 | * src/summaryview.c: generate bold and small font from normal font. |
| 1669 | |
| 1670 | 2005-01-24 |
| 1671 | |
| 1672 | * src/alertpanel.c: alertpanel_create(): generate title font from |
| 1673 | normal font. |
| 1674 | |
| 1675 | 2005-01-24 |
| 1676 | |
| 1677 | * src/pop.c: pop3_get_uidl_table(): removed the old code for |
| 1678 | migration. |
| 1679 | * src/main.c: migrate_old_config(): also migrate sylpheedrc, and |
| 1680 | check the existence of source files. |
| 1681 | * src/prefs_common.c: changed the font setting name for migration. |
| 1682 | * src/defs.h: added UIDL_DIR, and changed the default font. |
| 1683 | |
| 1684 | 2005-01-24 |
| 1685 | |
| 1686 | * src/compose.c |
| 1687 | src/addressbook.c |
| 1688 | src/messageview.c |
| 1689 | src/mimeview.c |
| 1690 | src/select-keys.c |
| 1691 | src/sigstatus.c: use GTK stock button for button set. |
| 1692 | * src/passphrase.c: improved the passphrase dialog. |
| 1693 | |
| 1694 | 2005-01-24 |
| 1695 | |
| 1696 | * src/alertpanel.c: use GTK stock icon instead of pixmap. |
| 1697 | * src/pixmaps/stock_dialog_*_48.xpm: removed. |
| 1698 | |
| 1699 | 2005-01-24 |
| 1700 | |
| 1701 | * src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*(). |
| 1702 | |
| 1703 | 2005-01-24 |
| 1704 | |
| 1705 | * src/prefs_display_header.c |
| 1706 | src/action.c |
| 1707 | src/grouplistdialog.c |
| 1708 | src/textview.c |
| 1709 | src/editbook.c |
| 1710 | src/editgroup.c |
| 1711 | src/importldif.c |
| 1712 | src/summary_search.c |
| 1713 | src/message_search.c |
| 1714 | src/select-keys.c |
| 1715 | src/editjpilot.c |
| 1716 | src/export.c |
| 1717 | src/editaddress.c |
| 1718 | src/addressadd.c |
| 1719 | src/editldap_basedn.c |
| 1720 | src/prefs_summary_column.c |
| 1721 | src/import.c |
| 1722 | src/prefs_filter_edit.c |
| 1723 | src/editvcard.c |
| 1724 | src/prefs_customheader.c |
| 1725 | src/editldap.c |
| 1726 | src/sigstatus.c: use GTK stock button for button set. |
| 1727 | |
| 1728 | 2005-01-24 |
| 1729 | |
| 1730 | * src/compose.c |
| 1731 | src/inc.c |
| 1732 | src/prefs_actions.c |
| 1733 | src/prefs.c |
| 1734 | src/progressdialog.c |
| 1735 | src/account.c |
| 1736 | src/prefs_template.c |
| 1737 | src/foldersel.c |
| 1738 | src/main.c |
| 1739 | src/alertpanel.c |
| 1740 | src/inputdialog.c |
| 1741 | src/prefs_common.c |
| 1742 | src/summaryview.c |
| 1743 | src/about.c |
| 1744 | src/mainwindow.c |
| 1745 | src/prefs_filter.c: use GTK stock button for button set. |
| 1746 | * src/gtkutils.[ch]: gtkut_stock_button_set_create(): added. |
| 1747 | |
| 1748 | 2005-01-21 |
| 1749 | |
| 1750 | * src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to |
| 1751 | Alfons). |
| 1752 | |
| 1753 | 2005-01-21 |
| 1754 | |
| 1755 | * src/colorlabel.c: removed include of gdk/gdkx.h. |
| 1756 | * src/compose.c: compose_connect_changed_callbacks(): fixed a typo. |
| 1757 | * src/codeconv.[ch]: added conv_utf8todisp(). |
| 1758 | * src/sourcewindow.c: source_window_append() |
| 1759 | src/textview.c: textview_write_line(), textview_write_link() |
| 1760 | src/unmime.c: unmime_header() |
| 1761 | src/html.c: html_read_line(): assume the encoding of source |
| 1762 | string is UTF-8 instead of locale encoding. |
| 1763 | |
| 1764 | 2005-01-20 |
| 1765 | |
| 1766 | * src/codeconv.[ch]: conv_copy_dir(): copy directory contents with |
| 1767 | code conversion. |
| 1768 | * src/main.c: migrate_old_config(): migrate templates. |
| 1769 | |
| 1770 | 2005-01-20 |
| 1771 | |
| 1772 | * src/action.c: convert locale strings to UTF-8 before displaying |
| 1773 | it (thanks to Alfons). |
| 1774 | |
| 1775 | 2005-01-20 |
| 1776 | |
| 1777 | * src/statusbar.c |
| 1778 | src/summaryview.c |
| 1779 | src/setup.c |
| 1780 | src/folderview.c |
| 1781 | src/mainwindow.[ch]: restored the resize grip of the main |
| 1782 | statusbar with its proper position (thanks to Yoichi Imai). |
| 1783 | |
| 1784 | 2005-01-20 |
| 1785 | |
| 1786 | * src/jpilot.c: fixed Japanese code conversion. |
| 1787 | |
| 1788 | 2005-01-19 |
| 1789 | |
| 1790 | * src/compose.c: compose_insert_sig(): fixed broken signature |
| 1791 | replacement. |
| 1792 | |
| 1793 | 2005-01-19 |
| 1794 | |
| 1795 | * src/mh.c |
| 1796 | src/utils.c |
| 1797 | src/procmsg.c: ignore 0-numbered message file. Don't use symbol |
| 1798 | 'fileno' used in stdio.h. |
| 1799 | * src/messageview.c: messageview_show(): check if |
| 1800 | procmsg_msginfo_get_full_info() succeeds (fixes crash when |
| 1801 | opening 0-numbered message) (thanks to WAKAI Kazunao). |
| 1802 | |
| 1803 | 2005-01-19 |
| 1804 | |
| 1805 | * src/summaryview.c: summary_reply(): fixed a bug that didn't |
| 1806 | correctly get text selection. |
| 1807 | |
| 1808 | 2005-01-12 |
| 1809 | |
| 1810 | * Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2). |