]> git.lyx.org Git - features.git/commit
* src/paragraph_funcs.cpp (breakParagraph): change parameter 'flag' to
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 8 Oct 2007 13:17:15 +0000 (13:17 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 8 Oct 2007 13:17:15 +0000 (13:17 +0000)
commit1a53e1099a46486eb096ea6b766b81ca0af35ec9
tree244bc4476e8aa485215ab0c5de490345ad65dbeb
parent2d03368a13ffc4c740ba75dd83d813b40255d008
* src/paragraph_funcs.cpp (breakParagraph): change parameter 'flag' to
simpler 'keep_layout'

* src/Text.cpp (breakParagraph): change parameter keep_layout to
inverse_logic.

* src/Text3.cpp (dispatch): remove LFUN_BREAK_PARAGRAPH_KEEP_LAYOUT;
implement "inverse" flag to LFUN_BREAK_PARAGRAPH.

* src/LyXAction.cpp:
* src/insets/InsetCaption.cpp (doDispatch):
* src/insets/InsetFlex.cpp (doDispatch):
* src/insets/InsetTabular.cpp (doDispatch):
* src/insets/InsetIndex.cpp (doDispatch):
* src/lfuns.h: remove all traces of LFUN_BREAK_PARAGRAPH_KEEP_LAYOUT.

* lib/bind/cua.bind:
* lib/bind/xemacs.bind:
* lib/bind/emacs.bind:
* lib/bind/mac.bind: adapt bindings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20846 a592a061-630c-0410-9148-cb99ea01b6c8
16 files changed:
lib/bind/cua.bind
lib/bind/emacs.bind
lib/bind/mac.bind
lib/bind/xemacs.bind
lib/doc/Makefile.depend
src/LyXAction.cpp
src/Text.cpp
src/Text.h
src/Text3.cpp
src/insets/InsetCaption.cpp
src/insets/InsetFlex.cpp
src/insets/InsetIndex.cpp
src/insets/InsetTabular.cpp
src/lfuns.h
src/paragraph_funcs.cpp
src/paragraph_funcs.h