* src/compose.c
[claws.git] / ChangeLog.claws
index 5ab55a0e871e7e9f6c5738ae242d90721bebf875..2224b79a09a73a1f9163599d136e2ff1f1cdbdee 100644 (file)
@@ -1,3 +1,195 @@
+2002-02-12 [christoph] 0.7.0claws63
+
+       * src/compose.c
+               always delete message from queue after sending/send error
+               (closes bug #509601)
+
+2002-02-12 [melvin]    0.7.0claws62
+
+       * src/prefs_actions.c
+               Children wait loop is now triggered with a timeout of 1s
+               Added %F which is replaced with the list of filenames 
+               of all selected messages (as suggested by Ricardo Mones Lestra)
+               Pipe syntax changed. Prefix with | to send selection, postfix
+               with | to retrieve output. Prefix with > or * to send
+               user definable input to the command (*: input is hidden)
+               Old pipe action should now be postfixed with |, too.
+
+2002-02-12 [carsten]   0.7.0claws61 (more 59.75)
+       * src/stock_pixmap.c
+               fixed a bug: if there's no theme directory don't
+               throw an error, just do "nothing" (thanks Alfons)
+
+2002-02-12 [carsten]   0.7.0claws60
+       * src/folderview.c
+         src/summaryview.c
+               had to write the cache twice (nasty!); some marks would 
+               get lost if not
+
+2002-02-11 [carsten]   0.7.0claws59
+       * acconfig.h
+         configure.in
+         doc-src/maintainer_guide.txt
+         src/compose.[ch]
+         src/defs.h
+         src/folderview.[ch]
+         src/gtkutils.[ch]
+         src/mainwindow.[ch]
+         src/prefs_common.[ch]
+         src/stock_pixmap.[ch]
+         src/summaryview.[ch]
+               pixmap theming and related work on pixmap
+               handling on some other places
+               (e.g. hrm features for all folder)
+         src/pixmap/stock_*.xpm -> the stock_ was removed
+       
+2002-02-11 [paul]      0.7.0claws58
+
+       * sync with sylpheed 0.7.1 release
+               see ChangeLog entries 2002-02-11
+
+2002-02-08 [paul]      0.7.0claws57
+
+       * sync with sylpheed 0.7.0cvs39
+               see ChangeLog entry 2002-02-07 (last entry) 
+
+       * src/prefs_actions.c
+         src/prefs_filtering.c
+         src/prefs_matcher.c
+         src/prefs_scoring.c
+               sync: made it compile with C compilers other than gcc
+
+2002-02-07 [paul]      0.7.0claws56
+
+       * sync with sylpheed 0.7.0cvs38
+               see ChangeLog entries 2002-02-06 (last 2 entries) and
+               2002-02-07
+
+2002-02-07 [darko]     0.7.0claws55
+
+       * src/gtkutils.[ch]
+       * src/summaryview.c
+               Fix const gchar */gchar * issue (thanks Hiro)
+
+2002-02-07 [darko]     0.7.0claws54
+
+       * src/compose.[ch]
+       * src/filtering.c
+       * src/gtkutils.[ch]
+       * src/prefs_template.c
+       * src/quote_fmt.h
+       * src/quote_fmt_parse.y
+       * src/summaryview.c
+       * src/utils.[ch]
+               When replying or forwarding an email don't quote the entire
+               mail body but use the part of the message text that is selected
+
+2002-02-06 [melvin]    0.7.0claws53
+
+       * src/prefs_common.[ch]
+       * src/gtkspell.[ch]
+       * src/compose.c
+               Made possible to switch quickly to last used dictionary
+               which makes checking bilingual documents easier.
+
+2002-02-06 [melvin]    0.7.0claws52
+       
+       * po/POTFILES.in
+               Added forgotten new file src/prefs_actions.c
+
+2002-02-06 [melvin]    0.7.0claws51
+
+       * src/prefs_actions.c   ** NEW FILE **
+       * src/prefs_actions.h   ** NEW FILE **
+               Added actions to execute on message text view, or on the
+                       message's file.
+       * src/Makefile.am
+               Added src/prefs_actions.[ch]
+       * src/compose.c
+               Added new menu "Edit/Actions"
+       * src/defs.h
+               Added new actionsrc file.
+       * src/main.c
+               Added actionsrc reading.
+       * src/mainwindow.c
+               Added new menus "Edit/Actions" and "Configuration/Actions..."
+       * src/prefs_common.h
+               Added new element actionslst element to prefs_common.
+
+2002-02-06 [paul]      0.7.0claws50
+
+       * sync with sylpheed 0.7.0cvs36
+               see ChangeLog entry 2002-02-06
+
+2002-02-05 [paul]
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-02-05 [paul]      0.7.0claws49
+
+       * sync with sylpheed 0.7.0cvs33
+               see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
+
+2002-02-05 [paul]      0.7.0claws48
+
+       * src/compose.c
+               re-add 'Edit/Advanced/Delete entire line', previously named
+               'Delete Line+'
+
+2002-02-04 [paul]      0.7.0claws47
+
+       * src/compose.c
+         src/summaryview.c
+               fix bug #494993 (Reply All not taking Reply-To into consi)
+               eliminate differences in behaviour of right-click 'Reply to all' 
+               in summary view and 'Reply to all' on the toolbar. 
+               fix bug where Reply-To gets ignored by 'Reply to all' in summary
+               view and From gets ignored by 'Reply to all' on toolbar.
+               fix bug where 'Reply to all' on toolbar uses To twice and ignores
+               From when no Reply-To header is present.
+
+2002-02-04 [paul]      0.7.0claws46
+
+       * sync with sylpheed 0.7.0cvs30
+               see ChangeLog entries 2002-02-03 and 2002-02-04
+
+2002-02-03 [melvin]    0.7.0claws45
+
+       * src/gtkspell.[ch]
+               Readded function to highlight all misspelled words.
+               Fixed bug where user-provided-words did not replace
+                       correctly the misspelled word when using the mouse.
+               Fixed bug where checking a region selected from right to left did
+                       not check the region at all.
+               Fixed bug where 'Check backwards' may not check at all. 
+               Fixed memory leaks where popup menus and accel_groups were not destroyed.
+               Fixed possible buffer overflow when checking for long strings (>1k).
+               Made cursor and scrollbar positions non changing after uncheck_all/check_all.
+               Accelerators code uses now gtk_widget_add_accel.
+               Removed and disabled obsolete and unfinished code.
+               Cleaning up.
+
+       * src/compose.c
+               Added menu item to Highlight all misspelled words.
+
+2002-02-01 [paul]      0.7.0claws44
+
+       * src/mainwindow.c
+               fix '/View/Hide read messages' sensitivity when all
+               messages in a folder are hidden
+
+2002-02-01 [paul]      0.7.0claws43
+
+       * src/main.c
+               add --send option to command line interface, sends all
+               queued mail. Patch submitted by Ricardo Mones Lastra.
+
+2002-01-31 [paul]      0.7.0claws42
+
+       * src/mainwindow.c
+               add '/View/Hide read messages' to main_window_set_menu_sensitive()
+
 2002-01-31 [paul]      0.7.0claws41
 
        * sync with sylpheed 0.7.0cvs27