diff options
| author | Dmitry Antipov | 2013-03-24 09:29:35 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-03-24 09:29:35 +0400 |
| commit | 2bf7d27acd741bf870d6ca0c74dbed7b7260b5ad (patch) | |
| tree | 0e3e159e7474be687afb16caad35ae07fa863715 /src/ChangeLog | |
| parent | a9ebfa0b3eb23056f523742e53ce79279cae1bd0 (diff) | |
| download | emacs-2bf7d27acd741bf870d6ca0c74dbed7b7260b5ad.tar.gz emacs-2bf7d27acd741bf870d6ca0c74dbed7b7260b5ad.zip | |
* xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argument
to be optional or nil. Adjust comment and convert it to docstring.
* xselect.c (Fx_send_client_event): Rename to Fx_send_client_message.
* frame.c (display_x_get_resource, Fx_get_resource): Break long line.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 16e70324af2..fb1c4fdc64c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-03-24 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argument | ||
| 4 | to be optional or nil. Adjust comment and convert it to docstring. | ||
| 5 | * xselect.c (Fx_send_client_event): Rename to Fx_send_client_message. | ||
| 6 | * frame.c (display_x_get_resource, Fx_get_resource): Break long line. | ||
| 7 | |||
| 1 | 2013-03-24 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2013-03-24 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Static checking by GCC 4.8-20130319. | 10 | Static checking by GCC 4.8-20130319. |