root / ChangeLog @ 134
History | View | Annotate | Download (11.8 kB)
| 1 | 2005-03-01 |
|---|---|
| 2 | |
| 3 | * ac/check-type.m4 |
| 4 | ac/gnupg-check-typedef.m4: fixed a warning of the newer automake |
| 5 | (thanks to Daichi Kawahata). |
| 6 | |
| 7 | 2005-02-28 |
| 8 | |
| 9 | * src/compose.c: compose_parse_header(): generate References: from |
| 10 | In-Reply-To: even if the parent message doesn't have Message-Id: |
| 11 | (thanks to mori). |
| 12 | |
| 13 | 2005-02-28 |
| 14 | |
| 15 | * src/procheader.[ch]: fixed the argument type of buffer length |
| 16 | (thanks to Alfons). |
| 17 | |
| 18 | 2005-02-27 |
| 19 | |
| 20 | * src/socket.c: sock_add_watch(): fixed a bug that g_io_add_watch() |
| 21 | was called even on SSL connection. It has introduced random bugs. |
| 22 | |
| 23 | 2005-02-25 |
| 24 | |
| 25 | * src/messageview.c: messageview_select_all(), reply_cb(): fixed |
| 26 | selection bugs. |
| 27 | |
| 28 | 2005-02-25 |
| 29 | |
| 30 | * src/compose.c |
| 31 | src/textview.c |
| 32 | src/quote_fmt_parse.y: follow the API changes. |
| 33 | * src/procmsg.c: procmsg_print_message(): output text with locale |
| 34 | encoding. |
| 35 | * src/procmime.[ch]: |
| 36 | procmime_get_text_content() |
| 37 | procmime_get_first_text_content(): added an argument for dest |
| 38 | encoding. |
| 39 | * src/codeconv.[ch]: conv_code_converter_new(): added an argument for |
| 40 | dest encoding. |
| 41 | * src/html.c: removed broken locale specific entity reference |
| 42 | conversion. |
| 43 | |
| 44 | 2005-02-25 |
| 45 | |
| 46 | * src/compose.c |
| 47 | src/messageview.c |
| 48 | src/mimeview.c |
| 49 | src/export.c |
| 50 | src/summaryview.c |
| 51 | src/import.c |
| 52 | src/filesel.[ch]: replaced GtkFileSelection with |
| 53 | GtkFileChooserDialog. |
| 54 | Added filesel_save_as(). |
| 55 | |
| 56 | 2005-02-24 |
| 57 | |
| 58 | * src/alertpanel.c: modified its design to fit other GTK2 apps. |
| 59 | |
| 60 | 2005-02-24 |
| 61 | |
| 62 | * src/progressdialog.c |
| 63 | src/inc.c: inc_progress_dialog_create(): modified ProgressDialog |
| 64 | to use GtkDialog. |
| 65 | |
| 66 | 2005-02-24 |
| 67 | |
| 68 | * src/compose.c: compose_write_attach(): force transfer encoding to |
| 69 | protect trailing spaces for PGP signing. |
| 70 | |
| 71 | 2005-02-23 |
| 72 | |
| 73 | * src/gtkutils.[ch]: removed unused functions. |
| 74 | gtkut_text_buffer_match_string() |
| 75 | gtkut_text_buffer_find(): changed the API to use iterator. |
| 76 | gtkut_text_buffer_find_backward(): new. |
| 77 | * src/textview.c: |
| 78 | textview_search_string() |
| 79 | textview_search_string_backward(): use new API. |
| 80 | |
| 81 | 2005-02-23 |
| 82 | |
| 83 | * src/logwindow.c |
| 84 | src/prefs_common.[ch]: re-enabled the line number limit, and made |
| 85 | the value configurable. |
| 86 | |
| 87 | 2005-02-22 |
| 88 | |
| 89 | * src/codeconv.c: |
| 90 | conv_anytodisp(): check if converted string is valid UTF-8. |
| 91 | conv_localetodisp(): convert to valid UTF-8 if conv_iconv_strdup() |
| 92 | failed. |
| 93 | conv_unmime_header_overwrite() |
| 94 | conv_unmime_header(): try to convert unencoded strings using locale |
| 95 | encoding (thanks to Egor Yu. Shkerin and Oliver Lehmann). |
| 96 | |
| 97 | 2005-02-21 |
| 98 | |
| 99 | * version 1.9.3 |
| 100 | |
| 101 | 2005-02-21 |
| 102 | |
| 103 | * src/compose.c: |
| 104 | compose_join_next_line(): consider tab width. Keep cursor position |
| 105 | as much as possible. |
| 106 | compose_wrap_paragraph(): remove trailing spaces on wrapping. |
| 107 | compose_insert_sig(): don't select text when placing cursor. |
| 108 | compose_insert_file(): disable autowrap while inserting text. |
| 109 | compose_undo_cb() |
| 110 | compose_redo_cb(): disable autowrap while performing undo/redo. |
| 111 | |
| 112 | 2005-02-21 |
| 113 | |
| 114 | * src/summaryview.c: summary_ctree_create(): changed indent size to |
| 115 | 12. |
| 116 | |
| 117 | 2005-02-18 |
| 118 | |
| 119 | * src/textview.c: added 'Copy this link' to the context menu |
| 120 | (thanks to Hiroyuki Ikezoe). |
| 121 | * po/Makefile.in.in: added checks and statistics display option to |
| 122 | msgfmt command. |
| 123 | |
| 124 | 2005-02-18 |
| 125 | |
| 126 | * src/compose.c: compose_join_next_line(): removed extra spaces |
| 127 | between the next line. |
| 128 | |
| 129 | 2005-02-18 |
| 130 | |
| 131 | * src/compose.c: compose_wrap_paragraph(): comply with 'Wrap |
| 132 | quotation' setting. |
| 133 | |
| 134 | 2005-02-18 |
| 135 | |
| 136 | * src/textview.c: fixed glitches of underlined URI in textview |
| 137 | (thanks to Alfons). |
| 138 | |
| 139 | 2005-02-18 |
| 140 | |
| 141 | * src/compose.c: compose_join_next_line(): don't use |
| 142 | gtk_text_buffer_backspace() which is gtk-2.6 only API. |
| 143 | |
| 144 | 2005-02-17 |
| 145 | |
| 146 | * src/compose.c: implemented new line-wrapping routine. Enables full |
| 147 | i18n support and proper line-breaking. |
| 148 | * src/utils.[ch]: get_uri_len(): returns URI length. |
| 149 | |
| 150 | 2005-02-16 |
| 151 | |
| 152 | * src/procmime.c: procmime_get_tmp_file_name(): convert filename |
| 153 | to filesystem encoding. |
| 154 | |
| 155 | 2005-02-14 |
| 156 | |
| 157 | * src/intl.h: removed. |
| 158 | |
| 159 | 2005-02-10 |
| 160 | |
| 161 | * src/compose.c: compose_write_file(): force transfer encoding to |
| 162 | protect trailing spaces for PGP signing (fixes incompatibility |
| 163 | between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz). |
| 164 | |
| 165 | 2005-02-10 |
| 166 | |
| 167 | * src/compose.c |
| 168 | src/sourcewindow.c: automatically show horizontal scroll bar. |
| 169 | |
| 170 | 2005-02-09 |
| 171 | |
| 172 | * version 1.9.2 |
| 173 | |
| 174 | 2005-02-09 |
| 175 | |
| 176 | * src/textview.c: implemented better hypertext processing (pointing |
| 177 | a link shows its URI and single-clicking it follows the link). |
| 178 | |
| 179 | 2005-02-08 |
| 180 | |
| 181 | * src/codeconv.[ch] |
| 182 | conv_filename_from_utf8() |
| 183 | conv_filename_to_utf8(): new. They always returns non-NULL strings. |
| 184 | * src/filesel.c |
| 185 | src/summaryview.c: fixed non-UTF8 filename handling of the file |
| 186 | selection dialog (thanks to Sergey Pinaev). |
| 187 | * src/compose.c: compose_attach_cb(): fixed attaching of files with |
| 188 | non-UTF8 names (thanks to Sergey Pinaev). |
| 189 | |
| 190 | 2005-02-08 |
| 191 | |
| 192 | * src/prefs_filter.c: use stock buttons. |
| 193 | |
| 194 | 2005-02-08 |
| 195 | |
| 196 | * src/procmime.[ch] |
| 197 | src/textview.c |
| 198 | src/prefs_common.c: implemented inline image display. |
| 199 | |
| 200 | 2005-02-07 |
| 201 | |
| 202 | * src/gtkutils.c: gtkut_window_popup() |
| 203 | src/about.c: about_show(): use gtk_window_present() to popup |
| 204 | window. |
| 205 | |
| 206 | 2005-02-07 |
| 207 | |
| 208 | * src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai). |
| 209 | * configure.in |
| 210 | Makefile.am |
| 211 | po/Makefile.in.in: use AM_GLIB_GNU_GETTEXT. Removed intl/. |
| 212 | |
| 213 | 2005-02-04 |
| 214 | |
| 215 | * src/action.c: execute_actions(): don't include header part in |
| 216 | message text. |
| 217 | |
| 218 | 2005-02-04 |
| 219 | |
| 220 | * src/textview.c |
| 221 | src/gtkutils.[ch]: reimplemented message text search. |
| 222 | |
| 223 | 2005-02-04 |
| 224 | |
| 225 | * src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new. |
| 226 | * src/prefs_account.c |
| 227 | src/prefs_common.c: made the font size of supplementary |
| 228 | explanations smaller, and enabled line wrap. |
| 229 | |
| 230 | 2005-02-03 |
| 231 | |
| 232 | * version 1.9.1 |
| 233 | |
| 234 | 2005-02-03 |
| 235 | |
| 236 | * src/compose.c: compose_create(): use normal API for setting font. |
| 237 | |
| 238 | 2005-02-02 |
| 239 | |
| 240 | * src/main.c: parse_cmd_opt(): convert help message to locale |
| 241 | encoding. |
| 242 | |
| 243 | 2005-02-02 |
| 244 | |
| 245 | * src/compose.c: |
| 246 | GET_CHAR(): speed up by using gtk_text_iter_get_char(). |
| 247 | get_indent_length(): use GtkTextIter for the loop. |
| 248 | |
| 249 | 2005-02-02 |
| 250 | |
| 251 | * src/compose.c: |
| 252 | text_inserted(): revalidate iterator so as not to invalidate it |
| 253 | after gtk_text_buffer_insert() while enabling auto wrapping. |
| 254 | Do paste-as-quotation directly inside compose_paste_as_quote_cb(). |
| 255 | |
| 256 | 2005-02-01 |
| 257 | |
| 258 | * version 1.9.0 |
| 259 | |
| 260 | 2005-01-31 |
| 261 | |
| 262 | * src/codeconv.c: conv_utf8todisp(): replace every 8bit character |
| 263 | if the source string is not a valid UTF-8. |
| 264 | |
| 265 | 2005-01-31 |
| 266 | |
| 267 | * src/defs.h: use original ".sylpheed_cache" for CACHE_FILE. |
| 268 | changed CACHE_VERSION to 0x20. |
| 269 | |
| 270 | 2005-01-31 |
| 271 | |
| 272 | * src/rfc2015.c: sig_status_full(): convert string returned by |
| 273 | strftime() (which is locale encoding) to UTF-8. |
| 274 | |
| 275 | 2005-01-31 |
| 276 | |
| 277 | * configure.in |
| 278 | src/textview.c |
| 279 | src/passphrase.[ch] |
| 280 | src/mimeview.c |
| 281 | src/main.c |
| 282 | src/select-keys.[ch] |
| 283 | src/rfc2015.[ch] |
| 284 | src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi). |
| 285 | |
| 286 | 2005-01-28 |
| 287 | |
| 288 | * src/template.c: template_write_config(): fixed a memory leak. |
| 289 | |
| 290 | 2005-01-28 |
| 291 | |
| 292 | * src/compose.c: removed redundant code for Ctrl-Enter handling |
| 293 | (not required for GTK2). |
| 294 | |
| 295 | 2005-01-27 |
| 296 | |
| 297 | * src/prefs_actions.c |
| 298 | src/prefs_template.c |
| 299 | src/summary_search.c |
| 300 | src/message_search.c |
| 301 | src/folderview.c |
| 302 | src/prefs_customheader.c |
| 303 | src/prefs_filter.c: use GTK stock button for alertpanel. |
| 304 | |
| 305 | 2005-01-27 |
| 306 | |
| 307 | * src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to |
| 308 | prevent character corruption on conversion. |
| 309 | |
| 310 | 2005-01-26 |
| 311 | |
| 312 | * src/stock_pixmap.[ch] |
| 313 | src/pixmaps/stock_add_16.xpm |
| 314 | src/pixmaps/stock_remove_16.xpm: removed two pixmaps. |
| 315 | * src/prefs_filter_edit.c: use GTK stock icon for add and remove |
| 316 | button. |
| 317 | |
| 318 | 2005-01-26 |
| 319 | |
| 320 | * src/alertpanel.c: use smaller size for title font. |
| 321 | |
| 322 | 2005-01-26 |
| 323 | |
| 324 | * src/codeconv.[ch]: made encoding-specific functions static, and |
| 325 | removed redundant code. |
| 326 | |
| 327 | 2005-01-26 |
| 328 | |
| 329 | * src/procmime.c: |
| 330 | procmime_scan_content_type() |
| 331 | procmime_scan_content_disposition(): removed raw ISO-2022-JP to |
| 332 | EUC-JP conversion. |
| 333 | * src/jpilot.c: use conv_codeset_strdup() instead of |
| 334 | conv_sjistodisp(). |
| 335 | |
| 336 | 2005-01-26 |
| 337 | |
| 338 | * src/compose.c |
| 339 | src/folder.c |
| 340 | src/prefs.c |
| 341 | src/codeconv.[ch] |
| 342 | src/imap.c |
| 343 | src/xml.c |
| 344 | src/addrbook.c |
| 345 | src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which |
| 346 | replace conv_get_internal_charset_str(). |
| 347 | |
| 348 | 2005-01-25 |
| 349 | |
| 350 | * src/inc.c: inc_finished(): removed warning when updating a |
| 351 | folder item while no folder is selected. |
| 352 | |
| 353 | 2005-01-25 |
| 354 | |
| 355 | * src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default |
| 356 | font_desc. |
| 357 | * src/prefs_common.[ch] |
| 358 | src/defs.h: removed unused font configs. |
| 359 | * src/textview.c: use default font for headers. |
| 360 | * src/headerview.c |
| 361 | src/folderview.c: generate bold font from normal font. |
| 362 | * src/summaryview.c: generate bold and small font from normal font. |
| 363 | |
| 364 | 2005-01-24 |
| 365 | |
| 366 | * src/alertpanel.c: alertpanel_create(): generate title font from |
| 367 | normal font. |
| 368 | |
| 369 | 2005-01-24 |
| 370 | |
| 371 | * src/pop.c: pop3_get_uidl_table(): removed the old code for |
| 372 | migration. |
| 373 | * src/main.c: migrate_old_config(): also migrate sylpheedrc, and |
| 374 | check the existence of source files. |
| 375 | * src/prefs_common.c: changed the font setting name for migration. |
| 376 | * src/defs.h: added UIDL_DIR, and changed the default font. |
| 377 | |
| 378 | 2005-01-24 |
| 379 | |
| 380 | * src/compose.c |
| 381 | src/addressbook.c |
| 382 | src/messageview.c |
| 383 | src/mimeview.c |
| 384 | src/select-keys.c |
| 385 | src/sigstatus.c: use GTK stock button for button set. |
| 386 | * src/passphrase.c: improved the passphrase dialog. |
| 387 | |
| 388 | 2005-01-24 |
| 389 | |
| 390 | * src/alertpanel.c: use GTK stock icon instead of pixmap. |
| 391 | * src/pixmaps/stock_dialog_*_48.xpm: removed. |
| 392 | |
| 393 | 2005-01-24 |
| 394 | |
| 395 | * src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*(). |
| 396 | |
| 397 | 2005-01-24 |
| 398 | |
| 399 | * src/prefs_display_header.c |
| 400 | src/action.c |
| 401 | src/grouplistdialog.c |
| 402 | src/textview.c |
| 403 | src/editbook.c |
| 404 | src/editgroup.c |
| 405 | src/importldif.c |
| 406 | src/summary_search.c |
| 407 | src/message_search.c |
| 408 | src/select-keys.c |
| 409 | src/editjpilot.c |
| 410 | src/export.c |
| 411 | src/editaddress.c |
| 412 | src/addressadd.c |
| 413 | src/editldap_basedn.c |
| 414 | src/prefs_summary_column.c |
| 415 | src/import.c |
| 416 | src/prefs_filter_edit.c |
| 417 | src/editvcard.c |
| 418 | src/prefs_customheader.c |
| 419 | src/editldap.c |
| 420 | src/sigstatus.c: use GTK stock button for button set. |
| 421 | |
| 422 | 2005-01-24 |
| 423 | |
| 424 | * src/compose.c |
| 425 | src/inc.c |
| 426 | src/prefs_actions.c |
| 427 | src/prefs.c |
| 428 | src/progressdialog.c |
| 429 | src/account.c |
| 430 | src/prefs_template.c |
| 431 | src/foldersel.c |
| 432 | src/main.c |
| 433 | src/alertpanel.c |
| 434 | src/inputdialog.c |
| 435 | src/prefs_common.c |
| 436 | src/summaryview.c |
| 437 | src/about.c |
| 438 | src/mainwindow.c |
| 439 | src/prefs_filter.c: use GTK stock button for button set. |
| 440 | * src/gtkutils.[ch]: gtkut_stock_button_set_create(): added. |
| 441 | |
| 442 | 2005-01-21 |
| 443 | |
| 444 | * src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to |
| 445 | Alfons). |
| 446 | |
| 447 | 2005-01-21 |
| 448 | |
| 449 | * src/colorlabel.c: removed include of gdk/gdkx.h. |
| 450 | * src/compose.c: compose_connect_changed_callbacks(): fixed a typo. |
| 451 | * src/codeconv.[ch]: added conv_utf8todisp(). |
| 452 | * src/sourcewindow.c: source_window_append() |
| 453 | src/textview.c: textview_write_line(), textview_write_link() |
| 454 | src/unmime.c: unmime_header() |
| 455 | src/html.c: html_read_line(): assume the encoding of source |
| 456 | string is UTF-8 instead of locale encoding. |
| 457 | |
| 458 | 2005-01-20 |
| 459 | |
| 460 | * src/codeconv.[ch]: conv_copy_dir(): copy directory contents with |
| 461 | code conversion. |
| 462 | * src/main.c: migrate_old_config(): migrate templates. |
| 463 | |
| 464 | 2005-01-20 |
| 465 | |
| 466 | * src/action.c: convert locale strings to UTF-8 before displaying |
| 467 | it (thanks to Alfons). |
| 468 | |
| 469 | 2005-01-20 |
| 470 | |
| 471 | * src/statusbar.c |
| 472 | src/summaryview.c |
| 473 | src/setup.c |
| 474 | src/folderview.c |
| 475 | src/mainwindow.[ch]: restored the resize grip of the main |
| 476 | statusbar with its proper position (thanks to Yoichi Imai). |
| 477 | |
| 478 | 2005-01-20 |
| 479 | |
| 480 | * src/jpilot.c: fixed Japanese code conversion. |
| 481 | |
| 482 | 2005-01-19 |
| 483 | |
| 484 | * src/compose.c: compose_insert_sig(): fixed broken signature |
| 485 | replacement. |
| 486 | |
| 487 | 2005-01-19 |
| 488 | |
| 489 | * src/mh.c |
| 490 | src/utils.c |
| 491 | src/procmsg.c: ignore 0-numbered message file. Don't use symbol |
| 492 | 'fileno' used in stdio.h. |
| 493 | * src/messageview.c: messageview_show(): check if |
| 494 | procmsg_msginfo_get_full_info() succeeds (fixes crash when |
| 495 | opening 0-numbered message) (thanks to WAKAI Kazunao). |
| 496 | |
| 497 | 2005-01-19 |
| 498 | |
| 499 | * src/summaryview.c: summary_reply(): fixed a bug that didn't |
| 500 | correctly get text selection. |
| 501 | |
| 502 | 2005-01-12 |
| 503 | |
| 504 | * Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2). |