diff options
| author | Eli Zaretskii | 2014-01-11 13:54:08 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-01-11 13:54:08 +0200 |
| commit | 02013850f638520bed0d6c3f77eb9c80e0f73983 (patch) | |
| tree | f6cdda196a8864a9c67efabb8c2cd8ac10c83900 /src/ChangeLog | |
| parent | dc604697f8f0402396167559a83e8af7db6652a4 (diff) | |
| download | emacs-02013850f638520bed0d6c3f77eb9c80e0f73983.tar.gz emacs-02013850f638520bed0d6c3f77eb9c80e0f73983.zip | |
Fix bug #16347 with updating redisplay of company-mode's "tooltip".
src/xdisp.c (try_window_id): Don't use this function's optimizations
if overlays in the buffer displayed by the window have changed
since last redisplay.
(message_dolog): Fix indentation.
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 f258f38afbb..556fcce5fa5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-01-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (try_window_id): Don't use this function's optimizations | ||
| 4 | if overlays in the buffer displayed by the window have changed | ||
| 5 | since last redisplay. (Bug#16347) | ||
| 6 | (message_dolog): Fix indentation. | ||
| 7 | |||
| 1 | 2014-01-11 Martin Rudalics <rudalics@gmx.at> | 8 | 2014-01-11 Martin Rudalics <rudalics@gmx.at> |
| 2 | 9 | ||
| 3 | * frame.c (frame_resize_pixelwise): Fix doc-string. | 10 | * frame.c (frame_resize_pixelwise): Fix doc-string. |