sync with sylpheed 0.7.0cvs16
[claws.git] / ChangeLog
index 8642ac1f87614c6a90f72586339e1472a913230e..afc122c19c6f79e910713ead03781380be6a1db4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,22 @@
+2002-01-25
+
+       * src/procmime.c:
+         procmime_get_mime_type()
+         procmime_get_mime_type_table(): made the MIME type search case
+         insensitive.
+       * src/gtkstext.c:
+         gtk_stext_delete_line(): delete newline on empty line.
+         gtk_stext_delete_to_line_end(): delete newline if cursor is on
+         the last of line.
+         (thanks to Yasuzaki Masayoshi.)
+
 2002-01-23
 
        * src/compose.c
          src/gtkstext.[ch]: removed the hardcoded shortcuts in GtkSText,
          and made them customizable.
+       * src/utils.[ch]: added get_file_size_as_crlf() which returns
+         the file size when converting LF to CR+LF.
 
 2002-01-22