The branch, master, has been updated. - Log -----------------------------------------------------------------
commit afa15e7649a74e76ec9857cedca0e93fe3c3aeea Author: Tommaso Cucinotta <[email protected]> Date: Sat Oct 13 19:34:16 2012 +0100 Moved Outline to View menu, and rendering options (dvi,pdf,...) to Document menu. diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index d371b3c..fc6073d 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -321,12 +321,9 @@ Menuset Item "Unfold Math Macro|n" "math-macro-unfold" Item "Fold Math Macro|d" "math-macro-fold" Separator + Item "View Outline|u" "dialog-toggle toc" Item "View Source|S" "dialog-toggle view-source" Item "View Messages|g" "dialog-toggle progress" - ViewFormats - UpdateFormats - OptItem "View Master Document|M" "master-buffer-view" - OptItem "Update Master Document|a" "master-buffer-update" Separator Item "Split View Into Left and Right Half|i" "view-split horizontal" Item "Split View Into Upper and Lower Half|e" "view-split vertical" @@ -505,9 +502,13 @@ Menuset Submenu "Change Tracking|C" "document_change" OptItem "Build Program|B" "build-program" Item "LaTeX Log|L" "dialog-show latexlog" - Item "Outline|O" "dialog-toggle toc" Item "Start Appendix Here|A" "appendix" Separator + ViewFormats + UpdateFormats + OptItem "View Master Document|M" "master-buffer-view" + OptItem "Update Master Document|a" "master-buffer-update" + Separator Item "Compressed|m" "buffer-toggle-compression" Item "Settings...|S" "dialog-show document" End ----------------------------------------------------------------------- Summary of changes: lib/ui/stdmenus.inc | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) hooks/post-receive -- The LyX Source Repository
