aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-09-23 10:03:48 -0700
committerPaul Eggert2014-09-23 10:03:48 -0700
commit97914756e8de76b8e83550eab2e12e5dfcb87754 (patch)
tree81c4f9d262e1cce19a6294658231bf854a4d8029 /src/ChangeLog
parentccc7be94d73afce4295b6ee7eaa388d1cd930926 (diff)
downloademacs-97914756e8de76b8e83550eab2e12e5dfcb87754.tar.gz
emacs-97914756e8de76b8e83550eab2e12e5dfcb87754.zip
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
All callers changed. * xterm.c (x_term_init): Use new functionality to avoid two needs to compute a string length.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e1768e2cda..7f05f6fe21f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12014-09-23 Paul Eggert <eggert@cs.ucla.edu> 12014-09-23 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
4 All callers changed.
5 * xterm.c (x_term_init): Use new functionality to avoid two needs
6 to compute a string length.
7
3 * dispextern.h, xdisp.c (window_box_right_offset): Now static. 8 * dispextern.h, xdisp.c (window_box_right_offset): Now static.
4 9
52014-09-23 Dmitry Antipov <dmantipov@yandex.ru> 102014-09-23 Dmitry Antipov <dmantipov@yandex.ru>