Mercurial > emacs
comparison src/ChangeLog @ 82309:d004a08e9402
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Tue, 07 Aug 2007 08:56:08 +0000 |
parents | 047f17a0a67f |
children | 274ccf527227 |
comparison
equal
deleted
inserted
replaced
82308:7856255721ef | 82309:d004a08e9402 |
---|---|
1 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * emacs.c (main) | |
4 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]: | |
5 Call malloc_enable_thread on interactive startup. | |
6 | |
7 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable. | |
8 [USE_PTHREAD] (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS) | |
9 (UNLOCK_ALIGNED_BLOCKS): Conditionalize with it. | |
10 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent) | |
11 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]: | |
12 New functions. | |
13 | |
1 2007-08-06 Chong Yidong <cyd@stupidchicken.com> | 14 2007-08-06 Chong Yidong <cyd@stupidchicken.com> |
2 | 15 |
3 * xdisp.c (redisplay_window): When restoring original buffer | 16 * xdisp.c (redisplay_window): When restoring original buffer |
4 position, make sure it is still valid. | 17 position, make sure it is still valid. |
5 | 18 |