- Enchant:
. Add LIBENCHANT_VERSION macro
. Deprecate enchant_broker_set_dict_path, enchant_broker_get_dict_path
- enchant_dict_add_to_personal and enchant_dict_is_in_session
+ enchant_dict_add_to_personal, enchant_dict_is_in_session,
+ enchant_broker_free and enchant_broker_free_dict functions
+ . Deprecate ENCHANT_MYSPELL and ENCHANT_ISPELL constants
. Add enchant_dict_add and enchant_dict_is_added functions
. Use libenchant-2 when available
+ . Add object API
- FPM:
. Fixed bug #64865 (Search for .user.ini files from script dir up to
* DOMUserDataHandler
* DOMTypeInfo
+- Enchant:
+ . enchant_broker_init will now return an EnchantBroker object,
+ enchant_broker_request_dict and enchant_broker_request_pwl_dict will
+ now return an EnchantDict object rather than a resource.
+
- Exif:
. Removed read_exif_data(). exif_read_data() should be used instead.
. enchant_dict_add()
. enchant_dict_is_added()
. LIBENCHANT_VERSION macro
+ . New object API using EnchantBroker and EnchantDict
- dom:
. Introduce DOMParentNode and DOMChildNode with new traversal and manipulation APIs
not available in libenchant < 1.5 nor in libenchant-2
. enchant_dict_add_to_personal, use enchant_dict_add instead
. enchant_dict_is_in_session, use enchant_dict_is_added instead
+ . enchant_broker_free and enchant_broker_free_dict, unset the object instead
+ . ENCHANT_MYSPELL and ENCHANT_ISPELL constants
- Zip:
. Using empty file as ZipArchive is deprecated. Libzip 1.6.0