aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-11-16 09:20:23 -0800
committerGlenn Morris2012-11-16 09:20:23 -0800
commit96e055075d7c73cf189038db1b15f9369888ea41 (patch)
tree000f5ac37801ff324fa5a79c1af23bd762d826dc /src/ChangeLog
parent3d082a269ece18058ed82957f8a056822b39789e (diff)
parentcdc5d88cf68f232a71560937b557af8fa36d50c5 (diff)
downloademacs-96e055075d7c73cf189038db1b15f9369888ea41.tar.gz
emacs-96e055075d7c73cf189038db1b15f9369888ea41.zip
Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ru
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c9c754f8677..695fbab5813 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
12012-11-16 Glenn Morris <rgm@gnu.org>
2
3 * editfns.c (Fmessage): Mention message-log-max. (Bug#12849)
4
52012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * eval.c (Finteractive_p): Revert lexbind-merge mishap.
8
92012-11-16 Eli Zaretskii <eliz@gnu.org>
10
11 * w32proc.c (timer_loop): Make sure SuspendThread and ResumeThread
12 use the same value of thread handle.
13 (start_timer_thread): If the timer thread exited (due to error),
14 clean up by closing the two handles it used. Duplicate the caller
15 thread's handle here, so it gets duplicated only once, when
16 launching the timer thread. Set priority of the timer thread, not
17 the caller thread.
18 (getitimer): Don't duplicate the caller thread's handle here.
19 (Bug#12832)
20
212012-11-16 Jan Djärv <jan.h.d@swipnet.se>
22
23 * nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket is
24 called (Bug#12834).
25
12012-11-16 Paul Eggert <eggert@cs.ucla.edu> 262012-11-16 Paul Eggert <eggert@cs.ucla.edu>
2 27
3 Remove no-longer-used pty_max_bytes variable. 28 Remove no-longer-used pty_max_bytes variable.