aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-09-27 21:20:07 +0000
committerStefan Monnier2007-09-27 21:20:07 +0000
commit75a8734b11821d807cf64b42c66f8fe141ad4e5e (patch)
tree8e4f413b01fa39639e3acc4e2e1512b8e59ff1b8 /src/ChangeLog
parent1023cbedd998b3f8f47ba1d3fc00fe4a3d1640e4 (diff)
downloademacs-75a8734b11821d807cf64b42c66f8fe141ad4e5e.tar.gz
emacs-75a8734b11821d807cf64b42c66f8fe141ad4e5e.zip
(narrow_foreground_group, widen_foreground_group): Static.
(init_sys_modes): Check that gpm_tty is the current tty.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ae40cbcddd0..e1408227092 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12007-09-27 Stefan Monnier <monnier@iro.umontreal.ca> 12007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
4 (init_sys_modes): Check that gpm_tty is the current tty.
5
3 * alloc.c (allocate_terminal): Set the vector size to only count the 6 * alloc.c (allocate_terminal): Set the vector size to only count the
4 lisp fields. Initialize those to nil. 7 lisp fields. Initialize those to nil.
5 (mark_object): Don't treat terminals specially. 8 (mark_object): Don't treat terminals specially.