| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Vdebug_force): New variable. | Richard M. Stallman | 1996-09-27 | 1 | -4/+38 |
| * | (XTflash): Don't flash in the internal borders. | Richard M. Stallman | 1996-09-27 | 1 | -7/+60 |
| * | (x_set_internal_border_width, Fx_create_frame): | Richard M. Stallman | 1996-09-27 | 1 | -2/+6 |
| * | (widget_store_internal_border): New function. | Richard M. Stallman | 1996-09-27 | 1 | -11/+10 |
| * | (isfloat_string): Accept E like e. | Richard M. Stallman | 1996-09-26 | 1 | -1/+1 |
| * | (KERNEL_FILE): Redefine it here. | Richard M. Stallman | 1996-09-26 | 1 | -0/+4 |
| * | (Fset_text_properties, Fadd_text_properties) | Richard M. Stallman | 1996-09-26 | 1 | -24/+33 |
| * | (syms_of_window): Doc fixes. | Richard M. Stallman | 1996-09-26 | 1 | -13/+15 |
| * | (sigsetmask, _longjmp, _setjmp): #undef them. | Richard M. Stallman | 1996-09-26 | 1 | -2/+3 |
| * | (struct frame): New field window_width. | Richard M. Stallman | 1996-09-25 | 1 | -2/+3 |
| * | (init_dosfns): When setting `__opendir_flags' value, | Richard M. Stallman | 1996-09-25 | 1 | -6/+10 |
| * | (set_properties, add_properties, remove_properties): | Richard M. Stallman | 1996-09-25 | 1 | -28/+40 |
| * | (XTread_socket): Delete WAITP arg. | Richard M. Stallman | 1996-09-25 | 1 | -2/+1 |
| * | (w32_read_socket): Delete WAITP arg. | Richard M. Stallman | 1996-09-25 | 1 | -3/+1 |
| * | (read_avail_input): Don't pass WAITP to read_socket_hook. | Richard M. Stallman | 1996-09-25 | 1 | -2/+1 |
| * | (HAVE_GETCWD): Add #undef. | Richard M. Stallman | 1996-09-25 | 1 | -0/+1 |
| * | (Vuser_login_name): Declared extern. | Richard M. Stallman | 1996-09-25 | 1 | -2/+12 |
| * | (LIBES): Add LOADLIBES and LDLIBS. | Richard M. Stallman | 1996-09-24 | 1 | -1/+1 |
| * | (run_msdos_command): When testing whether a shell | Richard M. Stallman | 1996-09-24 | 1 | -2/+14 |
| * | (x_window): With Motif, double extra_borders. | Richard M. Stallman | 1996-09-24 | 1 | -3/+5 |
| * | (Fx_create_frame): Default Qinternal_border_width to 1. | Richard M. Stallman | 1996-09-23 | 1 | -2/+4 |
| * | (x_scroll_bar_create, x_scroll_bar_move): | Richard M. Stallman | 1996-09-23 | 1 | -16/+16 |
| * | (EmacsFrameSetValues): Copy internal_border_width | Richard M. Stallman | 1996-09-23 | 1 | -0/+11 |
| * | (Fsave_current_buffer): New function. | Richard M. Stallman | 1996-09-23 | 1 | -1/+17 |
| * | (Fwindow_edges): Use new WINDOW_RIGHT_EDGE macro. | Richard M. Stallman | 1996-09-23 | 1 | -24/+19 |
| * | (syms_of_eval): Initialize Vrun_hooks here. | Richard M. Stallman | 1996-09-23 | 1 | -3/+5 |
| * | (Bsave_current_buffer): New macro. | Richard M. Stallman | 1996-09-23 | 1 | -1/+6 |
| * | (Fdelete_frame): Set update_mode_lines. | Richard M. Stallman | 1996-09-22 | 1 | -0/+3 |
| * | (main): Add copyright etc. to --version output. | Richard M. Stallman | 1996-09-22 | 1 | -0/+6 |
| * | (REGEXP_CACHE_SIZE): Increase to 20. | Richard M. Stallman | 1996-09-22 | 1 | -3/+5 |
| * | (vertical_scroll_bar_type): Add enumerated | Richard M. Stallman | 1996-09-21 | 1 | -7/+30 |
| * | (tm_diff): Renamed from difftm. Yield int, not long. | Paul Eggert | 1996-09-21 | 1 | -26/+24 |
| * | (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Renamed from | Richard M. Stallman | 1996-09-21 | 1 | -5/+3 |
| * | (make_frame_glyphs, update_line, update_frame) | Richard M. Stallman | 1996-09-21 | 1 | -10/+10 |
| * | (echo_area_display): Clear the left-side scroll bar columns. | Richard M. Stallman | 1996-09-21 | 1 | -0/+8 |
| * | (read_minibuf): Use FRAME_LEFT_SCROLL_BAR_WIDTH | Richard M. Stallman | 1996-09-21 | 1 | -1/+2 |
| * | (WINDOW_LEFT_MARGIN): New macro. | Richard M. Stallman | 1996-09-21 | 1 | -0/+34 |
| * | (make_frame): Switch from boolean `has_vertical_scrollbars' integer to | Richard M. Stallman | 1996-09-21 | 1 | -2/+2 |
| * | (initialize_win_nt_display): Use SET_FRAME_WIDTH. | Richard M. Stallman | 1996-09-21 | 1 | -1/+1 |
| * | (Fsun_menu_internal): Use new WINDOW_LEFT_MARGIN macro. | Richard M. Stallman | 1996-09-21 | 1 | -1/+1 |
| * | (term_init): Use new vertical scroll bar enumerated type. | Richard M. Stallman | 1996-09-21 | 1 | -5/+9 |
| * | (Qright): New variable. | Richard M. Stallman | 1996-09-21 | 1 | -5/+16 |
| * | (fast_find_position, show_macro_face): Use new WINDOW_LEFT_MARGIN macro. | Richard M. Stallman | 1996-09-21 | 1 | -3/+3 |
| * | Comment change. | Richard M. Stallman | 1996-09-21 | 1 | -5/+0 |
| * | (preserve_other_columns, preserve_my_columns): Use new | Richard M. Stallman | 1996-09-21 | 1 | -20/+23 |
| * | (display_mode_line): Use faces for inverse video mode line whenever possible. | Richard M. Stallman | 1996-09-21 | 1 | -41/+50 |
| * | (Fx_create_frame): Default Qvertical_scroll_bars to `left'. | Richard M. Stallman | 1996-09-21 | 1 | -7/+19 |
| * | (make_lispy_event): When converting from pixel to glyph coordinates, | Richard M. Stallman | 1996-09-21 | 1 | -2/+2 |
| * | (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Add frame as an | Richard M. Stallman | 1996-09-21 | 1 | -5/+14 |
| * | Pass frame arg in calls to VERTICAL_SCROLL_BAR_INSIDE_HEIGHT | Richard M. Stallman | 1996-09-21 | 1 | -16/+24 |