diff options
| author | Dmitry Antipov | 2014-06-10 07:13:41 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-06-10 07:13:41 +0400 |
| commit | 2e120be4e9871626734ba8334897488019c00cdb (patch) | |
| tree | b884de0bf1396af6648446871d487465a8484782 /src/ChangeLog | |
| parent | 29993416fb4d19c1c3bb146367fc4bed74845486 (diff) | |
| download | emacs-2e120be4e9871626734ba8334897488019c00cdb.tar.gz emacs-2e120be4e9871626734ba8334897488019c00cdb.zip | |
* dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...
* xfaces.c (prepare_face_for_display) [HAVE_WINDOW_SYSTEM]: ... this
function. Also adjust comment.
* fringe.c, w32term.c, xdisp.c, xterm.c: All users changed.
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 acddd01dc4f..95afceece26 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-06-10 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ... | ||
| 4 | * xfaces.c (prepare_face_for_display) [HAVE_WINDOW_SYSTEM]: ... this | ||
| 5 | function. Also adjust comment. | ||
| 6 | * fringe.c, w32term.c, xdisp.c, xterm.c: All users changed. | ||
| 7 | |||
| 1 | 2014-06-09 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2014-06-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Say (accept-process-output P)'s result pertains to P if P is non-nil. | 10 | Say (accept-process-output P)'s result pertains to P if P is non-nil. |