diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4b688e43430..4e08178989e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * eval.c (Feval): Document the new use of `lexical'. | ||
| 4 | |||
| 1 | 2013-09-09 Dmitry Antipov <dmantipov@yandex.ru> | 5 | 2013-09-09 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 6 | ||
| 3 | Review and drop old frame resize hack. | 7 | Review and drop old frame resize hack. |
| @@ -20,8 +24,8 @@ | |||
| 20 | 2013-09-09 Dmitry Antipov <dmantipov@yandex.ru> | 24 | 2013-09-09 Dmitry Antipov <dmantipov@yandex.ru> |
| 21 | 25 | ||
| 22 | Cleanup frame flushing. | 26 | Cleanup frame flushing. |
| 23 | * dispextern.h (struct redisplay_interface): Drop | 27 | * dispextern.h (struct redisplay_interface): |
| 24 | flush_display_optional because flush_display is enough | 28 | Drop flush_display_optional because flush_display is enough |
| 25 | for X and flushing via RIF is just a no-op for others. | 29 | for X and flushing via RIF is just a no-op for others. |
| 26 | * frame.h (flush_frame): New function. | 30 | * frame.h (flush_frame): New function. |
| 27 | * dispnew.c (update_frame): | 31 | * dispnew.c (update_frame): |