lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev lynx2.8.3pre.7


From: Leonid Pauzner
Subject: Re: lynx-dev lynx2.8.3pre.7
Date: Thu, 20 Apr 2000 14:24:53 +0400 (MSD)

19-Apr-2000 22:14 T.E.Dickey wrote:
> 2000-04-19 (2.8.3pre.7)
> * reorganize forms-based options menu:  options are now grouped by sections in
>   a more logical way (design by KW).  (BTW, it is now more aligned with
>   htmlized-cfg cattoc.html).  Help files changed accordingly.  A few 
> gettext'ed
>   messages were changed -LP

More additions:

* tweak form-based options menu: General Preferencies now have
  User Mode, Editor, Searching type and Cookies (suggested by PW).
  Correct wrongly spelled gettext'ed message, introduced in pre.7 :(



diff -u ./lynx_use.htm ../lynx_use.htm
--- ./lynx_use.htm      Thu Apr 20 14:04:22 2000
+++ ../lynx_use.htm     Thu Apr 20 14:09:02 2000
@@ -499,11 +499,11 @@

   General Preferences
   User mode                        : [Advanced....]
-  Cookies (!)                      : [ask user..]
+  Editor                           : __________________________________________
   Searching type                   : [Case insensitive]
+  Cookies (!)                      : [ask user..]

   Keyboard Input
-  Editor                           : __________________________________________
   Keypad mode                      : [Links are numbered................]
   Emacs keys                       : [OFF]
   VI keys                          : [OFF]
diff -u ./lyoption.c ../lyoption.c
--- ./lyoption.c        Thu Apr 20 14:04:32 2000
+++ ../lyoption.c       Thu Apr 20 14:15:08 2000
@@ -4231,6 +4231,17 @@
     PutOptValues(fp0, user_mode, user_mode_values);
     EndSelect(fp0);

+    /* Editor: INPUT */
+    PutLabel(fp0, gettext("Editor"));
+    PutTextInput(fp0, editor_string, NOTEMPTY(editor), text_len,
+                     DISABLED(no_editor || system_editor));
+
+    /* Search Type: SELECT */
+    PutLabel(fp0, gettext("Searching type"));
+    BeginSelect(fp0, search_type_string);
+    PutOptValues(fp0, case_sensitive, search_type_values);
+    EndSelect(fp0);
+
     /* Cookies: SELECT */
     /* @@@ This is inconsistent - LYAcceptAllCookies gets saved to RC file
        but LYSetCookies doesn't! */
@@ -4247,20 +4258,10 @@
                   cookies_accept_all_string);
     EndSelect(fp0);

-       /* Search Type: SELECT */
-    PutLabel(fp0, gettext("Searching type"));
-    BeginSelect(fp0, search_type_string);
-    PutOptValues(fp0, case_sensitive, search_type_values);
-    EndSelect(fp0);

     fprintf(fp0,"\n  <em>%s</em>\n", gettext("Keyboard Input"));
     /*****************************************************************/

-    /* Editor: INPUT */
-    PutLabel(fp0, gettext("Editor"));
-    PutTextInput(fp0, editor_string, NOTEMPTY(editor), text_len,
-                     DISABLED(no_editor || system_editor));
-
     /* Keypad Mode: SELECT */
     PutLabel(fp0, gettext("Keypad mode"));
     BeginSelect(fp0, keypad_mode_string);
@@ -4376,7 +4377,7 @@
     /*
      * Document Appearance
      */
-    fprintf(fp0,"\n  <em>%s</em>\n", gettext("Document Apperance"));
+    fprintf(fp0,"\n  <em>%s</em>\n", gettext("Document Appearance"));
     /*****************************************************************/

     /* Show Color: SELECT */
diff -u ./option_h.htm ../option_h.htm
--- ./option_h.htm      Thu Apr 20 14:04:24 2000
+++ ../option_h.htm     Thu Apr 20 14:09:32 2000
@@ -16,13 +16,13 @@
 <LI>General Preferences
 <UL>
 <LI><A HREF="#UM">User Mode</A>
-<LI><A HREF="#CK">Cookies</A>
+<LI><A HREF="#ED">Editor</A>
 <LI><A HREF="#ST">Searching type</A>
+<LI><A HREF="#CK">Cookies</A>
 </UL>

 <LI>Keyboard Input
 <UL>
-<LI><A HREF="#ED">Editor</A>
 <LI><A HREF="#KM">Keypad mode</A>
 <LI><A HREF="#EM">Emacs keys</A>
 <LI><A HREF="#VI">VI keys</A>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]