src/prefs_actions.c:
[claws.git] / ChangeLog.claws
index 2b841df64cc8baf21131bf0be8c67b762f881824..63357480e266b5d2f88df9d5763dac253476fc35 100644 (file)
@@ -1,3 +1,156 @@
+2002-05-12 [melvin]    0.7.5claws20
+
+       * src/prefs_actions.c
+               Removed implicitely added quotes around the name
+               of the temporary files of mime parts.
+
+2002-05-12 [paul]      0.7.5claws19
+
+       * sync with 0.7.5cvs20
+               see ChangeLog 2002-05-11
+
+2002-05-12 [alfons]    0.7.5claws18
+
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               allow quote / reply date & time format to be set using
+               %D{format}. format is a format string you'd pass to
+               strftime() (see man strftime, or the Display tab |
+               Date format setting).
+
+               Currently %D converts the date to local time. 
+
+2002-05-11 [paul]      0.7.5claws17
+
+       * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
+               see ChangeLog 2002-05-10 and 2002-05-11
+
+2002-05-10 [paul]      0.7.5claws16
+
+       * sync with 0.7.5cvs16
+               see ChangeLog entries 2002-05-09 and 
+               2002-05-10
+
+2002-05-10 [colin]     0.7.5claws15
+
+       * src/textview.c
+               Corrected a bug that prevented sylpheed to open
+               double-clicked URIs.
+
+2002-05-09 [paul]      0.7.5claws14
+
+       * sync with 0.7.5cvs14
+               see ChangeLog 2002-05-08 and 2002-05-09
+
+2002-05-08 [paul]      0.7.5claws13
+
+       * sync with 0.7.5cvs11
+               see ChangeLog entry 2002-05-08
+
+2002-05-08 [paul]      0.7.5claws12
+
+       * src/mainwindow.c
+         src/textview.[ch]
+               fix segfault on View->Open in new window
+               patch submitted by Thorsten Maerz <torte@netztorte.de>
+
+2002-05-07 [paul]      0.7.5claws11
+
+       * sync with 0.7.5cvs9
+               see ChangeLog entry 2002-05-07
+
+2002-05-06 [paul]      0.7.5claws10
+
+       * src/messageview.c
+         src/textview.c
+               display url in statusbar on single-click
+               patch submitted by Thorsten Maerz <torte@netztorte.de>
+
+2002-05-06 [match]     0.7.5claws9
+
+       * src/addritem.[ch]
+               new functions.
+       * src/addrcache.c
+               tidy up.
+       * src/xmlprops.[ch]
+               XML implementation of properties file.
+       * src/exporthtml.[ch]
+       * src/expthtmldlg.[ch]
+       * src/addressbook.c
+               export to HTML.
+
+2002-05-02 [sergey]    0.7.5claws8
+
+       * src/mainwindow.c (mainwin_entries),
+         src/prefs_common.c (prefs_send_create()),
+         src/codeconv.c (locale_table):
+               use charset name "Windows-1251" instead of "CP1251".
+
+2002-05-02 [colin]     0.7.5claws7
+       
+       * src/compose.c
+         src/prefs_common.c
+         src/prefs_folder_item.c
+               Fixed cosmetics bugs due to Outbox renamed to Sent.
+
+2002-05-02 [hiro]      0.7.5claws6
+
+       * src/imap.c
+               sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
+
+2002-05-02 [paul]      0.7.5claws5
+
+       * src/compose.c
+               more sync with 0.7.5cvs7, see ChangeLog entry
+               2002-05-02
+
+2002-05-02 [hiro]      0.7.5claws4
+
+       * src/compose.c
+               compose_queue_sub():
+               check if queue folder exists (closes #550397).
+               removed directory creation since it should be handled
+               transparently.
+       * src/imap.c
+               imap_add_msg(): return UID for appended message
+               (closes #548842).
+
+2002-04-30 [paul]      0.7.5claws3
+
+       * src/summaryview.c
+               fix account_find_from_address() bug
+
+2002-04-28 [colin]     0.7.5claws2
+
+       * src/compose.c
+         src/textview.c
+         src/prefs_common.[ch]
+         src/utils.[ch]
+               Added user-definable quotation characters recognition.
+
+2002-04-28 [paul]      0.7.5claws1
+
+       * sync with 0.7.5cvs4
+               see ChangeLog entry  2002-04-25
+
+2002-04-28 [paul]      0.7.5claws
+
+       * po/es.po
+         po/nl.po
+         po/pt_BR.po
+               updated by Ricardo Mones Lastra, Wilbert Berendsen, and
+               Fabio Junior Beneditto
+
+2002-04-27 [jens]      0.7.4claws103
+
+       * po/de.po
+               updated German translation.
+
+2002-04-27 [hiro]      0.7.4claws102
+
+       * src/summaryview.c
+               summary_write_cache(): fixed the mark loss of hidden messages.
+
 2002-04-26 [melvin]    0.7.4claws101
 
        * src/procmsg.c