From: Jean-Marc Lasgouttes Date: Wed, 8 Oct 2003 14:46:05 +0000 (+0000) Subject: small osx-related bits X-Git-Tag: 1.6.10~15985 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=49d09f876fc5ab001d5dfd40cecbc2eaf5ca30be;p=features.git small osx-related bits git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7881 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 6325a6ddf8..8bc6837c19 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-10-08 Jean-Marc Lasgouttes + + * bind/aqua.bind: fix typo + 2003-10-07 Angus Leeming * external_templates: add transformers to the RasterImage and XFig @@ -21,7 +25,7 @@ * images/tabular-feature_delete-row.xpm: * images/tabular-insert.xpm: * images/math/frac.xpm: - * images/math/sqrt.xpm: replace rgb.txt names with #rrggbb eqivalent. + * images/math/sqrt.xpm: replace rgb.txt names with #rrggbb equivalent. 2003-10-07 Martin Vermeer @@ -34,7 +38,7 @@ 2003-10-03 José Matos - * lyx2lxy: + * lyx2lyx: * lyxrevert_223.py: * lyxrevert_224.py: * lyxrevert_225.py: support backward saving for 1.3.x format. diff --git a/lib/bind/aqua.bind b/lib/bind/aqua.bind index c367ac562e..57fb98040b 100644 --- a/lib/bind/aqua.bind +++ b/lib/bind/aqua.bind @@ -18,7 +18,7 @@ \bind "M-~S-i r" "reference-insert" \bind "M-~S-i n" "note-insert" \bind "M-~S-i l" "label-insert" -\bind "M-~S-i i "index-insert" +\bind "M-~S-i i" "index-insert" \bind "M-~S-i s s" "command-sequence math-mode ; math-superscript ; font-free; " \bind "M-~S-i s u" "command-sequence math-mode ; math-subscript ; font-free; " diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index f1e2a158ac..9fd97273bf 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,7 @@ +2003-10-08 Jean-Marc Lasgouttes + + * qfont_loader.C: add #include (needed for LyX/Mac) + 2003-10-08 Angus Leeming Fix doxygen warnings. @@ -24,10 +28,10 @@ * iconpalette.h: * panelstack.h: add #include . -2003-10-01 Vitaly Lipatov +2003-10-01 Vitaly Lipatov - * FileDialog.C: use fromqstr in a few places to enable the dialog to - read non-latin filenames. + * FileDialog.C: use fromqstr in a few places to enable the dialog to + read non-latin filenames. 2003-10-01 Angus Leeming diff --git a/src/frontends/qt2/qfont_loader.C b/src/frontends/qt2/qfont_loader.C index 54f894c431..3686d9dd0e 100644 --- a/src/frontends/qt2/qfont_loader.C +++ b/src/frontends/qt2/qfont_loader.C @@ -19,6 +19,8 @@ #include "support/lstrings.h" #include "frontends/lyx_gui.h" +#include + #include #ifdef Q_WS_X11