]> git.lyx.org Git - features.git/commit
spellchecker cleanup - fscked knows why pspell is broken, I am TOTALLY
authorJohn Levon <levon@movementarian.org>
Sun, 4 Aug 2002 23:11:50 +0000 (23:11 +0000)
committerJohn Levon <levon@movementarian.org>
Sun, 4 Aug 2002 23:11:50 +0000 (23:11 +0000)
commit7c98b3bd37f41ad05e9770d66774f999fbd17ff8
treeb6b53f86e2b830dd004a1cb0ee9aebfb5e2e05d2
parentac51eb82838b09144f7492cd84bd0b0152aa08e6
spellchecker cleanup - fscked knows why pspell is broken, I am TOTALLY
baffled by that one.

Various other cleanups, including a fixed version of lyxlex that doesn't
destroy the preamble ...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4854 a592a061-630c-0410-9148-cb99ea01b6c8
43 files changed:
src/BufferView.C
src/BufferView.h
src/BufferView2.C
src/BufferView_pimpl.C
src/ChangeLog
src/LyXAction.C
src/Makefile.am
src/SpellBase.h [new file with mode: 0644]
src/ToolbarDefaults.C
src/buffer.C
src/buffer.h
src/bufferlist.C
src/commandtags.h
src/frontends/ChangeLog
src/frontends/LyXView.C
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlSpellchecker.C
src/frontends/controllers/ControlSpellchecker.h
src/frontends/controllers/ControlTabularCreate.C
src/frontends/xforms/FormBase.C
src/frontends/xforms/FormSpellchecker.C
src/frontends/xforms/XFormsView.C
src/insets/ChangeLog
src/insets/inset.h
src/insets/insetnote.h
src/ispell.C [new file with mode: 0644]
src/ispell.h [new file with mode: 0644]
src/lyx_cb.C
src/lyx_cb.h
src/lyxcursor.C
src/lyxcursor.h
src/lyxfunc.C
src/lyxlex.C
src/lyxserver.C
src/lyxvc.C
src/pspell.C [new file with mode: 0644]
src/pspell.h [new file with mode: 0644]
src/sp_base.h [deleted file]
src/sp_ispell.h [deleted file]
src/sp_pspell.h [deleted file]
src/sp_spell.C [deleted file]
src/text2.C
src/vc-backend.C