aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-06-24 16:14:39 -0700
committerPaul Eggert2012-06-24 16:14:39 -0700
commit885d1d74a769b8d97ecb0b67fecdc810aaad9b93 (patch)
tree0858d10b84a13f0411157c319b303c3d352703fa /src/ChangeLog
parentd188e26b1a235acbd679e3ad2f41cf7d2729ccba (diff)
downloademacs-885d1d74a769b8d97ecb0b67fecdc810aaad9b93.tar.gz
emacs-885d1d74a769b8d97ecb0b67fecdc810aaad9b93.zip
* xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
instead of truncating it to 63 (admittedly a generous limit).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 66ca8a3940f..7878a4d6f68 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-06-24 Paul Eggert <eggert@cs.ucla.edu> 12012-06-24 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
4 instead of truncating it to 63 (admittedly a generous limit).
5
3 * process.c: Fix spelling and caps in comments. 6 * process.c: Fix spelling and caps in comments.
4 7
52012-06-24 Dan Nicolaescu <dann@ics.uci.edu> 82012-06-24 Dan Nicolaescu <dann@ics.uci.edu>