aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-01-15 23:49:37 -0500
committerStefan Monnier2010-01-15 23:49:37 -0500
commit523ae620e8b915eb52101fd5808e1cff67cd559a (patch)
tree2e1e245304a8b794aa04ebf78bdebcca7ba739fa /src/ChangeLog
parent045b9da7879353dfcba2264cfcd0ba0353669846 (diff)
downloademacs-523ae620e8b915eb52101fd5808e1cff67cd559a.tar.gz
emacs-523ae620e8b915eb52101fd5808e1cff67cd559a.zip
(x_term_init): Instead of inhibiting GC while running Lisp
code, link the new kboard into all_kboard before running Lisp code, and protect the new terminal with GCPRO (Bug#5365). (x_term_init): Remove unused var `atom'. (x_delete_display, x_delete_terminal): Remove unused var `i'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 98489e1d71d..9cbab2b4d98 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
4 code, link the new kboard into all_kboard before running Lisp code,
5 and protect the new terminal with GCPRO (Bug#5365).
6 (x_term_init): Remove unused var `atom'.
7 (x_delete_display, x_delete_terminal): Remove unused var `i'.
8
12010-01-15 Jan Djärv <jan.h.d@swipnet.se> 92010-01-15 Jan Djärv <jan.h.d@swipnet.se>
2 10
3 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions. 11 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.