]> git.lyx.org Git - features.git/commit
This should clean up the language stuff a bit and a small new check for
authorJürgen Vigna <jug@sad.it>
Fri, 27 Jul 2001 12:03:36 +0000 (12:03 +0000)
committerJürgen Vigna <jug@sad.it>
Fri, 27 Jul 2001 12:03:36 +0000 (12:03 +0000)
commitd32d0cbb9552186e0d69ee2320baf2570402fc72
tree8fe9054f22ea38b21e90023683fc06b59d619f28
parent811980f739cf7635c02b445d436cfe4b30edf449
This should clean up the language stuff a bit and a small new check for
inserting characters in insets (forced font change) which does not work
as the method seems not to be called.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2366 a592a061-630c-0410-9148-cb99ea01b6c8
28 files changed:
src/ChangeLog
src/CutAndPaste.C
src/bufferparams.C
src/bufferview_funcs.C
src/insets/ChangeLog
src/insets/inset.h
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insetert.C
src/insets/insetert.h
src/insets/insetfoot.C
src/insets/insetfoot.h
src/insets/insetfootlike.C
src/insets/insetfootlike.h
src/insets/insetmarginal.C
src/insets/insetmarginal.h
src/insets/insetnote.C
src/insets/insetnote.h
src/insets/insettext.C
src/language.C
src/language.h
src/layout.C
src/lyxfont.C
src/lyxfont.h
src/paragraph.C
src/paragraph.h
src/text.C
src/text2.C