| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | (init_system_name): Retry gethostbyname only 5 times | Richard M. Stallman | 1996-09-20 | 1 | -1/+3 |
| * | (file_name_completion): Remove code which sets and | Richard M. Stallman | 1996-09-19 | 1 | -21/+21 |
| * | (display_text_line): Declare ovstr as unsigned char *. | Richard M. Stallman | 1996-09-19 | 1 | -1/+1 |
| * | (overlay_strings): Declare pstr using unsigned char. | Richard M. Stallman | 1996-09-19 | 1 | -1/+2 |
| * | Replaced symbol BSD with BSD_SYSTEM. | Richard M. Stallman | 1996-09-19 | 1 | -10/+10 |
| * | (regex_compile): Use TRANSLATE before calling SET_LIST_BIT. | Richard M. Stallman | 1996-09-19 | 1 | -3/+4 |
| * | (Fcompleting_read): Doc fix. | Richard M. Stallman | 1996-09-18 | 1 | -1/+1 |
| * | (C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM): Don't define them if using GCC. | Richard M. Stallman | 1996-09-17 | 1 | -0/+2 |
| * | Comment changes. | Erik Naggum | 1996-09-17 | 1 | -2/+2 |
| * | Declare make_symbol (). | Erik Naggum | 1996-09-17 | 1 | -2/+2 |
| * | (syms_of_keyboard): Initialize and staticpro internal_last_event_frame and | Erik Naggum | 1996-09-17 | 1 | -0/+6 |
| * | (init_obarray): staticpro Qvariable_documentation. | Erik Naggum | 1996-09-17 | 1 | -0/+1 |
| * | (syms_of_keymap): staticpro global_map. | Erik Naggum | 1996-09-17 | 1 | -0/+1 |
| * | (syms_of_fileio): staticpro Qset_visited_file_modtime. | Erik Naggum | 1996-09-17 | 1 | -0/+1 |
| * | (syms_of_dired): staticpro Qdirectory_files, Qfile_name_completion, | Erik Naggum | 1996-09-17 | 1 | -0/+5 |
| * | (syms_of_casetab): staticpro Vascii_canontable, Vascii_eqv_table, and | Erik Naggum | 1996-09-17 | 1 | -0/+3 |
| * | (Fmake_symbol): Initialize `obarray' field. | Erik Naggum | 1996-09-17 | 1 | -0/+1 |
| * | Replaced symbol BSD with BSD_SYSTEM. | Karl Heuer | 1996-09-17 | 1 | -1/+1 |
| * | Comment change. | Karl Heuer | 1996-09-17 | 5 | -5/+5 |
| * | Replaced symbol BSD with BSD_SYSTEM. | Karl Heuer | 1996-09-17 | 21 | -48/+49 |
| * | Replace symbol BSD with BSD_SYSTEM. | Karl Heuer | 1996-09-17 | 2 | -4/+4 |
| * | (Fget_buffer_create): Initialize BUF_OVERLAY_MODIFF. | Richard M. Stallman | 1996-09-16 | 1 | -0/+1 |
| * | (frame.o, textprop.o, abbrev.o): Depend on window.h. | Richard M. Stallman | 1996-09-16 | 1 | -8/+8 |
| * | (read_minibuf_unwind): Clear last_overlay_modified field. | Richard M. Stallman | 1996-09-16 | 1 | -0/+1 |
| * | (IT_set_menu_bar_lines): Clear last_overlay_modified field. | Richard M. Stallman | 1996-09-16 | 1 | -0/+1 |
| * | (note_mouse_highlight): Test last_overlay_modified field. | Richard M. Stallman | 1996-09-16 | 2 | -2/+4 |
| * | (Fset_window_start): Clear last_overlay_modified field. | Richard M. Stallman | 1996-09-16 | 1 | -1/+9 |
| * | Comment change. | Richard M. Stallman | 1996-09-16 | 1 | -1/+3 |
| * | (stream_process): Variable deleted. | Richard M. Stallman | 1996-09-16 | 1 | -5/+0 |
| * | Comment changes. | Richard M. Stallman | 1996-09-16 | 1 | -2/+2 |
| * | (C_SWITCH_X_SYSTEM): Add -I/usr/contrib/X11R5/include. | Richard M. Stallman | 1996-09-15 | 1 | -2/+4 |
| * | (redisplay_internal, mark_window_display_accurate) | Richard M. Stallman | 1996-09-15 | 1 | -75/+21 |
| * | (command_loop_1): Test last_overlay_modified | Richard M. Stallman | 1996-09-15 | 1 | -0/+6 |
| * | (direct_output_for_insert): Set last_overlay_modified field in window. | Richard M. Stallman | 1996-09-15 | 1 | -0/+1 |
| * | (gap_left, gap_right, modify_region): | Richard M. Stallman | 1996-09-15 | 1 | -4/+10 |