mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
add menu entries for phonetic symbols and accepting/rejecting
a single change in CT mode git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15015 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
99d63e231d
commit
8089eb77a2
@ -1,3 +1,8 @@
|
||||
2006-09-16 Michael Gerz <michael.gerz@teststep.org>
|
||||
|
||||
* stdmenus.ui: add entry for phonetic symbols;
|
||||
add entries for accepting/rejecting a single change
|
||||
|
||||
2006-08-12 Michael Gerz <michael.gerz@teststep.org>
|
||||
|
||||
* doc/LyXConfig.lyx.in: remove obsolete file
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
# author Jean-Marc Lasgouttes
|
||||
# author John Levon
|
||||
# author Michael Gerz
|
||||
|
||||
# Full author contact details are available in file CREDITS.
|
||||
|
||||
@ -267,6 +268,7 @@ Menuset
|
||||
Item "Ordinary Quote|Q" "self-insert \""
|
||||
Item "Single Quote|S" "quote-insert single"
|
||||
Item "Menu Separator|M" "menu-separator-insert"
|
||||
Item "Phonetic Symbols|y" "command-sequence math-mode on; math-insert \text\textipa ; char-forward ;"
|
||||
End
|
||||
|
||||
Menu "insert_formatting"
|
||||
@ -387,8 +389,10 @@ Menuset
|
||||
Menu "edit_change"
|
||||
Item "Track Changes|T" "track-changes"
|
||||
Item "Merge Changes...|M" "merge-changes"
|
||||
Item "Accept All Changes|A" "accept-all-changes"
|
||||
Item "Reject All Changes|R" "reject-all-changes"
|
||||
Item "Accept Change|A" "accept-change"
|
||||
Item "Reject Change|R" "reject-change"
|
||||
Item "Accept All Changes|c" "accept-all-changes"
|
||||
Item "Reject All Changes|e" "reject-all-changes"
|
||||
Item "Show Changes in Output|S" "output-changes"
|
||||
End
|
||||
|
||||
|
@ -133,6 +133,9 @@ What's new
|
||||
|
||||
- Graphics files with ' in the name can now be previewed (bug 2637)
|
||||
|
||||
- New menu entries have been added for phonetic symbols and accepting/rejecting
|
||||
a single change in change tracking mode
|
||||
|
||||
* Build/installation:
|
||||
|
||||
- Fix the 'check' make target for systems which do not have
|
||||
|
Loading…
Reference in New Issue
Block a user