Small fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@577 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2000-02-29 15:00:16 +00:00
parent ba5e47f1a9
commit 654f2c761a
7 changed files with 14 additions and 5 deletions

View File

@ -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>
* some things that I should comment but the local pub says head to

View File

@ -31,7 +31,7 @@
# 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
\bind "M-d p" "buffer-previous"
#\bind "M-d p" "buffer-previous"
\bind "M-d space" "menu-open Documents"
###

View File

@ -155,7 +155,7 @@
#
# 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
\bind "M-d p" "buffer-previous"
#\bind "M-d p" "buffer-previous"
\bind "M-d space" "menu-open Dokumentumok"

View File

@ -172,7 +172,7 @@
#
# 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
\bind "M-d a" "buffer-previous"
#\bind "M-d a" "buffer-previous"
\bind "M-d space" "menu-open Documentos"

View File

@ -333,7 +333,7 @@
# Documents menu
#
\bind "M-d p" "buffer-previous"
#\bind "M-d p" "buffer-previous"
\bind "M-d space" "menu-open Documents"

View File

@ -53,7 +53,6 @@ Style Send_To_Address
Align Left
AlignPossible Block, Left, Right, Center
LabelType No_Label
Spacing Other 1.5
End
# Opening style definition

View File

@ -6,6 +6,7 @@ ETAGS_ARGS = --c++
INCLUDES = -I${srcdir}/../
libinsets_la_SOURCES = \
BoundingBox.h \
figinset.C \
figinset.h \
form_url.C \