diff options
| author | Dmitry Antipov | 2013-09-09 18:01:02 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-09 18:01:02 +0400 |
| commit | 83fc05543999d2890697f1106eb126e2a535ef0e (patch) | |
| tree | 445a69050ec0473291e8d162fb7438542713dd0b /src/ChangeLog | |
| parent | fd462129af606e37146cad265284ff4097051ad8 (diff) | |
| download | emacs-83fc05543999d2890697f1106eb126e2a535ef0e.tar.gz emacs-83fc05543999d2890697f1106eb126e2a535ef0e.zip | |
Do not populate pure Xism x_sync to other ports.
* frame.h (x_sync): Move under HAVE_X_WINDOWS.
* frame.c (other_visible_frames) [HAVE_X_WINDOWS]: Use as such.
* nsfns.m, w32xfns.c (x_sync): Remove no-op.
* w32term.h (x_sync): Remove prototype.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 231d9771e15..c6eb58071e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2013-09-09 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-09-09 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Do not populate pure Xism x_sync to other ports. | ||
| 4 | * frame.h (x_sync): Move under HAVE_X_WINDOWS. | ||
| 5 | * frame.c (other_visible_frames) [HAVE_X_WINDOWS]: Use as such. | ||
| 6 | * nsfns.m, w32xfns.c (x_sync): Remove no-op. | ||
| 7 | * w32term.h (x_sync): Remove prototype. | ||
| 8 | |||
| 9 | 2013-09-09 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 10 | |||
| 3 | Cleanup frame flushing. | 11 | Cleanup frame flushing. |
| 4 | * dispextern.h (struct redisplay_interface): Drop | 12 | * dispextern.h (struct redisplay_interface): Drop |
| 5 | flush_display_optional because flush_display is enough | 13 | flush_display_optional because flush_display is enough |