(apropos, super-apropos): Doc fix.
[bpt/emacs.git] / src /
1994-03-08 Richard M. Stallman(Fdisplay_buffer): If pop_up_frames != 0,
1994-03-08 Karl HeuerInitial revision
1994-03-08 Richard M. Stallman(syms_of_undo): staticpro pending_boundary.
1994-03-08 Roland McGrath(send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_F...
1994-03-08 Roland McGrathAdd #undef HAVE_FPATHCONF.
1994-03-08 Roland McGrath(term_get_fkeys_1): Use term_get_fkeys_arg, not term_ge...
1994-03-08 Roland McGrath(term_get_fkeys_1): New local var ADDRESS, init to...
1994-03-08 Roland McGrath(term_get_fkeys_data): Variable removed.
1994-03-08 Richard M. Stallman(Fprevious_window, Fnext_window): ALL_FRAMES = visible
1994-03-08 Richard M. Stallman(next_frame, prev_frame): If MINIBUF is `visible',
1994-03-08 Richard M. Stallman(Qvisible): Declared.
1994-03-08 Richard M. Stallman(Fwindow_width): Doc fix.
1994-03-07 Karl Heuer(doprnt): Do the right thing for negative size spec.
1994-03-07 Karl Heuer(get_minibuffer): Make name buffer large enough.
1994-03-07 Karl Heuer(Fminibuffer_complete, Fminibuffer_complete_word):...
1994-03-07 Karl Heuer(temp_echo_area_glyphs): Use quit_char, not C-g.
1994-03-07 Karl Heuer(Fscroll_other_window): Doc fix.
1994-03-06 Richard M. Stallman(mark_object): Add no-op cast.
1994-03-06 Richard M. Stallman(error): Use doprnt. Make buffer larger as necessary.
1994-03-06 Richard M. Stallman(operate_on_word): Don't move point; store in *NEWPOINT.
1994-03-05 Richard M. Stallman(ARRAY_MARK_FLAG): Define here.
1994-03-05 Richard M. StallmanInclude config.h, lisp.h, buffer.h, process.h, commands...
1994-03-05 Richard M. Stallman(ARRAY_MARK_FLAG): Definition moved to lisp.h.
1994-03-05 Richard M. Stallman(shut_down_emacs): Set Vrun_hooks to nil.
1994-03-05 Richard M. Stallman(Fdo_auto_save): Doc fix.
1994-03-05 Richard M. Stallman(command_loop_1, read_key_sequence, Fcommand_execute):
1994-03-05 Richard M. Stallman(read_minibuf): Don't call Vrun_hooks if it is nil.
1994-03-05 Richard M. Stallman(save_excursion_restore): Don't call Vrun_hooks if...
1994-03-05 Richard M. Stallman(Fkill_buffer, Fkill_all_local_variables):
1994-03-05 Karl Heuer(command_loop_1): Fix misplaced assignment of last_poin...
1994-03-04 Karl Heuer*** empty log message ***
1994-03-04 Karl Heuer(isnan): New macro.
1994-03-04 Fred Pierresteguy(update_one_frame_psheets): Call EmacsFrameSetCharSize to
1994-03-04 Fred Pierresteguy(EmacsFrameSetCharSize): Don't call XtMakeResizeRequest...
1994-03-04 Roland McGrath[USE_X_TOOLKIT] (xmenu_show): Pass display to XtWindowT...
1994-03-04 Richard M. Stallman(skip_chars): Treat `-' as alias for space, if syntaxp.
1994-03-04 Richard M. Stallman(Finsert_file_contents): Pass del_range_1 two ends...
1994-03-04 Karl Heuer(chan_process): Don't specify size.
1994-03-03 Karl HeuerFix typo in comment.
1994-03-03 Karl Heuer(Fread_file_name): Do the right thing when insert...
1994-03-03 Karl Heuer(record_delete): Save last_point_position in the undo...
1994-03-03 Karl HeuerNew variable last_point_position.
1994-03-03 Karl Heuer(command_loop_1): Set last_point_position to the value...
1994-03-03 Richard M. Stallman(Finsert_file_contents): If undo_list was t, leave...
1994-03-03 Richard M. Stallman(map_event_to_object, set_frame_menubar):
1994-03-03 Richard M. StallmanComment change.
1994-03-03 Karl Heuer(Fget_file_buffer): Doc fix.
1994-03-03 Karl Heuer(C_SWITCH_SYSTEM): Increase maxmem when using IBM's...
1994-03-02 Richard M. Stallman(chan_process, Vprocess_alist): Declared.
1994-03-02 Richard M. Stallman(chan_process, Vprocess_alist): No longer static.
1994-03-02 Richard M. Stallman(PURESIZE) [MULTI_FRAME]: Incremented to 230000.
1994-03-02 Richard M. Stallman(Fdisplay_completion_list): Restore original buffer
1994-03-02 Richard M. Stallman(menu_bar_items): When moving an item to the end,
1994-03-02 Richard M. StallmanInclude unistd.h.
1994-03-02 Richard M. Stallman(Fdelete_frame): Don't initialize a Lisp_Object.
1994-03-02 Karl Heuer(Fx_list_fonts): Avoid confused increment of info.
1994-03-02 Karl Heuer(Fforward_comment): Do the right thing at eob.
1994-03-02 Richard M. Stallman(menu_bar_items): Accept old vector as arg. Return...
1994-03-02 Richard M. Stallman(update_menu_bar): Change call to menu_bar_items.
1994-03-02 Richard M. Stallman(memory_signal_data): No longer static.
1994-03-02 Richard M. Stallman(Fsignal): If DATA is memory_signal_data, don't add...
1994-03-02 Richard M. Stallman(struct handler): New field chosen_clause.
1994-03-02 Richard M. Stallman(make_frame): Init menu_bar_items field to 0.
1994-03-02 Karl HeuerInitial revision
1994-03-02 Karl HeuerUse -g with the native compiler.
1994-03-02 Richard M. Stallman(del_range_1): New function.
1994-02-28 Karl Heuer(memory_full): Use new variable memory_signal_data...
1994-02-28 Fred Pierresteguy(xmenu_show): Test XtWindowToWidget before inserting...
1994-02-28 Fred Pierresteguy(XTread_socket): For case ClientMessage and Xatom_wm_de...
1994-02-26 Richard M. Stallman(LD_SWITCH_SYSTEM): New definitions, with #undef.
1994-02-26 Richard M. StallmanComment change.
1994-02-26 Karl Heuer(sys_subshell): New function, split from sys_suspend.
1994-02-26 Karl Heuer(Fsuspend_emacs): New variable cannot-suspend forces...
1994-02-26 Karl Heuer(Fset_window_configuration): Allow for menu-bar-lines...
1994-02-26 Karl Heuer(OVERLAY_POSITION): Don't check which buffer it points to.
1994-02-26 Richard M. Stallman(Vsystem_key_alist): Renamed from Vvendor_key_alist.
1994-02-26 Karl HeuerDelete extra backslash on last line of macro.
1994-02-25 Karl Heuer(compute_motion): Allow for invisible overlays in next_...
1994-02-25 Karl Heuer(display_text_line): Allow for invisible overlays in...
1994-02-25 Fred Pierresteguy(EmacsFrameSetCharSize): Set coordinates values to...
1994-02-25 Fred Pierresteguy(XTread_socket): For case ConfigureNotify, call x_any_w...
1994-02-25 Fred Pierresteguy(EmacsFrameSetCharSize): Call check_frame_size and...
1994-02-25 Karl Heuer*** empty log message ***
1994-02-24 Richard M. Stallman(Fload): Cast the args to stat.
1994-02-24 Karl Heuer(direct_output_forward_char): Use Fget_char_property...
1994-02-24 Karl Heuer(direct_output_for_insert): Fix comment.
1994-02-24 Karl Heuer(compute_motion, vmotion): Use Fget_char_property to...
1994-02-24 Karl Heuer(try_window, display_text_line): Use Fget_char_property...
1994-02-24 Karl Heuer(try_window): Add #ifdef USE_TEXT_PROPERTIES around...
1994-02-24 Karl Heuer(Fget_char_property): Fix docstring.
1994-02-24 Karl Heuer(Fget_char_property): New function.
1994-02-24 Karl Heuer(sort_overlays): Allow for null window.
1994-02-24 Fred Pierresteguy(x_window): Call XChangeWindowAttributes with the standard
1994-02-24 Richard M. Stallman(Fx_popup_menu): Allow t as position, meaning use mouse...
1994-02-24 Richard M. Stallman(Fy_or_n_p): Use a popup menu if reached via mouse...
1994-02-24 Richard M. Stallman(mouse_get_pos): Don't convert to glyph units.
1994-02-24 Richard M. Stallman(construct_mouse_click): Don't convert to glyph units.
1994-02-24 Richard M. Stallman(Fmouse_position): Convert to glyph units.
1994-02-24 Richard M. Stallman(make_lispy_movement, make_lispy_event):
1994-02-24 Richard M. Stallman(ELF_BSS_SECTION_NAME): New macro (config.h may override).
next