]> code.delx.au - gnu-emacs/history - src
Delete BROKEN_FASYNC conditional.
[gnu-emacs] / src /
1994-09-24 Richard M. StallmanDelete BROKEN_FASYNC conditional.
1994-09-24 Richard M. Stallman(Fset_default, Fset): Delete RTPC_REGISTER_BUG conditio...
1994-09-24 Richard M. Stallman(Fprocess_send_eof): Delete DID_REMOTE conditional.
1994-09-23 Richard M. Stallman(prev_frame): Fix typo.
1994-09-23 Richard M. StallmanComment changes.
1994-09-23 Richard M. Stallman(exec_sentinel_error_handler): New function.
1994-09-23 Richard M. Stallman(Freplace_match): New 4th arg OBJECT can specify string...
1994-09-23 Richard M. Stallman(Fdelete_other_windows): Nice error if WINDOW is minibuf.
1994-09-23 Richard M. Stallman(copy_text_and_data): Delete some printf's.
1994-09-23 Richard M. Stallman(PURESIZE): Definition deleted.
1994-09-23 Richard M. StallmanInitial revision
1994-09-23 Richard M. Stallman(Fx_create_frame): Rename menuBarLines resource to...
1994-09-23 Richard M. Stallman(X_IO_BUG): Definition deleted.
1994-09-23 Richard M. Stallman(BSD): Have two definitions according to version number.
1994-09-23 Richard M. Stallman(copy_text_and_data): Add RISCiX changes.
1994-09-23 Richard M. Stallman(Fx_list_fonts): Use a cache stored in FRAME_X_SCREEN.
1994-09-23 Richard M. Stallman(FRAME_X_DISPLAY): New macro.
1994-09-23 Richard M. Stallman(x_destroy_window): Decrement ref count of x_screen...
1994-09-22 Karl Heuer(evaporate_overlays): Overlay is in car, not cdr.
1994-09-22 Richard M. Stallman(Fcompleting_read): Doc fix.
1994-09-22 Richard M. Stallman(BASE_PURESIZE): Increment both values.
1994-09-22 Richard M. Stallman(Vdebug_on_error): Declared.
1994-09-22 Richard M. Stallman(cmd_error_internal): New function, broken out of cmd_e...
1994-09-22 Richard M. Stallman(display-buffer, special-display-buffer-names)
1994-09-22 Richard M. Stallman(cmputc): Return int rather than void.
1994-09-22 Richard M. Stallman(evalcost, cmputc): They now return their arguments.
1994-09-22 Richard M. Stallman(HAVE_TERMIOS, NO_TERMIO): Defined.
1994-09-22 Richard M. Stallman(Fmessage_or_box): Use Fmessage_box with new name.
1994-09-21 Richard M. Stallman(init_eval_once): Init Vrun_hooks here.
1994-09-21 Richard M. Stallman(Fmessage_box): Renamed from Fbox_message.
1994-09-21 Richard M. StallmanInitial revision
1994-09-21 Richard M. Stallman(overlays_at): New arg PREV_PTR.
1994-09-21 Richard M. Stallman(concat3): New function.
1994-09-21 Richard M. Stallman(compute_char_face): Pass new arg to overlays_at.
1994-09-21 Richard M. Stallman(note_mouse_highlight): Pass new arg to overlays_at.
1994-09-21 Richard M. Stallman(Fget_char_property): Pass new arg to overlays_at.
1994-09-21 Richard M. Stallman(Fx_get_resource): Doc fix.
1994-09-21 Karl Heuer(report_error): Include reason in error message.
1994-09-20 Richard M. Stallman(SUNOS4 or __FreeBSD__): Define UNDO_RELOCATION.
1994-09-20 Karl Heuer(r_alloc_freeze_level): New variable.
1994-09-20 Karl Heuer(trivial_regexp_p): New function.
1994-09-20 Karl Heuer(FRAME_SCROLL_BAR_PIXEL_WIDTH): New macro, supersedes
1994-09-20 Karl Heuer(VERTICAL_SCROLL_BAR_PIXEL_WIDTH): Deleted.
1994-09-20 Karl Heuer(compute_motion): Fix comment.
1994-09-20 Karl Heuer(set_frame_size, EmacsFrameSetCharSize): Change
1994-09-20 Karl Heuer(window_internal_width): Change VERTICAL_SCROLL_BAR_WID...
1994-09-20 Karl Heuer(display_string): Change VERTICAL_SCROLL_BAR_WIDTH...
1994-09-20 Karl Heuer(x_set_scroll_bar_width): New function.
1994-09-20 Karl Heuer* xterm.c (x_new_font): Compute number of scrollbar...
1994-09-20 Karl Heuer(make_float, make_pure_float): Fix Lisp_Object vs....
1994-09-20 Karl Heuer(Fset_window_buffer): Fix Lisp_Object vs. int problems.
1994-09-20 Karl Heuer(kbd_store_ptr): Declare storage class before qualifier.
1994-09-20 Karl Heuer(kbd_store_ptr): Declare storage class before qualifier.
1994-09-20 Karl Heuer(set_file_times): Move this out of the USG conditional.
1994-09-20 Richard M. Stallman(PURESIZE_RATIO, BASE_PURESIZE): Defined.
1994-09-20 Richard M. Stallman(POSIX_SIGNALS): Defined.
1994-09-20 Richard M. Stallman(struct saved_window_data): New slots min_width, min_he...
1994-09-20 Richard M. Stallman(malloc, realloc): Declared.
1994-09-19 Karl Heuer(syms_of_buffer): Doc fix.
1994-09-19 Karl Heuer(Fkey_description): Reverse condition.
1994-09-19 Jim BlandyAdd a new element to display tables controlling side...
1994-09-19 Karl Heuer[!HAVE_X_WINDOWS] (store_frame_title): Dummy macro.
1994-09-19 Richard M. Stallman(SYSTEM_TYPE): Delete definition.
1994-09-19 Richard M. Stallman(RETURN_UNGCPRO): Use if (1) .. else, not do ... while...
1994-09-19 Karl Heuer(validate_interval_range, property_value, Fget_char_pro...
1994-09-19 Karl Heuer(openp): Fix Lisp_Object vs. int problems.
1994-09-19 Karl Heuer(vmotion, Fvertical_motion): Fix Lisp_Object vs. int...
1994-09-19 Karl Heuer(Fframe_parameters): Fix Lisp_Object vs. int problems.
1994-09-19 Karl Heuer(direct_output_for_insert, direct_output_forward_char...
1994-09-19 Karl Heuer(Fsignal): Fix Lisp_Object vs. int problems.
1994-09-19 Karl Heuer(Frandom): Fix Lisp_Object vs. int problems.
1994-09-19 Karl Heuer[!MULTI_FRAME] (FOR_EACH_FRAME): Fix Lisp_Object vs...
1994-09-19 Karl Heuer(read_minibuf): Fix Lisp_Object vs. int problems.
1994-09-19 Karl HeuerDeclare Fmake_sparse_keymap.
1994-09-19 Karl HeuerAdd #include "keyboard.h"
1994-09-18 Karl Heuer(Fmember): Declare this function.
1994-09-18 Karl Heuer(_ALL_SOURCE): Don't redefine if already defined.
1994-09-18 Karl Heuer(HAVE_SELECT, HAVE_TIMEVAL): Add #undefs.
1994-09-18 Karl HeuerDelete obsolete symbols.
1994-09-18 Richard M. Stallman(struct process): New field tty_name.
1994-09-18 Richard M. Stallman(HAVE_VFORK): Defined.
1994-09-18 Richard M. Stallman(Ffile_writable_p): Don't use ro_fsys.
1994-09-18 Karl Heuer(Fcopy_file): Use set_file_times, and check for the...
1994-09-18 Karl HeuerDeclare set_file_times.
1994-09-18 Karl Heuer(set_file_times): New function.
1994-09-18 Karl Heuer(_ALL_SOURCE, HAVE_STRUCT_UTIMBUF): Add #undefs.
1994-09-18 Richard M. Stallman(preserve_other_columns): Fix arg to sizeof in bcopy...
1994-09-18 Richard M. Stallman(reset_buffer): Don't call reset_buffer_local_variables.
1994-09-18 Richard M. Stallman(get_minibuffer): Call Fkill_all_local_variables.
1994-09-18 Richard M. Stallman(DECLARE_GETPWUID_WITH_UID_T): Defined.
1994-09-18 Richard M. Stallman(REL_ALLOC): #undef deleted.
1994-09-18 Richard M. Stallman(Fkey_description): Give error if KEYS not an array.
1994-09-17 Richard M. Stallman(unexec): Fix logic for rounding section boundaries.
1994-09-17 Richard M. Stallman(Fforward_comment): Do increment from, when reaching
1994-09-17 Richard M. Stallman(EMACS_CONFIG_OPTIONS): Add #undef.
1994-09-17 Richard M. Stallman[SUNOS4]: Include link.h.
1994-09-17 Richard M. Stallman(property_value): Declare args plist, prop.
1994-09-17 Richard M. Stallman(PURESIZE): Defnitions deleted.
1994-09-17 Richard M. Stallman(print): sprintf arg for frame depends on VALBITS.
1994-09-17 Richard M. Stallman(Fcall_process) [__osf__ && __alpha]:
next