Ticket #2788 (aspell support)
commit1d4ca9608a5ec786c1e439a3b99845ba28f4d38d
authorIlia Maslakov <il.smind@gmail.com>
Thu, 26 Apr 2012 10:05:48 +0000 (26 14:05 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Thu, 12 Jul 2012 12:00:45 +0000 (12 16:00 +0400)
tree2775e2f3e1291a174bc8df93000f782c3e83b605
parent54b2b2fe67823af58dc630e4d587b8e168874933
Ticket #2788 (aspell support)

Add aspell support for internal editor.
The aspell library is dinamycally loaded.

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
23 files changed:
acinclude.m4
configure.ac
doc/INSTALL
lib/keybind.c
lib/keybind.h
m4.include/ac-glib.m4
m4.include/mc-with-edit.m4 [new file with mode: 0644]
m4.include/mc-with-x.m4 [new file with mode: 0644]
misc/mc.keymap.default
misc/mc.keymap.emacs
src/editor/Makefile.am
src/editor/edit-impl.h
src/editor/edit.c
src/editor/edit.h
src/editor/editcmd.c
src/editor/editcmd_dialogs.c
src/editor/editmenu.c
src/editor/editwidget.c
src/editor/spell.c [new file with mode: 0644]
src/editor/spell.h [new file with mode: 0644]
src/editor/spell_dialogs.c [new file with mode: 0644]
src/editor/spell_dialogs.h [new file with mode: 0644]
src/keybind-defaults.c