comparison src/ChangeLog @ 106861:982abebe98ab

(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'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 15 Jan 2010 23:49:37 -0500
parents f12233437424
children 54186fbffcf8
comparison
equal deleted inserted replaced
106860:4cf58c2379f4 106861:982abebe98ab
1 2010-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
1 2010-01-15 Jan Djärv <jan.h.d@swipnet.se> 9 2010-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.
4 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea 12 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
5 to find out usable size of the desktop. Don't make frames larger than 13 to find out usable size of the desktop. Don't make frames larger than