aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macrosStefan Monnier2007-09-292-73/+51
* (load_face_font, free_realized_face, clear_face_gcs):Stefan Monnier2007-09-292-6/+14
* (lisp, shortlisp): Delete server.elc, it is notDan Nicolaescu2007-09-282-2/+5
* (Fgpm_mouse_start): Don't signal an error if already activated on this tty.Stefan Monnier2007-09-282-2/+16
* (mouse_face_window): Rename from Qmouse_face_window. Update all users.Stefan Monnier2007-09-282-39/+38
* (narrow_foreground_group, widen_foreground_group): Static.Stefan Monnier2007-09-272-3/+7
* (Fterm_open_connection): Add comment.Stefan Monnier2007-09-271-0/+3
* (allocate_terminal): Set the vector size to only count the Lisp fields.Stefan Monnier2007-09-272-17/+19
* (struct terminal): Move all Lisp_Object fields traced byStefan Monnier2007-09-272-3/+9
* (compute_motion): Typo in last change.Stefan Monnier2007-09-271-1/+1
* * indent.h:Stefan Monnier2007-09-274-64/+75
* (Fmove_to_column): Use EMACS_INT for buffer positions.Stefan Monnier2007-09-272-8/+12
* *** empty log message ***Nick Roberts2007-09-252-223/+223
* (make_terminal_frame): Remove special case for WINDOWSNT.Jason Rumney2007-09-252-7/+11
* (create_w32cons_output): Remove.Jason Rumney2007-09-251-18/+0
* (init_tty): Call init_sys_modes on WINDOWSNT also.Jason Rumney2007-09-251-1/+2
* (init_sys_modes): Use set_terminal_modes_hook.Jason Rumney2007-09-251-2/+4
* (do_autoload): Don't output any message.Stefan Monnier2007-09-242-1/+5
* (standard_args): Change priority of "--no-splash"Juri Linkov2007-09-242-1/+7
* (gc_sweep): Check cons cell mark bits word by wordRichard M. Stallman2007-09-232-17/+50
* Fix typo.Glenn Morris2007-09-231-1/+1
* Johannes Weiner <hannes at saeurebad.de>Glenn Morris2007-09-231-0/+5
* Johannes Weiner <hannes at saeurebad.de>Glenn Morris2007-09-236-9/+6
* (DEV_TTY): New macro. Provide a definition for MS-Windows.Eli Zaretskii2007-09-222-33/+32
* * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.Dan Nicolaescu2007-09-212-8/+16
* * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.Stefan Monnier2007-09-215-20/+30
* (x_draw_glyph_string): Use strike_through_color, not underline_color,Juanma Barranquero2007-09-212-6/+11
* (allocate_terminal): Declare.Stefan Monnier2007-09-212-0/+3
* (candidate_window_p): Consider frames that are being placedStefan Monnier2007-09-212-15/+38
* (Qdisplay_environment_variable): Delete.Stefan Monnier2007-09-213-5/+3
* (lisp, shortlisp): Remove termdev.elc.Glenn Morris2007-09-211-2/+0
* *** empty log message ***Glenn Morris2007-09-211-0/+1
* (xbacktrace): Print the arg's address rather than the valueStefan Monnier2007-09-212-1/+4
* (child_setup, getenv_internal): Use the frame's `display'Stefan Monnier2007-09-212-66/+53
* (emacstool): Remove target.Glenn Morris2007-09-211-2/+0
* Adapt for removal of emacstool.Glenn Morris2007-09-211-0/+4
* Markus Triska <markus.triska at gmx.at>Glenn Morris2007-09-212-1/+7
* (getenv_internal_1): New function.Stefan Monnier2007-09-202-90/+73
* (get_terminal): Don't accept integers to represent terminals.Stefan Monnier2007-09-202-66/+14
* (get_terminal): Handle terminals.Stefan Monnier2007-09-202-42/+74
* (enum mem_type): New member for `terminal' objects.Stefan Monnier2007-09-201-1/+49
* (get_tty_terminal): Don't treat output_initial specially.Stefan Monnier2007-09-201-6/+3
* (struct terminal): Make it into a pseudovector.Stefan Monnier2007-09-201-4/+5
* (print_object): Handle terminals.Stefan Monnier2007-09-201-0/+14
* (enum pvec_type): New `terminal' pseudovector.Stefan Monnier2007-09-201-2/+8
* (make_terminal_frame): Use terminal->name as liveness status.Stefan Monnier2007-09-201-2/+2
* (tty_read_avail_input): Use terminal->name as liveness status.Stefan Monnier2007-09-201-1/+1
* (w32_delete_terminal): Use terminal->name as liveness status.Stefan Monnier2007-09-201-1/+1
* (x_delete_terminal): Use terminal->name as liveness status.Stefan Monnier2007-09-202-5/+5
* (Fmake_network_process): Doc fix.Glenn Morris2007-09-202-1/+7