new hidden preference, improve manpage slightly
authorRicardo Mones <ricardo@mones.org>
Mon, 7 Jun 2010 09:05:33 +0000 (09:05 +0000)
committerRicardo Mones <ricardo@mones.org>
Mon, 7 Jun 2010 09:05:33 +0000 (09:05 +0000)
ChangeLog
VERSION
clawsker
clawsker.pod

index 0ab9bce89518a4f5a78f724f2ff3b2da4ad11af6..44e747bb6b18e5ad79b1dbf6521cd583306bbfbf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-06-07 10:56  mones   0.7.1svn375
+
+       * clawsker
+               Add new hidden preference available in 3.7.6cvs7
+               version 'show_compose_margin' to the GUI panel
+       * clawsker.pod
+               Add URL to the list of hidden preferences (online manual)
+               Expand description to mention all preferences handled
+
 2010-06-07 10:28  mones   0.7.1svn374
 
        * clawsker
 2010-06-07 10:28  mones   0.7.1svn374
 
        * clawsker
diff --git a/VERSION b/VERSION
index 8639a4e56556ec8a244916a3d759770a445a83c9..2797e355478afd59bc046761b5615344f6512eaa 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.7.1svn374
+0.7.1svn375
index ae9913e32010cbb0245752dd20092abc5991a2a8..868b5088db3974c0e51a14755e48d5fbc53db8bb 100755 (executable)
--- a/clawsker
+++ b/clawsker
@@ -101,6 +101,8 @@ sub _ {
     h_gui_strip_sum => _('Enable alternately coloured lines in Message list and Folder list.'),
     l_gui_two_line_v => _('2 lines per Message List item in 3-column layout'),
     h_gui_two_line_v => _('Spread Message List information over two lines when using the three column mode.'),
     h_gui_strip_sum => _('Enable alternately coloured lines in Message list and Folder list.'),
     l_gui_two_line_v => _('2 lines per Message List item in 3-column layout'),
     h_gui_two_line_v => _('Spread Message List information over two lines when using the three column mode.'),
+    l_gui_margin_co => _('Show compose margin'),
+    h_gui_margin_co => _('Shows a small margin in the compose view.'),
 
     l_beh_hover_t => _('Drag \'n\' drop hover timeout (ms)'),
     h_beh_hover_t => _('Time in milliseconds that will cause a folder tree to expand when the mouse cursor is held over it during drag and drop.'),
 
     l_beh_hover_t => _('Drag \'n\' drop hover timeout (ms)'),
     h_beh_hover_t => _('Time in milliseconds that will cause a folder tree to expand when the mouse cursor is held over it during drag and drop.'),
@@ -666,6 +668,15 @@ sub new_other_page() {
         '0',
         undef,
     ],
         '0',
         undef,
     ],
+    margin_co => [
+        'show_compose_margin',
+        $xl::s{l_gui_margin_co},
+        $xl::s{h_gui_margin_co},
+        'bool',
+        '3.7.6.7'
+        '0',
+        undef,
+    ],
 );
 
 sub new_gui_page() {
 );
 
 sub new_gui_page() {
@@ -677,6 +688,7 @@ sub new_gui_page() {
     my $cb_cursor_v = &new_check_button_for (\%pr::gui, 'cursor_v');
     my $cb_toolbar_d = &new_check_button_for (\%pr::gui, 'toolbar_d');
     my $cb_two_linev = &new_check_button_for (\%pr::gui, 'two_linev');
     my $cb_cursor_v = &new_check_button_for (\%pr::gui, 'cursor_v');
     my $cb_toolbar_d = &new_check_button_for (\%pr::gui, 'toolbar_d');
     my $cb_two_linev = &new_check_button_for (\%pr::gui, 'two_linev');
+    my $cb_margin_co = &new_check_button_for (\%pr::gui, 'margin_co');
 
     $gf->pack_start (&new_subpage_frame (
                          &new_vbox_pack (
 
     $gf->pack_start (&new_subpage_frame (
                          &new_vbox_pack (
@@ -696,6 +708,7 @@ sub new_gui_page() {
     $gf->pack_start ($cb_cursor_v, FALSE, FALSE, 0);
     $gf->pack_start ($cb_toolbar_d, FALSE, FALSE, 0);
     $gf->pack_start ($cb_two_linev, FALSE, FALSE, 0);
     $gf->pack_start ($cb_cursor_v, FALSE, FALSE, 0);
     $gf->pack_start ($cb_toolbar_d, FALSE, FALSE, 0);
     $gf->pack_start ($cb_two_linev, FALSE, FALSE, 0);
+    $gf->pack_start ($cb_margin_co, FALSE, FALSE, 0);
     $gf->pack_start (&new_subpage_frame (
                          &new_vbox_pack (
                              &new_check_button_for (\%pr::gui, 'h_scroll'),
     $gf->pack_start (&new_subpage_frame (
                          &new_vbox_pack (
                              &new_check_button_for (\%pr::gui, 'h_scroll'),
index 09318c3253b257ff71463e0ae621457eb1b0b83e..fbcb04aba1a291c050732ad4755897685c8e6386 100644 (file)
@@ -25,6 +25,10 @@ Users wanting to edit such preferences had to face raw editing of their
 configuration files, now you can do it with a convenient GTK2 interface
 using Clawsker.
 
 configuration files, now you can do it with a convenient GTK2 interface
 using Clawsker.
 
+In adition to hidden features Clawsker can edit also some other settings
+which usually can only be set indirectly. These include currently the
+saved positions (and sizes when available) of Claws Mail windows.
+
 =head1 OPTIONS
 
 --help
 =head1 OPTIONS
 
 --help
@@ -55,6 +59,7 @@ the case use the --alternate-config-dir option instead.
 =head1 SEE ALSO
 
 Clawsker homepage "L<http://www.claws-mail.org/clawsker>"
 =head1 SEE ALSO
 
 Clawsker homepage "L<http://www.claws-mail.org/clawsker>"
+Hidden preferences list "L<http://www.claws-mail.org/manual/claws-mail-manual.html#adv_hidden>"
 
 =head1 AUTHOR
 
 
 =head1 AUTHOR