Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] fix/update top level texinfo menu
- X-seq: zsh-workers 36417
 
- From: "Jun T." <takimoto-j@xxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxx
 
- Subject: [PATCH] fix/update top level texinfo menu
 
- Date: Fri, 4 Sep 2015 02:00:41 +0900
 
- List-help: <mailto:zsh-workers-help@zsh.org>
 
- List-id: Zsh Workers List <zsh-workers.zsh.org>
 
- List-post: <mailto:zsh-workers@zsh.org>
 
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
 
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)
 
-Roadmap
-
 Invocation
 
 menu(Compatibility)
@@ -107,12 +105,10 @@ menu(Single Letter Options)
 
 Zsh Line Editor
 
-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)
 
 Completion Widgets
 
@@ -143,6 +139,14 @@ Zsh Modules
 
 includefile(Zsh/manmodmenu.yo)
 
+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
 
 menu(TCP Functions)
@@ -159,8 +163,14 @@ menu(Miscellaneous Features)
 User Contributions
 
 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)
 
 endmenu()
Messages sorted by:
Reverse Date,
Date,
Thread,
Author