aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (kbd_buffer_get_event): Cope if mouse_position_hook does not store anything.Richard M. Stallman1994-10-231-2/+6
* (struct heap): New fields first_bloc, last_bloc.Richard M. Stallman1994-10-231-16/+114
* (calculate_costs): Call x_screen_planes.Richard M. Stallman1994-10-221-5/+2
* (Finsert_buffer_substring): Use insert_from_buffer instead of insert.Karl Heuer1994-10-221-29/+5
* (insert_from_buffer, insert_from_buffer_1): New functions.Karl Heuer1994-10-221-2/+74
* (struct x_display_info): Struct renamed from x_screen.Richard M. Stallman1994-10-221-172/+112
* Use FRAME_X_DISPLAY instead of x_current_display and XDISPLAY.Richard M. Stallman1994-10-221-325/+407
* (x_sync): Take frame ptr as arg.Richard M. Stallman1994-10-221-393/+426
* (read_avail_input): Use input_fd.Richard M. Stallman1994-10-221-6/+8
* (input_fd): No longer static.Richard M. Stallman1994-10-221-4/+3
* (Fframe_or_buffer_changed_p):Richard M. Stallman1994-10-221-1/+8
* (xmenu_show): Get the screen number for DisplayHeightRichard M. Stallman1994-10-221-3/+3
* (other_visible_frames): Pass a frame ptr to x_sync.Richard M. Stallman1994-10-221-1/+1
* (insert_before_markers): Don't inherit; insert_before_markers_and_inherit doesKarl Heuer1994-10-221-1/+1
* (list_buffers_1): Always mark current_buffer read-only.Richard M. Stallman1994-10-201-1/+5
* (LD_SWITCH_MACHINE): Defined.Richard M. Stallman1994-10-201-0/+3
* (read_minibuf): Fix comment.Karl Heuer1994-10-201-2/+1
* (Fdisplay_buffer): Make old_selected_window a Lisp_Object.Karl Heuer1994-10-201-2/+3
* (xdialog_show, xmenu_show): Use grabbed field instead of x_mouse_grabbed.Richard M. Stallman1994-10-201-6/+4
* (do_mouse_tracking): Now a FRAME_PTR.Richard M. Stallman1994-10-201-12/+13
* Log omitted from previous checkin:Richard M. Stallman1994-10-201-1/+1
* (x_get_foreign_selection): Get display fromRichard M. Stallman1994-10-201-23/+39
* (read_minibuf): Undo previous change.Richard M. Stallman1994-10-201-17/+19
* (Fdisplay_buffer): If the other window is smallerRichard M. Stallman1994-10-201-0/+20
* (child_setup): Always use _exit.Richard M. Stallman1994-10-191-1/+1
* Use FRAME_X_DISPLAY, not XDISPLAY or x_current_display.Richard M. Stallman1994-10-191-18/+32
* (Voverriding_local_map_menu_flag): New variable.Richard M. Stallman1994-10-191-4/+25
* (searchbufs): New variable, replaces searchbuf and last_regexp andKarl Heuer1994-10-191-52/+90
* (Fdirectory_files): Use the new calling convention for compile_pattern.Karl Heuer1994-10-191-7/+8
* (heap_base): Move static var to top level.Richard M. Stallman1994-10-181-81/+208
* (SOME_MACHINE_OBJECTS): Add msdos.o and x*.o files.Richard M. Stallman1994-10-181-1/+3
* (exactn): Initializer deleted.Karl Heuer1994-10-181-7/+3
* (RE_EXACTN_VALUE): Deleted; Emacs doesn't need this kludge anymore.Karl Heuer1994-10-181-5/+0
* (read_minibuf): Store the object, not the string, into the history variable.Karl Heuer1994-10-181-21/+19
* (x_set_unsplittable): New function.Karl Heuer1994-10-181-0/+10
* (do_line_dance): Decrement index only once per loop.Karl Heuer1994-10-181-1/+1
* (do_line_insertion_deletion_costs): Fix argument order.Karl Heuer1994-10-181-1/+1
* *** empty log message ***Morten Welinder1994-10-1723-85/+1061
* (struct face): Delete cached_index field.Richard M. Stallman1994-10-171-7/+0
* (Fdisplay_buffer): In desperation case of looking forRichard M. Stallman1994-10-171-2/+6
* (intern_face): Update mask properly to set stippleRichard M. Stallman1994-10-171-4/+5
* (dumpglyphs): Explicitly draw background stipple.Richard M. Stallman1994-10-171-13/+58
* (intern_face): Set the fill_style.Richard M. Stallman1994-10-171-32/+110
* Include paths.h.Richard M. Stallman1994-10-171-14/+71
* (xfns.o): Depend on paths.h.Richard M. Stallman1994-10-171-1/+1
* (PATH_BITMAPS): New macro.Richard M. Stallman1994-10-161-0/+4
* (load_unwind): Cast argument of fclose.Richard M. Stallman1994-10-161-2/+2
* (LIBS_SYSTEM): Add -lcposix.Richard M. Stallman1994-10-161-1/+16
* (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)Richard M. Stallman1994-10-151-0/+4
* Delete HAVE_X11 conditionals.Richard M. Stallman1994-10-151-10/+0