aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* Use XCAR and XCDR instead of explicit member references.Ken Raeburn1999-09-129-309/+309
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-1210-163/+163
* (run_window_scroll_functions): If hook functions switchRichard M. Stallman1999-09-121-2/+10
* Use XCAR and XCDR.Ken Raeburn1999-09-112-13/+13
* (FOR_EACH_FRAME): Use XCAR and XCDR.Ken Raeburn1999-09-111-4/+4
* (GET_TRANSLATION_TABLE): Use XCDR.Ken Raeburn1999-09-111-1/+1
* (XTread_socket): In XSetInputFocus, use RevertToParent,Richard M. Stallman1999-09-111-12/+17
* (Fbeginning_of_line): Don't handle minibuffer prompt here.Richard M. Stallman1999-09-111-10/+1
* (x_build_heuristic_mask): Accept a list `(R G B)'Gerd Moellmann1999-09-101-22/+51
* (Ferase_buffer): Don't erase the minibuffer prompt.Richard M. Stallman1999-09-101-1/+6
* (QCindex): New.Gerd Moellmann1999-09-091-2/+4
* (Fmakehash): Accept just one optional argument TEST.Gerd Moellmann1999-09-091-46/+8
* (Fwrite_region): Finish renaming CONFIRM to MUSTBENEW.Richard M. Stallman1999-09-091-3/+4
* (Qwhen): Replaces QCwhen.Gerd Moellmann1999-09-081-5/+5
* (read_minibuf): Put all three properties on the same range--the whole prompt.Richard M. Stallman1999-09-081-4/+5
* (CHAR_COMPONENTS_VALID_P): Fix for ASCII.Kenichi Handa1999-09-081-3/+5