mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
Small fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@577 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ba5e47f1a9
commit
654f2c761a
@ -1,3 +1,12 @@
|
|||||||
|
2000-03-01 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
|
* lib/bind/*.bind: make sure 'buffer-previous' function is not
|
||||||
|
bound (from Kayvan).
|
||||||
|
|
||||||
|
* src/insets/Makefile.am (libinsets_la_SOURCES): add BoundingBox.h.
|
||||||
|
|
||||||
|
* lib/layouts/stdletter.inc: fix line spacing in Send_To_Address.
|
||||||
|
|
||||||
2000-03-01 Lars Gullik Bjønnes <larsbj@lyx.org>
|
2000-03-01 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||||
|
|
||||||
* some things that I should comment but the local pub says head to
|
* some things that I should comment but the local pub says head to
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
# These are now defined in cua or emacs bind files so their "standard"
|
# These are now defined in cua or emacs bind files so their "standard"
|
||||||
# bindings are available. (eg M-d "word-delete-forward" in emacs) ARRae
|
# bindings are available. (eg M-d "word-delete-forward" in emacs) ARRae
|
||||||
|
|
||||||
\bind "M-d p" "buffer-previous"
|
#\bind "M-d p" "buffer-previous"
|
||||||
\bind "M-d space" "menu-open Documents"
|
\bind "M-d space" "menu-open Documents"
|
||||||
|
|
||||||
###
|
###
|
||||||
|
@ -155,7 +155,7 @@
|
|||||||
#
|
#
|
||||||
# These are now defined in cua or emacs bind files so their "standard"
|
# These are now defined in cua or emacs bind files so their "standard"
|
||||||
# bindings are available. (eg M-d "word-delete-forward" in emacs) ARRae
|
# bindings are available. (eg M-d "word-delete-forward" in emacs) ARRae
|
||||||
\bind "M-d p" "buffer-previous"
|
#\bind "M-d p" "buffer-previous"
|
||||||
\bind "M-d space" "menu-open Dokumentumok"
|
\bind "M-d space" "menu-open Dokumentumok"
|
||||||
|
|
||||||
|
|
||||||
|
@ -172,7 +172,7 @@
|
|||||||
#
|
#
|
||||||
# These are now defined in cua or emacs bind files so their "standard"
|
# These are now defined in cua or emacs bind files so their "standard"
|
||||||
# bindings are available. (eg M-d "word-delete-forward" in emacs) ARRae
|
# bindings are available. (eg M-d "word-delete-forward" in emacs) ARRae
|
||||||
\bind "M-d a" "buffer-previous"
|
#\bind "M-d a" "buffer-previous"
|
||||||
\bind "M-d space" "menu-open Documentos"
|
\bind "M-d space" "menu-open Documentos"
|
||||||
|
|
||||||
|
|
||||||
|
@ -333,7 +333,7 @@
|
|||||||
# Documents menu
|
# Documents menu
|
||||||
#
|
#
|
||||||
|
|
||||||
\bind "M-d p" "buffer-previous"
|
#\bind "M-d p" "buffer-previous"
|
||||||
\bind "M-d space" "menu-open Documents"
|
\bind "M-d space" "menu-open Documents"
|
||||||
|
|
||||||
|
|
||||||
|
@ -53,7 +53,6 @@ Style Send_To_Address
|
|||||||
Align Left
|
Align Left
|
||||||
AlignPossible Block, Left, Right, Center
|
AlignPossible Block, Left, Right, Center
|
||||||
LabelType No_Label
|
LabelType No_Label
|
||||||
Spacing Other 1.5
|
|
||||||
End
|
End
|
||||||
|
|
||||||
# Opening style definition
|
# Opening style definition
|
||||||
|
@ -6,6 +6,7 @@ ETAGS_ARGS = --c++
|
|||||||
INCLUDES = -I${srcdir}/../
|
INCLUDES = -I${srcdir}/../
|
||||||
|
|
||||||
libinsets_la_SOURCES = \
|
libinsets_la_SOURCES = \
|
||||||
|
BoundingBox.h \
|
||||||
figinset.C \
|
figinset.C \
|
||||||
figinset.h \
|
figinset.h \
|
||||||
form_url.C \
|
form_url.C \
|
||||||
|
Loading…
Reference in New Issue
Block a user