aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2014-05-28 14:05:03 +0200
committerFlorian Weimer <fweimer@redhat.com>2014-07-10 16:30:40 +0200
commit585367266923156ac6fb789939a923641ba5aaf4 (patch)
tree06a037e9b202e90331242a0851b372919eef3a1c /ChangeLog
parent4e8f95a0df7c2300b830ec12c0ae1e161bc8a8a3 (diff)
downloadglibc-585367266923156ac6fb789939a923641ba5aaf4.tar
glibc-585367266923156ac6fb789939a923641ba5aaf4.tar.gz
glibc-585367266923156ac6fb789939a923641ba5aaf4.tar.bz2
glibc-585367266923156ac6fb789939a923641ba5aaf4.zip
manual: Update the locale documentation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ab0234b6e..16b86e3055 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2014-07-02 Florian Weimer <fweimer@redhat.com>
+ * manual/locale.texi (Locale Names): New section documenting
+ locale name syntax. Adjust menu and node chaining accordingly.
+ (Choosing Locale): Reference Locale Names, Locale Categories.
+ Mention setting LC_ALL=C. Reflect that name syntax is now
+ documented.
+ (Locale Categories): New section title. Reference Locale Names.
+ LC_ALL is an environment variable, but not a category.
+ (Setting the Locale): Remove "locale -a" invocation and LOCPATH
+ description, now in Locale Name. Reference that section. Locale
+ name syntax is now documented.
+
+2014-07-02 Florian Weimer <fweimer@redhat.com>
+
[BZ #17137]
* locale/findlocale.c (name_present, valid_locale_name): New
functions.