aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange relative to comment.Dave Love2001-01-081-1/+2
|
* Comments.Dave Love2001-01-081-3/+1
|
* * xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I in inner ↵Ken Raeburn2001-01-082-0/+7
| | | | block.
* *** empty log message ***Gerd Moellmann2001-01-081-0/+3
|
* (window_scroll_pixel_based): Adjust glyph matricesGerd Moellmann2001-01-081-4/+7
| | | | when increasing window's vscroll.
* *** empty log message ***Gerd Moellmann2001-01-081-0/+8
|
* (Qkbd_macro_termination_hook): New variable.Gerd Moellmann2001-01-081-2/+5
| | | | | (syms_of_macros): Initialize and staticpro it. (pop_kbd_macro): Run kbd-macro-termination-hook.
* (Fread_key_sequence_vector): Avoid newline inDave Love2001-01-072-2/+9
| | | | arglist, for documentation's sake.
* *** empty log message ***Andrew Innes2001-01-061-0/+5
|
* (clean): Delete $(COMPILER_TEMP_FILES) insteadAndrew Innes2001-01-061-1/+1
| | | | of *.pdb.
* (update_end): Don't check updating_frame; for some reasonAndrew Innes2001-01-052-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 Moellmann2001-01-051-0/+1
|
* (Info-fontify-node): Mark one more char as intangible.Gerd Moellmann2001-01-051-0/+5
|
* Update copyright.Gerd Moellmann2001-01-051-1/+1
|
* Don't prototype srandom; it takes an unsigned argumentGerd Moellmann2001-01-051-0/+4
| | | | on some systems, and an unsigned long on others, like FreeBSD 4.1.
* (Fformat): Doc fix.Dave Love2001-01-041-0/+1
|
* *** empty log message ***Gerd Moellmann2001-01-041-0/+13
|
* Update copyright.Gerd Moellmann2001-01-042-2/+2
|
* (x_create_tip_frame): Preserve the value ofGerd Moellmann2001-01-041-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 isGerd Moellmann2001-01-041-0/+3
| | | | non-nil.
* *** empty log message ***Dave Love2001-01-041-0/+10
|
* (set_file_times): Prototype.Dave Love2001-01-041-1/+1
|
* (EmacsFrameSetCharSize_): Prototype.Dave Love2001-01-041-1/+1
|
* (random, srandom): Declare explicitly.Dave Love2001-01-041-1/+7
|
* (move_it_vertically_backward): Declare.Dave Love2001-01-041-0/+1
|
* Commentary changes.Dave Love2001-01-041-64/+68
| | | | (detect_eol_type_in_2_octet_form): Declare arg big_endian_p.
* *** empty log message ***Gerd Moellmann2001-01-041-0/+3
|
* (x_create_tip_frame): Call face-set-after-frame-default,Gerd Moellmann2001-01-041-0/+7
| | | | like in Fx_create_frame.
* (set_font_frame_param): Don't do anything forGerd Moellmann2001-01-042-15/+22
| | | | non-graphical frames.
* (Fdelete_other_windows): Set window's window_end_validGerd Moellmann2001-01-042-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 theGerd Moellmann2001-01-032-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 theGerd Moellmann2001-01-032-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 Moellmann2001-01-031-0/+14
|
* (move_it_past_eol): Add prototype.Gerd Moellmann2001-01-031-0/+1
|
* *** empty log message ***Gerd Moellmann2001-01-031-0/+9
|
* (Fwindow_end): Doc fix.Gerd Moellmann2001-01-031-1/+1
|
* (Ffile_attributes): Fix last change, removing BSD4_3Gerd Moellmann2001-01-031-9/+4
| | | | kluge.
* (try_window_reusing_current_matrix): Fix bug settingGerd Moellmann2001-01-032-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. Stallman2001-01-031-6/+9
|
* *** empty log message ***Richard M. Stallman2001-01-031-0/+4
|
* *** empty log message ***Andrew Innes2001-01-021-0/+47
|
* (Fredraw_frame): Call set_terminal_modes forAndrew Innes2001-01-021-1/+1
| | | | w32_console frames.
* (handle_single_display_prop): Return if frame isAndrew Innes2001-01-021-6/+14
| | | | | | w32_console. (init_iterator) [WINDOWSNT]: Initialize frame face cache if necessary, even if running interactively.
* (realize_default_face): Set face foreground andAndrew Innes2001-01-021-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 framesAndrew Innes2001-01-021-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 Innes2001-01-021-0/+2
| | | | (FRAME_W32_CONSOLE_P): New macro.
* (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.Andrew Innes2001-01-021-12/+0
|
* (x_update_begin):Andrew Innes2001-01-021-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 Innes2001-01-021-0/+3
|
* (Fx_display_color_cells): Determine correct value, whenAndrew Innes2001-01-021-14/+13
| | | | | system doesn't tell us directly. (Fx_display_visual_class): Implement properly.