From 654f2c761a01178955d6166acfb7dab96ec3b1b9 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 29 Feb 2000 15:00:16 +0000 Subject: [PATCH] Small fixes git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@577 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 9 +++++++++ lib/bind/cua.bind | 2 +- lib/bind/hu_menus.bind | 2 +- lib/bind/pt_menus.bind | 2 +- lib/bind/sciword.bind | 2 +- lib/layouts/stdletter.inc | 1 - src/insets/Makefile.am | 1 + 7 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e422deaadb..1dd4324473 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-03-01 Jean-Marc Lasgouttes + + * 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 * some things that I should comment but the local pub says head to diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index 438fc0cc4d..c691c7cd98 100644 --- a/lib/bind/cua.bind +++ b/lib/bind/cua.bind @@ -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" ### diff --git a/lib/bind/hu_menus.bind b/lib/bind/hu_menus.bind index b393f434e8..f7e63eb161 100644 --- a/lib/bind/hu_menus.bind +++ b/lib/bind/hu_menus.bind @@ -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" diff --git a/lib/bind/pt_menus.bind b/lib/bind/pt_menus.bind index 271699285a..6b04f6b657 100644 --- a/lib/bind/pt_menus.bind +++ b/lib/bind/pt_menus.bind @@ -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" diff --git a/lib/bind/sciword.bind b/lib/bind/sciword.bind index 844737929f..5d1e537490 100644 --- a/lib/bind/sciword.bind +++ b/lib/bind/sciword.bind @@ -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" diff --git a/lib/layouts/stdletter.inc b/lib/layouts/stdletter.inc index bf2f331cfe..9f60e64dc7 100644 --- a/lib/layouts/stdletter.inc +++ b/lib/layouts/stdletter.inc @@ -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 diff --git a/src/insets/Makefile.am b/src/insets/Makefile.am index 80b7bd6df0..17fed21dac 100644 --- a/src/insets/Makefile.am +++ b/src/insets/Makefile.am @@ -6,6 +6,7 @@ ETAGS_ARGS = --c++ INCLUDES = -I${srcdir}/../ libinsets_la_SOURCES = \ + BoundingBox.h \ figinset.C \ figinset.h \ form_url.C \ -- 2.39.2