[elementary/entry] Add elm_entry_markup_filter_append/prepend/remove
authorwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 8 Feb 2012 07:23:08 +0000 (07:23 +0000)
committerwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 8 Feb 2012 07:23:08 +0000 (07:23 +0000)
commitc8861ab54b5dd620ad7c88e60a25c74a12bfeeec
tree0efc8b094f500acb74c65e5662756d07c320eaaa
parentfc38c1612deecca8579ab45f5fcf8aa3d6459dce
[elementary/entry] Add elm_entry_markup_filter_append/prepend/remove
and make elm_entry_text_filter_append/prepend/remove be deprecated. In
a filter function appended by elm_entry_text_filter_append, the type of text can
be format, text, or markup. So correct filtering is impossible. But
with elm_entry_markup_filter_append, the type is always markup.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67747 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/test_entry.c
src/lib/elc_scrolled_entry.c
src/lib/elm_deprecated.h
src/lib/elm_entry.h