summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* (Qredisplay_end_trigger_functions): Renamed from ..._hook.Richard M. Stallman1995-11-181-4/+10
* (display_text_line): Handle redisplay_end_triggerRichard M. Stallman1995-11-111-11/+14
* (display_menu_bar): Fix backwards conditional.Richard M. Stallman1995-11-111-4/+8
* (display_text_line): Get redisplay_end_trigger from window.Richard M. Stallman1995-11-101-29/+37
* [HAVE_NTGUI] (set_menu_framebar): Declare external.Geoff Voelker1995-11-071-11/+11
* Add some commented-out code.Richard M. Stallman1995-10-311-0/+13
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-6/+6
* (try_window_id): Stop the compute_motion at ZV, not Z,Richard M. Stallman1995-10-211-3/+33
* (syms_of_xdisp): Doc fix.Richard M. Stallman1995-10-121-1/+2
* (redisplay_window, redisplay_window, display_text_line):Richard M. Stallman1995-10-111-8/+7
* (Qwindow_scroll_functions, Vwindow_scroll_functions): New variables.Richard M. Stallman1995-10-031-2/+26
* (display_text_line): Write blanks under the entireKarl Heuer1995-08-221-5/+10
* (redisplay): Compute mini_frame the same way echo_area_display does.Richard M. Stallman1995-08-061-2/+5
* (redisplay): When displaying a terminal frame,Richard M. Stallman1995-08-031-1/+18
* (update_menu_bar): Pass new arg to set_frame_menubar.Richard M. Stallman1995-07-261-3/+3
* (echo_area_display): Use selected frame's minibuf windowRichard M. Stallman1995-07-211-43/+55
* (decode_mode_spec): New arg spec_width.Richard M. Stallman1995-07-181-13/+57
* (redisplay_window): Fix typos in clip_changed change.Richard M. Stallman1995-07-071-2/+2
* (clip_changed): Variable deleted.Richard M. Stallman1995-07-021-15/+31
* (echo_area_display): Don't set FRAME_CURSOR_... here.Richard M. Stallman1995-06-281-1/+8
* (decode_mode_spec) [!MULTI_FRAME]: Handle %F properly.Richard M. Stallman1995-06-211-0/+4
* (display_text_line): Fill in charstart for end of buffer.Richard M. Stallman1995-06-171-1/+12
* Fix previous change.Karl Heuer1995-06-161-1/+1
* (Qoverriding_terminal_local_map): New variable.Karl Heuer1995-06-161-2/+8
* (update_menu_bar): Use set_buffer_internal_1 to switch bufs.Karl Heuer1995-06-091-2/+12
* (update_menu_bar): Run activate-menubar-hookKarl Heuer1995-06-091-0/+6
* Include keyboard.h.Karl Heuer1995-06-051-0/+1
* (update_menu_bar): Do update if region display has changed.Karl Heuer1995-05-301-1/+4
* (update_menu_bar): Reverse test of save_match_data.Karl Heuer1995-05-301-1/+1
* (redisplay_window): Don't use try_window_id ifKarl Heuer1995-05-291-0/+4
* (update_menu_bar): Call set_frame_menubar with proper buffer current.Karl Heuer1995-05-291-1/+1
* (x_consider_frame_title): Use FRAME_KBOARD.Karl Heuer1995-05-261-1/+2
* (prepare_menu_bars): Update frame titles before menu bars.Karl Heuer1995-05-251-16/+22
* (message): Cast arg of doprnt.Karl Heuer1995-05-251-8/+2
* (redisplay_window): Use set_buffer_internal_1.Karl Heuer1995-05-241-4/+4
* (display_text_line): Enter a char in charstartsKarl Heuer1995-05-221-19/+59
* (zv_strings_seen): New variable.Karl Heuer1995-05-181-102/+123
* (minmax): New macro.Karl Heuer1995-05-131-16/+17
* (x_consider_frame_title): When setting multiple_frames,Karl Heuer1995-05-091-3/+21
* (prepare_menu_bars): Save and restore the match data.Richard M. Stallman1995-05-091-5/+20
* (prepare_menu_bars): Clear size-change flag before runningRichard M. Stallman1995-05-061-5/+7
* (display_text_line): Don't move the cursor if it's supposed toKarl Heuer1995-05-021-2/+8
* (redisplay): Don't move the cursor if it's supposed toKarl Heuer1995-05-011-2/+4
* (message_dolog): The message log doesn't need an undo list.Karl Heuer1995-04-241-0/+1
* Comment change.Richard M. Stallman1995-04-201-1/+1
* (redisplay): Call init_desired_glyphs for each frame.Richard M. Stallman1995-04-141-26/+12
* (display_mode_line): Use push_frame_kboard, pop_frame_kboard.Richard M. Stallman1995-04-101-15/+12
* (redisplay): Don't call update_frame for non-selected termcap frame.Richard M. Stallman1995-04-081-92/+98
* (prepare_menu_bars): Do the frame titles last.Richard M. Stallman1995-04-081-12/+16
* (message_nolog): New function.Karl Heuer1995-04-031-0/+13