Mercurial > emacs
comparison src/ChangeLog.multi-tty @ 83700:a319ab2e518d
Some more tidying and simplification pending merge.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 28 Aug 2007 07:53:22 +0000 |
parents | cfe77e3dbd02 |
children | 2d821738305e |
comparison
equal
deleted
inserted
replaced
83699:cfe77e3dbd02 | 83700:a319ab2e518d |
---|---|
237 (x_display_info) <terminal>: Move member earlier in the struct. | 237 (x_display_info) <terminal>: Move member earlier in the struct. |
238 | 238 |
239 2006-05-20 Karoly Lorentey <lorentey@elte.hu> | 239 2006-05-20 Karoly Lorentey <lorentey@elte.hu> |
240 | 240 |
241 * termhooks.h (terminal) <deleted>: New member. | 241 * termhooks.h (terminal) <deleted>: New member. |
242 | |
243 * term.c (delete_tty): Use it. | 242 * term.c (delete_tty): Use it. |
244 (deleting_tty): Remove old variable. | |
245 | |
246 * xterm.c (x_delete_terminal): Use terminal->deleted. Delete all | 243 * xterm.c (x_delete_terminal): Use terminal->deleted. Delete all |
247 frames on the display explicitly. | 244 frames on the display explicitly. |
248 | 245 |
249 2006-05-20 Karoly Lorentey <lorentey@elte.hu> | 246 (deleting_tty): Remove old variable. |
250 | 247 (Fsuspend_tty): Call clear_tty_hooks. |
251 * term.c (Fsuspend_tty): Call clear_tty_hooks. | |
252 (Fresume_tty, init_tty): Call set_tty_hooks. | 248 (Fresume_tty, init_tty): Call set_tty_hooks. |
253 (clear_tty_hooks, set_tty_hooks): New functions. | 249 (clear_tty_hooks, set_tty_hooks): New functions. |
254 | 250 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw |
255 2006-05-20 Karoly Lorentey <lorentey@elte.hu> | 251 errors on X frames. |
256 | 252 |
253 * term.c (get_tty_terminal): Add throw parameter. | |
254 (Fsuspend_tty, Fresume_tty): Update call to `get_tty_terminal'. | |
257 * dispnew.c (Fsend_string_to_terminal): Update call to | 255 * dispnew.c (Fsend_string_to_terminal): Update call to |
258 `get_tty_terminal'. | 256 `get_tty_terminal'. |
259 | |
260 * term.c (Fsuspend_tty, Fresume_tty): Update call to `get_tty_terminal'. | |
261 (get_tty_terminal): Add throw parameter. | |
262 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw | |
263 errors on X frames. | |
264 | |
265 * dispextern.h (get_tty_terminal): Update prototype. | 257 * dispextern.h (get_tty_terminal): Update prototype. |
266 | 258 |
267 * xfaces.c (realize_default_face): Don't use FRAME_FONT unless frame | 259 * xfaces.c (realize_default_face): Don't use FRAME_FONT unless frame |
268 is an X frame. | 260 is an X frame. |
269 | 261 |