2006-04-27 [paul] 2.1.1cvs38

* manual/advanced.xml
		add info about compose_no_markup hidden pref
This commit is contained in:
Paul Mangan 2006-04-27 09:39:27 +00:00
parent b743bcdc5f
commit b95201e318
4 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-04-27 [paul] 2.1.1cvs38
* manual/advanced.xml
add info about compose_no_markup hidden pref
2006-04-27 [paul] 2.1.1cvs37
* src/prefs_account.c

View file

@ -1459,3 +1459,4 @@
( cvs diff -u -r 1.8.2.12 -r 1.8.2.13 src/editldap.c; ) > 2.1.1cvs35.patchset
( cvs diff -u -r 1.213.2.90 -r 1.213.2.91 src/folder.c; ) > 2.1.1cvs36.patchset
( cvs diff -u -r 1.105.2.54 -r 1.105.2.55 src/prefs_account.c; cvs diff -u -r 1.1.2.24 -r 1.1.2.25 src/prefs_msg_colors.c; cvs diff -u -r 1.5.2.25 -r 1.5.2.26 src/gtk/gtkutils.c; ) > 2.1.1cvs37.patchset
( cvs diff -u -r 1.1.2.14 -r 1.1.2.15 manual/advanced.xml; ) > 2.1.1cvs38.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=1
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=37
EXTRA_VERSION=38
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -179,6 +179,9 @@
<varlistentry><term>cache_min_keep_time</term>
<listitem><para>the minimum time to keep a cache in memory, in minutes. Caches more recent than this time will not be freed, even if the memory usage is too high.</para></listitem>
</varlistentry>
<varlistentry><term>compose_no_markup</term>
<listitem><para>don't use bold and italic text in Compose dialogue's account selector</para></listitem>
</varlistentry>
<varlistentry><term>enable_hscrollbar</term>
<listitem><para>enables horizontal scrollbar in Message List</para></listitem>
</varlistentry>