aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * m/delta.h: (SYSTEM_MALLOC): deleted. The problem isn't there.Francesco Potortì1994-05-061-1/+0
* (error): Fix logic in call to xmalloc/xrealloc.Richard M. Stallman1994-05-061-1/+5
* (wait_reading_process_input): Don't call prepare_menu_barsRichard M. Stallman1994-05-061-3/+9
* (make_lispy_event): Ignore mouse events for deleted frame.Richard M. Stallman1994-05-061-0/+5
* (Fdelete_other_windows): Do nothing if w->start is outside region.Karl Heuer1994-05-061-14/+26
* Use PT, not point.Karl Heuer1994-05-061-12/+12
* (x_set_offset): Update XNegative and YNegative for new pos.Richard M. Stallman1994-05-061-2/+7
* (last_point_position_buffer): New variable.Richard M. Stallman1994-05-061-3/+9
* (x_load_resources) [USE_X_TOOLKIT]: Don't call XrmInitialize.Richard M. Stallman1994-05-051-0/+4
* (describe_map): Ignore bindings for all except symbols and integers.Richard M. Stallman1994-05-051-2/+5
* (unexec): Handle debugging info properly.Richard M. Stallman1994-05-051-98/+160
* Don't use netbsd.h. Do all that right here.Richard M. Stallman1994-05-051-0/+68
* (xmenu_show): Disallow empty menus.Karl Heuer1994-05-051-0/+11
* (Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook.Karl Heuer1994-05-051-0/+2
* (last_point_position_buffer): Declared.Richard M. Stallman1994-05-051-1/+4
* Put in a separator for where to start cpp procssing.Richard M. Stallman1994-05-051-19/+22
* Test ISC4_0 along with TIOCGWINSZ.Richard M. Stallman1994-05-041-2/+2
* (NEED_SIOCTL, ISC4_0): Declared.Richard M. Stallman1994-05-041-0/+3
* *** empty log message ***Richard M. Stallman1994-05-041-0/+4
* (x_set_cursor_color): Fix typo.Richard M. Stallman1994-05-041-1/+1
* Update copyright.Karl Heuer1994-05-0448-48/+48
* Initial revisionRoland McGrath1994-05-041-0/+751
* *** empty log message ***Richard M. Stallman1994-05-041-1/+1
* (x_own_selection): Catch errors around XSetSelectionOwner.Richard M. Stallman1994-05-041-0/+3
* (syms_of_buffer): Doc fix.Richard M. Stallman1994-05-031-1/+1
* (display_text_line): Since HPOS is negative, avoidRichard M. Stallman1994-05-031-5/+8
* (read_minibuf): Clear previous_echo_glyphs.Richard M. Stallman1994-05-031-0/+2
* (file_name_completion_stat): Use both lstat and stat.Richard M. Stallman1994-05-021-1/+7
* (note_mouse_highlight, show_mouse_face, clear_mouse_face, x_destroy_window):Karl Heuer1994-05-021-20/+22
* (show_mouse_face): Fix test for cursor in highlighted area.Karl Heuer1994-05-021-6/+6
* * m/delta.h: (SYSTEM_MALLOC): defined as gnu malloc does not work.Francesco Potortì1994-05-021-1/+3
* (HAVE_MOUSE): Defined.Richard M. Stallman1994-05-021-1/+4
* Finish downcasing mouse_init1, mouse_off,Richard M. Stallman1994-05-021-47/+78
* Finish downcasing mouse_init1, mouse_off,Richard M. Stallman1994-05-021-25/+28
* (Fframe_live_p): Alternative defn for not MULTI_FRAME.Richard M. Stallman1994-05-021-0/+11
* (init_buffer_once): Initialize buffer_file_type field right.Richard M. Stallman1994-05-021-1/+1
* (create_process): Undo April 19 setsid change.Richard M. Stallman1994-05-021-1/+3
* (struct x_display): New field size_hint_flags.Richard M. Stallman1994-05-021-20/+26
* (x_calc_absolute_position): Use size_hint_flags.Richard M. Stallman1994-05-021-3/+3
* (Fx_create_frame): Set the size_hint_flags field.Richard M. Stallman1994-05-021-1/+3
* (x_wm_set_size_hint): Don't try to handle negative positions.Richard M. Stallman1994-05-011-17/+5
* (x_figure_window_size): Handle `-' for top or left.Richard M. Stallman1994-05-011-73/+96
* (x_figure_window_size): Set USPosition only if user-positionRichard M. Stallman1994-05-011-34/+17
* (Ftranspose_regions): Take addresses only after move gap.Richard M. Stallman1994-05-011-28/+54
* (update_frame): Fix previous change: unconditionally bzero at the end.Richard M. Stallman1994-05-011-2/+1
* (Ftrack_mouse): Call prepare_menu_bars at the start.Richard M. Stallman1994-05-011-1/+8
* Corrected the DGUX 5.4R2 include filename.Paul Reilly1994-05-011-1/+1
* Initial revisionPaul Reilly1994-05-011-0/+59
* (PURESIZE) [MULTI_FRAME]: Increase to 232000.Karl Heuer1994-05-011-1/+1
* (IN_ADDR, NUMERIC_ADDR_ERROR): Made conditional on HAVE_BROKEN_INET_ADDR.Paul Reilly1994-04-301-2/+2