From 1c7c29e00b8d53b4a42691448b1c2d0caeb1b766 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Mon, 18 Nov 2013 08:51:37 -0800
Subject: [PATCH] =?UTF-8?q?Issue=20#2138133=20by=20G=C3=A1bor=20Hojtsy:=20?=
 =?UTF-8?q?Clean=20up=20maintainers.txt=20and=20changelog.txt=20for=20mult?=
 =?UTF-8?q?ilingual=20changes.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 core/CHANGELOG.txt   | 25 ++++++++++++++++++-------
 core/MAINTAINERS.txt | 18 +++++++++++-------
 2 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt
index e9cf5aad0df7..d4f0847642f4 100644
--- a/core/CHANGELOG.txt
+++ b/core/CHANGELOG.txt
@@ -77,15 +77,23 @@ Drupal 8.0, xxxx-xx-xx (development version)
       * All Gettext files are now imported in chunks, better for low resource
         environments.
     * Improved content language support:
-      * Freely orderable language selector in forms.
-      * Made it possible to assign language to taxonomy terms, vocabularies
-        and files.
-      * Node type specific default language assignment is much more versatile.
+      * Made it possible to assign language to taxonomy terms, vocabularies,
+        menu items, and files.
+      * Added a field translation based content translation module that applies
+        to all content entities.
+      * Removed the old node-copy based content translation module.
+      * Introduced language defaults configuration for each entity type and
+        subtype.
       * Added entity language variance support to search module.
       * Search indexing and query preprocessors now get language information.
       * Unified content translation permission granularity with content editing
         permissions.
-    * Better language based configuration
+      * Made the language selector freely orderable in entity forms.
+    * Better configuration language support
+      * Added language selectors to most configuration options (views, menus,
+        etc.)
+      * Added a configuration translation user interface that works with any
+        configuration with translatable values (blocks, views, fields, etc).
       * Added language options to block visibility.
     * Much improved language APIs for developers:
       * Added simple APIs and hooks to save/delete/update languages.
@@ -97,10 +105,13 @@ Drupal 8.0, xxxx-xx-xx (development version)
       * Made it possible for users to have a preferred language separate from
         their user entity language.
       * The text formatter from t() is now available as format_string().
-      * Added support for interface translation contexts in Drupal.t() and
-        Drupal.formatPlural() in JavaScript.
+      * Added support for interface translation contexts in Drupal.t(),
+        Drupal.formatPlural() as well as routing, tabs, actions, and contextual
+        links.
       * Removed textgroups support from interface translation in favor of
         native configuration language support.
+      * Added configuration schema system to support generating translation
+        forms for any configuration.
       * Reworked Gettext PO support to use pluggable read/write handlers.
       * Added language select form element in the Form API.
 - Added E-mail field type to core.
diff --git a/core/MAINTAINERS.txt b/core/MAINTAINERS.txt
index 4297d5749443..8c69cdb88281 100644
--- a/core/MAINTAINERS.txt
+++ b/core/MAINTAINERS.txt
@@ -237,7 +237,7 @@ Comment module
 Configuration module
 - ?
 
-Configuration translation module
+Configuration Translation module
 - Gábor Hojtsy 'Gábor Hojtsy' http://drupal.org/user/4166
 - Tobias Stöckler 'tstoeckler' https://drupal.org/user/107158
 - Vijayachandran Mani 'vijaycs85' https://drupal.org/user/93488
@@ -245,6 +245,9 @@ Configuration translation module
 Contact module
 - ?
 
+Content Translation module
+- Francesco Placella 'plach' http://drupal.org/user/183211
+
 Contextual module
 - Daniel F. Kudwien 'sun' http://drupal.org/user/54136
 
@@ -299,12 +302,16 @@ Help module
 Image module
 - Claudiu Cristea 'claudiu.cristea' https://drupal.org/user/56348
 
-Link module
-- ?
+Interface Translation (locale) module
+- Gábor Hojtsy 'Gábor Hojtsy' http://drupal.org/user/4166
 
-Locale module
+Language module
+- Francesco Placella 'plach' http://drupal.org/user/183211
 - Gábor Hojtsy 'Gábor Hojtsy' http://drupal.org/user/4166
 
+Link module
+- ?
+
 Menu module
 - ?
 
@@ -387,9 +394,6 @@ Tour module
 Tracker module
 - David Strauss 'David Strauss' http://drupal.org/user/93254
 
-Translation module
-- Francesco Placella 'plach' http://drupal.org/user/183211
-
 Update module
 - Derek Wright 'dww' http://drupal.org/user/46549
 
-- 
GitLab