Delete elm_autocapital,autoperiod_allow_all_set APIs REL_F_I9500_20111209_1 REL_F_I9500_20111210_1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 8 Dec 2011 06:37:31 +0000 (15:37 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 8 Dec 2011 06:43:17 +0000 (15:43 +0900)
Change-Id: I4983c160c18c6534eaa4e58e9f9ed2a463d34952

debian/changelog
src/lib/Elementary.h.in
src/lib/elm_main.c

index e5c3c1e..99b40e7 100644 (file)
@@ -1,3 +1,11 @@
+elementary (1.0.0+svn.61256slp2+build103) unstable; urgency=low
+
+  * Delete elm_autocapital,autoperiod_allow_all_set APIs
+  * Git: slp-scm.sec.samsung.net:slp/pkgs/e/elementary
+  * Tag: elementary_1.0.0+svn.61256slp2+build103
+
+ -- Jihoon Kim <jihoon48.kim@samsung.com>  Thu, 08 Dec 2011 15:35:37 +0900
+
 elementary (1.0.0+svn.61256slp2+build102) unstable; urgency=low
 
   * Package upload
index 4a9d0bf..b9f7997 100644 (file)
@@ -3418,8 +3418,6 @@ extern "C" {
    EAPI void             elm_object_tree_dump(const Evas_Object *top);
    EAPI void             elm_object_tree_dot_dump(const Evas_Object *top, const char *file);
 
-   EINA_DEPRECATED EAPI void elm_autocapitalization_allow_all_set(Eina_Bool autocap);
-   EINA_DEPRECATED EAPI void elm_autoperiod_allow_all_set(Eina_Bool autoperiod);
    /**
     * Print Elm Objects tree hierarchy in file as dot(graphviz) syntax.
     *
index 3f883c7..951650d 100644 (file)
@@ -1345,32 +1345,6 @@ elm_finger_size_all_set(Evas_Coord size)
 #endif
 }
 
-EINA_DEPRECATED EAPI void
-elm_autocapitalization_allow_all_set(Eina_Bool on)
-{
-#ifdef HAVE_ELEMENTARY_X
-   static Ecore_X_Atom atom = 0;
-   unsigned int on_i = (unsigned int)on;
-
-   if (!atom) atom = ecore_x_atom_get("ENLIGHTENMENT_AUTOCAPITAL_ALLOW");
-   ecore_x_window_prop_card32_set(ecore_x_window_root_first_get(),
-                                  atom, &on_i, 1);
-#endif
-}
-
-EINA_DEPRECATED EAPI void
-elm_autoperiod_allow_all_set(Eina_Bool on)
-{
-#ifdef HAVE_ELEMENTARY_X
-   static Ecore_X_Atom atom = 0;
-   unsigned int on_i = (unsigned int)on;
-
-   if (!atom) atom = ecore_x_atom_get("ENLIGHTENMENT_AUTOPERIOD_ALLOW");
-   ecore_x_window_prop_card32_set(ecore_x_window_root_first_get(),
-                                  atom, &on_i, 1);
-#endif
-}
-
 EAPI void
 elm_coords_finger_size_adjust(int         times_w,
                               Evas_Coord *w,