diff options
| author | Paul Eggert | 2014-09-23 10:03:48 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-23 10:03:48 -0700 |
| commit | 97914756e8de76b8e83550eab2e12e5dfcb87754 (patch) | |
| tree | 81c4f9d262e1cce19a6294658231bf854a4d8029 /src/ChangeLog | |
| parent | ccc7be94d73afce4295b6ee7eaa388d1cd930926 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2014-09-23 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-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 | ||
| 5 | 2014-09-23 Dmitry Antipov <dmantipov@yandex.ru> | 10 | 2014-09-23 Dmitry Antipov <dmantipov@yandex.ru> |