Michaels patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7568 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-08-18 12:57:30 +00:00
parent e4e4320bc7
commit 9823626b59
9 changed files with 1388 additions and 1346 deletions

View File

@ -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> 2003-08-17 Martin Vermeer <martin.vermeer@hut.fi>

View File

@ -104,9 +104,9 @@
\bind "M-a Right" "depth-increment" \bind "M-a Right" "depth-increment"
# Veraltete Tastenbelegung; für rückwärtige Kompatibilität beibehalten # 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-dollar" "layout Subsubsection*" # M-a S-4
\bind "M-a S-numbersign" "layout Subsection*" # M-a S-3
# #

View File

@ -292,7 +292,7 @@ Menuset
Menu "edit_change" Menu "edit_change"
Item "Track Changes|T" "track-changes" 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 "Accept All Changes|A" "accept-all-changes"
Item "Reject All Changes|R" "reject-all-changes" Item "Reject All Changes|R" "reject-all-changes"
End End

View File

@ -12,3 +12,4 @@ qt_l10n.pot
xforms_l10n.pot xforms_l10n.pot
default_ui_l10n.pot default_ui_l10n.pot
languages_l10n.pot languages_l10n.pot
ui_l10n.pot

View File

@ -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> 2003-07-21 Michael Schmitt <Michael.Schmitt@teststep.org>
* Makefile.in.in: fix extraction of language names from lib/languages * Makefile.in.in: fix extraction of language names from lib/languages

View File

@ -183,7 +183,6 @@ src/mathed/ref_inset.C
src/paragraph.C src/paragraph.C
src/paragraph_funcs.C src/paragraph_funcs.C
src/rowpainter.C src/rowpainter.C
src/support/path_defines.C
src/text.C src/text.C
src/text2.C src/text2.C
src/text3.C src/text3.C

2711
po/de.po

File diff suppressed because it is too large Load Diff

View File

@ -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> 2003-08-17 Martin Vermeer <martin.vermeer@hut.fi>
* ColorHandler.[Ch]: * ColorHandler.[Ch]:

View File

@ -631,7 +631,7 @@ alignment: FL_ALIGN_CENTER
style: FL_NORMAL_STYLE style: FL_NORMAL_STYLE
size: FL_NORMAL_SIZE size: FL_NORMAL_SIZE
lcol: FL_BLACK lcol: FL_BLACK
label: Middle|#m label: Middle|#M
shortcut: shortcut:
resize: FL_RESIZE_ALL resize: FL_RESIZE_ALL
gravity: FL_NoGravity FL_NoGravity gravity: FL_NoGravity FL_NoGravity