aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (Fdelete_frame): Correct local variable pointing toGerd Moellmann1999-09-161-0/+1
* (direct_output_forward_char): Don't use this methodGerd Moellmann1999-09-161-0/+9
* (toplevel) [HAVE_TERMCAP_H]: Include termcap.h.Gerd Moellmann1999-09-161-0/+4
* (single_menu_item, Fx_popup_menu, Fx_popup_menu,Gerd Moellmann1999-09-151-10/+3
* (resize_mini_window): Don't report changed windowGerd Moellmann1999-09-151-1/+2
* (set_frame_size, EmacsFrameSetCharSize): RemoveGerd Moellmann1999-09-151-22/+11
* (OUTPUT_IF, OUTPUT1_IF): Use do-while.Gerd Moellmann1999-09-151-10/+11
* (PRINTFULLP): Removed because it is no longer used andGerd Moellmann1999-09-151-10/+2
* (update_frame_line): If writing whole desired line,Gerd Moellmann1999-09-151-9/+21
* (Fplay_sound): Remove usused variables.Gerd Moellmann1999-09-141-3/+7
* 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