raster pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=63cf58ee1b392cf9fd9fdc76e6edce38a73b169d

commit 63cf58ee1b392cf9fd9fdc76e6edce38a73b169d
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Jul 22 10:56:28 2016 +0900

    news - fix formatting to be a list not a code block
---
 pages/news/e-0.20.10-release.txt | 68 ++++++++++++++++----------------
 pages/news/e-0.20.8-release.txt  | 84 ++++++++++++++++++++--------------------
 pages/news/e-0.20.9-release.txt  | 40 +++++++++----------
 pages/news/e-0.21.1-release.txt  | 32 +++++++--------
 4 files changed, 112 insertions(+), 112 deletions(-)

diff --git a/pages/news/e-0.20.10-release.txt b/pages/news/e-0.20.10-release.txt
index 118ea5c..caf90d0 100644
--- a/pages/news/e-0.20.10-release.txt
+++ b/pages/news/e-0.20.10-release.txt
@@ -17,58 +17,58 @@ support timeframe.
 
 == Changes ==
 Al Poole (2):
-      fix openbsd battery calc on amd64
-      fwin: prevent segv when the vaarg abi messup with unused parameter.
+  * fix openbsd battery calc on amd64
+  * fwin: prevent segv when the vaarg abi messup with unused parameter.
 
 Carsten Haitzler (1):
-      e ibar/ibox fix starrting/started signal emittion
+  * e ibar/ibox fix starrting/started signal emittion
 
 Cedric BAIL (1):
-      filepreview: avoid race condition when destroying txt file preview with 
slow hard drive.
+  * filepreview: avoid race condition when destroying txt file preview with 
slow hard drive.
 
 Chidambar Zinnoury (1):
-      e desks config: Bring some flip settings back.
+  * e desks config: Bring some flip settings back.
 
 Chris Michael (1):
-      add missing EINA_UNUSED for unused function params
+  * add missing EINA_UNUSED for unused function params
 
 Derek Foreman (7):
-      Allow pixmap argb state to override window state for wayland clients
-      Fix wl_shell popup livelock
-      Fix eo object use after deletion in evry
-      Fix wayland pixmap ids again
-      Add a pixel get callback for mirrors
-      Don't send keyboard leaves to unmapped wayland surfaces
-      Make sure the same keyboard resource doesn't end up on the focus list 
twice
+  * Allow pixmap argb state to override window state for wayland clients
+  * Fix wl_shell popup livelock
+  * Fix eo object use after deletion in evry
+  * Fix wayland pixmap ids again
+  * Add a pixel get callback for mirrors
+  * Don't send keyboard leaves to unmapped wayland surfaces
+  * Make sure the same keyboard resource doesn't end up on the focus list twice
 
 Jean-Philippe ANDRÉ (1):
-      e20: Fix compilation with (deprecated) ecore drm
+  * e20: Fix compilation with (deprecated) ecore drm
 
 Marcel Hollerbach (3):
-      music-player: add spotify
-      emix: update sink of sink_input when changed
-      e_comp_data: NULL out source once it is freed
+  * music-player: add spotify
+  * emix: update sink of sink_input when changed
+  * e_comp_data: NULL out source once it is freed
 
 Mariusz Bialonczyk (1):
-      modules/temperature: cosmetics: typo fix (celcius -> celsius)
+  * modules/temperature: cosmetics: typo fix (celcius -> celsius)
 
 Mike Blumenkrantz (16):
-      use focused client for window actions if passed object is not a client 
object
-      add separate mouse in/out handlers for internal wins
-      do not mouse-out of clients on focus out when focusing a popup
-      force unset override and do reshadow on evry when switching to normal 
win mode
-      enforce mouse grabs and block client/compositor event propagation while 
active
-      prevent E_Remember->used_count from going negative
-      match deskmirror client opacity with original object
-      store maximize property from E_Remember to disk
-      freeze events on comp object input rects during deletion
-      disallow pager window drags for popups and ignored windows
-      destroy evry's focus-out timer if focus-in occurs before timer triggers
-      handle e_comp_x init failure more effectively and perform cleanups
-      set x11 randr iface for wl_x11 based on wm presence, not composited state
-      match wl_wl output sizing in wl_x11 when running in an existing wm 
session
-      set/unset smart parent as e_widget when adding sub-objects
-      adjust xdg-shell window menu coords by client's coords
+  * use focused client for window actions if passed object is not a client 
object
+  * add separate mouse in/out handlers for internal wins
+  * do not mouse-out of clients on focus out when focusing a popup
+  * force unset override and do reshadow on evry when switching to normal win 
mode
+  * enforce mouse grabs and block client/compositor event propagation while 
active
+  * prevent E_Remember->used_count from going negative
+  * match deskmirror client opacity with original object
+  * store maximize property from E_Remember to disk
+  * freeze events on comp object input rects during deletion
+  * disallow pager window drags for popups and ignored windows
+  * destroy evry's focus-out timer if focus-in occurs before timer triggers
+  * handle e_comp_x init failure more effectively and perform cleanups
+  * set x11 randr iface for wl_x11 based on wm presence, not composited state
+  * match wl_wl output sizing in wl_x11 when running in an existing wm session
+  * set/unset smart parent as e_widget when adding sub-objects
+  * adjust xdg-shell window menu coords by client's coords
 
 As always, stay tuned to the latest infrequent E updates on the [[ 
http://e.zmike.ninja|release blog]].
 
diff --git a/pages/news/e-0.20.8-release.txt b/pages/news/e-0.20.8-release.txt
index 62b9341..8dca620 100644
--- a/pages/news/e-0.20.8-release.txt
+++ b/pages/news/e-0.20.8-release.txt
@@ -17,50 +17,50 @@ This bugfix release improves on the 0.20.7 release and 
resolves a number of issu
 
 == Changes ==
 //Chris Michael (1)://
-      disable option for mouse to use Application theme if we are running in 
Wayland
+  * disable option for mouse to use Application theme if we are running in 
Wayland
 
 //Mike Blumenkrantz (41)://
-      Revert "handle recursion more effectively in e_menu_hide_all()"
-      feed mouse up events to internal wins before mouse out during action exec
-      ensure that the startup apps cache handler has run before trying to 
start apps
-      directly load extra wl modules during compositor init
-      further optimize window smart placement by reducing obstacle calcs
-      don't refocus deleted clients during wl compositor grab
-      ensure lifetime for wl client focus timer
-      hide evry on focus-out
-      don't revert focus to desktop fileman during compositor grab
-      evry null deref
-      bad copy/paste in _e_place_desk_region_smart_obstacle_add()
-      add configure flag for xwayland binary
-      clean up mixer includes
-      unset DISPLAY during mixer's pulse backend startup
-      ensure xwayland module init does not fail due to early startup
-      flag wl surfaces as internal during create() based on pid matching
-      make init fail if a dbus session connection cannot be created
-      update README.wayland to include dbus-launch
-      do not add ignored clients to ibar menu
-      ensure child windows are placed on screen
-      disable focus effects for windows with csd
-      block keyboard sending for wl clients if a compositor grab is active
-      only load wayland-specific modules on startup if they have been built
-      handle positioning of x11 overrides with csd accurately
-      change efm icon entry to only toggle focus in x11 compositors (runtime)
-      toggle compositor canvas focus during init
-      fix usage of e_object_unref in xkbswitch when managing new kbd dialog
-      also check pixmap argb state when setting comp object alpha
-      enforce setting alpha on comp objects only after image data has been set
-      ensure int64_t is used in all cases for wl pixmap ids
-      remove some cruft from _e_comp_wl_client_cb_new()
-      set E_Client->override flag for internal wins as needed
-      use window id for internal window pixmaps again on wayland
-      avoid infinitely looping when applying x11 window grouping
-      only check pixmap argb state for non-X11 clients
-      use parent windows for x11 binding grabs
-      adjust some client eval parts to make manual placement work again
-      force cursor placement to obey useful zone geometry
-      ensure that client eval correctly handles retries on visibility-pending 
clients
-      prevent double emission of E_EVENT_CLIENT_SHOW
-      more tweaks for manual window placement in client eval
+  * Revert "handle recursion more effectively in e_menu_hide_all()"
+  * feed mouse up events to internal wins before mouse out during action exec
+  * ensure that the startup apps cache handler has run before trying to start 
apps
+  * directly load extra wl modules during compositor init
+  * further optimize window smart placement by reducing obstacle calcs
+  * don't refocus deleted clients during wl compositor grab
+  * ensure lifetime for wl client focus timer
+  * hide evry on focus-out
+  * don't revert focus to desktop fileman during compositor grab
+  * evry null deref
+  * bad copy/paste in _e_place_desk_region_smart_obstacle_add()
+  * add configure flag for xwayland binary
+  * clean up mixer includes
+  * unset DISPLAY during mixer's pulse backend startup
+  * ensure xwayland module init does not fail due to early startup
+  * flag wl surfaces as internal during create() based on pid matching
+  * make init fail if a dbus session connection cannot be created
+  * update README.wayland to include dbus-launch
+  * do not add ignored clients to ibar menu
+  * ensure child windows are placed on screen
+  * disable focus effects for windows with csd
+  * block keyboard sending for wl clients if a compositor grab is active
+  * only load wayland-specific modules on startup if they have been built
+  * handle positioning of x11 overrides with csd accurately
+  * change efm icon entry to only toggle focus in x11 compositors (runtime)
+  * toggle compositor canvas focus during init
+  * fix usage of e_object_unref in xkbswitch when managing new kbd dialog
+  * also check pixmap argb state when setting comp object alpha
+  * enforce setting alpha on comp objects only after image data has been set
+  * ensure int64_t is used in all cases for wl pixmap ids
+  * remove some cruft from _e_comp_wl_client_cb_new()
+  * set E_Client->override flag for internal wins as needed
+  * use window id for internal window pixmaps again on wayland
+  * avoid infinitely looping when applying x11 window grouping
+  * only check pixmap argb state for non-X11 clients
+  * use parent windows for x11 binding grabs
+  * adjust some client eval parts to make manual placement work again
+  * force cursor placement to obey useful zone geometry
+  * ensure that client eval correctly handles retries on visibility-pending 
clients
+  * prevent double emission of E_EVENT_CLIENT_SHOW
+  * more tweaks for manual window placement in client eval
 
 
 As always, stay tuned to the latest infrequent E updates on the [[ 
http://e.zmike.ninja|release blog]].
diff --git a/pages/news/e-0.20.9-release.txt b/pages/news/e-0.20.9-release.txt
index cf5b1b0..0230983 100644
--- a/pages/news/e-0.20.9-release.txt
+++ b/pages/news/e-0.20.9-release.txt
@@ -16,36 +16,36 @@ This bugfix release improves on the 0.20.8 release and 
resolves a number of issu
 
 == Changes ==
 Carsten Haitzler (2):
-      e start - no it doesny need dbus-launch
-      e - suspend.hibernat intelligently - dont account for ac power
+  * e start - no it doesny need dbus-launch
+  * e - suspend.hibernat intelligently - dont account for ac power
 
 Chris Michael (2):
-      stop filling logs with buffer transform/scale spam
-      change 'if' clause to make gcc-6 happy
+  * stop filling logs with buffer transform/scale spam
+  * change 'if' clause to make gcc-6 happy
 
 Dave Andreoli (1):
-      enlightenment_open: correctly return the exist status code of the 
executed command
+  * enlightenment_open: correctly return the exist status code of the executed 
command
 
 Hannes Janetzek (1):
-      just a small patch to make sure evry_hide does not get called 
synchronously from an Evry_Action
+  * just a small patch to make sure evry_hide does not get called 
synchronously from an Evry_Action
 
 Massimo Maiurana (1):
-      Updating italian translation
+  * Updating italian translation
 
 Mike Blumenkrantz (13):
-      remove pulse sinks/sources from list before running cbs which access the 
list
-      fix e_place_zone_region_smart_cleanup()
-      add client util function for detecting popups, block popups in ibar/tasks
-      update README.wayland to include xwayland crash bug
-      update client remember on opacity change
-      use current zone for shelf config dialog
-      set x11 maximized window hint correctly on resize end
-      delete x11 mouse-in job when hiding the job's client
-      use current zone when activating a client's menu with the mouse
-      handle shaded state when receiving x11 configure requests
-      only block mouse-out callback for wl action clients if the mouse is 
grabbed
-      unset comp_grabbed flag before action client compositor ungrab
-      force mouse-in again during comp ungrab if client previously had mouse-in
+  * remove pulse sinks/sources from list before running cbs which access the 
list
+  * fix e_place_zone_region_smart_cleanup()
+  * add client util function for detecting popups, block popups in ibar/tasks
+  * update README.wayland to include xwayland crash bug
+  * update client remember on opacity change
+  * use current zone for shelf config dialog
+  * set x11 maximized window hint correctly on resize end
+  * delete x11 mouse-in job when hiding the job's client
+  * use current zone when activating a client's menu with the mouse
+  * handle shaded state when receiving x11 configure requests
+  * only block mouse-out callback for wl action clients if the mouse is grabbed
+  * unset comp_grabbed flag before action client compositor ungrab
+  * force mouse-in again during comp ungrab if client previously had mouse-in
 
 
 As always, stay tuned to the latest infrequent E updates on the [[ 
http://e.zmike.ninja|release blog]].
diff --git a/pages/news/e-0.21.1-release.txt b/pages/news/e-0.21.1-release.txt
index c57b90a..8232310 100644
--- a/pages/news/e-0.21.1-release.txt
+++ b/pages/news/e-0.21.1-release.txt
@@ -13,38 +13,38 @@ it an ideal candidate for stable distributions to pick up.
   * https://phab.enlightenment.org/T4119
 == Changes ==
 Al Poole (1):
-      fwin: prevent segv when the vaarg abi messup with unused parameter.
+  * fwin: prevent segv when the vaarg abi messup with unused parameter.
 
 Carsten Haitzler (1):
-      e ibar/ibox fix starrting/started signal emittion
+  * e ibar/ibox fix starrting/started signal emittion
 
 Cedric BAIL (1):
-      filepreview: avoid race condition when destroying txt file preview with 
slow hard drive.
+  * filepreview: avoid race condition when destroying txt file preview with 
slow hard drive.
 
 Chidambar Zinnoury (1):
-      e desks config: Bring some flip settings back.
+  * e desks config: Bring some flip settings back.
 
 Chris Michael (1):
-      add missing EINA_UNUSED for unused function params
+  * add missing EINA_UNUSED for unused function params
 
 Derek Foreman (3):
-      Properly send kbd focus to xdg_shell popups
-      Make sure the same keyboard resource doesn't end up on the focus list 
twice
-      Fix xdg_shell focus logic
+  * Properly send kbd focus to xdg_shell popups
+  * Make sure the same keyboard resource doesn't end up on the focus list twice
+  * Fix xdg_shell focus logic
 
 Marcel Hollerbach (1):
-      e_comp_data: NULL out source once it is freed
+  * e_comp_data: NULL out source once it is freed
 
 Mariusz Bialonczyk (1):
-      modules/temperature: cosmetics: typo fix (celcius -> celsius)
+  * modules/temperature: cosmetics: typo fix (celcius -> celsius)
 
 Mike Blumenkrantz (6):
-      handle e_comp_x init failure more effectively and perform cleanups
-      set x11 randr iface for wl_x11 based on wm presence, not composited state
-      match wl_wl output sizing in wl_x11 when running in an existing wm 
session
-      set unmax flag for xdg shell unmaximize
-      set/unset smart parent as e_widget when adding sub-objects
-      adjust xdg-shell window menu coords by client's coords
+  * handle e_comp_x init failure more effectively and perform cleanups
+  * set x11 randr iface for wl_x11 based on wm presence, not composited state
+  * match wl_wl output sizing in wl_x11 when running in an existing wm session
+  * set unmax flag for xdg shell unmaximize
+  * set/unset smart parent as e_widget when adding sub-objects
+  * adjust xdg-shell window menu coords by client's coords
 
 == Download ==
 

-- 


Reply via email to