| Commit message (Expand) | Author | Age | Files | Lines |
* | (TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Variables removed. | Miles Bader | 2001-10-20 | 1 | -68/+28 |
* | (reassert_line_highlight_hook, change_line_highlight_hook): Variables removed. | Miles Bader | 2001-10-20 | 1 | -167/+11 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Miles Bader | 2001-10-17 | 1 | -7/+7 |
* | Put doc strings in comments. | Gerd Moellmann | 2001-10-14 | 1 | -8/+9 |
* | Include keymap.h. | Stefan Monnier | 2001-10-08 | 1 | -0/+1 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -3/+0 |
* | (tty_cursor_hidden): New variable. | Gerd Moellmann | 2001-05-31 | 1 | -82/+89 |
* | (turn_on_face): Fix reverse video handling on terminals | Gerd Moellmann | 2001-04-27 | 1 | -3/+13 |
* | (toggle_highlight): New function. | Gerd Moellmann | 2001-04-25 | 1 | -17/+50 |
* | (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original | Andrew Innes | 2001-01-20 | 1 | -0/+11 |
* | (update_end): Don't check updating_frame; for some reason | Andrew Innes | 2001-01-05 | 1 | -1/+1 |
* | (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition. | Andrew Innes | 2001-01-02 | 1 | -12/+0 |
* | (encode_terminal_code): Remove unused variable `c'. | Eli Zaretskii | 2001-01-02 | 1 | -1/+0 |
* | Don't try to include termcap.h; see comment there. | Gerd Moellmann | 2000-11-21 | 1 | -1/+5 |
* | (reassert_line_highlight): Reverse the inverse-video effect | Eli Zaretskii | 2000-10-28 | 1 | -1/+1 |
* | Initial check-in: changes for building Emacs under Mac OS. | Andrew Choi | 2000-10-22 | 1 | -0/+3 |
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 1 | -1/+1 |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -1/+1 |
* | (write_glyphs): Also turn off inverse video after turning | Gerd Moellmann | 2000-08-16 | 1 | -6/+11 |
* | (write_glyphs): Use a locally declared conversion_buffer. | Kenichi Handa | 2000-08-16 | 1 | -5/+9 |
* | (turn_off_face): Reset standout_mode when resetting | Gerd Moellmann | 2000-08-15 | 1 | -1/+4 |
* | [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum. | Dave Love | 2000-06-25 | 1 | -0/+5 |
* | (append_glyph): Revert change of 2000-06-06. | Gerd Moellmann | 2000-06-06 | 1 | -1/+1 |
* | (encode_terminal_code): Change the way to check if | Kenichi Handa | 2000-06-06 | 1 | -2/+5 |
* | Correct a typo in a comment. | Eli Zaretskii | 2000-05-28 | 1 | -1/+1 |
* | (produce_glyphs): Don't treat eight-bit-* charsets as multibyte. | Eli Zaretskii | 2000-05-28 | 1 | -0/+11 |
* | (encode_terminal_code): Set coding->src_multibyte properly. | Kenichi Handa | 2000-05-23 | 1 | -0/+4 |
* | (produce_special_glyphs): Use CHAR_BYTES instead of | Kenichi Handa | 2000-05-20 | 1 | -2/+2 |
* | (produce_glyphs): Remove reference to struct it's prompt_width. | Gerd Moellmann | 2000-04-24 | 1 | -2/+2 |
* | make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP | Ken Raeburn | 2000-04-05 | 1 | -1/+1 |
* | (TN_no_color_video): New variable. | Gerd Moellmann | 2000-04-01 | 1 | -9/+52 |
* | (calculate_costs): Remove code dealing with X frames. | Gerd Moellmann | 2000-03-19 | 1 | -10/+0 |
* | (term_init) [WINDOWSNT]: Initialize TN_max_colors. | Jason Rumney | 2000-01-30 | 1 | -0/+1 |
* | (encode_terminal_code): Fix the previous change. | Kenichi Handa | 2000-01-04 | 1 | -2/+5 |
* | (Ftty_display_color_p): Accept an optional argument FRAME. | Eli Zaretskii | 2000-01-02 | 1 | -3/+4 |
* | (insert_glyphs): Pass glyph, not &glyph, to | Eli Zaretskii | 2000-01-02 | 1 | -2/+2 |
* | (encode_terminal_code): Adjusted for the change of struct | Kenichi Handa | 1999-12-27 | 1 | -41/+52 |
* | Changes for separate unspecified foreground and background colors | Eli Zaretskii | 1999-12-15 | 1 | -3/+11 |
* | (encode_terminal_code): Delete codes for a composite | Kenichi Handa | 1999-12-15 | 1 | -21/+17 |
* | (term_init): If "op" isn't available, don't support color | Gerd Moellmann | 1999-11-12 | 1 | -9/+14 |
* | (OUTPUT_IF, OUTPUT1_IF): Use do-while. | Gerd Moellmann | 1999-09-15 | 1 | -10/+11 |
* | (OUTPUT): Change for Lisp_Object selected_frame. | Gerd Moellmann | 1999-09-13 | 1 | -64/+79 |
* | (produce_glyphs): Set iterator's physical height | Gerd Moellmann | 1999-08-06 | 1 | -2/+2 |
* | Rewritten. | Gerd Moellmann | 1999-07-21 | 1 | -77/+566 |
* | (term_init): Use xmalloc, not malloc. | Karl Heuer | 1999-03-04 | 1 | -3/+3 |
* | (encode_terminal_code): Fix previous change. | Kenichi Handa | 1999-02-05 | 1 | -9/+15 |
* | (encode_terminal_code): Handle raw 8-bit codes correctly. | Kenichi Handa | 1998-09-28 | 1 | -6/+12 |
* | (write_glyphs): When terminal_coding require flushing, | Kenichi Handa | 1998-08-18 | 1 | -1/+1 |
* | Include cm.h after dispextern.h to avoid name conflicts | Geoff Voelker | 1998-04-29 | 1 | -2/+3 |
* | (reset_terminal_modes): Only invoke hook if defined. | Geoff Voelker | 1998-04-17 | 1 | -1/+2 |