mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
Michaels patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7568 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e4e4320bc7
commit
9823626b59
@ -1,3 +1,8 @@
|
||||
2003-08-14 Michael Schmitt <michael.schmitt@teststep.org>
|
||||
|
||||
* ui/classic.ui: remove blank in front of "..."
|
||||
* bind/de_menus.bind: fix backwards compatibility
|
||||
bindings for (sub(sub))section*
|
||||
|
||||
2003-08-17 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
|
@ -104,9 +104,9 @@
|
||||
\bind "M-a Right" "depth-increment"
|
||||
|
||||
# Veraltete Tastenbelegung; für rückwärtige Kompatibilität beibehalten
|
||||
\bind "M-a S-at" "layout Section*" # M-a S-2
|
||||
\bind "M-a S-quotedbl" "layout Section*" # M-a S-2
|
||||
\bind "M-a S-§" "layout Subsection*" # M-a S-3
|
||||
\bind "M-a S-dollar" "layout Subsubsection*" # M-a S-4
|
||||
\bind "M-a S-numbersign" "layout Subsection*" # M-a S-3
|
||||
|
||||
|
||||
#
|
||||
|
@ -292,7 +292,7 @@ Menuset
|
||||
|
||||
Menu "edit_change"
|
||||
Item "Track Changes|T" "track-changes"
|
||||
Item "Merge Changes ...|M" "merge-changes"
|
||||
Item "Merge Changes...|M" "merge-changes"
|
||||
Item "Accept All Changes|A" "accept-all-changes"
|
||||
Item "Reject All Changes|R" "reject-all-changes"
|
||||
End
|
||||
|
@ -12,3 +12,4 @@ qt_l10n.pot
|
||||
xforms_l10n.pot
|
||||
default_ui_l10n.pot
|
||||
languages_l10n.pot
|
||||
ui_l10n.pot
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-08-14 Michael Schmitt <Michael.Schmitt@teststep.org>
|
||||
|
||||
* de.po: update.
|
||||
|
||||
2003-07-21 Michael Schmitt <Michael.Schmitt@teststep.org>
|
||||
|
||||
* Makefile.in.in: fix extraction of language names from lib/languages
|
||||
|
@ -183,7 +183,6 @@ src/mathed/ref_inset.C
|
||||
src/paragraph.C
|
||||
src/paragraph_funcs.C
|
||||
src/rowpainter.C
|
||||
src/support/path_defines.C
|
||||
src/text.C
|
||||
src/text2.C
|
||||
src/text3.C
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-08-14 Michael Schmitt <michael.schmitt@teststep.org>
|
||||
|
||||
* form/form_tabular.fd: fix shortcut ("Middle|#m" => "Middle|#M")
|
||||
|
||||
2003-08-17 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* ColorHandler.[Ch]:
|
||||
|
@ -631,7 +631,7 @@ alignment: FL_ALIGN_CENTER
|
||||
style: FL_NORMAL_STYLE
|
||||
size: FL_NORMAL_SIZE
|
||||
lcol: FL_BLACK
|
||||
label: Middle|#m
|
||||
label: Middle|#M
|
||||
shortcut:
|
||||
resize: FL_RESIZE_ALL
|
||||
gravity: FL_NoGravity FL_NoGravity
|
||||
|
Loading…
Reference in New Issue
Block a user