root / ChangeLog @ 540
History | View | Annotate | Download (56.2 kB)
| 1 | 2005-09-02 |
|---|---|
| 2 | |
| 3 | * libsylph/html.[ch]: moved to libsylph. |
| 4 | |
| 5 | 2005-09-01 |
| 6 | |
| 7 | * src/prefs_common.c |
| 8 | src/procmsg.c: removed unused headers. |
| 9 | |
| 10 | 2005-09-01 |
| 11 | |
| 12 | * src/account.[ch] |
| 13 | src/account_dialog.[ch] |
| 14 | src/folderview.c |
| 15 | src/mainwindow.c |
| 16 | src/main.c: separated UI code from account.c. |
| 17 | |
| 18 | 2005-09-01 |
| 19 | |
| 20 | * src/prefs_account.c |
| 21 | src/prefs_common.c: removed unused headers. |
| 22 | * src/enums.h |
| 23 | src/prefs_common.h |
| 24 | src/summaryview.h |
| 25 | src/mainwindow.h: separated some enums to reduce dependency. |
| 26 | |
| 27 | 2005-09-01 |
| 28 | |
| 29 | * src/customheader.[ch] |
| 30 | src/prefs_customheader.[ch] |
| 31 | src/prefs_account.c: moved customheader read/write config function |
| 32 | to customheader.c. |
| 33 | * src/main.c |
| 34 | src/prefs_common.c: don't use gtkutils.h from prefs_common.c. |
| 35 | |
| 36 | 2005-08-31 |
| 37 | |
| 38 | * libsylph/prefs.h |
| 39 | src/prefs_ui.[ch] |
| 40 | src/account.c |
| 41 | src/prefs_template.c |
| 42 | src/prefs_account.[ch] |
| 43 | src/prefs_common.[ch] |
| 44 | src/prefs_account_dialog.[ch] |
| 45 | src/prefs_common_dialog.[ch] |
| 46 | src/mainwindow.c |
| 47 | src/Makefile.am: separated UI code from prefs_common.c and |
| 48 | prefs_account.c. |
| 49 | |
| 50 | 2005-08-31 |
| 51 | |
| 52 | * src/trayicon.c: enable compilation on MinGW. |
| 53 | |
| 54 | 2005-08-31 |
| 55 | |
| 56 | * libsylph/prefs.[ch]: added prefs_param_table_get() and |
| 57 | prefs_param_table_destroy(). |
| 58 | prefs_config_parse_one_line(): optimized by using |
| 59 | prefs_param_table_get(). |
| 60 | |
| 61 | 2005-08-31 |
| 62 | |
| 63 | * libsylph/Makefile.am |
| 64 | libsylph/base64.[ch] |
| 65 | libsylph/codeconv.[ch] |
| 66 | libsylph/defs.h |
| 67 | libsylph/prefs.[ch] |
| 68 | libsylph/quoted-printable.[ch] |
| 69 | libsylph/session.[ch] |
| 70 | libsylph/socket.[ch] |
| 71 | libsylph/ssl.[ch] |
| 72 | libsylph/stringtable.[ch] |
| 73 | libsylph/unmime.[ch] |
| 74 | libsylph/utils.[ch] |
| 75 | libsylph/uuencode.[ch] |
| 76 | libsylph/xml.[ch]: made some core modules library (libsylph). |
| 77 | * src/Makefile.am: modified so that it uses libsylph.la. |
| 78 | |
| 79 | 2005-08-30 |
| 80 | |
| 81 | * src/prefs.[ch] |
| 82 | src/prefs_ui.[ch]: separated UI code from prefs.[ch]. |
| 83 | * src/prefs_common.c |
| 84 | src/prefs_account.c: added casts for (GtkWidget **). |
| 85 | |
| 86 | 2005-08-30 |
| 87 | |
| 88 | * src/main.c: code cleanup. |
| 89 | |
| 90 | 2005-08-29 |
| 91 | |
| 92 | * src/statusbar.c |
| 93 | src/utils.[ch]: separate statusbar from utils.c. |
| 94 | |
| 95 | 2005-08-29 |
| 96 | |
| 97 | * src/logwindow.c |
| 98 | src/utils.[ch]: separate LogWindow from utils.c. |
| 99 | |
| 100 | 2005-08-29 |
| 101 | |
| 102 | * src/main.[ch] |
| 103 | src/xml.c |
| 104 | src/utils.[ch]: made debug_mode static variable in utils.c. |
| 105 | |
| 106 | 2005-08-29 |
| 107 | |
| 108 | * src/compose.c: compose_write_attach(): don't encode message/* |
| 109 | parts with quoted-printable or base64 (fixes broken attachments |
| 110 | on pgp-sign). |
| 111 | |
| 112 | 2005-08-26 |
| 113 | |
| 114 | * src/compose.c: the line space setting now applies to the compose |
| 115 | window. |
| 116 | |
| 117 | 2005-08-26 |
| 118 | |
| 119 | * src/socket.c: use g_io_channel_shutdown() instead of deprecated |
| 120 | g_io_channel_close(). |
| 121 | sock_close(): use g_io_channel_shutdown() instead of directly |
| 122 | calling close() (fixes resource leak on Win32). |
| 123 | fd_close(): call closesocket() on Win32. |
| 124 | |
| 125 | 2005-08-25 |
| 126 | |
| 127 | * src/folderview.c: folderview_button_pressed(): expand/collapse |
| 128 | tree row on double click. |
| 129 | |
| 130 | 2005-08-25 |
| 131 | |
| 132 | * src/addressbook.c: fixed refresh of folder contents. |
| 133 | |
| 134 | 2005-08-24 |
| 135 | |
| 136 | * src/trayicon.[ch] |
| 137 | src/mainwindow.[ch] |
| 138 | src/inc.c: separated trayicon into another module. |
| 139 | Notify new messages with trayicon on receive. |
| 140 | |
| 141 | 2005-08-24 |
| 142 | |
| 143 | * src/prefs.[ch] |
| 144 | src/prefs_common.c: use GtkFontButton for font setting (thanks to |
| 145 | Alfons). |
| 146 | |
| 147 | 2005-08-24 |
| 148 | |
| 149 | * src/stock_pixmap.[ch] |
| 150 | src/summaryview.c |
| 151 | src/prefs_filter_edit.c: removed stock_pixmap_widget() (instead |
| 152 | use stock_pixbuf_widget()). |
| 153 | |
| 154 | 2005-08-23 |
| 155 | |
| 156 | * src/folderview.c |
| 157 | src/mainwindow.c: modified the 'Empty trash' messages. |
| 158 | |
| 159 | 2005-08-23 |
| 160 | |
| 161 | * src/eggtrayicon.[ch]: added (borrowed from Loqui svn trunk). |
| 162 | * src/mainwindow.[ch]: initial implementation of the tray icon. |
| 163 | * src/stock_pixmap.[ch]: added stock_pixbuf_widget_scale(). |
| 164 | |
| 165 | 2005-08-23 |
| 166 | |
| 167 | * src/textview.c: modified fonts for mime parts. |
| 168 | |
| 169 | 2005-08-22 |
| 170 | |
| 171 | * version 2.1.1 |
| 172 | |
| 173 | 2005-08-22 |
| 174 | |
| 175 | * src/addressbook.c: |
| 176 | addressbook_tree_selected() |
| 177 | addressbook_tree_button_pressed(): fixed a bug that multiple |
| 178 | selection with Ctrl key didn't work with GTK+ 2.6.9. |
| 179 | |
| 180 | 2005-08-22 |
| 181 | |
| 182 | * src/procmsg.c |
| 183 | src/summaryview.c: fall back to date comparison on sorting |
| 184 | (fixes random date order when sorting by subject etc.). |
| 185 | |
| 186 | 2005-08-19 |
| 187 | |
| 188 | * src/utils.c: path_cmp(): allow both '/' and G_DIR_SEPARATOR as |
| 189 | separator. |
| 190 | |
| 191 | 2005-08-19 |
| 192 | |
| 193 | * src/folder.c: |
| 194 | folder_item_get_identifier(): force separator to "/". |
| 195 | folder_item_get_path(): force separator to filesystem's. |
| 196 | |
| 197 | 2005-08-19 |
| 198 | |
| 199 | * src/recv.c |
| 200 | src/imap.c: made error check more strict. |
| 201 | |
| 202 | 2005-08-19 |
| 203 | |
| 204 | * src/socket.c: fd_write_all(): use fd_write() instead of directly |
| 205 | using write() (fixes IMAP4 on win32). |
| 206 | |
| 207 | 2005-08-19 |
| 208 | |
| 209 | * src/pixmaps/: renamed to src/icons/. |
| 210 | |
| 211 | 2005-08-18 |
| 212 | |
| 213 | * configure.in: made $localedir, $manualdir, and $faqdir |
| 214 | user-configurable. |
| 215 | |
| 216 | 2005-08-18 |
| 217 | |
| 218 | * src/compose.[ch] |
| 219 | src/mainwindow.[ch]: disused GtkHandleBox which haven't worked well. |
| 220 | * src/stock_pixmap.c: stock_pixbuf_gdk(): allow NULL window. |
| 221 | |
| 222 | 2005-08-09 |
| 223 | |
| 224 | * version 2.1.0 |
| 225 | |
| 226 | 2005-08-09 |
| 227 | |
| 228 | * src/mh.c |
| 229 | src/main.c |
| 230 | src/procmime.c: fix for config dir. |
| 231 | |
| 232 | 2005-08-09 |
| 233 | |
| 234 | * src/folder.c |
| 235 | src/main.c |
| 236 | src/utils.[ch] |
| 237 | src/defs.h: modified directories for Windows convention. |
| 238 | |
| 239 | 2005-08-08 |
| 240 | |
| 241 | * src/mh.c |
| 242 | src/template.c |
| 243 | src/codeconv.c |
| 244 | src/main.c |
| 245 | src/utils.c |
| 246 | src/addrbook.c: use GDir instead of directly using opendir(). |
| 247 | |
| 248 | 2005-08-08 |
| 249 | |
| 250 | * src/utils.[ch]: added wrappers for C library function that take |
| 251 | pathname arguments. |
| 252 | * src/*.c: use wrapper functions. |
| 253 | |
| 254 | 2005-08-07 |
| 255 | |
| 256 | * src/defs.h: modification for Win32. |
| 257 | * src/main.c: check filename encoding only on Unix. |
| 258 | * src/prefs_common.c: modification for Win32. |
| 259 | |
| 260 | 2005-08-07 |
| 261 | |
| 262 | * src/codeconv.c: some fixes for Win32. |
| 263 | |
| 264 | 2005-08-07 |
| 265 | |
| 266 | * src/procmsg.c: procmsg_send_queue(): close queue file before |
| 267 | removing it (Win32 fix). |
| 268 | |
| 269 | 2005-08-05 |
| 270 | |
| 271 | * src/mh.c |
| 272 | src/session.c |
| 273 | src/mbox.c: braced Unix-specific code with #ifdef G_OS_UNIX. |
| 274 | * configure.in: added -lws2_32 on MinGW environment. |
| 275 | |
| 276 | 2005-08-05 |
| 277 | |
| 278 | * src/filter.c |
| 279 | configure.in: check for regex.h and regcomp(). |
| 280 | |
| 281 | 2005-08-05 |
| 282 | |
| 283 | * src/utils.[ch]: rename_force(): force rename even if the destination |
| 284 | file already exists (on non-Unix environment). |
| 285 | * src/prefs.c |
| 286 | src/main.c: use rename_force(). |
| 287 | |
| 288 | 2005-08-05 |
| 289 | |
| 290 | * src/addrcache.c |
| 291 | src/compose.c |
| 292 | src/inc.c |
| 293 | src/action.c |
| 294 | src/session.c |
| 295 | src/main.c |
| 296 | src/utils.c |
| 297 | src/send_message.c |
| 298 | src/mbox.c |
| 299 | src/about.c |
| 300 | src/socket.c |
| 301 | src/socket.h |
| 302 | configure.in: enabled compilation with MinGW. |
| 303 | |
| 304 | 2005-08-04 |
| 305 | |
| 306 | * src/compose.c |
| 307 | src/main.c |
| 308 | src/socket.[ch]: braced Unix-specific code with #ifdef G_OS_UNIX. |
| 309 | |
| 310 | 2005-08-04 |
| 311 | |
| 312 | * configure.in: add -mms-bitfields to CFLAGS if the target is MinGW. |
| 313 | |
| 314 | 2005-08-04 |
| 315 | |
| 316 | * src/utils.c: replaced tolower() with g_ascii_tolower(). |
| 317 | |
| 318 | 2005-08-04 |
| 319 | |
| 320 | * src/compose.c |
| 321 | src/main.c |
| 322 | src/utils.c |
| 323 | src/procmsg.c: replaced random() with portable g_random_*(). |
| 324 | |
| 325 | 2005-08-04 |
| 326 | |
| 327 | * src/about.c: modified version display. |
| 328 | * src/socket.c: added sock_init() and sock_cleanup(). |
| 329 | |
| 330 | 2005-08-04 |
| 331 | |
| 332 | * src/mh.c: use GTimer for measuring time. |
| 333 | * src/inc.[ch] |
| 334 | src/recv.c |
| 335 | src/session.[ch]: replaced gettimeofday() with portable |
| 336 | g_get_current_time(). |
| 337 | * src/socket.c: corrected signedness. Replaced usleep() with |
| 338 | portable g_usleep(). |
| 339 | |
| 340 | 2005-08-04 |
| 341 | |
| 342 | * src/prefs_common.c: removed mgedit from exteditor's candidates. |
| 343 | |
| 344 | 2005-08-03 |
| 345 | |
| 346 | * src/utils.c: |
| 347 | execute_async() |
| 348 | execute_sync(): replaced fork() + exec() with GSpawn. |
| 349 | |
| 350 | 2005-08-02 |
| 351 | |
| 352 | * src/compose.c |
| 353 | src/textview.c |
| 354 | src/quote_fmt_parse.y |
| 355 | src/pop.c |
| 356 | src/prefs_account.c |
| 357 | src/codeconv.c |
| 358 | src/imap.c |
| 359 | src/xml.c |
| 360 | src/utils.[ch] |
| 361 | src/addr_compl.c |
| 362 | src/procmsg.c |
| 363 | src/procmime.c |
| 364 | src/quoted-printable.c: replaced incorrect locale-dependent ctype |
| 365 | functions with GLib's. Corrected signedness mismatch. |
| 366 | * src/about.c: set focus to the OK button. |
| 367 | |
| 368 | 2005-07-29 |
| 369 | |
| 370 | * version 2.0.0 |
| 371 | |
| 372 | 2005-07-22 |
| 373 | |
| 374 | * version 2.0.0rc |
| 375 | |
| 376 | 2005-07-21 |
| 377 | |
| 378 | * src/headerview.c: headerview_create(): added spacing for vbox. |
| 379 | |
| 380 | 2005-07-21 |
| 381 | |
| 382 | * src/mh.c: mh_get_msg_list(): force strict cache checking on Queue |
| 383 | or Draft folders (fixes cache discrepancy). |
| 384 | |
| 385 | 2005-07-21 |
| 386 | |
| 387 | * src/imap.c: |
| 388 | imap_modified_utf7_to_utf8(): fixed modified-UTF7 to UTF-8 |
| 389 | conversion when the string includes '+'. |
| 390 | imap_utf8_to_modified_utf7(): use g_ascii_isprint() instead of |
| 391 | locale-dependent isprint(). |
| 392 | Fixed warnings on conversion error. |
| 393 | |
| 394 | 2005-07-21 |
| 395 | |
| 396 | * src/prefs_folder_item.c: display path with GtkLabel. |
| 397 | |
| 398 | 2005-07-20 |
| 399 | |
| 400 | * src/rfc2015.c: unified indent. Use g_getenv() instead of getenv(). |
| 401 | Use locale-independent g_ascii_toupper() instead of toupper(). |
| 402 | |
| 403 | 2005-07-20 |
| 404 | |
| 405 | * src/main.c: remove temporary files on startup. Code cleanups. |
| 406 | |
| 407 | 2005-07-19 |
| 408 | |
| 409 | * src/compose.c: compose_insert_drag_received_cb(): added a hack to |
| 410 | prevent duplicated insertion. |
| 411 | |
| 412 | 2005-07-19 |
| 413 | |
| 414 | * src/compose.c: compose_get_line_break_pos(): don't break line after |
| 415 | '/' (to protect file path etc.). |
| 416 | |
| 417 | 2005-07-19 |
| 418 | |
| 419 | * src/compose.c: don't remove drag source on GDK_ACTION_MOVE. |
| 420 | Explicitly call gtk_drag_finish(). |
| 421 | * src/summaryview.c |
| 422 | src/folderview.c: made GtkTargetEntry static. |
| 423 | |
| 424 | 2005-07-15 |
| 425 | |
| 426 | * src/summaryview.c: summary_modify_threads(): select correct row |
| 427 | when sorting is enabled. |
| 428 | |
| 429 | 2005-07-14 |
| 430 | |
| 431 | * version 2.0.0beta6 |
| 432 | |
| 433 | 2005-07-14 |
| 434 | |
| 435 | * src/menu.c |
| 436 | src/prefs.c: removed '#warning FIXME_GTK2'. |
| 437 | |
| 438 | 2005-07-14 |
| 439 | |
| 440 | * src/prefs_common.c: made textview_cursor_visible a hidden option. |
| 441 | |
| 442 | 2005-07-14 |
| 443 | |
| 444 | * src/procmime.c: procmime_decode_content(): don't uncanonicalize |
| 445 | files whose name is *.txt but the Content-Type is |
| 446 | application/octet-stream. |
| 447 | |
| 448 | 2005-07-14 |
| 449 | |
| 450 | * src/filter.c |
| 451 | src/folderview.c: modify filter rules after moving folders. |
| 452 | |
| 453 | 2005-07-13 |
| 454 | |
| 455 | * src/textview.c |
| 456 | src/mimeview.c |
| 457 | src/procmime.[ch]: made the file size of attachments more accurate, |
| 458 | and human-readable. |
| 459 | |
| 460 | 2005-07-13 |
| 461 | |
| 462 | * src/foldersel.c: display folder names with new/unread |
| 463 | representation. |
| 464 | |
| 465 | 2005-07-12 |
| 466 | |
| 467 | * src/compose.c: compose_get_line_break_pos(): don't break line after |
| 468 | '-' (to protect e-mail address etc.). |
| 469 | |
| 470 | 2005-07-12 |
| 471 | |
| 472 | * src/main.c |
| 473 | src/stock_pixmap.[ch] |
| 474 | src/Makefile.am |
| 475 | src/pixmaps/stock_sylpheed.png |
| 476 | sylpheed.png |
| 477 | sylpheed-64x64.png |
| 478 | sylpheed-128x128.png: added a new app icon, and specified it as |
| 479 | a default window icon. |
| 480 | |
| 481 | 2005-07-12 |
| 482 | |
| 483 | * src/procmsg.[ch]: procmsg_send_queue(): clear summary cache to |
| 484 | prevent cache discrepancy. |
| 485 | |
| 486 | 2005-07-12 |
| 487 | |
| 488 | * src/filesel.c: comply with prefs_common.comply_gnome_hig option. |
| 489 | |
| 490 | 2005-07-12 |
| 491 | |
| 492 | * src/compose.c |
| 493 | src/addressbook.c |
| 494 | src/textview.c |
| 495 | src/account.c |
| 496 | src/summaryview.c: modified several alerts, and added accelerators |
| 497 | for the buttons. |
| 498 | |
| 499 | 2005-07-11 |
| 500 | |
| 501 | * gtkut_tree_view_scroll_to_cell(): added margin for visibility. |
| 502 | |
| 503 | 2005-07-11 |
| 504 | |
| 505 | * src/compose.c: compose_parse_header(): use Content-Type's charset as |
| 506 | a fallback encoding of broken header strings. |
| 507 | |
| 508 | 2005-07-11 |
| 509 | |
| 510 | * src/compose.c: don't convert encoding if inserted file is UTF-8. |
| 511 | |
| 512 | 2005-07-11 |
| 513 | |
| 514 | * src/compose.c: fixed duplicate signature problem in re-edit or |
| 515 | after editing with external editor. |
| 516 | |
| 517 | 2005-07-11 |
| 518 | |
| 519 | * src/textview.c: get_uri_part(): don't include characters '{', '}',
|
| 520 | '[', ']' in URI characters. |
| 521 | |
| 522 | 2005-07-11 |
| 523 | |
| 524 | * src/compose.[ch]: replaced gdk_input_*() with GIOChannel. |
| 525 | |
| 526 | 2005-07-08 |
| 527 | |
| 528 | * version 2.0.0beta5 |
| 529 | |
| 530 | 2005-07-08 |
| 531 | |
| 532 | * src/editjpilot.c |
| 533 | src/editvcard.c: fixed a crash when cancelling file selection dialog |
| 534 | by Escape key. Made non-ascii filename selectable. Use new file |
| 535 | chooser dialog. |
| 536 | |
| 537 | 2005-07-08 |
| 538 | |
| 539 | * src/compose.c |
| 540 | src/procmsg.[ch]: put existing window in front when trying to reedit |
| 541 | draft/queued messages which are already open. |
| 542 | |
| 543 | 2005-07-08 |
| 544 | |
| 545 | * src/alertpanel.[ch]: alertpanel_full(): added more generic function. |
| 546 | * src/compose.c |
| 547 | src/account.c |
| 548 | src/folderview.c: modified some alert dialogs. |
| 549 | |
| 550 | 2005-07-08 |
| 551 | |
| 552 | * src/addressbook.c |
| 553 | src/alertpanel.[ch] |
| 554 | src/summaryview.c: added G_ALERTCANCEL to AlertValue, and return it |
| 555 | if cancelled. |
| 556 | |
| 557 | 2005-07-07 |
| 558 | |
| 559 | * src/summary_search.c |
| 560 | src/message_search.c: modified the order of buttons. |
| 561 | |
| 562 | 2005-07-07 |
| 563 | |
| 564 | * src/prefs_display_header.c |
| 565 | src/prefs_actions.c |
| 566 | src/prefs.[ch] |
| 567 | src/prefs_account.c |
| 568 | src/prefs_common.[ch] |
| 569 | src/prefs_summary_column.c |
| 570 | src/prefs_template.c |
| 571 | src/gtkutils.[ch] |
| 572 | src/foldersel.c |
| 573 | src/summary_search.c |
| 574 | src/inputdialog.c |
| 575 | src/editbook.c |
| 576 | src/editgroup.c |
| 577 | src/editjpilot.c |
| 578 | src/editaddress.c |
| 579 | src/editldap_basedn.c |
| 580 | src/editvcard.c |
| 581 | src/editldap.c: made the order of buttons comply with GNOME HIG. |
| 582 | |
| 583 | 2005-07-06 |
| 584 | |
| 585 | * src/stock_pixmap.[ch] |
| 586 | src/sylpheed-logo.png: replaced Sylpheed logo with new one. |
| 587 | |
| 588 | 2005-07-06 |
| 589 | |
| 590 | * src/stock_pixmap.[ch] |
| 591 | src/pixmaps/*.xpm: removed unused images. |
| 592 | |
| 593 | 2005-07-06 |
| 594 | |
| 595 | * src/pixmaps/stock_hand-signed.png: added. |
| 596 | * src/compose.c: use new icon for Signature tool button. |
| 597 | |
| 598 | 2005-07-05 |
| 599 | |
| 600 | * src/pixmaps/Makefile.am: added BUILT_SOURCES to EXTRA_DIST for |
| 601 | 'make distcheck'. |
| 602 | |
| 603 | 2005-07-05 |
| 604 | |
| 605 | * src/stock_pixmap.[ch] |
| 606 | src/pixmaps/*.png |
| 607 | src/pixmaps/Makefile.am: replaced pixmaps icons with png images |
| 608 | (most of them are copied from gnome-icon-theme, |
| 609 | stock_mail_receive_all and stock_mail_send_queue are contributed |
| 610 | from Jean-Yves Lefort). |
| 611 | * src/compose.c |
| 612 | src/mainwindow.c: use new png icons. |
| 613 | * src/folderview.c: use special icon for draft folder. |
| 614 | |
| 615 | 2005-07-04 |
| 616 | |
| 617 | * src/procmsg.c: procmsg_read_cache(): mark cache as dirty if open |
| 618 | failed. |
| 619 | |
| 620 | 2005-07-04 |
| 621 | |
| 622 | * version 2.0.0beta4 |
| 623 | |
| 624 | 2005-07-04 |
| 625 | |
| 626 | * src/folderview.[ch]: lock button/key input while a folder is |
| 627 | loading (fixed selection becoming wrong when another folder was |
| 628 | clicked quickly). |
| 629 | |
| 630 | 2005-07-04 |
| 631 | |
| 632 | * src/mh.c: unified move_folder and rename_folder. |
| 633 | |
| 634 | 2005-07-04 |
| 635 | |
| 636 | * src/imap.c |
| 637 | src/folderview.c: implemented IMAP4 folder move. |
| 638 | |
| 639 | 2005-07-01 |
| 640 | |
| 641 | * src/mh.c |
| 642 | src/folder.h |
| 643 | src/foldersel.[ch] |
| 644 | src/imap.c |
| 645 | src/news.c |
| 646 | src/folderview.[ch] |
| 647 | src/mainwindow.c: implemented folder move (currently restricted |
| 648 | inside the same MH mailbox). |
| 649 | |
| 650 | 2005-07-01 |
| 651 | |
| 652 | * src/filter.c: fixed a bug in syncing folder path. |
| 653 | * src/folderview.c: some code cleanups. |
| 654 | |
| 655 | 2005-06-30 |
| 656 | |
| 657 | * src/summaryview.c: summary_filter_func(): reflect flag changes to |
| 658 | IMAP server. |
| 659 | |
| 660 | 2005-06-30 |
| 661 | |
| 662 | * src/compose.c: compose_write_to_file(): check for line length limit |
| 663 | and display warning if exceeds. |
| 664 | * src/utils.[ch]: check_line_length(): new. |
| 665 | |
| 666 | 2005-06-29 |
| 667 | |
| 668 | * src/main.c: main(): check for filename encoding on the first run. |
| 669 | |
| 670 | 2005-06-29 |
| 671 | |
| 672 | * src/utils.c: get_outgoing_rfc2822_str(): reverted the previous |
| 673 | change (RFC 2822: 3.6.1. The origination date field). |
| 674 | |
| 675 | 2005-06-28 |
| 676 | |
| 677 | * src/utils.c: get_outgoing_rfc2822_str(): overwrite Date: header |
| 678 | with current time (corrects date of queued messages). |
| 679 | |
| 680 | 2005-06-28 |
| 681 | |
| 682 | * src/mh.c: mh_scan_tree_recursive(): put a warning and skip if |
| 683 | G_FILENAME_ENCODING is not specified but invalid UTF-8 directory |
| 684 | name appeared. |
| 685 | |
| 686 | 2005-06-27 |
| 687 | |
| 688 | * src/imageview.c: fixed a possible crash on the view change from |
| 689 | imageview to textview (thanks to NINOMIYA Yuuki). |
| 690 | |
| 691 | 2005-06-24 |
| 692 | |
| 693 | * src/ssl.c: show verify result as string. |
| 694 | |
| 695 | 2005-06-24 |
| 696 | |
| 697 | * src/utils.c: |
| 698 | is_dir_exist() |
| 699 | is_file_entry_exist() |
| 700 | dirent_is_regular_file() |
| 701 | dirent_is_directory(): use g_file_test() instead of stat(). |
| 702 | |
| 703 | 2005-06-24 |
| 704 | |
| 705 | * src/ssl.c: verify SSL certificate (thanks to Kazuhiro NISHIYAMA). |
| 706 | |
| 707 | 2005-06-24 |
| 708 | |
| 709 | * src/utils.[ch] |
| 710 | src/rfc2015.c: use a wrapper of strftime() to suppress the warning |
| 711 | of gcc about %c. |
| 712 | * src/procheader.c: removed warning about invalid date. |
| 713 | * src/jpilot.c |
| 714 | src/vcard.c: use get_home_dir() instead of g_get_home_dir(). |
| 715 | |
| 716 | 2005-06-24 |
| 717 | |
| 718 | * src/prefs_common.[ch]: removed unused option 'enable_hscrollbar'. |
| 719 | |
| 720 | 2005-06-24 |
| 721 | |
| 722 | * src/summaryview.c: removed unrequired function |
| 723 | summary_set_column_titles(). |
| 724 | |
| 725 | 2005-06-23 |
| 726 | |
| 727 | * version 2.0.0beta3 |
| 728 | |
| 729 | 2005-06-23 |
| 730 | |
| 731 | * src/foldersel.c |
| 732 | src/folderview.[ch]: expand parent folder when new one is created. |
| 733 | |
| 734 | 2005-06-23 |
| 735 | |
| 736 | * src/textview.c: added "Compose new message" and "Open with Web |
| 737 | browser" to the context menu. |
| 738 | |
| 739 | 2005-06-23 |
| 740 | |
| 741 | * src/folderview.[ch]: modified the way to revert selection after |
| 742 | menu popup. |
| 743 | |
| 744 | 2005-06-23 |
| 745 | |
| 746 | * src/editldap.c: made bind password entry invisible. |
| 747 | |
| 748 | 2005-06-22 |
| 749 | |
| 750 | * src/prefs_common.c: quote_colors_set_dialog_key_pressed(): destroy |
| 751 | dialog only if Escape key is pressed. |
| 752 | * src/textview.[ch]: update colors of text tags when prefs are |
| 753 | updated. |
| 754 | |
| 755 | 2005-06-22 |
| 756 | |
| 757 | * src/summaryview.[ch]: made summary columns reorderable by DnD. |
| 758 | |
| 759 | 2005-06-22 |
| 760 | |
| 761 | * src/mh.c |
| 762 | src/procmsg.h |
| 763 | src/prefs_common.[ch]: disabled strict checking of caches by stat() |
| 764 | and improved the performance. |
| 765 | Added MSG_CACHED flag to MsgTmpFlags. |
| 766 | Added 'Advanced' tab to the common prefs. |
| 767 | |
| 768 | 2005-06-21 |
| 769 | |
| 770 | * src/folderview.c: folderview_delete_folder_cb(): modified the alert |
| 771 | message on deleting folders. |
| 772 | |
| 773 | 2005-06-21 |
| 774 | |
| 775 | * src/prefs_account.[ch] |
| 776 | src/prefs_common.[ch] |
| 777 | src/news.c: moved the option of max news articles to account prefs. |
| 778 | |
| 779 | 2005-06-21 |
| 780 | |
| 781 | * src/compose.c: compose_reply() |
| 782 | src/prefs_account.[ch]: added an option to encrypt when replying to |
| 783 | encrypted message (thanks to Vladi Belperchinov-Shabanski). |
| 784 | |
| 785 | 2005-06-21 |
| 786 | |
| 787 | * src/summaryview.c: summary_reply(): use currently visible textview |
| 788 | for selection reply. |
| 789 | |
| 790 | 2005-06-20 |
| 791 | |
| 792 | * configure.in: enabled GPGME and OpenSSL support by default. |
| 793 | Use pkg-config to detect OpenSSL (thanks to Michael Schwendt). |
| 794 | |
| 795 | 2005-06-20 |
| 796 | |
| 797 | * src/imap.c: replace embedded null characters with ' ' when parsing |
| 798 | block data (fix parse errors when embedded null characters appeared |
| 799 | in headers). |
| 800 | * src/socket.[ch]: modified *_getline() so that it returns the length |
| 801 | of string including embedded null characters. |
| 802 | * src/utils.[ch]: subst_null(): replaces null characters with |
| 803 | specified one. |
| 804 | |
| 805 | 2005-06-20 |
| 806 | |
| 807 | * src/textview.c: added "Add to address book" to the context menu |
| 808 | (thanks to Tomohiro Masubuchi), and changed "Copy this link" to |
| 809 | "Copy this address" when address is clicked. |
| 810 | * src/addressadd.c: addressadd_selection(): open edit person dialog |
| 811 | right after it is added. |
| 812 | |
| 813 | 2005-06-17 |
| 814 | |
| 815 | * src/prefs.h: added macro PACK_SMALL_LABEL(). |
| 816 | * src/inc.c: inc_finished() |
| 817 | src/prefs_common.[ch]: added an option to execute command when new |
| 818 | messages arrived. |
| 819 | |
| 820 | 2005-06-16 |
| 821 | |
| 822 | * version 2.0.0beta2 |
| 823 | |
| 824 | 2005-06-16 |
| 825 | |
| 826 | * src/send_message.c: send_message_local(): check exit status to |
| 827 | detect errors. |
| 828 | |
| 829 | 2005-06-16 |
| 830 | |
| 831 | * src/procmsg.c: procmsg_empty_trash(): unset dirty flag after cleared |
| 832 | cache/mark files (fixed wrong unread count of trash folders). |
| 833 | |
| 834 | 2005-06-15 |
| 835 | |
| 836 | * src/summaryview.[ch] |
| 837 | src/mainwindow.c: added 'Tools/Filter junk mails in folder' and |
| 838 | 'Tools/Filter junk mails in selected messages'. |
| 839 | |
| 840 | 2005-06-15 |
| 841 | |
| 842 | * src/compose.c: made 'File/Insert signature' replace current |
| 843 | signature, or add it to the bottom. |
| 844 | |
| 845 | 2005-06-14 |
| 846 | |
| 847 | * src/textview.c: fixed slightly wrong scroll position when the |
| 848 | displayed message changed. |
| 849 | |
| 850 | 2005-06-14 |
| 851 | |
| 852 | * src/compose.c: scroll the view to the cursor position after paste. |
| 853 | |
| 854 | 2005-06-14 |
| 855 | |
| 856 | * src/compose.c: don't scroll when view is created. |
| 857 | compose_input_cb(): set cursor to the top when the text is replaced. |
| 858 | |
| 859 | 2005-06-14 |
| 860 | |
| 861 | * src/compose.c: scroll the view to the cursor position after |
| 862 | inserting signatures or files. |
| 863 | |
| 864 | 2005-06-14 |
| 865 | |
| 866 | * src/mh.c: mh_remove_msg(): fixed a bug that unintentionally set |
| 867 | FolderItem::last_num to 0 (which caused wrong unread number |
| 868 | display). |
| 869 | |
| 870 | 2005-06-14 |
| 871 | |
| 872 | * src/summaryview.c: summary_set_colorlabel(): fixed a bug that the |
| 873 | change of color labels was not saved. |
| 874 | |
| 875 | 2005-06-13 |
| 876 | |
| 877 | * src/prefs_common.[ch] |
| 878 | src/inc.c: integrated junk filter setting into common prefs. |
| 879 | * src/filter.[ch]: added filter_rule_list_free(). |
| 880 | |
| 881 | 2005-06-13 |
| 882 | |
| 883 | * src/summaryview.c: include currently selected row on flag search |
| 884 | if message view is visible but the row is not displayed. |
| 885 | |
| 886 | 2005-06-13 |
| 887 | |
| 888 | * src/imap.c: reacquire CAPABILITY after STARTTLS since it can be |
| 889 | changed (thanks to Tomasz). |
| 890 | |
| 891 | 2005-06-10 |
| 892 | |
| 893 | * replaced every strcasecmp/g_strcasecmp with g_ascii_strcasecmp, |
| 894 | and strncasecmp/g_strncasecmp with g_ascii_strncasecmp |
| 895 | (fixes Turkish locale problem) (thanks to Doruk Fisek). |
| 896 | |
| 897 | 2005-06-10 |
| 898 | |
| 899 | * src/prefs.h |
| 900 | src/prefs_common.c: unified some frames and checkboxes. |
| 901 | |
| 902 | 2005-06-10 |
| 903 | |
| 904 | * src/summaryview.c: summary_modify_node(): really fixed the crash |
| 905 | bug (referred freed memory on sorting). |
| 906 | |
| 907 | 2005-06-10 |
| 908 | |
| 909 | * src/summaryview.c: flush events before scrolling to selected. |
| 910 | |
| 911 | 2005-06-10 |
| 912 | |
| 913 | * src/summaryview.c: fixed possible crash (take 2). |
| 914 | |
| 915 | 2005-06-10 |
| 916 | |
| 917 | * src/summaryview.c: fixed possible crash when sorted by |
| 918 | From/To/Subject. |
| 919 | |
| 920 | 2005-06-09 |
| 921 | |
| 922 | * version 2.0.0beta1 |
| 923 | |
| 924 | 2005-06-09 |
| 925 | |
| 926 | * src/gtkutils.[ch]: added gtkut_tree_view_scroll_to_cell(). |
| 927 | Removed ununsed CTree functions. |
| 928 | * src/summaryview.c: fixed scroll positon problem after some |
| 929 | operations. |
| 930 | |
| 931 | 2005-06-08 |
| 932 | |
| 933 | * src/inc.c |
| 934 | src/send_message.c |
| 935 | src/progressdialog.[ch]: reimplemented progress dialog with |
| 936 | GtkTreeView. Added some APIs. |
| 937 | |
| 938 | 2005-06-08 |
| 939 | |
| 940 | * sylpheed.spec.in: modified for the latest RPM (thanks to Paul |
| 941 | Dickson). |
| 942 | |
| 943 | 2005-06-08 |
| 944 | |
| 945 | * src/account.c |
| 946 | src/prefs_filter.c: made some buttons stock button. |
| 947 | |
| 948 | 2005-06-08 |
| 949 | |
| 950 | * src/summaryview.c: summary_tree_view_create(): disabled typeahead |
| 951 | find. |
| 952 | |
| 953 | 2005-06-07 |
| 954 | |
| 955 | * src/compose.c |
| 956 | src/main.c |
| 957 | src/procmsg.[ch] |
| 958 | src/send_message.[ch] |
| 959 | src/prefs_common.[ch] |
| 960 | src/mainwindow.c: added an option to apply filter rules to sent |
| 961 | messages. |
| 962 | |
| 963 | 2005-06-06 |
| 964 | |
| 965 | * src/mimeview.c |
| 966 | src/sourcewindow.c: don't use "destroy" signal to destroy objects. |
| 967 | |
| 968 | 2005-06-06 |
| 969 | |
| 970 | * src/compose.c: don't use "destroy" signal to destroy Compose object |
| 971 | (fix rare crashes on discard?). |
| 972 | |
| 973 | 2005-06-06 |
| 974 | |
| 975 | * src/summaryview.c: |
| 976 | summary_attract_by_subject() |
| 977 | summary_sort(): clear selection list when the order of the list is |
| 978 | changed. |
| 979 | |
| 980 | 2005-06-06 |
| 981 | |
| 982 | * src/summaryview.c: summary_remove_invalid_messages(): fixed a bug |
| 983 | that it took time at O(n^2) order if all messages were selected |
| 984 | and then they were removed. |
| 985 | |
| 986 | 2005-06-06 |
| 987 | |
| 988 | * src/compose.c |
| 989 | src/messageview.c |
| 990 | src/prefs_common.c |
| 991 | src/mainwindow.c: added Hebrew encodings. |
| 992 | |
| 993 | 2005-06-06 |
| 994 | |
| 995 | * src/codeconv.[ch]: always enabled Japanese auto-detection if the |
| 996 | first letters of locale string is "ja". |
| 997 | |
| 998 | 2005-06-03 |
| 999 | |
| 1000 | * src/compose.c |
| 1001 | src/summaryview.[ch] |
| 1002 | src/folderview.c: improved the DnD. Don't copy files on |
| 1003 | summary-to-folder drag, and set mime type to message/rfc822 on |
| 1004 | summary-to-compose drag. |
| 1005 | |
| 1006 | 2005-06-03 |
| 1007 | |
| 1008 | * src/prefs_common.c: prefs_junk_create(): modified the description. |
| 1009 | |
| 1010 | 2005-06-03 |
| 1011 | |
| 1012 | * src/summaryview.c: summary_junk_func(), summary_junk(): allow |
| 1013 | empty junk folder. |
| 1014 | |
| 1015 | 2005-06-02 |
| 1016 | |
| 1017 | * src/prefs_common.c: prefs_font_select(): select current font |
| 1018 | when opening the dialog. |
| 1019 | |
| 1020 | 2005-06-02 |
| 1021 | |
| 1022 | * src/prefs_common.[ch] |
| 1023 | src/mainwindow.[ch] |
| 1024 | src/summaryview.[ch]: added a feature for junk mail control. |
| 1025 | |
| 1026 | 2005-06-01 |
| 1027 | |
| 1028 | * src/summaryview.c: summary_msgid_table_create_func(): ignore invalid |
| 1029 | or deleted messages. |
| 1030 | |
| 1031 | 2005-06-01 |
| 1032 | |
| 1033 | * src/textview.c: |
| 1034 | textview_search_string() |
| 1035 | textview_search_string_backward(): improved sequential searches. |
| 1036 | |
| 1037 | 2005-06-01 |
| 1038 | |
| 1039 | * src/summaryview.c: don't include the current message for |
| 1040 | "View/Go to/(Prev|Next) (unread|new) message". |
| 1041 | |
| 1042 | 2005-05-31 |
| 1043 | |
| 1044 | * src/imap.c: imap_scan_tree_recursive(): disabled scanning of folders |
| 1045 | because the STATUS command costs much. |
| 1046 | |
| 1047 | 2005-05-31 |
| 1048 | |
| 1049 | * src/summaryview.c: summary_show(): fixed a bug that caused crash |
| 1050 | if FolderView::selected is NULL (thanks to Yann Grossel). |
| 1051 | * src/folderview.[ch]: folderview_set_opened_item(): new. |
| 1052 | |
| 1053 | 2005-05-30 |
| 1054 | |
| 1055 | * src/manage_window.c: manage_window_focus_out(): don't reset |
| 1056 | focus_window on focus-out event. |
| 1057 | * src/inc.c |
| 1058 | src/send_message.c: call manage_window_destroy() to reset |
| 1059 | focus_window before destruction of window. |
| 1060 | |
| 1061 | 2005-05-30 |
| 1062 | |
| 1063 | * src/alertpanel.c: don't let message label take focus. |
| 1064 | * src/headerview.c: don't let header labels take focus. |
| 1065 | |
| 1066 | 2005-05-30 |
| 1067 | |
| 1068 | * src/summaryview.[ch]: optimized getting the selection list. |
| 1069 | Set cache as dirty when reordered to remember the current order. |
| 1070 | |
| 1071 | 2005-05-29 |
| 1072 | |
| 1073 | * version 1.9.12 |
| 1074 | |
| 1075 | 2005-05-27 |
| 1076 | |
| 1077 | * src/compose.c: compose_entries_set(): don't interpret Bcc header |
| 1078 | field (conform to RFC 2368). |
| 1079 | |
| 1080 | 2005-05-27 |
| 1081 | |
| 1082 | * src/mh.c |
| 1083 | src/compose.c |
| 1084 | src/folder.[ch] |
| 1085 | src/imap.c |
| 1086 | src/procmsg.c |
| 1087 | src/news.c |
| 1088 | src/summaryview.c: added FolderItem::mark_dirty flag to determine |
| 1089 | if mark file really needs to be updated. |
| 1090 | Write mark file only if cache_dirty or mark_dirty flag is set. |
| 1091 | |
| 1092 | 2005-05-27 |
| 1093 | |
| 1094 | * src/imap.c: don't destroy the previous Session object when |
| 1095 | reconnecting (fixed crash when reconnection happened while scanning |
| 1096 | tree). |
| 1097 | imap_cmd_search(): fixed a bug that only the first response was |
| 1098 | recognized (thanks to Hanno Meyer-Thurow). |
| 1099 | * src/procmsg.h: added MSG_IS_SIGNED() macro. |
| 1100 | |
| 1101 | 2005-05-26 |
| 1102 | |
| 1103 | * src/main.c: app_will_exit(): cleanup tmp directory when exit. |
| 1104 | * src/mimeview.c: fixed DnD of non-ascii filename. |
| 1105 | * src/utils.[ch]: encode_uri(): new. |
| 1106 | * src/summaryview.[ch]: use subject as the filename of droppend |
| 1107 | messages. Added .eml as the extension. |
| 1108 | |
| 1109 | 2005-05-25 |
| 1110 | |
| 1111 | * src/textview.c: textview_write_link(): also skip non-ascii space |
| 1112 | at the head of link strings (phishing check didn't work at the case). |
| 1113 | |
| 1114 | 2005-05-25 |
| 1115 | |
| 1116 | * src/utils.c: get_command_output(): use g_spawn_command_line_sync() |
| 1117 | instead of popen(). |
| 1118 | |
| 1119 | 2005-05-25 |
| 1120 | |
| 1121 | * src/send_message.c: send_message_local(): use GSpawn, and detect |
| 1122 | errors. |
| 1123 | |
| 1124 | 2005-05-25 |
| 1125 | |
| 1126 | * src/message_search.c: removed Clear button. |
| 1127 | |
| 1128 | 2005-05-24 |
| 1129 | |
| 1130 | * src/folder.[ch]: added FolderItem::cache_dirty flag to determine |
| 1131 | if cache file really needs to be updated. |
| 1132 | * src/mh.c |
| 1133 | src/imap.c |
| 1134 | src/procmsg.c |
| 1135 | src/news.c: set cache_dirty flag if folder contents differ from |
| 1136 | the cache file. |
| 1137 | * src/summaryview.c: set cache_dirty flag if folder contents changed. |
| 1138 | Write cache file only if cache_dirty flag is set. |
| 1139 | |
| 1140 | 2005-05-24 |
| 1141 | |
| 1142 | * src/compose.c: disable attach toggle button for now. |
| 1143 | |
| 1144 | 2005-05-24 |
| 1145 | |
| 1146 | * src/compose.[ch]: added a toggle button for the attachment pane. |
| 1147 | |
| 1148 | 2005-05-24 |
| 1149 | |
| 1150 | * src/compose.[ch]: reimplemented the attachment list with |
| 1151 | GtkTreeView. Fixed attaching of locale filename. |
| 1152 | * src/utils.c: uri_list_extract_filenames(): properly parse URI. |
| 1153 | |
| 1154 | 2005-05-24 |
| 1155 | |
| 1156 | * src/gtkutils.c: fixed compilation failure with GTK 2.4. |
| 1157 | |
| 1158 | 2005-05-23 |
| 1159 | |
| 1160 | * src/summaryview.[ch]: enabled DnD to external apps. |
| 1161 | |
| 1162 | 2005-05-23 |
| 1163 | |
| 1164 | * src/compose.[ch]: added PGP Sign/Encrypt check button on the compose |
| 1165 | window. |
| 1166 | |
| 1167 | 2005-05-23 |
| 1168 | |
| 1169 | * src/summaryview.c: summary_step(): don't use "move-cursor" signal |
| 1170 | to move cursor. |
| 1171 | |
| 1172 | 2005-05-23 |
| 1173 | |
| 1174 | * src/gtksctree.[ch]: removed. |
| 1175 | * src/gtkutils.c: added missing include, and removed GtkSCTree init. |
| 1176 | |
| 1177 | 2005-05-23 |
| 1178 | |
| 1179 | * src/textview.c |
| 1180 | src/mimeview.[ch] |
| 1181 | src/summaryview.c |
| 1182 | src/mainwindow.c: reimplemented MimeView with GtkTreeView. |
| 1183 | |
| 1184 | 2005-05-20 |
| 1185 | |
| 1186 | * src/summaryview.c: summary_show(): fixed the selection state on |
| 1187 | refresh. |
| 1188 | |
| 1189 | 2005-05-20 |
| 1190 | |
| 1191 | * src/summaryview.c: summaryview_clear_list(): set the value of |
| 1192 | vadjustment to 0.0 so that the "value-changed" signal is always |
| 1193 | emitted (fixes the scroll problem on refresh). |
| 1194 | |
| 1195 | 2005-05-19 |
| 1196 | |
| 1197 | * src/message_search.c: improved the interface and made code cleanup. |
| 1198 | |
| 1199 | 2005-05-19 |
| 1200 | |
| 1201 | * src/summary_search.c: improved the interface and made code cleanup. |
| 1202 | |
| 1203 | 2005-05-19 |
| 1204 | |
| 1205 | * src/summaryview.c: summary_show(): fixed a problem that no message |
| 1206 | was selected after processing left marks. |
| 1207 | |
| 1208 | 2005-05-19 |
| 1209 | |
| 1210 | * src/textview.[ch] |
| 1211 | src/prefs_common.[ch] |
| 1212 | src/mainwindow.c: added an option to toggle cursor in message view |
| 1213 | (thanks to Godwin Stewart). |
| 1214 | |
| 1215 | 2005-05-19 |
| 1216 | |
| 1217 | * src/summaryview.c: summary_modify_threads(): block selection_changed |
| 1218 | callback while modifying threads so that the toolbar doesn't |
| 1219 | become insensitive unexpectedly. |
| 1220 | |
| 1221 | 2005-05-18 |
| 1222 | |
| 1223 | * src/summaryview.c: set minimum column width. |
| 1224 | src/folderview.c: set minimum column width. Remember every column |
| 1225 | width. |
| 1226 | |
| 1227 | 2005-05-18 |
| 1228 | |
| 1229 | * src/summaryview.c: display next messages after deleting when |
| 1230 | immediate_exec is enabled. |
| 1231 | |
| 1232 | 2005-05-17 |
| 1233 | |
| 1234 | * version 1.9.11 |
| 1235 | |
| 1236 | 2005-05-17 |
| 1237 | |
| 1238 | * src/summaryview.c: summary_remove_invalid_messages(): adjusted |
| 1239 | selection and message display on execution. |
| 1240 | summary_get_modified_node(): fixed an order problem. |
| 1241 | |
| 1242 | 2005-05-17 |
| 1243 | |
| 1244 | * src/summaryview.c: summary_row_expanded(): made a workaround for |
| 1245 | last-row expand problem. |
| 1246 | |
| 1247 | 2005-05-16 |
| 1248 | |
| 1249 | * src/summaryview.c: summary_selection_changed(): forgot to unset |
| 1250 | SummaryView::selected on empty selection. |
| 1251 | |
| 1252 | 2005-05-16 |
| 1253 | |
| 1254 | * src/summaryview.c: fixed selection problem after execution. |
| 1255 | * src/gtkutils.c: gtkut_tree_model_find_by_column_data(): also compare |
| 1256 | start node. |
| 1257 | |
| 1258 | 2005-05-15 |
| 1259 | |
| 1260 | * src/summaryview.c: summary_button_pressed(): fixed a bug that |
| 1261 | prohibited column resize. |
| 1262 | |
| 1263 | 2005-05-15 |
| 1264 | |
| 1265 | * src/summaryview.c: summary_key_pressed(): fixed a bug that Return, |
| 1266 | Space and Delete key are ignored when multiple messages were |
| 1267 | selected. |
| 1268 | * src/headerview.c: added missing gtk/gtkimage.h include. |
| 1269 | |
| 1270 | 2005-05-13 |
| 1271 | |
| 1272 | * version 1.9.10 |
| 1273 | |
| 1274 | 2005-05-13 |
| 1275 | |
| 1276 | * src/prefs_common.[ch] |
| 1277 | src/summaryview.c: made rules hint configurable. Removed debug code. |
| 1278 | * src/gtkutils.c: gtkut_tree_row_reference_equal(): return FALSE if |
| 1279 | one of the reference is invalid. |
| 1280 | |
| 1281 | 2005-05-13 |
| 1282 | |
| 1283 | * src/summaryview.c: don't open selected messages on 'View/Go to' |
| 1284 | if the message view is hidden. |
| 1285 | |
| 1286 | 2005-05-13 |
| 1287 | |
| 1288 | * src/summaryview.c: modified the handling of middle-click and |
| 1289 | double-click. |
| 1290 | |
| 1291 | 2005-05-13 |
| 1292 | |
| 1293 | * src/summaryview.c: adjusted the width of icon-titled columns. |
| 1294 | |
| 1295 | 2005-05-12 |
| 1296 | |
| 1297 | * src/summaryview.c: summary_attract_by_subject() |
| 1298 | src/mainwindow.c: main_window_set_menu_sensitive(): disable 'Attract |
| 1299 | by subject' if sorted. |
| 1300 | |
| 1301 | 2005-05-12 |
| 1302 | |
| 1303 | * src/summaryview.c: summary_attract_by_subject(): optimized using |
| 1304 | gtk_tree_store_reorder() (gtk_tree_store_move_after() is too slow). |
| 1305 | |
| 1306 | 2005-05-12 |
| 1307 | |
| 1308 | * src/summaryview.c: display collapsed rows which have unread children |
| 1309 | as bold. |
| 1310 | |
| 1311 | 2005-05-11 |
| 1312 | |
| 1313 | * src/summaryview.c: summary_have_unread_children(): implemented. |
| 1314 | summary_row_expanded(): expand all children. |
| 1315 | summary_thread_build(): added missing g_hash_table_destroy(). |
| 1316 | |
| 1317 | 2005-05-11 |
| 1318 | |
| 1319 | * src/summaryview.c |
| 1320 | src/mainwindow.c: summary_thread_build(): implemented. |
| 1321 | |
| 1322 | 2005-05-11 |
| 1323 | |
| 1324 | * src/utils.c: remove_dir_recursive(): fixed operation failure if |
| 1325 | current directory is inside one which is to be removed. |
| 1326 | * src/summaryview.c: summary_unthread(): implemented. |
| 1327 | * src/folderview.c: fixed crash when FolderView::selected became |
| 1328 | invalid. Unset it if selection becomes empty. |
| 1329 | * src/defs.h: changed DEFAULT_MESSAHE_FONT from "Sans 14" to |
| 1330 | "Monospace 12". |
| 1331 | |
| 1332 | 2005-05-10 |
| 1333 | |
| 1334 | * src/summaryview.c: summary_select_thread(): implemented. |
| 1335 | |
| 1336 | 2005-05-10 |
| 1337 | |
| 1338 | * src/summary_search.c: reimplemented summary search. |
| 1339 | |
| 1340 | 2005-05-10 |
| 1341 | |
| 1342 | * src/summaryview.c: |
| 1343 | summary_show(): display selected message if always_show_msg is set. |
| 1344 | summary_button_pressed(): fixed the handling of modifier key. |
| 1345 | summary_selection_changed(): clear message view if not single |
| 1346 | selection. |
| 1347 | |
| 1348 | 2005-05-10 |
| 1349 | |
| 1350 | * src/summaryview.c |
| 1351 | src/gtkutils.[ch]: fixed compilation failure on GTK+ 2.4 |
| 1352 | (GTK+ 2.4 doesn't provide the way to unset the sort setting). |
| 1353 | |
| 1354 | 2005-05-09 |
| 1355 | |
| 1356 | * src/editjpilot.c |
| 1357 | src/editldap_basedn.c |
| 1358 | src/editldap.c: added missing includes. |
| 1359 | |
| 1360 | 2005-05-09 |
| 1361 | |
| 1362 | * src/compose.c |
| 1363 | src/inc.c |
| 1364 | src/addressbook.c |
| 1365 | src/textview.c |
| 1366 | src/messageview.c |
| 1367 | src/editbook.c |
| 1368 | src/editgroup.c |
| 1369 | src/importldif.c |
| 1370 | src/foldersel.c |
| 1371 | src/mimeview.c |
| 1372 | src/message_search.c |
| 1373 | src/main.c |
| 1374 | src/inputdialog.c |
| 1375 | src/editaddress.c |
| 1376 | src/addressadd.c |
| 1377 | src/import.c |
| 1378 | src/about.c |
| 1379 | src/mainwindow.c |
| 1380 | src/editvcard.c: added missing includes. |
| 1381 | * src/gtkutils.[ch]: added utility functions for GtkTreeView. |
| 1382 | * src/stock_pixmap.[ch]: stock_pixbuf_widget(): new. |
| 1383 | * src/folderview.c: modified for column sizing. |
| 1384 | * src/summaryview.[ch] |
| 1385 | src/prefs_summary_column.c: reimplemented with GtkTreeView |
| 1386 | (some features are not completed yet). |
| 1387 | |
| 1388 | 2005-05-06 |
| 1389 | |
| 1390 | * src/socket.c: sock_connect_address_list_async(): only watch |
| 1391 | G_IO_OUT to prevent a rare connection problem (thanks to Thorsten |
| 1392 | Maerz). |
| 1393 | |
| 1394 | 2005-05-02 |
| 1395 | |
| 1396 | * src/prefs_filter_edit.c: prefs_filter_edit_set_cond_hbox_widgets(): |
| 1397 | display unit on AGE condition. |
| 1398 | |
| 1399 | 2005-04-27 |
| 1400 | |
| 1401 | * src/imageview.c: imageview_get_resized_pixbuf(): don't scale images |
| 1402 | if not required (just increase ref count). |
| 1403 | |
| 1404 | 2005-04-27 |
| 1405 | |
| 1406 | * src/mainwindow.c: main_window_create(): disable no longer required |
| 1407 | workaround for resize grip on GTK+ 2.6. |
| 1408 | |
| 1409 | 2005-04-22 |
| 1410 | |
| 1411 | * src/imap.c: imap_auth(): prefer CRAM-MD5 if authentication type is |
| 1412 | automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED. |
| 1413 | |
| 1414 | 2005-04-22 |
| 1415 | |
| 1416 | * src/folderview.c: folderview_selection_changed(): flush widget to |
| 1417 | reflect selection change before showing summary. |
| 1418 | |
| 1419 | 2005-04-22 |
| 1420 | |
| 1421 | * sylpheed.desktop: changed the encoding to UTF-8 (thanks to Daichi |
| 1422 | Kawahata). |
| 1423 | |
| 1424 | 2005-04-22 |
| 1425 | |
| 1426 | * src/folderview.c: |
| 1427 | folderview_rescan_tree() |
| 1428 | folderview_check_new(): refresh widgets before processing. |
| 1429 | |
| 1430 | 2005-04-20 |
| 1431 | |
| 1432 | * src/gtkutils.[ch]: gtkut_widget_draw_now(): use |
| 1433 | gdk_window_process_updates() to force update of widgets. |
| 1434 | Removed gtkut_widget_wait_for_draw() which had a big overhead |
| 1435 | because of waiting for all events processed. |
| 1436 | * src/statusbar.c |
| 1437 | src/summaryview.c |
| 1438 | src/setup.c |
| 1439 | src/folderview.c |
| 1440 | src/mainwindow.c: use gtkut_widget_draw_now(). Improved performance |
| 1441 | of the update of statusbar. |
| 1442 | |
| 1443 | 2005-04-20 |
| 1444 | |
| 1445 | * src/textview.c: textview_smooth_scroll_do(): redraw it after scroll |
| 1446 | is done (fixed incorrect display when a part of the view is hidden). |
| 1447 | |
| 1448 | 2005-04-19 |
| 1449 | |
| 1450 | * version 1.9.9 |
| 1451 | |
| 1452 | 2005-04-19 |
| 1453 | |
| 1454 | * sylpheed.desktop: added French translation (thanks to Nicolas Boos). |
| 1455 | |
| 1456 | 2005-04-19 |
| 1457 | |
| 1458 | * src/session.[ch]: use separate buffer for large data to be sent, |
| 1459 | and don't duplicate it (reduces memory usage) (thanks to Dirk). |
| 1460 | |
| 1461 | 2005-04-19 |
| 1462 | |
| 1463 | * src/compose.c |
| 1464 | src/prefs_common.c: removed '/Edit/Advanced' menu which had been |
| 1465 | provided for old GtkSText, and had interfered with gtk-key-theme |
| 1466 | configuration. |
| 1467 | |
| 1468 | 2005-04-15 |
| 1469 | |
| 1470 | * src/folderview.c: folderview_create(): check GTK version for |
| 1471 | "ellipsize" property. |
| 1472 | |
| 1473 | 2005-04-13 |
| 1474 | |
| 1475 | * src/folderview.c: modified include. |
| 1476 | folderview_col_resized(): fixed argument type. |
| 1477 | |
| 1478 | 2005-04-13 |
| 1479 | |
| 1480 | * src/imap.c: imap_close(): don't do anything if item->path is NULL. |
| 1481 | * src/folderview.c: removed unused GtkStyle. |
| 1482 | folderview_select_row(): don't expand the row itself. |
| 1483 | folderview_selection_changed(): fixed a memory leak. |
| 1484 | |
| 1485 | 2005-04-13 |
| 1486 | |
| 1487 | * src/rfc2015.c: pgp_sign(): fixed missing brackets. Check if |
| 1488 | result->signatures is not NULL (fix crashes when ~/.gnupg doesn't |
| 1489 | exist). |
| 1490 | * src/sigstatus.c: gpgmegtk_sig_status_to_string(): check if signature |
| 1491 | is not NULL. |
| 1492 | |
| 1493 | 2005-04-12 |
| 1494 | |
| 1495 | * version 1.9.8 |
| 1496 | |
| 1497 | 2005-04-12 |
| 1498 | |
| 1499 | * src/folderview.c |
| 1500 | src/gtkutils.[ch]: remember the column width, and restored Search |
| 1501 | menu. |
| 1502 | |
| 1503 | 2005-04-12 |
| 1504 | |
| 1505 | * src/compose.c |
| 1506 | src/messageview.c |
| 1507 | src/codeconv.[ch] |
| 1508 | src/prefs_common.c |
| 1509 | src/mainwindow.c: support GBK encoding. Fallback to GBK if "X-GBK" |
| 1510 | is passed (thanks to SuperMMX). |
| 1511 | |
| 1512 | 2005-04-12 |
| 1513 | |
| 1514 | * src/compose.c: compose_write_to_file(): don't encode clearsigned |
| 1515 | text. |
| 1516 | |
| 1517 | 2005-04-11 |
| 1518 | |
| 1519 | * src/action.c: catch_output(): correctly select the insert text |
| 1520 | (fix invalid iterator warnings). |
| 1521 | |
| 1522 | 2005-04-11 |
| 1523 | |
| 1524 | * src/gtkutils.[ch] |
| 1525 | src/folderview.[ch]: implemented message-to-folder DnD. |
| 1526 | Auto-expand and auto-scroll are also implemented. |
| 1527 | |
| 1528 | 2005-04-08 |
| 1529 | |
| 1530 | * src/folderview.c: folderview_check_new(): fixed infinite loop bug. |
| 1531 | folderview_new_news_group_cb(): fixed crash bug when subscribing. |
| 1532 | * src/summaryview.c: summary_show(): update FolderView::opened before |
| 1533 | folderview_update_opened_msg_num() is called. |
| 1534 | |
| 1535 | 2005-04-07 |
| 1536 | |
| 1537 | * src/folderview.c: folderview_selection_changed(): don't let |
| 1538 | GtkTreeView::gtk_tree_view_button_press() grab focus after opening |
| 1539 | a folder by button press. |
| 1540 | |
| 1541 | 2005-04-07 |
| 1542 | |
| 1543 | * src/folderview.[ch]: reimplemented folder view with GtkTreeView |
| 1544 | (DnD is not implemented yet). |
| 1545 | * src/folder.[ch]: folder_item_compare(): compare function to sort |
| 1546 | FolderItem. |
| 1547 | * src/gtkutils.[ch]: |
| 1548 | gtkut_tree_model_next() |
| 1549 | gtkut_tree_model_find_by_column_data() |
| 1550 | gtkut_tree_view_find_collapsed_parent(): new. |
| 1551 | * src/pixmaps/dir-noselect.xpm |
| 1552 | src/pixmaps/dir-open.xpm |
| 1553 | src/pixmaps/dir-close.xpm: removed extra spaces. |
| 1554 | |
| 1555 | 2005-04-05 |
| 1556 | |
| 1557 | * src/send_messages.c: send_message_smtp(): consider EOF right after |
| 1558 | QUIT successful (workaround for Gmail SMTP server). |
| 1559 | * src/socket.c: ssl_read(), ssl_peek(): check EOF which violates the |
| 1560 | SSL protocol. |
| 1561 | * src/procheader.c: removed an unused variable. |
| 1562 | |
| 1563 | 2005-04-01 |
| 1564 | |
| 1565 | * configure.in: changed -traditional-cpp to -no-cpp-precomp for newer |
| 1566 | Mac OS X support. |
| 1567 | |
| 1568 | 2005-03-31 |
| 1569 | |
| 1570 | * src/account.c: reimplemented edit account dialog using GtkTreeView. |
| 1571 | |
| 1572 | 2005-03-31 |
| 1573 | |
| 1574 | * src/colorlabel.c: removed warnings when displaying colorlabel menu |
| 1575 | (don't use GtkAlignment). |
| 1576 | * src/prefs_filter_edit.c: stabilized displaying of widgets. |
| 1577 | * src/gtkutils.[ch]: gtkut_scrolled_window_reset_position(): reset |
| 1578 | the adjustments to (0, 0). |
| 1579 | |
| 1580 | 2005-03-31 |
| 1581 | |
| 1582 | * src/foldersel.c |
| 1583 | src/prefs_filter.c: made column resize automatically. |
| 1584 | |
| 1585 | 2005-03-31 |
| 1586 | |
| 1587 | * src/smtp.c: smtp_auth_plain(): fixed a bug that extra '\0' was |
| 1588 | included in the auth string and PLAIN authentication failed |
| 1589 | (thanks to IWAMOTO Kouichi). |
| 1590 | |
| 1591 | 2005-03-31 |
| 1592 | |
| 1593 | * src/prefs_filter.c: reimplemented filter prefs dialog using |
| 1594 | GtkTreeView. |
| 1595 | |
| 1596 | 2005-03-29 |
| 1597 | |
| 1598 | * src/compose.c: don't join (presumably) itemized lines on |
| 1599 | line-wrapping. |
| 1600 | |
| 1601 | 2005-03-29 |
| 1602 | |
| 1603 | * version 1.9.7 |
| 1604 | |
| 1605 | 2005-03-29 |
| 1606 | |
| 1607 | * src/procmsg.c: procmsg_get_thread_tree(): look for indirect parent |
| 1608 | only the second loop for accurate threading. |
| 1609 | * src/procheader.c: procheader_parse_stream(): made In-Reply-To take |
| 1610 | priority of References for MsgInfo::inreplyto. |
| 1611 | |
| 1612 | 2005-03-28 |
| 1613 | |
| 1614 | * src/utils.[ch]: references_list_prepend(): new. |
| 1615 | * src/procmsg.[ch] |
| 1616 | src/procheader.c |
| 1617 | src/summaryview.c: modified the thread creation so that it looks up |
| 1618 | every message-id in References header if the real parent message is |
| 1619 | not found (thanks to Alfons). |
| 1620 | * src/defs.h: upped the cache version. |
| 1621 | |
| 1622 | 2005-03-28 |
| 1623 | |
| 1624 | * src/foldersel.c: reimplemented folder selection dialog using |
| 1625 | GtkTreeView (thanks to Alfons). |
| 1626 | * src/stock_pixmap.[ch]: stock_pixbuf_gdk(): new. It generates |
| 1627 | GdkPixbuf object from xpm. |
| 1628 | |
| 1629 | 2005-03-25 |
| 1630 | |
| 1631 | * src/compose.c: compose_parse_header(): ignore empty Reply-To: and |
| 1632 | Followup-To: header (thanks to Alfons). |
| 1633 | |
| 1634 | 2005-03-23 |
| 1635 | |
| 1636 | * src/compose.c: |
| 1637 | compose_write_to_file() |
| 1638 | compose_write_headers(): separate header charset and body charset. |
| 1639 | Fixed the issue that ISO-8859-1 was forced for headers when body |
| 1640 | is US-ASCII only. |
| 1641 | |
| 1642 | 2005-03-23 |
| 1643 | |
| 1644 | * src/codeconv.c: conv_jistoeuc(): fixed buffer overflow when |
| 1645 | auxiliary Kanji appeared (only affects svn version after |
| 1646 | 2005-03-17). |
| 1647 | |
| 1648 | 2005-03-22 |
| 1649 | |
| 1650 | * src/codeconv.[ch]: return error value in every code conversion |
| 1651 | function. |
| 1652 | |
| 1653 | 2005-03-18 |
| 1654 | |
| 1655 | * src/html.[ch]: html_parse(): made return value const. |
| 1656 | * src/textview.c: textview_show_html(): force output of newline. |
| 1657 | * src/procmime.c: procmime_get_text_content(): follow the API change. |
| 1658 | |
| 1659 | 2005-03-18 |
| 1660 | |
| 1661 | * src/account.c: account_find_from_message_file(): added missing |
| 1662 | NULL terminator of the HeaderEntry array which had introduced |
| 1663 | crash on re-edit (thanks to Michael Schwendt). |
| 1664 | |
| 1665 | 2005-03-17 |
| 1666 | |
| 1667 | * src/utils.c: strncpy2(): optimized based on Alfons' code. |
| 1668 | |
| 1669 | 2005-03-17 |
| 1670 | |
| 1671 | * src/codeconv.[ch] |
| 1672 | src/textview.c |
| 1673 | src/unmime.c |
| 1674 | src/procheader.c |
| 1675 | src/sourcewindow.c |
| 1676 | src/rfc2015.c |
| 1677 | src/html.c: made every code conversion API allocate new memory. |
| 1678 | This removes redundant string copy on conversion. |
| 1679 | |
| 1680 | 2005-03-16 |
| 1681 | |
| 1682 | * src/prefs_common.[ch] |
| 1683 | src/textview.c: added an option whether to render HTML as text or |
| 1684 | not. |
| 1685 | |
| 1686 | 2005-03-16 |
| 1687 | |
| 1688 | * src/filesel.c: remember the state of the expander of file save |
| 1689 | dialog. |
| 1690 | |
| 1691 | 2005-03-16 |
| 1692 | |
| 1693 | * src/compose.[ch]: added a menu to temporally change the outgoing |
| 1694 | encoding. Use UTF-8 also for headers if it is forced for body. |
| 1695 | * src/codeconv.[ch]: |
| 1696 | conv_get_outgoing_charset_str(): don't use prefs_common setting. |
| 1697 | conv_encode_header(): added an argument for outgoing encoding. |
| 1698 | * src/prefs_common.c: added separators to outgoing encoding menu. |
| 1699 | * src/messageview.c |
| 1700 | src/mainwindow.c: changed 'Code set' (which is rather incorrect) |
| 1701 | in the menu to 'Character encoding'. |
| 1702 | |
| 1703 | 2005-03-15 |
| 1704 | |
| 1705 | * version 1.9.6 |
| 1706 | |
| 1707 | 2005-03-15 |
| 1708 | |
| 1709 | * src/action.c: create_io_dialog(): use user-defined text font |
| 1710 | (thanks to Alfons), and modified its appearance. |
| 1711 | |
| 1712 | 2005-03-15 |
| 1713 | |
| 1714 | * src/compose.c: compose_write_to_file(): fixed a memory leak. |
| 1715 | |
| 1716 | 2005-03-14 |
| 1717 | |
| 1718 | * src/compose.c: compose_write_to_file(): do a strict check for code |
| 1719 | conversion. |
| 1720 | * src/codeconv.[ch]: |
| 1721 | conv_codeset_strdup_full() |
| 1722 | conv_iconv_strdup() |
| 1723 | conv_iconv_strdup_with_cd(): added an argument to return an error |
| 1724 | value. |
| 1725 | |
| 1726 | 2005-03-14 |
| 1727 | |
| 1728 | * src/smtp.[ch] |
| 1729 | src/prefs_account.c: implemented PLAIN authentication method |
| 1730 | (thanks to mori). |
| 1731 | |
| 1732 | 2005-03-14 |
| 1733 | |
| 1734 | * src/filesel.c: |
| 1735 | filesel_select_file_full(): remember directories for each operations. |
| 1736 | filesel_create(): set default response. |
| 1737 | * src/textview.c: textview_key_pressed() |
| 1738 | src/mimeview.c: mimeview_key_pressed(): move focus to upper view |
| 1739 | if Esc key is pressed. |
| 1740 | * Thanks to Sergey Pinaev for the above. |
| 1741 | |
| 1742 | 2005-03-11 |
| 1743 | |
| 1744 | * src/compose.[ch]: use GtkTextTag for signature replacement to |
| 1745 | stabilize it. |
| 1746 | |
| 1747 | 2005-03-10 |
| 1748 | |
| 1749 | * src/textview.c: implemented 'Save this image as...' in the context |
| 1750 | menu of inline images. |
| 1751 | * src/procmime.c: procmime_get_part_file_name(): new. |
| 1752 | |
| 1753 | 2005-03-10 |
| 1754 | |
| 1755 | * src/mainwindow.c: main_window_set_widgets(): request size first |
| 1756 | to prevent window size becoming wrong. |
| 1757 | * src/utils.c: debug_print(): use g_print() to output with locale |
| 1758 | encoding. |
| 1759 | |
| 1760 | 2005-03-10 |
| 1761 | |
| 1762 | * src/passphrase.c: partially fixed grab input of passphrase dialog. |
| 1763 | Confine pointer to window. |
| 1764 | |
| 1765 | 2005-03-09 |
| 1766 | |
| 1767 | * src/compose.c: fixed wrapping of quote when auto-wrapping is |
| 1768 | enabled. |
| 1769 | |
| 1770 | 2005-03-09 |
| 1771 | |
| 1772 | * src/mainwindow.c: fixed remembering of the state of the visibility |
| 1773 | of MessageView. |
| 1774 | |
| 1775 | 2005-03-09 |
| 1776 | |
| 1777 | * src/compose.c: compose_attach_cb(): enabled multiple file selection. |
| 1778 | * src/main.c: migrate_old_config(): copy also mime.types. |
| 1779 | * src/filesel.[ch]: filesel_select_files(): returns multiple selected |
| 1780 | files. |
| 1781 | |
| 1782 | 2005-03-08 |
| 1783 | |
| 1784 | * src/imageview.[ch]: imageview_get_resized_pixbuf(): new. |
| 1785 | src/textview.c: textview_add_part(): follow the setting of |
| 1786 | prefs_common.resize_image. |
| 1787 | * src/configure.in |
| 1788 | src/about.c |
| 1789 | src/mimeview.c: removed enable-gdk-pixbuf option since gdk-pixbuf |
| 1790 | is now built-in. |
| 1791 | |
| 1792 | 2005-03-08 |
| 1793 | |
| 1794 | * src/messageview.[ch] |
| 1795 | src/mimeview.[ch]: changed the implementation of switching |
| 1796 | Text/MIME view (enables smooth switching). |
| 1797 | |
| 1798 | 2005-03-08 |
| 1799 | |
| 1800 | * src/textview.c: textview_make_clickable_parts(): optimized the |
| 1801 | URI search (fixes freeze at extremely long lines with many '@'). |
| 1802 | * src/gtkutils.[ch]: gtkut_text_buffer_insert_with_tag_by_name(): |
| 1803 | new. Force linebreak of long lines (> 8190 chars) to prevent the |
| 1804 | slowdown of GtkTextView. |
| 1805 | |
| 1806 | 2005-03-07 |
| 1807 | |
| 1808 | * src/mainwindow.c |
| 1809 | src/mimeview.[ch]: save selected attachments if mimeview has focus |
| 1810 | when 'File/Save as...' is selected. |
| 1811 | Made mimeview_save_as() public. |
| 1812 | |
| 1813 | 2005-03-07 |
| 1814 | |
| 1815 | * version 1.9.5 |
| 1816 | |
| 1817 | 2005-03-07 |
| 1818 | |
| 1819 | * src/codeconv.c: conv_unmime_header(): use fixed size of buffer. |
| 1820 | * src/procheader.c: procheader_scan_date_string(): support header |
| 1821 | like: "[Tue,] 01 Feb 2005 09:57[:00]". |
| 1822 | |
| 1823 | 2005-03-04 |
| 1824 | |
| 1825 | * src/unmime.[ch]: use GString for a buffer for header MIME decoding |
| 1826 | to improve the efficiency. |
| 1827 | * src/codeconv.c: conv_unmime_header(): directly return the return |
| 1828 | value of unmime_header(). Restrict the buffer size on the stack. |
| 1829 | |
| 1830 | 2005-03-04 |
| 1831 | |
| 1832 | * src/codeconv.[ch]: removed conv_unmime_header_overwrite() because |
| 1833 | it had introduced heap buffer overflow. |
| 1834 | conv_unmime_header(): modified so that it returns newly-allocated |
| 1835 | string. |
| 1836 | * src/compose.c: compose_parse_header(): don't use |
| 1837 | conv_unmime_header_overwrite() which introduced buffer overflow. |
| 1838 | * src/procheader.c |
| 1839 | src/news.c |
| 1840 | src/procmime.c: followed the API change. |
| 1841 | |
| 1842 | 2005-03-03 |
| 1843 | |
| 1844 | * use Content-Type's charset as a fallback encoding of broken header |
| 1845 | strings (thanks to Sergey Pinaev). |
| 1846 | * src/textview.c: use Content-Type's charset information and |
| 1847 | force-charset setting when displaying headers. |
| 1848 | * src/codeconv.c: conv_iconv_strdup(): convert even if src and dest |
| 1849 | are identical, or dest is US-ASCII. |
| 1850 | conv_unmime_header(): try to convert with default encoding if |
| 1851 | string is not ascii. |
| 1852 | * src/procheader.[ch]: |
| 1853 | procheader_get_header_array() |
| 1854 | procheader_get_header_array_asis(): added an argument for default |
| 1855 | encoding. |
| 1856 | procheader_parse_stream(): use Content-Type's charset information. |
| 1857 | * src/procmime.[ch]: added procmime_scan_content_type_str() which |
| 1858 | returns parameters of Content-Type header. |
| 1859 | * src/unmime.[ch]: removed unused function prototype. |
| 1860 | |
| 1861 | 2005-03-02 |
| 1862 | |
| 1863 | * version 1.9.4 |
| 1864 | |
| 1865 | 2005-03-02 |
| 1866 | |
| 1867 | * src/compose.c: compose_destroy(): destroy paned only if it's not |
| 1868 | attached to window. Fixed memory leak of popup menu. |
| 1869 | |
| 1870 | 2005-03-02 |
| 1871 | |
| 1872 | * src/sigstatus.c: modified the popup dialog. Fixed warning when |
| 1873 | pressing escape key. Fixed indentation of the source. |
| 1874 | |
| 1875 | 2005-03-02 |
| 1876 | |
| 1877 | * src/main.c: removed redundant code. |
| 1878 | * configure.in: removed redundant PKG_CHECK_MODULES. |
| 1879 | use PKG_CONFIG instead of GLIB_CONFIG which is no longer available |
| 1880 | (fixes LDAP compilation). |
| 1881 | |
| 1882 | 2005-03-01 |
| 1883 | |
| 1884 | * configure.in: check for GLib/GTK version (>= 2.4.0). |
| 1885 | |
| 1886 | 2005-03-01 |
| 1887 | |
| 1888 | * src/gtkutils.[ch]: removed non-used code. |
| 1889 | |
| 1890 | 2005-03-01 |
| 1891 | |
| 1892 | * src/mimeview.[ch]: display action buttons when attached files are |
| 1893 | selected. |
| 1894 | Fixed the handling of key press and popup menu. |
| 1895 | Fixed redraw problem of widget pane. |
| 1896 | * src/summaryview.[ch]: minor code cleanup. |
| 1897 | * src/mainwindow.c: prev_cb(), next_cb(): handle mimeview if it has |
| 1898 | focus. |
| 1899 | * src/filesel.c: change current directory before creating dialog |
| 1900 | (fixed performance problem on folders with large number of |
| 1901 | message). |
| 1902 | * src/textview.[ch]: removed unused functions. |
| 1903 | |
| 1904 | 2005-03-01 |
| 1905 | |
| 1906 | * ac/check-type.m4 |
| 1907 | ac/gnupg-check-typedef.m4: fixed a warning of the newer automake |
| 1908 | (thanks to Daichi Kawahata). |
| 1909 | |
| 1910 | 2005-02-28 |
| 1911 | |
| 1912 | * src/compose.c: compose_parse_header(): generate References: from |
| 1913 | In-Reply-To: even if the parent message doesn't have Message-Id: |
| 1914 | (thanks to mori). |
| 1915 | |
| 1916 | 2005-02-28 |
| 1917 | |
| 1918 | * src/procheader.[ch]: fixed the argument type of buffer length |
| 1919 | (thanks to Alfons). |
| 1920 | |
| 1921 | 2005-02-27 |
| 1922 | |
| 1923 | * src/socket.c: sock_add_watch(): fixed a bug that g_io_add_watch() |
| 1924 | was called even on SSL connection. It has introduced random bugs. |
| 1925 | |
| 1926 | 2005-02-25 |
| 1927 | |
| 1928 | * src/messageview.c: messageview_select_all(), reply_cb(): fixed |
| 1929 | selection bugs. |
| 1930 | |
| 1931 | 2005-02-25 |
| 1932 | |
| 1933 | * src/compose.c |
| 1934 | src/textview.c |
| 1935 | src/quote_fmt_parse.y: follow the API changes. |
| 1936 | * src/procmsg.c: procmsg_print_message(): output text with locale |
| 1937 | encoding. |
| 1938 | * src/procmime.[ch]: |
| 1939 | procmime_get_text_content() |
| 1940 | procmime_get_first_text_content(): added an argument for dest |
| 1941 | encoding. |
| 1942 | * src/codeconv.[ch]: conv_code_converter_new(): added an argument for |
| 1943 | dest encoding. |
| 1944 | * src/html.c: removed broken locale specific entity reference |
| 1945 | conversion. |
| 1946 | |
| 1947 | 2005-02-25 |
| 1948 | |
| 1949 | * src/compose.c |
| 1950 | src/messageview.c |
| 1951 | src/mimeview.c |
| 1952 | src/export.c |
| 1953 | src/summaryview.c |
| 1954 | src/import.c |
| 1955 | src/filesel.[ch]: replaced GtkFileSelection with |
| 1956 | GtkFileChooserDialog. |
| 1957 | Added filesel_save_as(). |
| 1958 | |
| 1959 | 2005-02-24 |
| 1960 | |
| 1961 | * src/alertpanel.c: modified its design to fit other GTK2 apps. |
| 1962 | |
| 1963 | 2005-02-24 |
| 1964 | |
| 1965 | * src/progressdialog.c |
| 1966 | src/inc.c: inc_progress_dialog_create(): modified ProgressDialog |
| 1967 | to use GtkDialog. |
| 1968 | |
| 1969 | 2005-02-24 |
| 1970 | |
| 1971 | * src/compose.c: compose_write_attach(): force transfer encoding to |
| 1972 | protect trailing spaces for PGP signing. |
| 1973 | |
| 1974 | 2005-02-23 |
| 1975 | |
| 1976 | * src/gtkutils.[ch]: removed unused functions. |
| 1977 | gtkut_text_buffer_match_string() |
| 1978 | gtkut_text_buffer_find(): changed the API to use iterator. |
| 1979 | gtkut_text_buffer_find_backward(): new. |
| 1980 | * src/textview.c: |
| 1981 | textview_search_string() |
| 1982 | textview_search_string_backward(): use new API. |
| 1983 | |
| 1984 | 2005-02-23 |
| 1985 | |
| 1986 | * src/logwindow.c |
| 1987 | src/prefs_common.[ch]: re-enabled the line number limit, and made |
| 1988 | the value configurable. |
| 1989 | |
| 1990 | 2005-02-22 |
| 1991 | |
| 1992 | * src/codeconv.c: |
| 1993 | conv_anytodisp(): check if converted string is valid UTF-8. |
| 1994 | conv_localetodisp(): convert to valid UTF-8 if conv_iconv_strdup() |
| 1995 | failed. |
| 1996 | conv_unmime_header_overwrite() |
| 1997 | conv_unmime_header(): try to convert unencoded strings using locale |
| 1998 | encoding (thanks to Egor Yu. Shkerin and Oliver Lehmann). |
| 1999 | |
| 2000 | 2005-02-21 |
| 2001 | |
| 2002 | * version 1.9.3 |
| 2003 | |
| 2004 | 2005-02-21 |
| 2005 | |
| 2006 | * src/compose.c: |
| 2007 | compose_join_next_line(): consider tab width. Keep cursor position |
| 2008 | as much as possible. |
| 2009 | compose_wrap_paragraph(): remove trailing spaces on wrapping. |
| 2010 | compose_insert_sig(): don't select text when placing cursor. |
| 2011 | compose_insert_file(): disable autowrap while inserting text. |
| 2012 | compose_undo_cb() |
| 2013 | compose_redo_cb(): disable autowrap while performing undo/redo. |
| 2014 | |
| 2015 | 2005-02-21 |
| 2016 | |
| 2017 | * src/summaryview.c: summary_ctree_create(): changed indent size to |
| 2018 | 12. |
| 2019 | |
| 2020 | 2005-02-18 |
| 2021 | |
| 2022 | * src/textview.c: added 'Copy this link' to the context menu |
| 2023 | (thanks to Hiroyuki Ikezoe). |
| 2024 | * po/Makefile.in.in: added checks and statistics display option to |
| 2025 | msgfmt command. |
| 2026 | |
| 2027 | 2005-02-18 |
| 2028 | |
| 2029 | * src/compose.c: compose_join_next_line(): removed extra spaces |
| 2030 | between the next line. |
| 2031 | |
| 2032 | 2005-02-18 |
| 2033 | |
| 2034 | * src/compose.c: compose_wrap_paragraph(): comply with 'Wrap |
| 2035 | quotation' setting. |
| 2036 | |
| 2037 | 2005-02-18 |
| 2038 | |
| 2039 | * src/textview.c: fixed glitches of underlined URI in textview |
| 2040 | (thanks to Alfons). |
| 2041 | |
| 2042 | 2005-02-18 |
| 2043 | |
| 2044 | * src/compose.c: compose_join_next_line(): don't use |
| 2045 | gtk_text_buffer_backspace() which is gtk-2.6 only API. |
| 2046 | |
| 2047 | 2005-02-17 |
| 2048 | |
| 2049 | * src/compose.c: implemented new line-wrapping routine. Enables full |
| 2050 | i18n support and proper line-breaking. |
| 2051 | * src/utils.[ch]: get_uri_len(): returns URI length. |
| 2052 | |
| 2053 | 2005-02-16 |
| 2054 | |
| 2055 | * src/procmime.c: procmime_get_tmp_file_name(): convert filename |
| 2056 | to filesystem encoding. |
| 2057 | |
| 2058 | 2005-02-14 |
| 2059 | |
| 2060 | * src/intl.h: removed. |
| 2061 | |
| 2062 | 2005-02-10 |
| 2063 | |
| 2064 | * src/compose.c: compose_write_file(): force transfer encoding to |
| 2065 | protect trailing spaces for PGP signing (fixes incompatibility |
| 2066 | between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz). |
| 2067 | |
| 2068 | 2005-02-10 |
| 2069 | |
| 2070 | * src/compose.c |
| 2071 | src/sourcewindow.c: automatically show horizontal scroll bar. |
| 2072 | |
| 2073 | 2005-02-09 |
| 2074 | |
| 2075 | * version 1.9.2 |
| 2076 | |
| 2077 | 2005-02-09 |
| 2078 | |
| 2079 | * src/textview.c: implemented better hypertext processing (pointing |
| 2080 | a link shows its URI and single-clicking it follows the link). |
| 2081 | |
| 2082 | 2005-02-08 |
| 2083 | |
| 2084 | * src/codeconv.[ch] |
| 2085 | conv_filename_from_utf8() |
| 2086 | conv_filename_to_utf8(): new. They always returns non-NULL strings. |
| 2087 | * src/filesel.c |
| 2088 | src/summaryview.c: fixed non-UTF8 filename handling of the file |
| 2089 | selection dialog (thanks to Sergey Pinaev). |
| 2090 | * src/compose.c: compose_attach_cb(): fixed attaching of files with |
| 2091 | non-UTF8 names (thanks to Sergey Pinaev). |
| 2092 | |
| 2093 | 2005-02-08 |
| 2094 | |
| 2095 | * src/prefs_filter.c: use stock buttons. |
| 2096 | |
| 2097 | 2005-02-08 |
| 2098 | |
| 2099 | * src/procmime.[ch] |
| 2100 | src/textview.c |
| 2101 | src/prefs_common.c: implemented inline image display. |
| 2102 | |
| 2103 | 2005-02-07 |
| 2104 | |
| 2105 | * src/gtkutils.c: gtkut_window_popup() |
| 2106 | src/about.c: about_show(): use gtk_window_present() to popup |
| 2107 | window. |
| 2108 | |
| 2109 | 2005-02-07 |
| 2110 | |
| 2111 | * src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai). |
| 2112 | * configure.in |
| 2113 | Makefile.am |
| 2114 | po/Makefile.in.in: use AM_GLIB_GNU_GETTEXT. Removed intl/. |
| 2115 | |
| 2116 | 2005-02-04 |
| 2117 | |
| 2118 | * src/action.c: execute_actions(): don't include header part in |
| 2119 | message text. |
| 2120 | |
| 2121 | 2005-02-04 |
| 2122 | |
| 2123 | * src/textview.c |
| 2124 | src/gtkutils.[ch]: reimplemented message text search. |
| 2125 | |
| 2126 | 2005-02-04 |
| 2127 | |
| 2128 | * src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new. |
| 2129 | * src/prefs_account.c |
| 2130 | src/prefs_common.c: made the font size of supplementary |
| 2131 | explanations smaller, and enabled line wrap. |
| 2132 | |
| 2133 | 2005-02-03 |
| 2134 | |
| 2135 | * version 1.9.1 |
| 2136 | |
| 2137 | 2005-02-03 |
| 2138 | |
| 2139 | * src/compose.c: compose_create(): use normal API for setting font. |
| 2140 | |
| 2141 | 2005-02-02 |
| 2142 | |
| 2143 | * src/main.c: parse_cmd_opt(): convert help message to locale |
| 2144 | encoding. |
| 2145 | |
| 2146 | 2005-02-02 |
| 2147 | |
| 2148 | * src/compose.c: |
| 2149 | GET_CHAR(): speed up by using gtk_text_iter_get_char(). |
| 2150 | get_indent_length(): use GtkTextIter for the loop. |
| 2151 | |
| 2152 | 2005-02-02 |
| 2153 | |
| 2154 | * src/compose.c: |
| 2155 | text_inserted(): revalidate iterator so as not to invalidate it |
| 2156 | after gtk_text_buffer_insert() while enabling auto wrapping. |
| 2157 | Do paste-as-quotation directly inside compose_paste_as_quote_cb(). |
| 2158 | |
| 2159 | 2005-02-01 |
| 2160 | |
| 2161 | * version 1.9.0 |
| 2162 | |
| 2163 | 2005-01-31 |
| 2164 | |
| 2165 | * src/codeconv.c: conv_utf8todisp(): replace every 8bit character |
| 2166 | if the source string is not a valid UTF-8. |
| 2167 | |
| 2168 | 2005-01-31 |
| 2169 | |
| 2170 | * src/defs.h: use original ".sylpheed_cache" for CACHE_FILE. |
| 2171 | changed CACHE_VERSION to 0x20. |
| 2172 | |
| 2173 | 2005-01-31 |
| 2174 | |
| 2175 | * src/rfc2015.c: sig_status_full(): convert string returned by |
| 2176 | strftime() (which is locale encoding) to UTF-8. |
| 2177 | |
| 2178 | 2005-01-31 |
| 2179 | |
| 2180 | * configure.in |
| 2181 | src/textview.c |
| 2182 | src/passphrase.[ch] |
| 2183 | src/mimeview.c |
| 2184 | src/main.c |
| 2185 | src/select-keys.[ch] |
| 2186 | src/rfc2015.[ch] |
| 2187 | src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi). |
| 2188 | |
| 2189 | 2005-01-28 |
| 2190 | |
| 2191 | * src/template.c: template_write_config(): fixed a memory leak. |
| 2192 | |
| 2193 | 2005-01-28 |
| 2194 | |
| 2195 | * src/compose.c: removed redundant code for Ctrl-Enter handling |
| 2196 | (not required for GTK2). |
| 2197 | |
| 2198 | 2005-01-27 |
| 2199 | |
| 2200 | * src/prefs_actions.c |
| 2201 | src/prefs_template.c |
| 2202 | src/summary_search.c |
| 2203 | src/message_search.c |
| 2204 | src/folderview.c |
| 2205 | src/prefs_customheader.c |
| 2206 | src/prefs_filter.c: use GTK stock button for alertpanel. |
| 2207 | |
| 2208 | 2005-01-27 |
| 2209 | |
| 2210 | * src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to |
| 2211 | prevent character corruption on conversion. |
| 2212 | |
| 2213 | 2005-01-26 |
| 2214 | |
| 2215 | * src/stock_pixmap.[ch] |
| 2216 | src/pixmaps/stock_add_16.xpm |
| 2217 | src/pixmaps/stock_remove_16.xpm: removed two pixmaps. |
| 2218 | * src/prefs_filter_edit.c: use GTK stock icon for add and remove |
| 2219 | button. |
| 2220 | |
| 2221 | 2005-01-26 |
| 2222 | |
| 2223 | * src/alertpanel.c: use smaller size for title font. |
| 2224 | |
| 2225 | 2005-01-26 |
| 2226 | |
| 2227 | * src/codeconv.[ch]: made encoding-specific functions static, and |
| 2228 | removed redundant code. |
| 2229 | |
| 2230 | 2005-01-26 |
| 2231 | |
| 2232 | * src/procmime.c: |
| 2233 | procmime_scan_content_type() |
| 2234 | procmime_scan_content_disposition(): removed raw ISO-2022-JP to |
| 2235 | EUC-JP conversion. |
| 2236 | * src/jpilot.c: use conv_codeset_strdup() instead of |
| 2237 | conv_sjistodisp(). |
| 2238 | |
| 2239 | 2005-01-26 |
| 2240 | |
| 2241 | * src/compose.c |
| 2242 | src/folder.c |
| 2243 | src/prefs.c |
| 2244 | src/codeconv.[ch] |
| 2245 | src/imap.c |
| 2246 | src/xml.c |
| 2247 | src/addrbook.c |
| 2248 | src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which |
| 2249 | replace conv_get_internal_charset_str(). |
| 2250 | |
| 2251 | 2005-01-25 |
| 2252 | |
| 2253 | * src/inc.c: inc_finished(): removed warning when updating a |
| 2254 | folder item while no folder is selected. |
| 2255 | |
| 2256 | 2005-01-25 |
| 2257 | |
| 2258 | * src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default |
| 2259 | font_desc. |
| 2260 | * src/prefs_common.[ch] |
| 2261 | src/defs.h: removed unused font configs. |
| 2262 | * src/textview.c: use default font for headers. |
| 2263 | * src/headerview.c |
| 2264 | src/folderview.c: generate bold font from normal font. |
| 2265 | * src/summaryview.c: generate bold and small font from normal font. |
| 2266 | |
| 2267 | 2005-01-24 |
| 2268 | |
| 2269 | * src/alertpanel.c: alertpanel_create(): generate title font from |
| 2270 | normal font. |
| 2271 | |
| 2272 | 2005-01-24 |
| 2273 | |
| 2274 | * src/pop.c: pop3_get_uidl_table(): removed the old code for |
| 2275 | migration. |
| 2276 | * src/main.c: migrate_old_config(): also migrate sylpheedrc, and |
| 2277 | check the existence of source files. |
| 2278 | * src/prefs_common.c: changed the font setting name for migration. |
| 2279 | * src/defs.h: added UIDL_DIR, and changed the default font. |
| 2280 | |
| 2281 | 2005-01-24 |
| 2282 | |
| 2283 | * src/compose.c |
| 2284 | src/addressbook.c |
| 2285 | src/messageview.c |
| 2286 | src/mimeview.c |
| 2287 | src/select-keys.c |
| 2288 | src/sigstatus.c: use GTK stock button for button set. |
| 2289 | * src/passphrase.c: improved the passphrase dialog. |
| 2290 | |
| 2291 | 2005-01-24 |
| 2292 | |
| 2293 | * src/alertpanel.c: use GTK stock icon instead of pixmap. |
| 2294 | * src/pixmaps/stock_dialog_*_48.xpm: removed. |
| 2295 | |
| 2296 | 2005-01-24 |
| 2297 | |
| 2298 | * src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*(). |
| 2299 | |
| 2300 | 2005-01-24 |
| 2301 | |
| 2302 | * src/prefs_display_header.c |
| 2303 | src/action.c |
| 2304 | src/grouplistdialog.c |
| 2305 | src/textview.c |
| 2306 | src/editbook.c |
| 2307 | src/editgroup.c |
| 2308 | src/importldif.c |
| 2309 | src/summary_search.c |
| 2310 | src/message_search.c |
| 2311 | src/select-keys.c |
| 2312 | src/editjpilot.c |
| 2313 | src/export.c |
| 2314 | src/editaddress.c |
| 2315 | src/addressadd.c |
| 2316 | src/editldap_basedn.c |
| 2317 | src/prefs_summary_column.c |
| 2318 | src/import.c |
| 2319 | src/prefs_filter_edit.c |
| 2320 | src/editvcard.c |
| 2321 | src/prefs_customheader.c |
| 2322 | src/editldap.c |
| 2323 | src/sigstatus.c: use GTK stock button for button set. |
| 2324 | |
| 2325 | 2005-01-24 |
| 2326 | |
| 2327 | * src/compose.c |
| 2328 | src/inc.c |
| 2329 | src/prefs_actions.c |
| 2330 | src/prefs.c |
| 2331 | src/progressdialog.c |
| 2332 | src/account.c |
| 2333 | src/prefs_template.c |
| 2334 | src/foldersel.c |
| 2335 | src/main.c |
| 2336 | src/alertpanel.c |
| 2337 | src/inputdialog.c |
| 2338 | src/prefs_common.c |
| 2339 | src/summaryview.c |
| 2340 | src/about.c |
| 2341 | src/mainwindow.c |
| 2342 | src/prefs_filter.c: use GTK stock button for button set. |
| 2343 | * src/gtkutils.[ch]: gtkut_stock_button_set_create(): added. |
| 2344 | |
| 2345 | 2005-01-21 |
| 2346 | |
| 2347 | * src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to |
| 2348 | Alfons). |
| 2349 | |
| 2350 | 2005-01-21 |
| 2351 | |
| 2352 | * src/colorlabel.c: removed include of gdk/gdkx.h. |
| 2353 | * src/compose.c: compose_connect_changed_callbacks(): fixed a typo. |
| 2354 | * src/codeconv.[ch]: added conv_utf8todisp(). |
| 2355 | * src/sourcewindow.c: source_window_append() |
| 2356 | src/textview.c: textview_write_line(), textview_write_link() |
| 2357 | src/unmime.c: unmime_header() |
| 2358 | src/html.c: html_read_line(): assume the encoding of source |
| 2359 | string is UTF-8 instead of locale encoding. |
| 2360 | |
| 2361 | 2005-01-20 |
| 2362 | |
| 2363 | * src/codeconv.[ch]: conv_copy_dir(): copy directory contents with |
| 2364 | code conversion. |
| 2365 | * src/main.c: migrate_old_config(): migrate templates. |
| 2366 | |
| 2367 | 2005-01-20 |
| 2368 | |
| 2369 | * src/action.c: convert locale strings to UTF-8 before displaying |
| 2370 | it (thanks to Alfons). |
| 2371 | |
| 2372 | 2005-01-20 |
| 2373 | |
| 2374 | * src/statusbar.c |
| 2375 | src/summaryview.c |
| 2376 | src/setup.c |
| 2377 | src/folderview.c |
| 2378 | src/mainwindow.[ch]: restored the resize grip of the main |
| 2379 | statusbar with its proper position (thanks to Yoichi Imai). |
| 2380 | |
| 2381 | 2005-01-20 |
| 2382 | |
| 2383 | * src/jpilot.c: fixed Japanese code conversion. |
| 2384 | |
| 2385 | 2005-01-19 |
| 2386 | |
| 2387 | * src/compose.c: compose_insert_sig(): fixed broken signature |
| 2388 | replacement. |
| 2389 | |
| 2390 | 2005-01-19 |
| 2391 | |
| 2392 | * src/mh.c |
| 2393 | src/utils.c |
| 2394 | src/procmsg.c: ignore 0-numbered message file. Don't use symbol |
| 2395 | 'fileno' used in stdio.h. |
| 2396 | * src/messageview.c: messageview_show(): check if |
| 2397 | procmsg_msginfo_get_full_info() succeeds (fixes crash when |
| 2398 | opening 0-numbered message) (thanks to WAKAI Kazunao). |
| 2399 | |
| 2400 | 2005-01-19 |
| 2401 | |
| 2402 | * src/summaryview.c: summary_reply(): fixed a bug that didn't |
| 2403 | correctly get text selection. |
| 2404 | |
| 2405 | 2005-01-12 |
| 2406 | |
| 2407 | * Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2). |