From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23138 invoked by alias); 3 Sep 2015 17:39:41 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36417 Received: (qmail 25849 invoked from network); 3 Sep 2015 17:39:39 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Biglobe-Sender: From: "Jun T." Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: [PATCH] fix/update top level texinfo menu Message-Id: Date: Fri, 4 Sep 2015 02:00:41 +0900 To: zsh-workers@zsh.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-Biglobe-Spnum: 64808 Fix/update '-- The Detailed Node Listing --' part of the top level texinfo menu (appears in zsh.info and index.html). # This part of the menu looks rather incomplete especially # browsed in index.html, but it is unavoidable since # many sections are combined into one node (I assume this # is intensional). diff --git a/Doc/Zsh/manual.yo b/Doc/Zsh/manual.yo index e0b0f14..86c72c0 100644 --- a/Doc/Zsh/manual.yo +++ b/Doc/Zsh/manual.yo @@ -61,8 +61,6 @@ menu(The Zsh Web Page) menu(The Zsh Userguide) menu(See Also) =20 -Roadmap - Invocation =20 menu(Compatibility) @@ -107,12 +105,10 @@ menu(Single Letter Options) =20 Zsh Line Editor =20 -menu(Movement) -menu(History Control) -menu(Modifying Text) -menu(Arguments) -menu(Completion) -menu(Miscellaneous) +menu(Keymaps) +menu(Zle Builtins) +menu(Zle Widgets) +menu(Character Highlighting) =20 Completion Widgets =20 @@ -143,6 +139,14 @@ Zsh Modules =20 includefile(Zsh/manmodmenu.yo)=01 =20 +Calendar Function System + +menu(Calendar File and Date Formats) +menu(Calendar System User Functions) +menu(Calendar Styles) +menu(Calendar Utility Functions) +menu(Calendar Bugs) + TCP Function System =20 menu(TCP Functions) @@ -159,8 +163,14 @@ menu(Miscellaneous Features) User Contributions =20 menu(Utilities) +menu(Recent Directories) +menu(Version Control Information) menu(Prompt Themes) menu(ZLE Functions) +menu(Exception Handling) +menu(MIME Functions) +menu(Mathematical Functions) +menu(User Configuration Functions) menu(Other Functions) =20 endmenu()