(cmputc): Return int rather than void.
[bpt/emacs.git] / src /
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]:
1994-09-17 Richard M. Stallman(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28...
1994-09-17 Karl Heuer(menu_item_enabled_p): Fix declaration.
1994-09-17 Karl HeuerAdd #include "intervals.h"
1994-09-17 Karl HeuerDeclare some functions.
1994-09-17 Karl Heuer(barf_or_query_if_file_exists): Fix declaration.
1994-09-17 Richard M. Stallman(hack_wm_protocols): Arrange to handle WM_SAVE_YOURSELF.
1994-09-17 Karl Heuer(Vsystem_configuration_options): New variable.
1994-09-17 Karl HeuerDeclare evaporate_overlays.
1994-09-17 Karl Heuer(del_range_1): Call evaporate_overlays after deleting...
1994-09-17 Karl Heuer(Qevaporate): New symbol.
1994-09-17 Richard M. Stallman(HAVE_VFORK): Defined.
1994-09-17 Richard M. Stallman(struct scroll_bar, SCROLL_BAR_VEC_SIZE): Use EMACS_INT.
1994-09-17 Richard M. StallmanInitial revision
1994-09-17 Richard M. Stallman(EMACS_INT, EMACS_UINT): Define, if not already defined.
1994-09-17 Richard M. Stallman(message): Use EMACS_INT.
1994-09-17 Richard M. Stallman(struct window): Use EMACS_INT.
1994-09-17 Richard M. Stallman(CHECK_IMPURE, all versions): Use EMACS_INT.
1994-09-17 Richard M. Stallman(print): Use EMACS_UINT.
1994-09-17 Richard M. StallmanCheck for __alpha, in __osf__ conditional.
1994-09-17 Richard M. Stallman(unchain_marker): Use EMACS_INT.
1994-09-17 Richard M. Stallman(Fload): Use EMACS_INT.
1994-09-17 Richard M. Stallman(Lisp_Object): Use EMACS_INT.
1994-09-17 Richard M. Stallman(struct frame, selected_frame, last_nonminibuf_frame...
1994-09-17 Richard M. Stallman(FLOAT_TO_INT, FLOAT_TO_INT2): Use EMACS_INT.
next