| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rearrange relative to comment. | Dave Love | 2001-01-08 | 1 | -1/+2 |
| | | |||||
| * | Comments. | Dave Love | 2001-01-08 | 1 | -3/+1 |
| | | |||||
| * | * xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I in inner ↵ | Ken Raeburn | 2001-01-08 | 2 | -0/+7 |
| | | | | | block. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-08 | 1 | -0/+3 |
| | | |||||
| * | (window_scroll_pixel_based): Adjust glyph matrices | Gerd Moellmann | 2001-01-08 | 1 | -4/+7 |
| | | | | | when increasing window's vscroll. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-08 | 1 | -0/+8 |
| | | |||||
| * | (Qkbd_macro_termination_hook): New variable. | Gerd Moellmann | 2001-01-08 | 1 | -2/+5 |
| | | | | | | (syms_of_macros): Initialize and staticpro it. (pop_kbd_macro): Run kbd-macro-termination-hook. | ||||
| * | (Fread_key_sequence_vector): Avoid newline in | Dave Love | 2001-01-07 | 2 | -2/+9 |
| | | | | | arglist, for documentation's sake. | ||||
| * | *** empty log message *** | Andrew Innes | 2001-01-06 | 1 | -0/+5 |
| | | |||||
| * | (clean): Delete $(COMPILER_TEMP_FILES) instead | Andrew Innes | 2001-01-06 | 1 | -1/+1 |
| | | | | | of *.pdb. | ||||
| * | (update_end): Don't check updating_frame; for some reason | Andrew Innes | 2001-01-05 | 2 | -1/+7 |
| | | | | | | this can be 0 sometimes, such as after dismissing a popup menu, and isn't necessary given the explicit frame argument. | ||||
| * | (XTread_socket) <LeaveNotify>: Set help_echo to nil. | Gerd Moellmann | 2001-01-05 | 1 | -0/+1 |
| | | |||||
| * | (Info-fontify-node): Mark one more char as intangible. | Gerd Moellmann | 2001-01-05 | 1 | -0/+5 |
| | | |||||
| * | Update copyright. | Gerd Moellmann | 2001-01-05 | 1 | -1/+1 |
| | | |||||
| * | Don't prototype srandom; it takes an unsigned argument | Gerd Moellmann | 2001-01-05 | 1 | -0/+4 |
| | | | | | on some systems, and an unsigned long on others, like FreeBSD 4.1. | ||||
| * | (Fformat): Doc fix. | Dave Love | 2001-01-04 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-04 | 1 | -0/+13 |
| | | |||||
| * | Update copyright. | Gerd Moellmann | 2001-01-04 | 2 | -2/+2 |
| | | |||||
| * | (x_create_tip_frame): Preserve the value of | Gerd Moellmann | 2001-01-04 | 1 | -21/+92 |
| | | | | | | | | | | face_change_count around the creation of the tip frame. (last_show_tip_args): New variable. (compute_tip_xy): New function. (Fx_show_tip): Reuse an existing tip frame, if possible. (syms_of_xfns): Initialize and staticpro last_show_tip_args. | ||||
| * | (clear_mouse_face): Don't return if tip_frame is | Gerd Moellmann | 2001-01-04 | 1 | -0/+3 |
| | | | | | non-nil. | ||||
| * | *** empty log message *** | Dave Love | 2001-01-04 | 1 | -0/+10 |
| | | |||||
| * | (set_file_times): Prototype. | Dave Love | 2001-01-04 | 1 | -1/+1 |
| | | |||||
| * | (EmacsFrameSetCharSize_): Prototype. | Dave Love | 2001-01-04 | 1 | -1/+1 |
| | | |||||
| * | (random, srandom): Declare explicitly. | Dave Love | 2001-01-04 | 1 | -1/+7 |
| | | |||||
| * | (move_it_vertically_backward): Declare. | Dave Love | 2001-01-04 | 1 | -0/+1 |
| | | |||||
| * | Commentary changes. | Dave Love | 2001-01-04 | 1 | -64/+68 |
| | | | | | (detect_eol_type_in_2_octet_form): Declare arg big_endian_p. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-04 | 1 | -0/+3 |
| | | |||||
| * | (x_create_tip_frame): Call face-set-after-frame-default, | Gerd Moellmann | 2001-01-04 | 1 | -0/+7 |
| | | | | | like in Fx_create_frame. | ||||
| * | (set_font_frame_param): Don't do anything for | Gerd Moellmann | 2001-01-04 | 2 | -15/+22 |
| | | | | | non-graphical frames. | ||||
| * | (Fdelete_other_windows): Set window's window_end_valid | Gerd Moellmann | 2001-01-04 | 2 | -5/+16 |
| | | | | | | | | | | | | to nil when changing the window's start. Don't change the window's start when its top position hasn't changed. If we do, this will set the window's optional_new_start, which act's like a force_start during redisplay with C-x 1 M-> under particular circumstances (see report from Per Starback to emacs-pretest-bug from 2000-12-13.). (Fdelete_other_windows): Set window's window_end_valid to nil when changing the window's start. | ||||
| * | (forward_to_next_line_start): Reset it->c if taking the | Gerd Moellmann | 2001-01-03 | 2 | -2/+11 |
| | | | | | | short cut at the start of the function. Add an assertion. (reseat_at_next_visible_line_start): Add an assertion. | ||||
| * | (Frecenter): When changing the window start, set the | Gerd Moellmann | 2001-01-03 | 2 | -0/+10 |
| | | | | | | window's window_end_valid to nil. (Fwindow_end): Fix window-end computation when UPDATE is non-nil. | ||||
| * | (move_it_past_eol): New function. | Gerd Moellmann | 2001-01-03 | 1 | -0/+14 |
| | | |||||
| * | (move_it_past_eol): Add prototype. | Gerd Moellmann | 2001-01-03 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-03 | 1 | -0/+9 |
| | | |||||
| * | (Fwindow_end): Doc fix. | Gerd Moellmann | 2001-01-03 | 1 | -1/+1 |
| | | |||||
| * | (Ffile_attributes): Fix last change, removing BSD4_3 | Gerd Moellmann | 2001-01-03 | 1 | -9/+4 |
| | | | | | kluge. | ||||
| * | (try_window_reusing_current_matrix): Fix bug setting | Gerd Moellmann | 2001-01-03 | 2 | -1/+9 |
| | | | | | | the enabled_p flag of the glyph row at window_end_vpos to 0. (handle_single_display_prop): Fix last change. | ||||
| * | (Frecenter): Doc fix. | Richard M. Stallman | 2001-01-03 | 1 | -6/+9 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2001-01-03 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2001-01-02 | 1 | -0/+47 |
| | | |||||
| * | (Fredraw_frame): Call set_terminal_modes for | Andrew Innes | 2001-01-02 | 1 | -1/+1 |
| | | | | | w32_console frames. | ||||
| * | (handle_single_display_prop): Return if frame is | Andrew Innes | 2001-01-02 | 1 | -6/+14 |
| | | | | | | | w32_console. (init_iterator) [WINDOWSNT]: Initialize frame face cache if necessary, even if running interactively. | ||||
| * | (realize_default_face): Set face foreground and | Andrew Innes | 2001-01-02 | 1 | -5/+14 |
| | | | | | | | background to unspecified for w32_console frames. (realize_face): Realize face cache for w32_console frames. (realize_tty_face): Accept w32_console frames. | ||||
| * | (make_terminal_frame) [WINDOWSNT]: Make terminal frames | Andrew Innes | 2001-01-02 | 1 | -1/+13 |
| | | | | | | | | | | use output_w32_console method. (Qw32_console): New Lisp_Object. (Fframep): Return it. (syms_of_frame): Init it. (Fframe_parameters): Report w32console as font for w32_console frames. | ||||
| * | (output_method): Add output_w32_console method. | Andrew Innes | 2001-01-02 | 1 | -0/+2 |
| | | | | | (FRAME_W32_CONSOLE_P): New macro. | ||||
| * | (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition. | Andrew Innes | 2001-01-02 | 1 | -12/+0 |
| | | |||||
| * | (x_update_begin): | Andrew Innes | 2001-01-02 | 1 | -0/+62 |
| | | | | | | | | | | | | | | | (x_update_end): (x_clear_frame): (x_ins_del_lines): (x_change_line_highlight): (x_delete_glyphs): (w32_ring_bell): (x_update_begin): (x_update_end): (w32_reassert_line_highlight): (w32_frame_rehighlight): (w32_frame_raise_lower): Do nothing if not w32 frame. | ||||
| * | (get_frame_dc): Abort if called on a non-w32 frame. | Andrew Innes | 2001-01-02 | 1 | -0/+3 |
| | | |||||
| * | (Fx_display_color_cells): Determine correct value, when | Andrew Innes | 2001-01-02 | 1 | -14/+13 |
| | | | | | | system doesn't tell us directly. (Fx_display_visual_class): Implement properly. | ||||