root / ChangeLog @ 37
History | View | Annotate | Download (3.3 kB)
| 1 | 30 | hiro | 2005-01-24 |
|---|---|---|---|
| 2 | 30 | hiro | |
| 3 | 37 | hiro | * src/pop.c: pop3_get_uidl_table(): removed the old code for |
| 4 | 37 | hiro | migration. |
| 5 | 37 | hiro | * src/main.c: migrate_old_config(): also migrate sylpheedrc, and |
| 6 | 37 | hiro | check the existence of source files. |
| 7 | 37 | hiro | * src/prefs_common.c: changed the font setting name for migration. |
| 8 | 37 | hiro | * src/defs.h: added UIDL_DIR, and changed the default font. |
| 9 | 37 | hiro | |
| 10 | 37 | hiro | 2005-01-24 |
| 11 | 37 | hiro | |
| 12 | 36 | hiro | * src/compose.c |
| 13 | 36 | hiro | src/addressbook.c |
| 14 | 36 | hiro | src/messageview.c |
| 15 | 36 | hiro | src/mimeview.c |
| 16 | 36 | hiro | src/select-keys.c |
| 17 | 36 | hiro | src/sigstatus.c: use GTK stock button for button set. |
| 18 | 36 | hiro | * src/passphrase.c: improved the passphrase dialog. |
| 19 | 36 | hiro | |
| 20 | 36 | hiro | 2005-01-24 |
| 21 | 36 | hiro | |
| 22 | 33 | hiro | * src/alertpanel.c: use GTK stock icon instead of pixmap. |
| 23 | 34 | hiro | * src/pixmaps/stock_dialog_*_48.xpm: removed. |
| 24 | 33 | hiro | |
| 25 | 33 | hiro | 2005-01-24 |
| 26 | 33 | hiro | |
| 27 | 32 | hiro | * src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*(). |
| 28 | 32 | hiro | |
| 29 | 32 | hiro | 2005-01-24 |
| 30 | 32 | hiro | |
| 31 | 31 | hiro | * src/prefs_display_header.c |
| 32 | 31 | hiro | src/action.c |
| 33 | 31 | hiro | src/grouplistdialog.c |
| 34 | 31 | hiro | src/textview.c |
| 35 | 31 | hiro | src/editbook.c |
| 36 | 31 | hiro | src/editgroup.c |
| 37 | 31 | hiro | src/importldif.c |
| 38 | 31 | hiro | src/summary_search.c |
| 39 | 31 | hiro | src/message_search.c |
| 40 | 31 | hiro | src/select-keys.c |
| 41 | 31 | hiro | src/editjpilot.c |
| 42 | 31 | hiro | src/export.c |
| 43 | 31 | hiro | src/editaddress.c |
| 44 | 31 | hiro | src/addressadd.c |
| 45 | 31 | hiro | src/editldap_basedn.c |
| 46 | 31 | hiro | src/prefs_summary_column.c |
| 47 | 31 | hiro | src/import.c |
| 48 | 31 | hiro | src/prefs_filter_edit.c |
| 49 | 31 | hiro | src/editvcard.c |
| 50 | 31 | hiro | src/prefs_customheader.c |
| 51 | 31 | hiro | src/editldap.c |
| 52 | 31 | hiro | src/sigstatus.c: use GTK stock button for button set. |
| 53 | 31 | hiro | |
| 54 | 31 | hiro | 2005-01-24 |
| 55 | 31 | hiro | |
| 56 | 30 | hiro | * src/compose.c |
| 57 | 30 | hiro | src/inc.c |
| 58 | 30 | hiro | src/prefs_actions.c |
| 59 | 30 | hiro | src/prefs.c |
| 60 | 30 | hiro | src/progressdialog.c |
| 61 | 30 | hiro | src/account.c |
| 62 | 30 | hiro | src/prefs_template.c |
| 63 | 30 | hiro | src/foldersel.c |
| 64 | 30 | hiro | src/main.c |
| 65 | 30 | hiro | src/alertpanel.c |
| 66 | 30 | hiro | src/inputdialog.c |
| 67 | 30 | hiro | src/prefs_common.c |
| 68 | 30 | hiro | src/summaryview.c |
| 69 | 30 | hiro | src/about.c |
| 70 | 30 | hiro | src/mainwindow.c |
| 71 | 30 | hiro | src/prefs_filter.c: use GTK stock button for button set. |
| 72 | 30 | hiro | * src/gtkutils.[ch]: gtkut_stock_button_set_create(): added. |
| 73 | 30 | hiro | |
| 74 | 26 | hiro | 2005-01-21 |
| 75 | 26 | hiro | |
| 76 | 29 | hiro | * src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to |
| 77 | 29 | hiro | Alfons). |
| 78 | 29 | hiro | |
| 79 | 29 | hiro | 2005-01-21 |
| 80 | 29 | hiro | |
| 81 | 26 | hiro | * src/colorlabel.c: removed include of gdk/gdkx.h. |
| 82 | 27 | hiro | * src/compose.c: compose_connect_changed_callbacks(): fixed a typo. |
| 83 | 27 | hiro | * src/codeconv.[ch]: added conv_utf8todisp(). |
| 84 | 27 | hiro | * src/sourcewindow.c: source_window_append() |
| 85 | 27 | hiro | src/textview.c: textview_write_line(), textview_write_link() |
| 86 | 27 | hiro | src/unmime.c: unmime_header() |
| 87 | 27 | hiro | src/html.c: html_read_line(): assume the encoding of source |
| 88 | 27 | hiro | string is UTF-8 instead of locale encoding. |
| 89 | 26 | hiro | |
| 90 | 22 | hiro | 2005-01-20 |
| 91 | 22 | hiro | |
| 92 | 25 | hiro | * src/codeconv.[ch]: conv_copy_dir(): copy directory contents with |
| 93 | 25 | hiro | code conversion. |
| 94 | 25 | hiro | * src/main.c: migrate_old_config(): migrate templates. |
| 95 | 25 | hiro | |
| 96 | 25 | hiro | 2005-01-20 |
| 97 | 25 | hiro | |
| 98 | 24 | hiro | * src/action.c: convert locale strings to UTF-8 before displaying |
| 99 | 24 | hiro | it (thanks to Alfons). |
| 100 | 24 | hiro | |
| 101 | 24 | hiro | 2005-01-20 |
| 102 | 24 | hiro | |
| 103 | 23 | hiro | * src/statusbar.c |
| 104 | 23 | hiro | src/summaryview.c |
| 105 | 23 | hiro | src/setup.c |
| 106 | 23 | hiro | src/folderview.c |
| 107 | 23 | hiro | src/mainwindow.[ch]: restored the resize grip of the main |
| 108 | 23 | hiro | statusbar with its proper position (thanks to Yoichi Imai). |
| 109 | 23 | hiro | |
| 110 | 23 | hiro | 2005-01-20 |
| 111 | 23 | hiro | |
| 112 | 22 | hiro | * src/jpilot.c: fixed Japanese code conversion. |
| 113 | 22 | hiro | |
| 114 | 19 | hiro | 2005-01-19 |
| 115 | 19 | hiro | |
| 116 | 21 | hiro | * src/compose.c: compose_insert_sig(): fixed broken signature |
| 117 | 21 | hiro | replacement. |
| 118 | 21 | hiro | |
| 119 | 21 | hiro | 2005-01-19 |
| 120 | 21 | hiro | |
| 121 | 20 | hiro | * src/mh.c |
| 122 | 20 | hiro | src/utils.c |
| 123 | 20 | hiro | src/procmsg.c: ignore 0-numbered message file. Don't use symbol |
| 124 | 20 | hiro | 'fileno' used in stdio.h. |
| 125 | 20 | hiro | * src/messageview.c: messageview_show(): check if |
| 126 | 20 | hiro | procmsg_msginfo_get_full_info() succeeds (fixes crash when |
| 127 | 20 | hiro | opening 0-numbered message) (thanks to WAKAI Kazunao). |
| 128 | 20 | hiro | |
| 129 | 20 | hiro | 2005-01-19 |
| 130 | 20 | hiro | |
| 131 | 19 | hiro | * src/summaryview.c: summary_reply(): fixed a bug that didn't |
| 132 | 19 | hiro | correctly get text selection. |
| 133 | 19 | hiro | |
| 134 | 18 | hiro | 2005-01-12 |
| 135 | 18 | hiro | |
| 136 | 18 | hiro | * Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2). |