(Fkill_buffer): Remove unused variables.
[bpt/emacs.git] / src /
1999-09-16 Gerd Moellmann(Fkill_buffer): Remove unused variables.
1999-09-16 Richard M. Stallman(Vtemporary_file_directory): New variable.
1999-09-16 Gerd Moellmann(resize_mini_window): Temporarily set the selected
1999-09-16 Gerd Moellmann(struct window): New member height_fixed_p.
1999-09-16 Gerd Moellmann(Fset_window_buffer): Remove unused variables.
1999-09-16 Gerd Moellmann(read_minibuf): Remove unused variables.
1999-09-16 Gerd MoellmannAdd prototype for no_switch_window.
1999-09-16 Gerd Moellmann(Fdelete_frame): Correct local variable pointing to
1999-09-16 Gerd Moellmann(direct_output_forward_char): Don't use this method
1999-09-16 Gerd Moellmann(toplevel) [HAVE_TERMCAP_H]: Include termcap.h.
1999-09-15 Gerd Moellmann(single_menu_item, Fx_popup_menu, Fx_popup_menu,
1999-09-15 Gerd Moellmann(resize_mini_window): Don't report changed window
1999-09-15 Gerd Moellmann(set_frame_size, EmacsFrameSetCharSize): Remove
1999-09-15 Gerd Moellmann(OUTPUT_IF, OUTPUT1_IF): Use do-while.
1999-09-15 Gerd Moellmann(PRINTFULLP): Removed because it is no longer used and
1999-09-15 Gerd Moellmann(update_frame_line): If writing whole desired line,
1999-09-14 Gerd Moellmann(Fplay_sound): Remove usused variables.
1999-09-14 Ken RaeburnUse XCAR, XCDR, and XFLOAT_DATA instead of explicit...
1999-09-14 Gerd Moellmann(x_scroll_bar_handle_click): Compile only if
1999-09-14 Gerd Moellmann(x_set_background_color): Remove unused variable(s).
1999-09-14 Gerd Moellmann(display_echo_area_1, try_window_id): Remove unused
1999-09-14 Gerd Moellmann(freeze_window_starts): Fix typo in prototype.
1999-09-14 Gerd MoellmannAdd prototype for debug_print.
1999-09-14 Gerd Moellmann(CHECK_FRAME, CHECK_LIVE_FRAME): Put code in do-while.
1999-09-14 Gerd Moellmann(Fnext_frame): Remove unused variable(s).
1999-09-14 Gerd Moellmann(SXHASH_COMBINE): Add missing parentheses.
1999-09-14 Gerd MoellmannAdd prototypes for gamma_correct and
1999-09-14 Andreas Schwab(Fopen_network_stream): Avoid socket decriptor leak.
1999-09-14 Andreas SchwabDeclare close_file_unwind.
1999-09-13 Gerd Moellmann(redisplay_window): Make sure start_at_line_beg
1999-09-13 Richard M. StallmanSupport print-circle and related features.
1999-09-13 Dave Love(move_it_in_display_line_to): Make type consistent...
1999-09-13 Dave LoveDon't continue #define args for benefit of old cc.
1999-09-13 Dave Love(x_put_x_image): Make type consistent with declaration.
1999-09-13 Dave Love(Fmake_hash_table): Fix string continuation.
1999-09-13 Gerd Moellmann(XTcursor_to): Change for Lisp_Object selected_frame.
1999-09-13 Gerd Moellmann(x_own_selection): Change for Lisp_Object selected_frame.
1999-09-13 Gerd Moellmann(Fx_popup_menu): Change for Lisp_Object selected_frame.
1999-09-13 Gerd Moellmann(QCfile): Moved to xdisp.c.
1999-09-13 Gerd Moellmann(frame_or_selected_frame): Change for Lisp_Object
1999-09-13 Gerd Moellmann(QCfile): Move here from xfns.c.
1999-09-13 Gerd Moellmann(Fminibuffer_window): Change for Lisp_Object
1999-09-13 Gerd Moellmann(OUTPUT): Change for Lisp_Object selected_frame.
1999-09-13 Gerd Moellmann(reset_sys_modes): Change for Lisp_Object selected_frame.
1999-09-13 Gerd Moellmann(choose_minibuf_frame): Don't try to set the
1999-09-13 Gerd Moellmann(selected_frame): Add external declaration.
1999-09-13 Gerd Moellmann(command_loop_1): Change for Lisp_Object
1999-09-13 Gerd Moellmann(SELECTED_FRAME): New.
1999-09-13 Gerd Moellmann(Fmake_terminal_frame): Use SELECTED_FRAME.
1999-09-13 Gerd Moellmann(Ffont_info): Change for Lisp_Object selected_frame.
1999-09-13 Gerd Moellmann(handle_USR1_signal): Change for Lisp_Object selected_f...
1999-09-13 Gerd Moellmann(selected_frame): Make it a Lisp_Object.
1999-09-13 Gerd Moellmann(swap_in_symval_forwarding): Change for Lisp_Object
1999-09-13 Gerd Moellmann(Fother_buffer): Change for Lisp_Object selected_frame.
1999-09-13 Ken RaeburnUse XCAR and XCDR instead of explicit member access.
1999-09-13 Ken RaeburnUse XCAR, XCDR, and XFLOAT_DATA instead of explicit...
1999-09-12 Gerd Moellmann(Fx_family_fonts): Replaces Fx_font_list.
1999-09-12 Gerd Moellmann(resize_mini_window): Add parameter exact_p. Resize
1999-09-12 Gerd Moellmann(Fforward_word): Use prompt_end_charpos instead
1999-09-12 Gerd Moellmann(read_minibuf_unwind): Call resize_mini_window with
1999-09-12 Gerd Moellmann(command_loop_1): Resize mini-window to the
1999-09-12 Gerd Moellmann(Fbuffer_string): Use prompt_end_charpos instead
1999-09-12 Gerd MoellmannChange prototype of resize_mini_window.
1999-09-12 Gerd Moellmann(prompt_end_charpos): Replaces
1999-09-12 Gerd Moellmann(Fget_buffer_create): Use prompt_end_charpos instead
1999-09-12 Richard M. Stallman(del_range_1): Don't treat minibuffer prompt specially.
1999-09-12 Richard M. Stallman(Fline_beginning_position): Handle minibuffer prompt...
1999-09-12 Ken RaeburnUse XCAR and XCDR instead of explicit member references.
1999-09-12 Ken RaeburnUse XCAR, XCDR, XFLOAT_DATA instead of explicit member...
1999-09-12 Richard M. Stallman(run_window_scroll_functions): If hook functions switch
1999-09-11 Ken RaeburnUse XCAR and XCDR.
1999-09-11 Ken Raeburn(FOR_EACH_FRAME): Use XCAR and XCDR.
1999-09-11 Ken Raeburn(GET_TRANSLATION_TABLE): Use XCDR.
1999-09-11 Richard M. Stallman(XTread_socket): In XSetInputFocus, use RevertToParent,
1999-09-11 Richard M. Stallman(Fbeginning_of_line): Don't handle minibuffer prompt...
1999-09-10 Gerd Moellmann(x_build_heuristic_mask): Accept a list `(R G B)'
1999-09-10 Richard M. Stallman(Ferase_buffer): Don't erase the minibuffer prompt.
1999-09-09 Gerd Moellmann(QCindex): New.
1999-09-09 Gerd Moellmann(Fmakehash): Accept just one optional argument TEST.
1999-09-09 Richard M. Stallman(Fwrite_region): Finish renaming CONFIRM to MUSTBENEW.
1999-09-08 Gerd Moellmann(Qwhen): Replaces QCwhen.
1999-09-08 Richard M. Stallman(read_minibuf): Put all three properties on the same...
1999-09-08 Kenichi Handa(CHAR_COMPONENTS_VALID_P): Fix for ASCII.
1999-09-08 Kenichi HandaReset MSBs of arguments of MAKE_CHAR.
1999-09-08 Richard M. StallmanClear up previous change.
1999-09-08 Richard M. Stallman(Fbufsize): Accept an extra BUFFER parameter.
1999-09-08 Richard M. Stallman(Fbase64_decode_region): Don't place point outside...
1999-09-08 Richard M. Stallman(fix_submap_inheritance): Do nothing if the proper...
1999-09-07 Gerd Moellmann(handle_single_display_prop): Change conditional
1999-09-07 Richard M. Stallman(Fwrite_region): Doc fix.
1999-09-07 Richard M. Stallman(Qexcl): New variable.
1999-09-07 Gerd Moellmann(x_set_foreground_color): Call
1999-09-07 Gerd Moellmann(recompute_basic_faces): Clear face cache.
1999-09-07 Gerd Moellmann(Fset_window_margins): Make window the first argument.
1999-09-07 Gerd Moellmann(Fmakehash): Take one argument, test, make all the
1999-09-07 Gerd Moellmann(SCROLL_BAR_FACE_ID, BORDER_FACE_ID,
1999-09-07 Kenichi HandaLots of comments fixed.
1999-09-07 Kenichi HandaLots of comments fixed.
1999-09-07 Richard M. Stallman(syms_of_insdel): Define Lisp variable inhibit-modifica...
1999-09-06 Richard M. Stallman[macintosh] (stat, fstat, mkdir, rmdir, utime, access)
next