aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-01-29 00:03:33 +0100
committerJoakim Verona2013-01-29 00:03:33 +0100
commit8baa84f464c72cfcd08f43a9b7a1f092ed0c03a2 (patch)
tree7305a3981842ec5580e547f18634f668222794d4 /src/ChangeLog
parent7a87fee72cf24500ee9e7f0b4a3effe77e2b3a53 (diff)
parentb2dc4f52e73593ec205c30324247b56257842b77 (diff)
downloademacs-8baa84f464c72cfcd08f43a9b7a1f092ed0c03a2.tar.gz
emacs-8baa84f464c72cfcd08f43a9b7a1f092ed0c03a2.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
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 @@
12013-01-28 Eli Zaretskii <eliz@gnu.org>
2
3 * w32.c (opendir): Now accepts a 'const char *'.
4
52013-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
12013-01-25 Eli Zaretskii <eliz@gnu.org> 152013-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)