[Commits] ChangeLog 1.396.2.3641 1.396.2.3642 PATCHSETS 1.1.2.4471 1.1.2.4472 configure.ac 1.654.2.4538 1.654.2.4539
mones at claws-mail.org
mones at claws-mail.org
Wed Oct 10 01:58:44 CEST 2012
Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv24032
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2012-10-09 [mones] 3.8.1cvs86
* doc/man/claws-mail.1
* src/compose.c
* src/common/utils.c
New extra headers feature for adding user-defined
extra headers to the combobox in the compose window
Headers are stablished in 'extraheaderrc', one per
line with a final colon
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4538
retrieving revision 1.654.2.4539
diff -u -d -r1.654.2.4538 -r1.654.2.4539
--- configure.ac 6 Oct 2012 20:15:30 -0000 1.654.2.4538
+++ configure.ac 9 Oct 2012 23:58:41 -0000 1.654.2.4539
@@ -12,7 +12,7 @@
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=85
+EXTRA_VERSION=86
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4471
retrieving revision 1.1.2.4472
diff -u -d -r1.1.2.4471 -r1.1.2.4472
--- PATCHSETS 6 Oct 2012 20:15:29 -0000 1.1.2.4471
+++ PATCHSETS 9 Oct 2012 23:58:41 -0000 1.1.2.4472
@@ -4460,3 +4460,4 @@
( cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/advsearch.c; ) > 3.8.1cvs83.patchset
( cvs diff -u -r 1.179.2.266 -r 1.179.2.267 src/imap.c; ) > 3.8.1cvs84.patchset
( cvs diff -u -r 1.53.2.38 -r 1.53.2.39 po/POTFILES.in; cvs diff -u -r 1.274.2.353 -r 1.274.2.354 src/mainwindow.c; cvs diff -u -r 1.9.2.59 -r 1.9.2.60 src/common/defs.h; cvs diff -u -r 1.5.2.47 -r 1.5.2.48 src/gtk/menu.c; cvs diff -u -r 1.4.2.27 -r 1.4.2.28 src/gtk/menu.h; ) > 3.8.1cvs85.patchset
+( cvs diff -u -r 1.396.2.3641 -r 1.396.2.3642 ChangeLog; cvs diff -u -r 1.1.2.10 -r 1.1.2.11 doc/man/claws-mail.1; cvs diff -u -r 1.382.2.613 -r 1.382.2.614 src/compose.c; cvs diff -u -r 1.36.2.201 -r 1.36.2.202 src/common/utils.c; ) > 3.8.1cvs86.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3641
retrieving revision 1.396.2.3642
diff -u -d -r1.396.2.3641 -r1.396.2.3642
--- ChangeLog 6 Oct 2012 20:15:29 -0000 1.396.2.3641
+++ ChangeLog 9 Oct 2012 23:58:40 -0000 1.396.2.3642
@@ -1,3 +1,13 @@
+2012-10-09 [mones] 3.8.1cvs86
+
+ * doc/man/claws-mail.1
+ * src/compose.c
+ * src/common/utils.c
+ New extra headers feature for adding user-defined
+ extra headers to the combobox in the compose window
+ Headers are stablished in 'extraheaderrc', one per
+ line with a final colon
+
2012-10-06 [mones] 3.8.1cvs85
* po/POTFILES.in
@@ -113,8 +123,8 @@
2012-09-22 [mir] 3.8.1cvs72
* src/advsearch.c
- Fix for not searching in folders marked 'no_select'
- patch provide by colin.
+ Fix for not searching in folders marked 'no_select'
+ patch provided by Colin.
2012-09-22 [mones] 3.8.1cvs71
@@ -244,53 +254,53 @@
2012-09-16 [mones] 3.8.1cvs60
- * src/action.c
- Removed dup calls with ignored result
- * src/addr_compl.c
- Removed unused var is_group and simplified logic around it
- * src/addrharvest.c
- * src/matcher.c
- * src/procmsg.c
- * src/etpan/etpan-thread-manager.c
- Use unused var r to verify result and emit messages on error
- * src/compose.c
- Move color variable into conditional usage blocks
- Remove assigned but not used vars: lock, titles, count
- * src/edittags.c
- Remove assigned but not used var actions
- * src/folderview.c
- Remove assigned but not used vars: from_parent, src_node
- * src/imap_gtk.c
- * src/mh_gtk.c
- Remove malloc-ed but not used var: old_path
- * src/news.c
- Comment unused vars from commented block: tofetch, fetched
- * src/prefs_account.c
- Remove assigned but not used var: privacy_enabled
- * src/prefs_actions.c
- * src/prefs_customheader.c
- Remove assigned but not used var: store
- * src/prefs_filtering.c
- Remove assigned but not used var: n_rows
- * src/prefs_template.c
- Remove assigned but not used vars: model, list_store
- * src/prefs_toolbar.c
- Remove assigned but not used var: win_titles
- * src/printing.c
- Remove assigned but not used vars: orientation, line, baseline,
- off_chars
- * src/etpan/imap-thread.c
- Remove assigned but not used var: value, r
- Refactor to check correct memory allocation
- * src/etpan/nntp-thread.c
- Remove assigned but not used var: value
- * src/gtk/gtkaspell.c
- Remove assigned but not used vars: textbuf, exist
- Remove unused function: find_gtkaspeller
- * src/gtk/gtkcmctree.c
- Remove unused function: gtk_cmctree_get_offset
- * src/gtk/gtkshruler.c
- Remove assigned but not used vars: ruler, priv
+ * src/action.c
+ Removed dup calls with ignored result
+ * src/addr_compl.c
+ Removed unused var is_group and simplified logic around it
+ * src/addrharvest.c
+ * src/matcher.c
+ * src/procmsg.c
+ * src/etpan/etpan-thread-manager.c
+ Use unused var r to verify result and emit messages on error
+ * src/compose.c
+ Move color variable into conditional usage blocks
+ Remove assigned but not used vars: lock, titles, count
+ * src/edittags.c
+ Remove assigned but not used var actions
+ * src/folderview.c
+ Remove assigned but not used vars: from_parent, src_node
+ * src/imap_gtk.c
+ * src/mh_gtk.c
+ Remove malloc-ed but not used var: old_path
+ * src/news.c
+ Comment unused vars from commented block: tofetch, fetched
+ * src/prefs_account.c
+ Remove assigned but not used var: privacy_enabled
+ * src/prefs_actions.c
+ * src/prefs_customheader.c
+ Remove assigned but not used var: store
+ * src/prefs_filtering.c
+ Remove assigned but not used var: n_rows
+ * src/prefs_template.c
+ Remove assigned but not used vars: model, list_store
+ * src/prefs_toolbar.c
+ Remove assigned but not used var: win_titles
+ * src/printing.c
+ Remove assigned but not used vars: orientation, line, baseline,
+ off_chars
+ * src/etpan/imap-thread.c
+ Remove assigned but not used var: value, r
+ Refactor to check correct memory allocation
+ * src/etpan/nntp-thread.c
+ Remove assigned but not used var: value
+ * src/gtk/gtkaspell.c
+ Remove assigned but not used vars: textbuf, exist
+ Remove unused function: find_gtkaspeller
+ * src/gtk/gtkcmctree.c
+ Remove unused function: gtk_cmctree_get_offset
+ * src/gtk/gtkshruler.c
+ Remove assigned but not used vars: ruler, priv
2012-09-14 [mones] 3.8.1cvs59
@@ -326,8 +336,8 @@
2012-09-12 [mones] 3.8.1cvs54
* src/prefs_other.c
- Fix 1975 'preference mutt key bindings do not take effect'
- (and the other invalid paths too)
+ Fix bug #1975 'preference mutt key bindings do not take
+ effect' (and the other invalid paths too)
2012-09-12 [colin] 3.8.1cvs53
More information about the Commits
mailing list