aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-141-9/+9
* (x_scroll_bar_handle_click): Compile only ifGerd Moellmann1999-09-141-23/+18
* (x_set_background_color): Remove unused variable(s).Gerd Moellmann1999-09-141-22/+6
* (display_echo_area_1, try_window_id): Remove unusedGerd Moellmann1999-09-141-3/+0
* (freeze_window_starts): Fix typo in prototype.Gerd Moellmann1999-09-141-1/+1
* Add prototype for debug_print.Gerd Moellmann1999-09-141-0/+4
* (CHECK_FRAME, CHECK_LIVE_FRAME): Put code in do-while.Gerd Moellmann1999-09-141-11/+10
* (Fnext_frame): Remove unused variable(s).Gerd Moellmann1999-09-141-11/+3
* (SXHASH_COMBINE): Add missing parentheses.Gerd Moellmann1999-09-141-7/+3
* Add prototypes for gamma_correct andGerd Moellmann1999-09-141-1/+3
* (Fopen_network_stream): Avoid socket decriptor leak.Andreas Schwab1999-09-141-0/+14
* Declare close_file_unwind.Andreas Schwab1999-09-141-0/+1
* (redisplay_window): Make sure start_at_line_begGerd Moellmann1999-09-131-2/+2
* Support print-circle and related features.Richard M. Stallman1999-09-131-101/+283
* (move_it_in_display_line_to): Make type consistent with declaration.Dave Love1999-09-131-1/+1
* Don't continue #define args for benefit of old cc.Dave Love1999-09-131-9/+7
* (x_put_x_image): Make type consistent with declaration.Dave Love1999-09-131-1/+1
* (Fmake_hash_table): Fix string continuation.Dave Love1999-09-131-2/+2
* (XTcursor_to): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-18/+18
* (x_own_selection): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-22/+28
* (Fx_popup_menu): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-2/+2
* (QCfile): Moved to xdisp.c.Gerd Moellmann1999-09-131-16/+13
* (frame_or_selected_frame): Change for Lisp_ObjectGerd Moellmann1999-09-131-25/+17
* (QCfile): Move here from xfns.c.Gerd Moellmann1999-09-131-40/+52
* (Fminibuffer_window): Change for Lisp_ObjectGerd Moellmann1999-09-131-36/+37
* (OUTPUT): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-64/+79
* (reset_sys_modes): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-5/+8
* (choose_minibuf_frame): Don't try to set theGerd Moellmann1999-09-131-11/+19
* (selected_frame): Add external declaration.Gerd Moellmann1999-09-131-0/+1
* (command_loop_1): Change for Lisp_ObjectGerd Moellmann1999-09-131-17/+19
* (SELECTED_FRAME): New.Gerd Moellmann1999-09-131-1/+12
* (Fmake_terminal_frame): Use SELECTED_FRAME.Gerd Moellmann1999-09-131-103/+90
* (Ffont_info): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-12/+6
* (handle_USR1_signal): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-2/+2
* (selected_frame): Make it a Lisp_Object.Gerd Moellmann1999-09-131-14/+15
* (swap_in_symval_forwarding): Change for Lisp_ObjectGerd Moellmann1999-09-131-8/+7
* (Fother_buffer): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-2/+2
* Use XCAR and XCDR instead of explicit member access.Ken Raeburn1999-09-136-44/+44
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-1311-296/+296
* (Fx_family_fonts): Replaces Fx_font_list.Gerd Moellmann1999-09-121-13/+44
* (resize_mini_window): Add parameter exact_p. ResizeGerd Moellmann1999-09-121-16/+67
* (Fforward_word): Use prompt_end_charpos insteadGerd Moellmann1999-09-121-2/+2
* (read_minibuf_unwind): Call resize_mini_window withGerd Moellmann1999-09-121-20/+17
* (command_loop_1): Resize mini-window to theGerd Moellmann1999-09-121-0/+10
* (Fbuffer_string): Use prompt_end_charpos insteadGerd Moellmann1999-09-121-13/+15
* Change prototype of resize_mini_window.Gerd Moellmann1999-09-121-1/+2
* (prompt_end_charpos): ReplacesGerd Moellmann1999-09-121-3/+3
* (Fget_buffer_create): Use prompt_end_charpos insteadGerd Moellmann1999-09-121-5/+5
* (del_range_1): Don't treat minibuffer prompt specially.Richard M. Stallman1999-09-121-7/+0
* (Fline_beginning_position): Handle minibuffer prompt here.Richard M. Stallman1999-09-121-1/+10