]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/classic.ui
Add Caolán McNamara to the credits.
[lyx.git] / lib / ui / classic.ui
index 85523631d19f5da41c41eec5ee5fbeca73c8d64c..c8db2bd85cb9d7cc0c33b6698cc998dad5c94de9 100644 (file)
@@ -68,9 +68,9 @@ Menuset
                OptItem "Register...|R" "vc-register"
                OptItem "Check In Changes...|I" "vc-check-in"
                OptItem "Check Out for Edit|O" "vc-check-out"
-               OptItem "Revert to Last Version|L" "vc-revert"
+               OptItem "Revert to Repository Version|R" "vc-revert"
                OptItem "Undo Last Check In|U" "vc-undo-last"
-               OptItem "Show History|H" "dialog-show vclog"
+               OptItem "Show History...|H" "dialog-show vclog"
        End
 
        Menu "file_import"
@@ -103,7 +103,7 @@ Menuset
                #Item "Read Only" "buffer-toggle-read-only"
                Item "Spellchecker...|S" "dialog-show spellchecker"
                Item "Thesaurus..." "thesaurus-entry"
-               Item "Count Words|W" "words-count"
+               Item "Statistics...|i" "statistics"
                Item "Check TeX|h" "buffer-chktex"
                Submenu "Change Tracking|g" "edit_change"
                Separator
@@ -156,8 +156,8 @@ Menuset
 #      Item "Make alignat 2 columns|2"  "break-line B"
 #      Item "Make alignat 3 columns|3"  "break-line C"
 #      Separator
-               Item "Toggle Numbering|N" "math-number"
-               Item "Toggle Numbering of Line|u" "math-nonumber"
+               Item "Toggle Numbering|N" "math-number-toggle"
+               Item "Toggle Numbering of Line|u" "math-number-line-toggle"
 #      Item "Toggle limits|l" "math-limits"
                Submenu "Change Limits Type|L" "edit_math_limits"
                Separator
@@ -221,7 +221,7 @@ Menuset
                Item "Marginal Note|M" "marginalnote-insert"
                Item "Short Title" "optional-insert"
                Item "Index Entry|I" "index-insert"
-               Item "Glossary Entry" "nomencl-insert"
+               Item "Nomenclature Entry" "nomencl-insert"
                Item "URL...|U" "url-insert"
                Item "Note|N" "note-insert"
                Submenu "Lists & TOC|O" "insert_toc"
@@ -238,21 +238,25 @@ Menuset
        End
 
        Menu "insert_special"
+               Item "Symbols...|b" "dialog-show symbols"
                Item "Superscript|S" "command-sequence math-mode on; math-superscript; math-insert \text;"
                Item "Subscript|u" "command-sequence math-mode on; math-subscript; math-insert \text;"
-               Item "Horizontal Fill|H" "hfill-insert"
                Item "Hyphenation Point|P" "hyphenation-point-insert"
-               Item "Ligature Break|k" "ligature-break-insert"
+               Item "Protected Hyphen|y" "specialchar-insert nobreakdash"
+               Item "Ligature Break|k" "specialchar-insert ligature-break"
                Item "Protected Space|r" "space-insert protected"
                Item "Inter-word Space|w" "space-insert normal"
                Item "Thin Space|T" "space-insert thin"
+               Item "Horizontal Space...|o" "dialog-show-new-inset space"
                Item "Vertical Space..." "dialog-show-new-inset vspace"
                Item "Line Break|L" "break-line"
-               Item "Ellipsis|i" "dots-insert"
-               Item "End of Sentence|E" "end-of-sentence-period-insert"
+               Item "Ellipsis|i" "specialchar-insert dots"
+               Item "End of Sentence|E" "specialchar-insert end-of-sentence"
+               Item "Protected Dash|D" "specialchar-insert nobreakdash"
+               Item "Breakable Slash|a" "specialchar-insert slash"
                Item "Single Quote|Q" "quote-insert single"
                Item "Ordinary Quote|O" "self-insert \""
-               Item "Menu Separator|M" "menu-separator-insert"
+               Item "Menu Separator|M" "specialchar-insert menu-separator"
                Item "Horizontal Line" "line-insert"
                Item "Page Break" "pagebreak-insert"
        End
@@ -274,7 +278,6 @@ Menuset
                Item "Split Environment|S" "command-sequence math-insert \split; tabular-feature append-column"
        Separator
                Submenu "Font Change|o" "insert_math_font"
-               Item "Math Panel|l" "dialog-show mathpanel"
        End
 
        Menu "insert_math_font"
@@ -311,7 +314,7 @@ Menuset
                Item "Table of Contents|C" "toc-insert"
                FloatListInsert
                Item "Index List|I" "index-print"
-               Item "Glossary|G" "nomencl-print"
+               Item "Nomenclature|N" "nomencl-print"
                Item "BibTeX Bibliography...|B" "dialog-show-new-inset bibtex"
        End
 
@@ -358,7 +361,7 @@ Menuset
                Submenu "Update|U" "update"
                Separator
                Item "LaTeX Log|L" "dialog-show latexlog"
-               Item "Table of Contents|C" "toc-view"
+               Item "Outline|O" "dialog-toggle toc"
                Item "TeX Information|X" "dialog-show texinfo"
        End
 
@@ -409,9 +412,6 @@ Menuset
                Item "Extended Features|E" "help-open Extended"
                Item "Embedded Objects|m" "help-open EmbeddedObjects" 
                Item "Customization|C" "help-open Customization"
-#      Item "Reference Manual|R" "help-open Reference"
-               Item "FAQ|F" "help-open FAQ"
-               Item "Table of Contents|a" "help-open TOC"
                Item "LaTeX Configuration|L" "help-open LaTeXConfig"
                Separator
                Item "About LyX|X" "dialog-show aboutlyx"