From: Yann E. MORIN Date: Tue, 2 Aug 2016 20:06:56 +0000 (+0200) Subject: Synchronise with v3.13 X-Git-Tag: v3.13.0.0^0 X-Git-Url: https://git.sur5r.net/?p=kconfig-frontends;a=commitdiff_plain;h=3b1b17f1aea13cdb51ee5c03267ab671cc85cead Synchronise with v3.13 Signed-off-by: "Yann E. MORIN" --- diff --git a/.version b/.version index 111a7a2..6409d30 100644 --- a/.version +++ b/.version @@ -1,2 +1,2 @@ -3.12.0 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52 One Giant Leap for Frogkind -git +3.13.0 d8ec26d7f8287f5788a494f56e8814210f0e64be One Giant Leap for Frogkind +0 diff --git a/docs/kconfig.txt b/docs/kconfig.txt index 8ef6dbb..bbc99c0 100644 --- a/docs/kconfig.txt +++ b/docs/kconfig.txt @@ -20,16 +20,9 @@ symbols have been introduced. To see a list of new config symbols when using "make oldconfig", use cp user/some/old.config .config - yes "" | make oldconfig >conf.new + make listnewconfig -and the config program will list as (NEW) any new symbols that have -unknown values. Of course, the .config file is also updated with -new (default) values, so you can use: - - grep "(NEW)" conf.new - -to see the new config symbols or you can use diffconfig to see the -differences between the previous and new .config files: +and the config program will list any new symbols, one per line. scripts/diffconfig .config.old .config | less diff --git a/frontends/mconf/mconf.c b/frontends/mconf/mconf.c index 2c39631..59184bb 100644 --- a/frontends/mconf/mconf.c +++ b/frontends/mconf/mconf.c @@ -25,7 +25,7 @@ static const char mconf_readme[] = N_( "Overview\n" "--------\n" -"This interface let you select features and parameters for the build.\n" +"This interface lets you select features and parameters for the build.\n" "Features can either be built-in, modularized, or ignored. Parameters\n" "must be entered in as decimal or hexadecimal numbers or text.\n" "\n" @@ -39,15 +39,15 @@ static const char mconf_readme[] = N_( "\n" "To change any of these features, highlight it with the cursor\n" "keys and press to build it in, to make it a module or\n" -" to removed it. You may also press the to cycle\n" -"through the available options (ie. Y->N->M->Y).\n" +" to remove it. You may also press the to cycle\n" +"through the available options (i.e. Y->N->M->Y).\n" "\n" "Some additional keyboard hints:\n" "\n" "Menus\n" "----------\n" -"o Use the Up/Down arrow keys (cursor keys) to highlight the item\n" -" you wish to change or submenu wish to select and press .\n" +"o Use the Up/Down arrow keys (cursor keys) to highlight the item you\n" +" wish to change or the submenu you wish to select and press .\n" " Submenus are designated by \"--->\", empty ones by \"----\".\n" "\n" " Shortcut: Press the option's highlighted letter (hotkey).\n" @@ -65,7 +65,7 @@ static const char mconf_readme[] = N_( " there is a delayed response which you may find annoying.\n" "\n" " Also, the and cursor keys will cycle between