]> git.lyx.org Git - features.git/commitdiff
Small fixes
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 29 Feb 2000 15:00:16 +0000 (15:00 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 29 Feb 2000 15:00:16 +0000 (15:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@577 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
lib/bind/cua.bind
lib/bind/hu_menus.bind
lib/bind/pt_menus.bind
lib/bind/sciword.bind
lib/layouts/stdletter.inc
src/insets/Makefile.am

index e422deaadbb5901b5e258dbb9f0fa0e53412451c..1dd43244730f5f1cfd8831892e9d1eeee18d0cd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 438fc0cc4debdd2ac58a19d238bf140201e5aaf0..c691c7cd985458cd86794950d55104ddc929dc22 100644 (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"
 
 ###
index b393f434e81451e4613ef708eeddb8d0e7e53a91..f7e63eb16195d29ee18716774414cb16f968a844 100644 (file)
 #
 # 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"
 
 
index 271699285ab85a1222a03a731c59b00624738c7a..6b04f6b6574150919b0611c1ecbf803a210103df 100644 (file)
 #
 # 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"
 
 
index 844737929fc5f5d5e19c0822935376eb546f37fd..5d1e537490c934cdf0a015e50076f0f5352dc7d5 100644 (file)
 # Documents menu
 #
 
-\bind "M-d p"                  "buffer-previous"
+#\bind "M-d p"                  "buffer-previous"
 \bind "M-d space"              "menu-open Documents"
 
 
index bf2f331cfeecef4c56603bc61096a050746ce8b6..9f60e64dc704704990179cbbf289cecc570ca8f6 100644 (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
index 80b7bd6df0f30ee7c822fb18fdceb9a84ed69920..17fed21dac328bb25443c381ce104b4108037485 100644 (file)
@@ -6,6 +6,7 @@ ETAGS_ARGS = --c++
 INCLUDES = -I${srcdir}/../ 
 
 libinsets_la_SOURCES = \
+       BoundingBox.h \
        figinset.C \
        figinset.h \
        form_url.C \