Add NEWS, @since to source, and alter ChangeLog.
authorleif <leif@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Feb 2012 15:56:38 +0000 (15:56 +0000)
committerleif <leif@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Feb 2012 15:56:38 +0000 (15:56 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68348 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
NEWS
src/lib/ecore_x/xlib/ecore_x_randr_12.c

index 11dd61e..0a2a06b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2012-02-23  Cedric Bail
 
        * Move to Evas buffer engine for Ecore_Evas SDL software backend.
+
+2012-02-23  Leif Middelschulte (T_UNIX)
+
+        * Add ecore_x_randr_window_crtcs_get to get the crtcs that display a
+               window.
+        * Deprecate ecore_x_randr_current_output_get. Use
+               ecore_x_randr_window_crtcs_get instead.
diff --git a/NEWS b/NEWS
index 79f3318..9239577 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ Additions:
      - ecore_con_url_http_version_set()
     * ecore_x:
      - ecore_x_randr_output_backlight_available()
+     - ecore_x_randr_window_crtcs_get()
     * ecore_evas:
      - Add Shm and Egl engines for ecore_evas to draw in Wayland.
      - Add Socket and Plug to draw other process area.
@@ -37,6 +38,10 @@ Improvements:
     * ecore_evas:
      - use Evas buffer backend for SDL software engine
 
+Deprecations:
+    * ecore_x:
+     - ecore_x_randr_crtc_current_get()
+
 Ecore 1.1.0
 
 Changes since Ecore 1.0.0:
index 606ccf4..13fdf5b 100644 (file)
@@ -554,6 +554,7 @@ ecore_x_randr_current_crtc_get(Ecore_X_Window window,
  * @param num the number of crtcs displaying the window
  * @return array of crtcs that display a certain window. NULL if no crtcs
  * was found that displays the specified window.
+ * @since 1.2.0
  */
 EAPI Ecore_X_Randr_Crtc *
 ecore_x_randr_window_crtcs_get(Ecore_X_Window window,