| Commit message (Expand) | Author | Age | Files | Lines |
* | (x_set_window_size) [USE_X_TOOLKIT]: | Richard M. Stallman | 1994-05-09 | 1 | -1/+11 |
* | (process_send_signal): If PREFER_VSUSP, use VSUSP instead of VSWTCH. | Richard M. Stallman | 1994-05-09 | 1 | -1/+1 |
* | (PREFER_VSUSP): Defined. | Richard M. Stallman | 1994-05-09 | 2 | -0/+6 |
* | (x_set_offset): Set gravity and size hint | Richard M. Stallman | 1994-05-08 | 1 | -15/+50 |
* | (x_real_positions): New function. | Richard M. Stallman | 1994-05-08 | 1 | -0/+41 |
* | [MSDOS]: Rename Vbinary_process to Vbinary_process_output. | Richard M. Stallman | 1994-05-07 | 1 | -4/+29 |
* | (read_char): Don't text do_mouse_tracking; | Richard M. Stallman | 1994-05-07 | 1 | -11/+9 |
* | (record_delete): Record the old point value only right after a boundary. | Richard M. Stallman | 1994-05-07 | 1 | -2/+9 |
* | (PURESIZE): Increase to 205000. | Richard M. Stallman | 1994-05-07 | 1 | -1/+1 |
* | entered into RCS | Richard M. Stallman | 1994-05-07 | 1 | -1/+1 |
* | (PURESIZE): Increase to 235000. | Richard M. Stallman | 1994-05-07 | 1 | -1/+1 |
* | Define NO_MATHERR. | Richard M. Stallman | 1994-05-06 | 1 | -0/+1 |
* | Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS. | Richard M. Stallman | 1994-05-06 | 1 | -2/+0 |
* | *** empty log message *** | Jim Meyering | 1994-05-06 | 1 | -0/+2 |
* | (LD_SWITCH_SYSTEM): Use ./prefix-args, not -Xlinker directly. | Richard M. Stallman | 1994-05-06 | 2 | -2/+9 |
* | * m/delta.h: (SYSTEM_MALLOC): deleted. The problem isn't there. | Francesco Potortì | 1994-05-06 | 1 | -1/+0 |
* | (error): Fix logic in call to xmalloc/xrealloc. | Richard M. Stallman | 1994-05-06 | 1 | -1/+5 |
* | (wait_reading_process_input): Don't call prepare_menu_bars | Richard M. Stallman | 1994-05-06 | 1 | -3/+9 |
* | (make_lispy_event): Ignore mouse events for deleted frame. | Richard M. Stallman | 1994-05-06 | 1 | -0/+5 |
* | (Fdelete_other_windows): Do nothing if w->start is outside region. | Karl Heuer | 1994-05-06 | 1 | -14/+26 |
* | Use PT, not point. | Karl Heuer | 1994-05-06 | 1 | -12/+12 |
* | (x_set_offset): Update XNegative and YNegative for new pos. | Richard M. Stallman | 1994-05-06 | 1 | -2/+7 |
* | (last_point_position_buffer): New variable. | Richard M. Stallman | 1994-05-06 | 1 | -3/+9 |
* | (x_load_resources) [USE_X_TOOLKIT]: Don't call XrmInitialize. | Richard M. Stallman | 1994-05-05 | 1 | -0/+4 |
* | (describe_map): Ignore bindings for all except symbols and integers. | Richard M. Stallman | 1994-05-05 | 1 | -2/+5 |
* | (unexec): Handle debugging info properly. | Richard M. Stallman | 1994-05-05 | 1 | -98/+160 |
* | Don't use netbsd.h. Do all that right here. | Richard M. Stallman | 1994-05-05 | 1 | -0/+68 |
* | (xmenu_show): Disallow empty menus. | Karl Heuer | 1994-05-05 | 1 | -0/+11 |
* | (Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook. | Karl Heuer | 1994-05-05 | 1 | -0/+2 |
* | (last_point_position_buffer): Declared. | Richard M. Stallman | 1994-05-05 | 1 | -1/+4 |
* | Put in a separator for where to start cpp procssing. | Richard M. Stallman | 1994-05-05 | 1 | -19/+22 |
* | Test ISC4_0 along with TIOCGWINSZ. | Richard M. Stallman | 1994-05-04 | 1 | -2/+2 |
* | (NEED_SIOCTL, ISC4_0): Declared. | Richard M. Stallman | 1994-05-04 | 1 | -0/+3 |
* | *** empty log message *** | Richard M. Stallman | 1994-05-04 | 1 | -0/+4 |
* | (x_set_cursor_color): Fix typo. | Richard M. Stallman | 1994-05-04 | 1 | -1/+1 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 48 | -48/+48 |
* | Initial revision | Roland McGrath | 1994-05-04 | 1 | -0/+751 |
* | *** empty log message *** | Richard M. Stallman | 1994-05-04 | 1 | -1/+1 |
* | (x_own_selection): Catch errors around XSetSelectionOwner. | Richard M. Stallman | 1994-05-04 | 1 | -0/+3 |
* | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1994-05-03 | 1 | -1/+1 |
* | (display_text_line): Since HPOS is negative, avoid | Richard M. Stallman | 1994-05-03 | 1 | -5/+8 |
* | (read_minibuf): Clear previous_echo_glyphs. | Richard M. Stallman | 1994-05-03 | 1 | -0/+2 |
* | (file_name_completion_stat): Use both lstat and stat. | Richard M. Stallman | 1994-05-02 | 1 | -1/+7 |
* | (note_mouse_highlight, show_mouse_face, clear_mouse_face, x_destroy_window): | Karl Heuer | 1994-05-02 | 1 | -20/+22 |
* | (show_mouse_face): Fix test for cursor in highlighted area. | Karl Heuer | 1994-05-02 | 1 | -6/+6 |
* | * m/delta.h: (SYSTEM_MALLOC): defined as gnu malloc does not work. | Francesco Potortì | 1994-05-02 | 1 | -1/+3 |
* | (HAVE_MOUSE): Defined. | Richard M. Stallman | 1994-05-02 | 1 | -1/+4 |
* | Finish downcasing mouse_init1, mouse_off, | Richard M. Stallman | 1994-05-02 | 1 | -47/+78 |
* | Finish downcasing mouse_init1, mouse_off, | Richard M. Stallman | 1994-05-02 | 1 | -25/+28 |
* | (Fframe_live_p): Alternative defn for not MULTI_FRAME. | Richard M. Stallman | 1994-05-02 | 1 | -0/+11 |