| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Nick Roberts | 2007-09-25 | 1 | -0/+223 |
| | | |||||
| * | (make_terminal_frame): Remove special case for WINDOWSNT. | Jason Rumney | 2007-09-25 | 1 | -0/+11 |
| | | |||||
| * | (do_autoload): Don't output any message. | Stefan Monnier | 2007-09-24 | 1 | -0/+4 |
| | | |||||
| * | (standard_args): Change priority of "--no-splash" | Juri Linkov | 2007-09-24 | 1 | -0/+5 |
| | | | | | from 40 to 3. Add "--no-desktop" with the same priority. | ||||
| * | (gc_sweep): Check cons cell mark bits word by word | Richard M. Stallman | 2007-09-23 | 1 | -3/+8 |
| | | | | | and optimize the case where they are all 1. | ||||
| * | Fix typo. | Glenn Morris | 2007-09-23 | 1 | -1/+1 |
| | | |||||
| * | Johannes Weiner <hannes at saeurebad.de> | Glenn Morris | 2007-09-23 | 1 | -0/+6 |
| | | | | | (abs): Don't define abs now it's in lisp.h. | ||||
| * | (DEV_TTY): New macro. Provide a definition for MS-Windows. | Eli Zaretskii | 2007-09-22 | 1 | -0/+9 |
| | | | | | | | | (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero. (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty) (init_tty): Use DEV_TTY instead of "/dev/tty". [WINDOWSNT]: No need to protect from NAME arg being null. | ||||
| * | * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions. | Dan Nicolaescu | 2007-09-21 | 1 | -0/+5 |
| | | | | | | * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning up the tty state. | ||||
| * | * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead. | Stefan Monnier | 2007-09-21 | 1 | -0/+12 |
| | | | | | | | | | | | (gpm_tty): Change its type. * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead. (gpm_tty): Change its type and initialize it. (Fterm_open_connection): Check the frame is indeed a tty. Use the new gpm_tty. (Fterm_close_connection): Use the new gpm_tty. * keyboard.c (tty_read_avail_input): Use the new gpm_tty. * sysdep.c (init_sys_modes): term_gpm -> gpm_tty. | ||||
| * | (x_draw_glyph_string): Use strike_through_color, not underline_color, | Juanma Barranquero | 2007-09-21 | 1 | -0/+5 |
| | | | | | to draw strike-through. | ||||
| * | (allocate_terminal): Declare. | Stefan Monnier | 2007-09-21 | 1 | -0/+2 |
| | | |||||
| * | (candidate_window_p): Consider frames that are being placed | Stefan Monnier | 2007-09-21 | 1 | -0/+6 |
| | | | | | | | | by the user as somewhere between visible and iconified. (window_loop): Prefer windows on the current frame. (Fselect_window): Move the use of select-frame to the beginning so we can just delegate all the work (it'll call us back anyway). | ||||
| * | (Qdisplay_environment_variable): Delete. | Stefan Monnier | 2007-09-21 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Glenn Morris | 2007-09-21 | 1 | -0/+1 |
| | | |||||
| * | (xbacktrace): Print the arg's address rather than the value | Stefan Monnier | 2007-09-21 | 1 | -0/+3 |
| | | | | | of the first arg, since that value may be a union. | ||||
| * | (child_setup, getenv_internal): Use the frame's `display' | Stefan Monnier | 2007-09-21 | 1 | -4/+10 |
| | | | | | | parameter rather than Qdisplay_environment_variable. If all else fails, look for DISPLAY in initial-environment. | ||||
| * | Adapt for removal of emacstool. | Glenn Morris | 2007-09-21 | 1 | -0/+4 |
| | | |||||
| * | Markus Triska <markus.triska at gmx.at> | Glenn Morris | 2007-09-21 | 1 | -0/+5 |
| | | | | | (x_delete_display): Compile session management conditionally. | ||||
| * | (getenv_internal_1): New function. | Stefan Monnier | 2007-09-20 | 1 | -0/+4 |
| | | | | | | (getenv_internal): Use it. (Fgetenv_internal): Use it. Accept an env-list as optional arg. | ||||
| * | (get_terminal): Don't accept integers to represent terminals. | Stefan Monnier | 2007-09-20 | 1 | -0/+5 |
| | | | | | | | (Fterminal_name, Fterminal_parameters, Fterminal_parameter) (Fset_terminal_parameter): Work with dead terminals as well. (Fmodify_terminal_parameters): Remove. | ||||
| * | (get_terminal): Handle terminals. | Stefan Monnier | 2007-09-20 | 1 | -0/+38 |
| | | | | | | | | | | | | | | Make sure the terminal returned is live. (create_terminal): Use allocate_terminal. (mark_terminals): Move to alloc.c. (delete_terminal): Use terminal->name as liveness status. NULL out fields after freeing their contents. Don't deallocate the object. (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object rather than an int. (Fterminal_live_p): Accept non-integer arguments. (Fterminal_list): Return terminal objects rather than an ints. | ||||
| * | (Fmake_network_process): Doc fix. | Glenn Morris | 2007-09-20 | 1 | -0/+4 |
| | | |||||
| * | (w32_init_fringe, mac_init_fringe): Declare rif argument. | Jason Rumney | 2007-09-19 | 1 | -0/+4 |
| | | |||||
| * | (detect_eol_type, detect_eol_type_in_2_octet_form): | Michaël Cadilhac | 2007-09-19 | 1 | -0/+7 |
| | | | | | Fix a C warning regarding variable constness. | ||||
| * | (Fx_focus_frame): Rename from Fw32_focus_frame. | Jason Rumney | 2007-09-18 | 1 | -0/+4 |
| | | |||||
| * | (gdpy_def): New variable. | Jan Djärv | 2007-09-17 | 1 | -0/+7 |
| | | | | | | | (xg_initialize): Initialize gdpy_def. (xg_display_close): If no other display exists, set gdpy_def to a new connection. | ||||
| * | (xg_get_image_for_pixmap): Always create a GdkPixbuf | Jan Djärv | 2007-09-16 | 1 | -0/+9 |
| | | | | | | | | | when we have no file name for the icon. (xg_tool_bar_expose_callback): Remove. (xg_create_tool_bar): Don't connect expose signal to xg_tool_bar_expose_callback. (xg_get_file_with_chooser): Move GCPRO1 after declarations. | ||||
| * | (reset_malloc_hooks): Set the hooks to the previous | Andreas Schwab | 2007-09-16 | 1 | -0/+5 |
| | | | | | values instead of zapping them. | ||||
| * | (our_memory_fill_input_buffer) <buffer>: Move to file scope and rename | Glenn Morris | 2007-09-14 | 1 | -0/+8 |
| | | | | | | to omfib_buffer for clarity. (gif_load) <interlace_start, interlace_increment>: Move to file scope. | ||||
| * | Add arch tagline | Miles Bader | 2007-09-14 | 1 | -0/+1 |
| | | |||||
| * | (handle_one_xevent): Skip decoding if nbytes is zero. | Kenichi Handa | 2007-09-14 | 1 | -0/+4 |
| | | |||||
| * | (w32_term_init): Pass rif to w32_init_fringe. | Jason Rumney | 2007-09-13 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Glenn Morris | 2007-09-13 | 1 | -0/+4 |
| | | |||||
| * | Split log entries up to release of 22.1 into new file. | Glenn Morris | 2007-09-13 | 1 | -28138/+2 |
| | | |||||
| * | *** empty log message *** | Glenn Morris | 2007-09-13 | 1 | -0/+4 |
| | | |||||
| * | (prefer_window_split_horizontally, display_buffer): | Romain Francoise | 2007-09-12 | 1 | -0/+5 |
| | | | | | Revert 2007-09-08 change. | ||||
| * | Remove file. | Glenn Morris | 2007-09-12 | 1 | -0/+1 |
| | | |||||
| * | (cnt): Rename to x_reply_selection_request_cnt for clarity. | Glenn Morris | 2007-09-12 | 1 | -3/+14 |
| | | | | | (x_reply_selection_request): All uses changed. | ||||
| * | *** empty log message *** | Glenn Morris | 2007-09-12 | 1 | -0/+3 |
| | | |||||
| * | (C_ALLOCA): Remove references to this. | Glenn Morris | 2007-09-12 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Glenn Morris | 2007-09-12 | 1 | -1/+6 |
| | | |||||
| * | (load_warn_old_style_backquotes): Change message to look | Stefan Monnier | 2007-09-11 | 1 | -0/+5 |
| | | | | | better when it appears in the middle of byte-compiler messages. | ||||
| * | * s/darwin.h (MULTI_KBOARD): Only define for Carbon. | Dan Nicolaescu | 2007-09-11 | 1 | -0/+2 |
| | | |||||
| * | * xterm.c (x_create_terminal): Add comment. | Dan Nicolaescu | 2007-09-10 | 1 | -0/+6 |
| | | | | | * term.c (clear_tty_hooks, set_tty_hooks): Add comments. | ||||
| * | Fix changelog entries. | Dan Nicolaescu | 2007-09-10 | 1 | -4/+2 |
| | | |||||
| * | (x_term_init): Give error if can't open DISPLAY_NAME. | Richard M. Stallman | 2007-09-10 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2007-09-10 | 1 | -4/+3 |
| | | |||||
| * | (Fset_file_modes): Add an interactive spec that reads a file | Michaël Cadilhac | 2007-09-10 | 1 | -0/+3 |
| | | | | | name and file modes. | ||||
| * | (Finteractive_form): If the interactive specification starts with a `(', | Michaël Cadilhac | 2007-09-10 | 1 | -0/+3 |
| | | | | | use it as a Lisp form. | ||||