diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e147889f796..abbe4ed6dd4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-01-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (opendir): Now accepts a 'const char *'. | ||
| 4 | |||
| 5 | 2013-01-28 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 6 | |||
| 7 | Remove obsolete redisplay code. See the discussion at | ||
| 8 | http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00576.html. | ||
| 9 | * dispnew.c (preemption_period, preemption_next_check): Remove. | ||
| 10 | (Vredisplay_preemption_period): Likewise. | ||
| 11 | (update_frame, update_single_window, update_window, update_frame_1): | ||
| 12 | Adjust users. Always assume that PERIODIC_PREEMPTION_CHECKING is not | ||
| 13 | used, following the 2012-06-22 change. | ||
| 14 | |||
| 1 | 2013-01-25 Eli Zaretskii <eliz@gnu.org> | 15 | 2013-01-25 Eli Zaretskii <eliz@gnu.org> |
| 2 | 16 | ||
| 3 | * w32notify.c (Fw32notify_add_watch): Doc fix. (Bug#13540) | 17 | * w32notify.c (Fw32notify_add_watch): Doc fix. (Bug#13540) |