From: Paul Mangan Date: Fri, 24 Aug 2007 12:01:29 +0000 (+0000) Subject: 2007-08-24 [paul] 2.10.0cvs162 X-Git-Tag: rel_3_0_0~31 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=4325f26eb4db8c693eb0741d9e2548acad625457 2007-08-24 [paul] 2.10.0cvs162 * manual/advanced.xml add info about the hidden emphasis_color option * manual/keyboard.xml correct the info about hotkeys wrap the long lines --- diff --git a/ChangeLog b/ChangeLog index be122063c..a71f0c994 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-08-24 [paul] 2.10.0cvs162 + + * manual/advanced.xml + add info about the hidden emphasis_color option + * manual/keyboard.xml + correct the info about hotkeys + wrap the long lines + 2007-08-24 [paul] 2.10.0cvs161 * src/folderview.c diff --git a/PATCHSETS b/PATCHSETS index f5340b940..6cec24aee 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -2816,3 +2816,4 @@ ( cvs diff -u -r 1.207.2.176 -r 1.207.2.177 src/folderview.c; ) > 2.10.0cvs159.patchset ( cvs diff -u -r 1.61.2.66 -r 1.61.2.67 src/account.c; cvs diff -u -r 1.213.2.157 -r 1.213.2.158 src/folder.c; cvs diff -u -r 1.87.2.45 -r 1.87.2.46 src/folder.h; ) > 2.10.0cvs160.patchset ( cvs diff -u -r 1.207.2.177 -r 1.207.2.178 src/folderview.c; ) > 2.10.0cvs161.patchset +( cvs diff -u -r 1.1.2.40 -r 1.1.2.41 manual/advanced.xml; cvs diff -u -r 1.1.2.9 -r 1.1.2.10 manual/keyboard.xml; ) > 2.10.0cvs162.patchset diff --git a/configure.ac b/configure.ac index bd441267f..188a06cde 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=10 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=161 +EXTRA_VERSION=162 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/manual/advanced.xml b/manual/advanced.xml index be45b37a4..4752fb54f 100644 --- a/manual/advanced.xml +++ b/manual/advanced.xml @@ -554,6 +554,14 @@ + + emphasis_color + + + The colour used for the X-Mailer line when its value is Claws Mail. + + + enable_dotted_lines diff --git a/manual/keyboard.xml b/manual/keyboard.xml index 3d4c8fb0b..4bc333215 100644 --- a/manual/keyboard.xml +++ b/manual/keyboard.xml @@ -4,15 +4,37 @@
Motivations and general conventions - Although Claws Mail is a graphical application and can mainly be commanded with your mouse, it also requires the frequent use of the keyboard. Composing a mail is the most common of the tasks that require the use of the keyboard. For people who write a lot of mails, having to move hands from keyboard to mouse greatly reduces productivity, so Claws Mail provides keyboard shortcuts to allow faster operation. + + Although Claws Mail is a graphical application and can mainly be + commanded with your mouse, it also requires the frequent use of the + keyboard. Composing a mail is the most common of the tasks that + require the use of the keyboard. For people who write a lot of mails, + having to move hands from keyboard to mouse greatly reduces + productivity, so Claws Mail provides keyboard shortcuts to allow + faster operation. - This not only benefits power users by providing keyboard alternatives and keyboard navigation, it also enables people with disabilities, (who may not be able to properly control a pointing device), to use Claws Mail. + + This not only benefits power users by providing keyboard alternatives + and keyboard navigation, it also enables people with disabilities, + (who may not be able to properly control a pointing device), to use + Claws Mail. - The most general convention is the key. Focused dialogues or windows can be closed by hitting the key. + + The most general convention is the key. Focused + dialogues or windows can be closed by hitting the + key. - There are other key combinations which are assigned by default to menu items. We won't list these here, as they are already shown on the righthand side of the menus themselves, so you can easily learn them with usage. Furthermore, if you don't like them, these shortcuts can be changed on the fly by focusing on the menu item and pressing the desired key combination, but only for key combinations that include the , and/or modifier keys; single keys cannot be assigned. (This is a standard behaviour of GTK2 library based programs like Claws Mail. Note that this behaviour may be disabled by default on some desktops.) + + There are other key combinations which are assigned by default to menu + items. We won't list these here, as they are already shown on the + righthand side of the menus themselves, so you can easily learn them + with usage. Furthermore, if you don't like them, these shortcuts can be + changed on the fly by focusing on the menu item and pressing the + desired key combination. - In addition to these shortcuts there are others which vary from window to window, which are summarised in the following sections. + + In addition to these shortcuts there are others which vary from window + to window, which are summarised in the following sections.