aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2015-01-14 20:14:02 +0200
committerEli Zaretskii2015-01-14 20:14:02 +0200
commit61cc7bf8c4059e0243903752189a13c88cc2cee5 (patch)
tree474bf2bb37aca0670ccb349c0621de6782dbc081 /src/ChangeLog
parent1e5902ac64456fe9a68e3c9f92604df6e3128c5d (diff)
downloademacs-61cc7bf8c4059e0243903752189a13c88cc2cee5.tar.gz
emacs-61cc7bf8c4059e0243903752189a13c88cc2cee5.zip
Fix support of non-ASCII frame titles on MS-Windows (Bug#19590)
src/w32fns.c (w32_set_title_bar_text): New function, including support for titles with non-ASCII characters outside of the current system codepage. (x_set_name, x_set_title): Use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6296302dc5e..a90cc41e601 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12015-01-14 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c (w32_set_title_bar_text): New function, including
4 support for titles with non-ASCII characters outside of the
5 current system codepage.
6 (x_set_name, x_set_title): Use it. (Bug#19590)
7
12015-01-10 Eli Zaretskii <eliz@gnu.org> 82015-01-10 Eli Zaretskii <eliz@gnu.org>
2 9
3 * indent.c (Fvertical_motion): Return zero if we started from ZV 10 * indent.c (Fvertical_motion): Return zero if we started from ZV