]> code.delx.au - gnu-emacs/history - src
(START_FILES, LIB_STANDARD): Don't define if USG5_4.
[gnu-emacs] / src /
1993-08-13 Richard M. Stallman(START_FILES, LIB_STANDARD): Don't define if USG5_4.
1993-08-13 Richard M. StallmanDelete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS.
1993-08-13 Richard M. Stallman(C_ALLOCA): Don't define it.
1993-08-13 Richard M. Stallman(kbd_buffer_store_event): Use bcopy to copy
1993-08-13 Richard M. Stallman(get_data_region): Add cast to avoid warning.
1993-08-13 Richard M. Stallman(Flogb): Error at run time if not supported.
1993-08-12 Roland McGrath*** empty log message ***
1993-08-12 Richard M. Stallman(Flogb): Doc fix.
1993-08-12 Richard M. StallmanInclude process.h.
1993-08-12 Richard M. StallmanInclude alloca.h if appropriate.
1993-08-12 Richard M. Stallman(Fdelete_frame): Add parens for clarity.
1993-08-12 Richard M. StallmanFix typo in last change.
1993-08-12 Richard M. Stallman(HAVE_GETHOSTNAME): #if 0'd.
1993-08-12 Richard M. Stallman(BIG_ENDIAN): Don't actually define it.
1993-08-11 Richard M. Stallman(LD_SWITCH_SYSTEM): Delete the -L options.
1993-08-11 Richard M. Stallman(describe_buffer_bindings): Declare shadow just once.
1993-08-11 Richard M. Stallman(verify_overlay_modification): initialize endpos.
1993-08-11 Richard M. Stallman(enum resource_types): Delete final comma.
1993-08-11 Richard M. Stallman(enum window_loop): Delete final comma.
1993-08-11 Richard M. Stallman(enum event_kind): Delete final comma.
1993-08-11 Richard M. Stallman(BIG_ENDIAN): Don't define if already defined.
1993-08-11 Richard M. Stallman(Frecenter): Preserve point in the buffer we change...
1993-08-11 Richard M. Stallman(Fnewline): If we don't do the first SET_PT,
1993-08-11 Richard M. Stallman(make_lispy_event): Clear all but 0377 in event->code.
1993-08-11 Roland McGrath*** empty log message ***
1993-08-11 Richard M. Stallman(direct_output_forward_char): Fix previous change:
1993-08-11 Richard M. Stallman(Qminibuffer_setup_hook, Vminibuffer_setup_hook): New...
1993-08-11 Richard M. Stallman(receive_incremental_selection): Use bcopy, not memcpy.
1993-08-11 Richard M. Stallman(BIG_ENDIAN): Provide a value that matches the system.
1993-08-11 Richard M. Stallman(C_SWITCH_X_SYSTEM): Define instead of C_SWITCH_SYSTEM.
1993-08-11 Richard M. StallmanAdd #undef HAVE_FTIME.
1993-08-11 Richard M. Stallman(term_get_fkeys_define_1, term_get_fkeys_define): New...
1993-08-10 Richard M. Stallman*** empty log message ***
1993-08-10 Richard M. Stallman(LIB_X11_LIB, LIBX11_SYSTEM): Make #undefs unconditional.
1993-08-10 Richard M. StallmanHandle NO_TERMIO in principal HAVE_TERMIOS case.
1993-08-10 Richard M. Stallman(x_get_customization_string): Don't use value of strcpy.
1993-08-10 Richard M. Stallman(HAVE_TCATTR): Macro #defined.
1993-08-10 Richard M. Stallman(Fexpt): Use IN_FLOAT2.
1993-08-10 Richard M. Stallman(Vinvocation_directory): Declared.
1993-08-10 Paul Eggert(Fmod): New function; result is always same sign as...
1993-08-10 Paul Eggert(main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPE
1993-08-10 Paul Eggert(Ffloor): Optional second operand specifies divisor...
1993-08-10 Richard M. Stallman(unexec): Add casts for some comparisons.
1993-08-09 Jim Blandy* config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs...
1993-08-09 Richard M. Stallman(term_init): Improve error messages (give sh commands).
1993-08-08 Richard M. Stallman(mark_object): Declare ptr volatile, or don't use it
1993-08-08 Richard M. Stallman(struct font_info): New structure.
1993-08-08 Richard M. StallmanDon't put -q in args.
1993-08-08 Richard M. Stallman(HAVE_VFORK): Defined.
1993-08-08 Richard M. Stallman(Vinvocation_directory): New var.
1993-08-08 Richard M. Stallman(expand_and_dir_to_file): Use Fdirectory_file_name.
1993-08-08 Richard M. Stallman(init_lread): Normally put Vinvocation_directory
1993-08-06 Richard M. Stallman(x_term_init): Set the hooks before we call Fset_input_...
1993-08-06 Richard M. Stallman(set_poll_suppress_count): New function.
1993-08-06 Richard M. Stallman(unwind_to_catch): Call set_poll_suppress_count.
1993-08-06 Richard M. Stallman(Fset_input_mode): Start polling, if appropriate.
1993-08-06 Richard M. StallmanTotal rewrite; includes ibmps2-aix.h.
1993-08-05 Richard M. Stallman(do_autoload): Don't report autoload failure
1993-08-05 Richard M. Stallman(SYSTEM_TYPE): Don't redefine it here.
1993-08-05 Richard M. StallmanDoc fix.
1993-08-05 Richard M. Stallman(Fyes_or_no_p): Use Qyes_or_no_p_history.
1993-08-04 Richard M. Stallman(expand_and_dir_to_file): Remove final / by copying...
1993-08-04 Richard M. Stallman[BSD4_3] (HAVE_FTIME): Defined.
1993-08-04 Richard M. Stallman(Frem): Don't accept floats, just ints and markers.
1993-08-03 Richard M. Stallman(CRT0_COMPILE): Add -O and -Demacs.
1993-08-03 Jim BlandyChanges for 3b1 suggested by Andy Fyfe <andy@scp.caltec...
1993-08-03 Jim Blandy* config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDI...
1993-08-03 Richard M. StallmanDon't mention dir `s/' in #include.
1993-08-03 Richard M. Stallman(vfork): Move this outside the USG conditional.
1993-08-02 Roland McGrath(Fprevious_frame): New function, for parity with Fnext_...
1993-08-02 Jim Blandy* xdisp.c (display_menu_bar): Redisplay all lines occup...
1993-08-02 Roland McGrath*** empty log message ***
1993-08-02 Richard M. Stallman(save_excursion_restore): Never make the buffer visible.
1993-08-02 Richard M. Stallman(read_key_sequence): Use XFASTINT to convert value
1993-08-02 Richard M. Stallman(Fmove_overlay): Avoid initializer for Lisp_Object...
1993-08-02 Richard M. Stallman(Fset_frame_position): Doc fix.
1993-08-01 Roland McGrath*** empty log message ***
1993-08-01 Roland McGrath*** empty log message ***
1993-08-01 Richard M. Stallman(last_mouse_button): Renamed from button_up_button.
1993-08-01 Richard M. Stallman(Finsert_file_contents): Don't call prepare_to_modify_b...
1993-08-01 Richard M. StallmanDoc fix.
1993-07-31 Richard M. Stallman(try_window): Handle invisible newline at end of buffer.
1993-07-31 Richard M. Stallman(compute_motion): Compute correctly for invisible text.
1993-07-31 Richard M. Stallman(direct_output_for_insert): Fail if character
1993-07-31 Richard M. Stallman(adjust_intervals_for_insertion): Handle insertion
1993-07-31 Richard M. Stallman(MERGE_INSERTIONS): Define as 1.
1993-07-31 Richard M. Stallman(Qfront_sticky, Qrear_nonsticky): New variables.
1993-07-31 Richard M. Stallman(prop_location_identifier): Was named prop_location_tick.
1993-07-31 Richard M. Stallman(Fnewline): Disable the "insert one position before"
1993-07-31 Jim Blandy* config.h.in (HAVE_AIX_SMT_EXP): New #undef for config...
1993-07-31 Jim Blandy* xfns.c (Fx_open_connection): Test the CPP symbol
1993-07-31 Jim Blandy* config.h.in (HAVE_XSCREENRESOURCESTRING): New #undef for
1993-07-31 Jim Blandy* config.h.in (HAVE_BCOPY): Add an #undef for this.
1993-07-30 Jim Blandy* xfns.c (x_set_background_color): Change the foregroun...
1993-07-30 Richard M. Stallman(syms_of_editfns): Just staticpro Vuser...name
1993-07-30 Roland McGrathInitial revision
1993-07-30 Roland McGrath*** empty log message ***
1993-07-30 Jim Blandy* xfns.c (syms_of_xfns): Don't staticpro Vx_resource_name;
1993-07-30 Jim Blandy* window.c (check_frame_size): Include the menu bar...
1993-07-29 Richard M. Stallman(Fdelete_frame): New arg FORCE allows deletion of last...
next