Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (XMenuActivate): Fix call to lookup_derived_face. | Kim F. Storm | 2005-03-22 | 1 | -4/+4 |
| | |||||
* | * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in | Jan Djärv | 2004-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | comparisons with integers instead of Lisp_Object address. (Fmsdos_set_keyboard): Declare argument allkeys. * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s. * dired.c: extern declare Fmsdos_downcase_filename on MSDOS to avoid int/Lisp_Object mixup. * fileio.c: Ditto. | ||||
* | (msdos_set_cursor_shape): Add debugging print-out to termscript. | Eli Zaretskii | 2004-09-10 | 1 | -4/+11 |
| | |||||
* | Rename wait_reading_process_input to wait_reading_process_output. | Kim F. Storm | 2004-08-20 | 1 | -1/+1 |
| | |||||
* | (dos_rawgetc): Use make_number to produce Lisp objects | Eli Zaretskii | 2004-07-03 | 1 | -2/+2 |
| | | | | for event.x and event.y. | ||||
* | (syms_of_msdos): Initialize dos-unsupported-char-glyph with make_number. | Eli Zaretskii | 2004-05-18 | 1 | -4/+11 |
| | | | | (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph with XINT. | ||||
* | (IT_note_mouse_highlight): Use GET_OVERLAYS_AT. | Kim F. Storm | 2004-05-17 | 1 | -15/+3 |
| | |||||
* | (top-level): Add "#pragma pack(0)" after <dir.h>, to | Eli Zaretskii | 2004-05-01 | 1 | -0/+1 |
| | | | | undo bad effect of pack(4) in some versions of system headers. | ||||
* | (init_environment): If one of the TMP... environment | Eli Zaretskii | 2004-04-27 | 1 | -1/+20 |
| | | | | | variables is set to a drive letter without a trailing slash, append a slash. | ||||
* | (clear_mouse_face): Only clear mouse highlight if not hidden. | Kim F. Storm | 2004-04-05 | 1 | -3/+3 |
| | | | | (dos_rawgetc): Set mouse_face_hidden after clearing highlight. | ||||
* | (Qcursor_type, Qbar, Qhbar): Declare extern. | Kim F. Storm | 2003-11-28 | 1 | -10/+2 |
| | | | | (syms_of_msdos): Don't intern and staticpro them. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | |||||
* | Comment-only change. | Eli Zaretskii | 2003-08-24 | 1 | -1/+1 |
| | |||||
* | Include intervals.h, since STRING_INTERVALS requires that. | Eli Zaretskii | 2003-08-24 | 1 | -0/+1 |
| | |||||
* | (dos_rawgetc): Don't pass uninitialized data to kbd_buffer_store_event. | Stefan Monnier | 2003-06-15 | 1 | -2/+3 |
| | |||||
* | Make (several) trivial substitutions for renamed and | Kim F. Storm | 2003-05-24 | 1 | -16/+15 |
| | | | | | | | | new macros in dispextern.h, frame.h and window.h. (IT_note_mouse_highlight): Use updated window coordinates returned by window_from_coordinates, rather than adjusting them locally. (internal_terminal_init): No need to initialize line_height here; it now defaults to 1. | ||||
* | * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords): | Kim F. Storm | 2003-03-21 | 1 | -24/+0 |
| | | | | | Add generic versions here. Remove system specific versions defined elsewhere. | ||||
* | Remove consolidated defines and code. | Kim F. Storm | 2003-03-21 | 1 | -44/+14 |
| | | | | (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part. | ||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -2/+2 |
| | |||||
* | Fix typo. | Juanma Barranquero | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | (IT_note_mouse_highlight): Don't use mouse-face if hidden. | Kim F. Storm | 2002-10-26 | 1 | -2/+4 |
| | |||||
* | (croak): Add `void' to definition. | Eli Zaretskii | 2002-08-19 | 1 | -0/+1 |
| | |||||
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -5/+5 |
| | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
* | Fix typo. | Juanma Barranquero | 2002-07-09 | 1 | -1/+1 |
| | |||||
* | Rename enum event_kind items. | Pavel Janík | 2002-06-13 | 1 | -3/+3 |
| | |||||
* | Fix whitespace. | Eli Zaretskii | 2002-05-17 | 1 | -129/+89 |
| | | | | (sig_suspender, sigprocmask): Don't define for DJGPP 2.02 and later. | ||||
* | (Qhbar): New variable. | Eli Zaretskii | 2002-04-19 | 1 | -4/+10 |
| | | | | | | (syms_of_msdos): intern and staticpro it. (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar' cursor type. | ||||
* | (dos_rawgetc): int/Lisp_Object confusion. | Stefan Monnier | 2002-04-12 | 1 | -1/+1 |
| | |||||
* | (dos_rawgetc): Use a single event for HELP_EVENT. | Stefan Monnier | 2002-04-12 | 1 | -8/+4 |
| | |||||
* | (syms_of_msdos): Fix last change with mouse_autoselect_window. | Eli Zaretskii | 2002-04-03 | 1 | -1/+1 |
| | |||||
* | Rename autoselect_window_p to mouse_autoselect_window. | Pavel Janík | 2002-04-03 | 1 | -5/+5 |
| | |||||
* | (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required. | Eli Zaretskii | 2002-04-02 | 1 | -14/+14 |
| | |||||
* | Rename x_autoselect_window_p to autoselect_window_p. | Pavel Janík | 2002-04-01 | 1 | -4/+4 |
| | |||||
* | Fix typo. | Pavel Janík | 2002-03-31 | 1 | -1/+1 |
| | |||||
* | (dos_rawgetc): Disable the x-autoselect-window feature, | Eli Zaretskii | 2002-03-15 | 1 | -0/+4 |
| | | | | until its implementation is fixed. | ||||
* | (disable_mouse_highlight): Removed variable. | Kim F. Storm | 2002-02-16 | 1 | -5/+20 |
| | | | | | | | | (show_mouse_face): Don't show highlight if mouse_face_hidden is set. (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil. (internal_terminal_init): Initialize mouse_face_hidden. (dos_rawgetc): Turn mouse_face_hidden off after mouse movement, and on after keyboard input. | ||||
* | (last_mouse_window): New variable. | Eli Zaretskii | 2002-02-16 | 1 | -4/+10 |
| | | | | | (dos_rawgetc): Fix last change--if the mouse is in the same window as recorded in last_mouse_window, don't select this window. | ||||
* | (x_autoselect_window_p): New variable. | Eli Zaretskii | 2002-02-16 | 1 | -0/+29 |
| | | | | | | | (syms_of_msdos): Defvar it. (dos_rawgetc): If x_autoselect_window_p is set, select the window in which the last mouse movement occured, unless it is already selected. | ||||
* | (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these | Eli Zaretskii | 2002-02-11 | 1 | -15/+0 |
| | | | | variables; cus-start.el doesn't need them anymore. | ||||
* | (emacs_root_dir): New function. | Eli Zaretskii | 2001-12-19 | 1 | -0/+11 |
| | |||||
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-12-11 | 1 | -27/+27 |
| | |||||
* | (IT_clear_screen): If the frame's faces are not yet | Eli Zaretskii | 2001-11-23 | 1 | -4/+14 |
| | | | | realized, use the initial screen colors to clear the screen. | ||||
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -1/+1 |
| | | | | Comment fix. | ||||
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -3/+3 |
| | |||||
* | (IT_reassert_line_highlight, IT_change_line_highlight): Functions removed. | Miles Bader | 2001-10-20 | 1 | -33/+7 |
| | | | | | | | | (internal_terminal_init): Don't set reassert_line_highlight_hook or change_line_highlight_hook. (highlight): Variable removed. (IT_set_face, IT_update_begin, IT_update_end, IT_set_terminal_modes): Don't set or use it. | ||||
* | (do_visible_bell): Add \n\ at the end of each line of | Eli Zaretskii | 2001-07-06 | 1 | -24/+24 |
| | | | | | | inline assembly, to avoid compiler warnings. (syms_of_msdos): Add \n\ at the end of a doc string line for dos-unsupported-char-glyph. | ||||
* | Update copyright notice. | Eli Zaretskii | 2001-03-04 | 1 | -1/+2 |
| | |||||
* | (Fmsdos_remember_default_colors): If default-frame-alist | Eli Zaretskii | 2001-03-02 | 1 | -10/+22 |
| | | | | | | | | | specifies (reverse . t), reverse the initial screen colors. (IT_set_frame_parameters): If the property is foreground-color, but we are reversing the colors, set bg_set, not fg_set. Likewise for setting background-color and reversing: set fg_set. Set unspecified-fg and unspecified-bg correctly when (reverse . t) is in effect. | ||||
* | (IT_set_face): Obey inverse_video. | Eli Zaretskii | 2000-12-18 | 1 | -0/+8 |
| |