log

age author description
1994-10-04 Karl Heuer (record_insert, record_delete, record_first_change, record_property_change):
1994-10-04 Karl Heuer (Ftext_properties_at, Fget_char_property, Fnext_property_change,
1994-10-04 Karl Heuer (kbd_input_ast, read_input_waiting): Use new accessor macros instead of
1994-10-04 Karl Heuer (Flooking_at, skip_chars, search_buffer, set_search_regs, Fstore_match_data):
1994-10-04 Karl Heuer (make_process, create_process, Fopen_network_stream, deactivate_process,
1994-10-04 Karl Heuer (temp_output_buffer_setup): Use new accessor macros instead of calling XSET
1994-10-04 Karl Heuer (Fmarker_buffer): Use new accessor macros instead of calling XSET directly.
1994-10-04 Karl Heuer (Fget_file_char, Fload, read1, oblookup, map_obarray, defsubr, defalias,
1994-10-04 Karl Heuer (synkey, Fdescribe_bindings, describe_command): Use new accessor macros
1994-10-04 Karl Heuer (command_loop_1, read_char, Ftrack_mouse, kbd_buffer_get_event,
1994-10-04 Karl Heuer (graft_intervals_into_buffer): Use new accessor macros instead of calling XSET
1994-10-04 Karl Heuer (insert_1, insert_from_string_1): Use new accessor macros instead of calling
1994-10-04 Karl Heuer (Fcompute_motion): Use new accessor macros instead of calling XSET directly.
1994-10-04 Karl Heuer (make_minibuffer_frame, make_terminal_frame, Fselected_frame,
1994-10-04 Karl Heuer (FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor): Use new accessor macros
1994-10-04 Karl Heuer (Fdefault_file_modes, Finsert_file_contents, Fdo_auto_save): Use new accessor
1994-10-04 Karl Heuer (Fcurrent_time, Fformat): Use new accessor macros instead of calling XSET
1994-10-04 Karl Heuer (redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros instead
1994-10-04 Karl Heuer (make_number, Fsymbol_name, do_symval_forwarding, swap_in_symval_forwarding,
1994-10-04 Karl Heuer (Fget_buffer_create, Frename_buffer, Fbuffer_disable_undo,
1994-10-04 Karl Heuer (VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector, Fmake_symbol,
1994-10-04 Karl Heuer (write_abbrev, Finsert_abbrev_table_description): Use new accessor macros
1994-10-04 Karl Heuer (SCROLL_BAR_UNPACK): Use new accessor macros instead of calling XSET directly.
1994-10-04 Karl Heuer Don't override definition of XSETINT.
1994-10-04 Karl Heuer (XSETPNTR): Deleted.
1994-10-04 Karl Heuer Don't override definition of XSETINT.
1994-10-04 Richard M. Stallman Translate -gnu/linux* to -linux*.
1994-10-04 Richard M. Stallman (MKTIME_OBJ): New variable.
1994-10-04 Richard M. Stallman (mktime): Check for it.
1994-10-04 Richard M. Stallman (server-switch-buffer): Don't go to an invisible frame.
1994-10-04 Richard M. Stallman (set-auto-mode): Discard versions from file name before
1994-10-03 Richard M. Stallman (rlogin): Doc fix.
1994-10-03 Richard M. Stallman (vc-backend-checkin): When CVS checks in a file, it is
1994-10-03 Richard M. Stallman (vc-status): Handle CVS.
1994-10-03 Ian Lance Taylor Add support for MIPS variants
1994-10-03 Roland McGrath Recognize GNU.
1994-10-03 Richard M. Stallman (comint-strip-ctrl-m): Renamed from shell-strip-crtl-m and moved here.
1994-10-03 Richard M. Stallman (shell-strip-ctrl-m): Function moved to comint.el and renamed.
1994-10-03 Karl Heuer (Frecenter): Don't trigger point-motion hooks.
1994-10-02 Richard M. Stallman (kill-rectangle): In read-only buffer, do record
1994-10-02 Karl Heuer (Finsert_file_contents): set type of `end', not just the value.
1994-10-02 Karl Heuer (x_figure_window_size): Use new formula for scroll bar width.
1994-10-02 Karl Heuer Include <utime.h> here instead of in systime.h.
1994-10-02 Karl Heuer Don't include <utime.h> here; do it in sysdep.c instead.
1994-10-02 Karl Heuer (HAVE_UTIME_H): Add #undef.
1994-10-02 Paul Reilly (popup_get_selection): Remove BLOCK_INPUT, UNBLOCK_INPUT since the
1994-10-02 Richard M. Stallman (shell-mode): Compare the truename with /dev/null.
1994-10-02 Richard M. Stallman (file-truename): If name has no dir, use default-directory.
1994-10-02 Paul Reilly (widget_id_tick): Renamed from popup_id_tick.
1994-10-02 Paul Reilly (XTread_socket): Use popup_get_selection() for X11 menubar event handling.
1994-10-02 Paul Reilly (HACK_EDITRES): Declare if using X11R5.
1994-10-02 Paul Reilly (EmacsFrameSetCharSize): Use lw_refigure_widget() for widget set
1994-10-02 Paul Reilly Declare XtNshowGrip, XtNallowResize, and XtNresizeToPreferred.
1994-10-02 Paul Reilly (make_lispy_event): Do not set item. Now handled in xmenu.c by
1994-10-02 Paul Reilly (display_menu_item): Add support for displaying the title in pop up menus.
1994-10-02 Paul Reilly (lw_set_main_areas): Use xm_set_main_areas().
1994-10-02 Paul Reilly Declare xm_set_main_areas() and xm_manage_resizing().
1994-10-02 Paul Reilly (make_menu_in_widget): Add support for displaying a title in pop up
1994-10-02 Paul Reilly Added Motif changes for usage and option checking.
1994-10-02 Richard M. Stallman (Info-scroll-down, Info-scroll-up): Doc fixes.