]> git.lyx.org Git - features.git/commit
support for \linebreak:
authorUwe Stöhr <uwestoehr@web.de>
Sun, 25 Nov 2007 18:34:37 +0000 (18:34 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 25 Nov 2007 18:34:37 +0000 (18:34 +0000)
commit12f7869ac0a505c5259c14221ad9031e811516bc
tree1ae21941616989bcaa30299b0cc7aac03d0f08dd
parent88bd7779d8cf698d5c897fe62d653ea7a1240d24
support for \linebreak:

- fileformat change
- tex2lyx support
- rename LFUN_BREAK_LINE to LFUN_NEW_LINE because this is what the lfun does and to avoid confusions
- new menu entry
- new shortcut C-S-Return

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21778 a592a061-630c-0410-9148-cb99ea01b6c8
22 files changed:
development/FORMAT
lib/bind/aqua.bind
lib/bind/cua.bind
lib/bind/emacs.bind
lib/bind/mac.bind
lib/bind/xemacs.bind
lib/lyx2lyx/LyX.py
lib/lyx2lyx/lyx_1_6.py
lib/ui/stdmenus.inc
src/Buffer.cpp
src/LyXAction.cpp
src/Paragraph.cpp
src/Text.cpp
src/Text3.cpp
src/insets/InsetCollapsable.cpp
src/insets/InsetNewline.cpp
src/insets/InsetNewline.h
src/insets/InsetTabular.cpp
src/lfuns.h
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathHull.cpp
src/tex2lyx/text.cpp