aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nick Roberts2007-09-251-0/+223
|
* (make_terminal_frame): Remove special case for WINDOWSNT.Jason Rumney2007-09-251-0/+11
|
* (do_autoload): Don't output any message.Stefan Monnier2007-09-241-0/+4
|
* (standard_args): Change priority of "--no-splash"Juri Linkov2007-09-241-0/+5
| | | | from 40 to 3. Add "--no-desktop" with the same priority.
* (gc_sweep): Check cons cell mark bits word by wordRichard M. Stallman2007-09-231-3/+8
| | | | and optimize the case where they are all 1.
* Fix typo.Glenn Morris2007-09-231-1/+1
|
* Johannes Weiner <hannes at saeurebad.de>Glenn Morris2007-09-231-0/+6
| | | | (abs): Don't define abs now it's in lisp.h.
* (DEV_TTY): New macro. Provide a definition for MS-Windows.Eli Zaretskii2007-09-221-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 Nicolaescu2007-09-211-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 Monnier2007-09-211-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 Barranquero2007-09-211-0/+5
| | | | to draw strike-through.
* (allocate_terminal): Declare.Stefan Monnier2007-09-211-0/+2
|
* (candidate_window_p): Consider frames that are being placedStefan Monnier2007-09-211-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 Monnier2007-09-211-0/+3
|
* *** empty log message ***Glenn Morris2007-09-211-0/+1
|
* (xbacktrace): Print the arg's address rather than the valueStefan Monnier2007-09-211-0/+3
| | | | of the first arg, since that value may be a union.
* (child_setup, getenv_internal): Use the frame's `display'Stefan Monnier2007-09-211-4/+10
| | | | | parameter rather than Qdisplay_environment_variable. If all else fails, look for DISPLAY in initial-environment.
* Adapt for removal of emacstool.Glenn Morris2007-09-211-0/+4
|
* Markus Triska <markus.triska at gmx.at>Glenn Morris2007-09-211-0/+5
| | | | (x_delete_display): Compile session management conditionally.
* (getenv_internal_1): New function.Stefan Monnier2007-09-201-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 Monnier2007-09-201-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 Monnier2007-09-201-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 Morris2007-09-201-0/+4
|
* (w32_init_fringe, mac_init_fringe): Declare rif argument.Jason Rumney2007-09-191-0/+4
|
* (detect_eol_type, detect_eol_type_in_2_octet_form):Michaël Cadilhac2007-09-191-0/+7
| | | | Fix a C warning regarding variable constness.
* (Fx_focus_frame): Rename from Fw32_focus_frame.Jason Rumney2007-09-181-0/+4
|
* (gdpy_def): New variable.Jan Djärv2007-09-171-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 GdkPixbufJan Djärv2007-09-161-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 previousAndreas Schwab2007-09-161-0/+5
| | | | values instead of zapping them.
* (our_memory_fill_input_buffer) <buffer>: Move to file scope and renameGlenn Morris2007-09-141-0/+8
| | | | | to omfib_buffer for clarity. (gif_load) <interlace_start, interlace_increment>: Move to file scope.
* Add arch taglineMiles Bader2007-09-141-0/+1
|
* (handle_one_xevent): Skip decoding if nbytes is zero.Kenichi Handa2007-09-141-0/+4
|
* (w32_term_init): Pass rif to w32_init_fringe.Jason Rumney2007-09-131-0/+9
|
* *** empty log message ***Glenn Morris2007-09-131-0/+4
|
* Split log entries up to release of 22.1 into new file.Glenn Morris2007-09-131-28138/+2
|
* *** empty log message ***Glenn Morris2007-09-131-0/+4
|
* (prefer_window_split_horizontally, display_buffer):Romain Francoise2007-09-121-0/+5
| | | | Revert 2007-09-08 change.
* Remove file.Glenn Morris2007-09-121-0/+1
|
* (cnt): Rename to x_reply_selection_request_cnt for clarity.Glenn Morris2007-09-121-3/+14
| | | | (x_reply_selection_request): All uses changed.
* *** empty log message ***Glenn Morris2007-09-121-0/+3
|
* (C_ALLOCA): Remove references to this.Glenn Morris2007-09-121-0/+2
|
* *** empty log message ***Glenn Morris2007-09-121-1/+6
|
* (load_warn_old_style_backquotes): Change message to lookStefan Monnier2007-09-111-0/+5
| | | | better when it appears in the middle of byte-compiler messages.
* * s/darwin.h (MULTI_KBOARD): Only define for Carbon.Dan Nicolaescu2007-09-111-0/+2
|
* * xterm.c (x_create_terminal): Add comment.Dan Nicolaescu2007-09-101-0/+6
| | | | * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
* Fix changelog entries.Dan Nicolaescu2007-09-101-4/+2
|
* (x_term_init): Give error if can't open DISPLAY_NAME.Richard M. Stallman2007-09-101-0/+4
|
* *** empty log message ***Juanma Barranquero2007-09-101-4/+3
|
* (Fset_file_modes): Add an interactive spec that reads a fileMichaël Cadilhac2007-09-101-0/+3
| | | | name and file modes.
* (Finteractive_form): If the interactive specification starts with a `(',Michaël Cadilhac2007-09-101-0/+3
| | | | use it as a Lisp form.