From ee656446f7af3c074555e299dca15a2b23148b92 Mon Sep 17 00:00:00 2001 From: Alfons Hoogervorst Date: Mon, 7 Jan 2002 18:59:34 +0000 Subject: [PATCH] put Hiro's logs in claws too --- ChangeLog | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ ChangeLog.jp | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+) diff --git a/ChangeLog b/ChangeLog index 596fdbbf4..e78b9607a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2002-01-04 + + * src/compose.c: compose_wrap_line_all(): fixed the bug that + caused infinite loop when wrapping certain patterns of quoted text. + +2002-01-02 + + * src/imap.c: imap_parse_envelope(): put the assertion after + imap_parse_address() to prevent segmentation fault. + +2001-12-31 + + * src/folderview.c + src/mainwindow.c: modified some labels of menu items. + * src/ldif.c: put the return value of fgetc() in a gint. + * src/importldif.c: don't brace null strings with _(). + * src/compose.c: moved the position of Subject entry to the last. + Reorganized the menu. + compose_draft_cb(): added 'keep editing after saving to draft' + feature. + +2001-12-30 + + * src/mainwindow.c: reorganization of main menu. Removed 'Summary' + menu. Moved 'Help' menu to just the right of 'Configuration'. + Removed 'File - Close' menu item. + +2001-12-25 + + * src/mainwindow.c: some menu reorganization. + * AUTHORS: updated. Added more contributors. + * src/account.c: account_row_moved(): new. Moves displayed row to + the appropriate position when up / down button are pressed. + account_clist_set(): move displayed row to the appropriate position. + * src/compose.c + src/mainwindow.c: set title and wmclass when creating windows. + +2001-12-24 + + * src/gtkstext.c: fixed a bug that didn't show block cursor + correctly. Removed unnecessary GdkGC copy. Fixed cursor + coordinate. + * src/compose.c + src/gtkutils.[ch] + src/textview.[ch] + src/undo.c: modified to use GtkSText. + * src/menu.h: added #include . + +2001-12-23 + + * acconfig.h + configure.in: added XIM checking for GTK+. + * src/gtkstext.[ch]: new. Copied GtkText in GTK+ and renamed. + +2001-12-22 + + * src/filter.c: added #include . + 2001-12-21 * src/template.c: template_write_config(): fixed a typo. diff --git a/ChangeLog.jp b/ChangeLog.jp index a1c324eb6..b328874e5 100644 --- a/ChangeLog.jp +++ b/ChangeLog.jp @@ -1,3 +1,60 @@ +2002-01-04 + + * src/compose.c: compose_wrap_line_all(): ÆÃÄê¤Î¥Ñ¥¿¡¼¥ó¤Î°úÍÑʸ + ¤òÀÞ¤êÊÖ¤¹¤È¤­¤Ë̵¸Â¥ë¡¼¥×¤ËÆþ¤ë¥Ð¥°¤ò½¤Àµ¡£ + +2002-01-02 + + * src/imap.c: imap_parse_envelope(): segmentation fault ¤òËɤ° + ¤¿¤á¤Ë imap_parse_address() ¤Î¸å¤Ë assertion ¤òÃÖ¤¤¤¿¡£ + +2001-12-31 + + * src/folderview.c + src/mainwindow.c: ¤¤¤¯¤Ä¤«¤Î¥á¥Ë¥å¡¼¹àÌܤΥé¥Ù¥ë¤ò½¤Àµ¡£ + * src/ldif.c: fgetc() ¤ÎÌá¤êÃͤò gint ¤ËÆþ¤ì¤ë¤è¤¦¤Ë¤·¤¿¡£ + * src/importldif.c: ¥Ì¥ëʸ»úÎó¤ò _() ¤Ç³ç¤é¤Ê¤¤¤è¤¦¤Ë¤·¤¿¡£ + * src/compose.c: Subject ¥¨¥ó¥È¥ê¤Î°ÌÃÖ¤òºÇ¸å¤Ë°ÜÆ°¡£ + ¥á¥Ë¥å¡¼¤òºÆ¹½À®¡£ + compose_draft_cb(): ¡ÖÁð¹Æ¤ËÊݸ¸åÊÔ½¸¤ò³¤±¤ë¡×µ¡Ç½¤òÄɲᣠ+ +2001-12-30 + + * src/mainwindow.c: ¥á¥¤¥ó¥á¥Ë¥å¡¼¤ÎºÆ¹½À®¡£¡Ö¥µ¥Þ¥ê¡×¥á¥Ë¥å¡¼¤òºï½ü¡£ + ¡Ö¥Ø¥ë¥×¡×¥á¥Ë¥å¡¼¤ò¡ÖÀßÄê¡×¤Î¤¹¤°±¦Â¦¤Ë°ÜÆ°¡£¡Ö¥Õ¥¡¥¤¥ë - ÊĤ¸¤ë¡× + ¥á¥Ë¥å¡¼¹àÌܤòºï½ü¡£ + +2001-12-25 + + * src/mainwindow.c: ¥á¥Ë¥å¡¼¤ò¿¾¯ºÆ¹½À®¡£ + * AUTHORS: ¹¹¿·¡£¤µ¤é¤Ë contributor ¤òÄɲᣠ+ * src/account.c: account_row_moved(): ¿·µ¬¡£¾å / ²¼¥Ü¥¿¥ó¤¬²¡¤µ¤ì¤¿ + ¤È¤­¤Ëɽ¼¨¹Ô¤òÀµ¤·¤¤°ÌÃ֤˰ÜÆ°¡£ + account_clist_set(): ɽ¼¨¹Ô¤òÀµ¤·¤¤°ÌÃ֤˰ÜÆ°¤¹¤ë¤è¤¦¤Ë¤·¤¿¡£ + * src/compose.c + src/mainwindow.c: ¥¦¥£¥ó¥É¥¦¤òÀ¸À®¤¹¤ë¤È¤­¤Ë¥¿¥¤¥È¥ë¤È wmclass + ¤ò¥»¥Ã¥È¤¹¤ë¤è¤¦¤Ë¤·¤¿¡£ + +2001-12-24 + + * src/gtkstext.c: ¥Ö¥í¥Ã¥¯¥«¡¼¥½¥ë¤òÀµ¤·¤¯É½¼¨¤·¤Ê¤¤¥Ð¥°¤ò½¤Àµ¡£ + ÉÔÍ×¤Ê GdkGC ¥³¥Ô¡¼¤òºï½ü¡£¥«¡¼¥½¥ë¤ÎºÂɸ¤ò½¤Àµ¡£ + * src/compose.c + src/gtkutils.[ch] + src/textview.[ch] + src/undo.c: GtkSText ¤ò»ÈÍѤ¹¤ë¤è¤¦¤Ë½¤Àµ¡£ + * src/menu.h: #include ¤òÄɲᣠ+ +2001-12-23 + + * acconfig.h + configure.in: GTK+ ¤Î XIM ¥Á¥§¥Ã¥¯¤òÄɲᣠ+ * src/gtkstext.[ch]: ¿·µ¬¡£ GTK+ ¤Î GtkText ¤ò¥³¥Ô¡¼¤·¡¢Ì¾¾ÎÊѹ¹¡£ + +2001-12-22 + + * src/filter.c: #include ¤òÄɲᣠ+ 2001-12-21 * src/template.c: template_write_config(): typo ¤ò½¤Àµ¡£ -- 2.25.1