- 09 Apr, 2008 1 commit
-
-
Stefan Monnier authored
to another frame. * frame.c (do_switch_frame): Refine the top_frame/async_visible code. Don't call set_tty_color_mode. (store_frame_param): Reset previous_frame rather than call set_tty_color_mode. * term.c (set_tty_color_mode): Rewrite. * dispextern.h (set_tty_color_mode): New type. * termchar.h (struct tty_display_info): Add `previous_color_mode'.
-
- 29 Mar, 2008 1 commit
-
-
Stefan Monnier authored
(timer_check): Run it. (syms_of_keyboard): Initialize it. * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions) (Vdelete_terminal_functions): New vars. (syms_of_terminal): Initialize them. (Fdelete_terminal): Run delete-terminal-functions. * xdisp.c (safe_eval): Rewrite. (safe_call2): New fun. * frame.c (Qdelete_frame_functions): New var. (syms_of_frame): Initialize it. (Fdelete_frame): Use it and use safe_call2 and pending_funcalls. * lisp.h (safe_call2, pending_funcalls): Declare.
-
- 25 Mar, 2008 1 commit
-
-
Stefan Monnier authored
-
- 12 Feb, 2008 1 commit
-
-
Stefan Monnier authored
-
- 11 Feb, 2008 1 commit
-
-
Stefan Monnier authored
-
- 10 Feb, 2008 1 commit
-
-
Stefan Monnier authored
(syms_of_frame): Initialize it. (Fdelete_frame): Use it to distinguish a mere `force' passed from someharmles Elisp code, from a strong `force' from x_connection_closed. * frame.h (Qnoelisp): Declare. * xterm.c (x_connection_closed): Pass `noelisp'.
-
- 08 Feb, 2008 1 commit
-
-
Richard M. Stallman authored
If FORCE, and frame has a surrogate minibuffer for another frame, delete the other frame first.
-
- 13 Jan, 2008 1 commit
-
-
Dan Nicolaescu authored
* make-docfile.c: Remove reference to symbols defined by systems not supported anymore: MAC_OS8, XENIX and STRIDE. * (src/m/mips.h): * (src/m/intel386.h): * callproc.c: * config.in: * ecrt0.c: * emacs.c: * fileio.c: * frame.c: * getpagesize.h: * keyboard.c: * lread.c: * process.c: * puresize.h: * sysdep.c: * systty.h: * syswait.h: * unexec.c: * xdisp.c: * alloc.c: Remove code containing references to symbols defined by unsupported systems.
-
- 08 Jan, 2008 1 commit
-
-
Glenn Morris authored
-
- 07 Jan, 2008 1 commit
-
-
YAMAMOTO Mitsuharu authored
-
- 18 Dec, 2007 1 commit
-
-
Kenichi Handa authored
none of the new drivers are available, call font_update_drviers with the old drivers.
-
- 21 Nov, 2007 1 commit
-
-
Kenichi Handa authored
USE_FONT_BACKEND is defined..
-
- 19 Nov, 2007 1 commit
-
-
Kenichi Handa authored
(Fdelete_frame): Call font_update_drivers.
-
- 31 Oct, 2007 1 commit
-
-
Stefan Monnier authored
(init_keyboard): Set current_kboard's window-system to nil. (tty_read_avail_input): Typo. * frame.c (make_initial_frame): Don't initialize the initial_kboard.
-
- 26 Oct, 2007 1 commit
-
-
Juanma Barranquero authored
-
- 25 Oct, 2007 1 commit
-
-
Stefan Monnier authored
frame-local as done originally by multi-tty). * startup.el (window-system): Remove. Don't make it frame-local. * keyboard.h (struct kboard): Add Vwindow_system. * keyboard.c (init_kboard): Set a default for Vwindow_system. (mark_kboards): Mark Vwindow_system. * dispnew.c (syms_of_display) <window-system>: Declare terminal-local. (init_display): Don't set the obsolete `window-system' frame-param. * xterm.c (x_term_init): * w32term.c (w32_create_terminal): * term.c (init_tty): Set Vwindow_system. * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system. * xfns.c (Fx_create_frame, x_create_tip_frame): * w32fns.c (Fx_create_frame, x_create_tip_frame): * macfns.c (Fx_create_frame): Don't set the obsolete `window-system' frame-param. * frame.h (Qwindow_system): Remove. * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well. (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
-
- 24 Oct, 2007 1 commit
-
-
Richard M. Stallman authored
set USPosition | PPosition without clobbering rest of window_prompting.
-
- 16 Oct, 2007 1 commit
-
-
Stefan Monnier authored
(XMISCANY): New macro. (XMISCTYPE): Use it. (struct Lisp_Misc_Any): New type. (union Lisp_Misc): Use it. (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit. * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding) (find_symbol_value, set_internal, default_value, Fset_default) (Fmake_variable_buffer_local, Fmake_local_variable) (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p) (Flocal_variable_if_set_p, Fvariable_binding_locus): The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set. * alloc.c (allocate_buffer): Set the size and tag. (allocate_misc, mark_maybe_object, mark_object, survives_gc_p): Use XMISCANY. (die): Follow the GNU convention for error messages. * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set. * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the tag any more. (set_buffer_internal_1): * frame.c (store_frame_param): * eval.c (specbind): * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
-
- 12 Oct, 2007 1 commit
-
-
Martin Rudalics authored
(x_report_frame_params): Report it in parameter alist. (syms_of_frame): Intern and staticpro it.
-
- 10 Oct, 2007 2 commits
-
-
Stefan Monnier authored
(syms_of_frame) <Qenvironment>: Don't initialize. (Fdelete_frame): Don't treat the `environment' param specially. * frame.h (Qenvironment): Don't declare. * callproc.c (set_initial_environment): Don't set unused frame param.
-
Stefan Monnier authored
(syms_of_frame) <Sframe_with_environment>: Don't declare. * lisp.h (Fframe_with_environment): Don't declare.
-
- 06 Oct, 2007 1 commit
-
-
Martin Rudalics authored
window autoselection act appropriately when leaving selected frame. (syms_of_frame): Initialize focus_follows_mouse.
-
- 02 Oct, 2007 1 commit
-
-
Stefan Monnier authored
-
- 25 Sep, 2007 1 commit
-
-
Jason Rumney authored
-
- 21 Sep, 2007 1 commit
-
-
Stefan Monnier authored
-
- 20 Sep, 2007 1 commit
-
-
Stefan Monnier authored
-
- 07 Sep, 2007 1 commit
-
-
Stefan Monnier authored
-
- 31 Aug, 2007 1 commit
-
-
Stefan Monnier authored
(syms_of_frame): Don't init and staticpro it.
-
- 29 Aug, 2007 1 commit
-
-
Stefan Monnier authored
(Fmodify_frame_parameters): Return a value.
-
- 25 Jul, 2007 1 commit
-
-
Glenn Morris authored
-
- 03 Jul, 2007 1 commit
-
-
Dan Nicolaescu authored
(server-process-filter): Likewise. Also set COLORFGBG and COLORTERM. * frame.el (frame-initialize, make-frame): Likewise. * faces.el (tty-set-up-initial-frame-faces): Likewise. * env.el (read-envvar-name): Don't consider the environment frame param. (setenv): Set display-environment-variable and term-environment-variable. * frame.c (Qterm_environment_variable, Qdisplay_environment_variable): New variables. (syms_of_frame): Intern and staticpro them. * frame.h: Declare them here. * callproc.c (child_setup): Use the display-environment-variable and term-environment-variable frame params. (getenv_internal): Likewise. (set_initial_environment): Initialise Vprocess_environment. * frames.texi (Basic Parameters): Add display-environment-variable and term-environment-variable.
-
- 03 Jun, 2007 1 commit
-
-
Nick Roberts authored
Condition on HAVE_GPM too.
-
- 30 May, 2007 1 commit
-
-
Nick Roberts authored
term_mouse_moveto.
-
- 19 May, 2007 1 commit
-
-
Dan Nicolaescu authored
mac-win. * term/mac-win.el: (mac-initialize-window-system): New function. Move global setup here. * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here. (SYSTEM_PURESIZE_EXTRA): Only define on Carbon. * emacsclient.c (decode_options): Don't use a tty on mac carbon.
-
- 15 May, 2007 1 commit
-
-
Jason Rumney authored
(make_terminal_frame) [WINDOWSNT]: Initialize terminal.
-
- 24 Feb, 2007 1 commit
-
-
Karoly Lorentey authored
* src/frame.c (x_set_screen_gamma, store_frame_param): Fix compilation errors. * lisp/ldefs-boot.el: Regenerate. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-597
-
- 20 Feb, 2007 1 commit
-
-
Chong Yidong authored
-
- 16 Feb, 2007 1 commit
-
-
Andreas Schwab authored
-
- 12 Feb, 2007 1 commit
-
-
Chong Yidong authored
-
- 06 Feb, 2007 1 commit
-
-
Chong Yidong authored
Qinhibit_default_face_x_resources, which has no effect. (Qinhibit_default_face_x_resources): Symbol deleted.
-