summaryrefslogtreecommitdiff
path: root/src/w32console.c
AgeCommit message (Expand)Author
2004-12-08Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74Miles Bader
2004-12-01(encode_terminal_code): Fix previous change.Kenichi Handa
2004-12-01(w32con_write_glyphs): Decide coding here.Kenichi Handa
2004-06-28Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader
2004-05-18Prefix RIF functions with w32con_ to avoid namespace clash with term.c.Jason Rumney
2004-05-17Use static consistently.Jason Rumney
2004-04-16Sync to HEADKenichi Handa
2003-10-11Include character.h. Use terminal_encode_buffer from term.c.Jason Rumney
2003-09-08*** empty log message ***Kenichi Handa
2003-09-08New directoryKenichi Handa
2003-09-01Add arch taglinesMiles Bader
2003-05-24Make (few) trivial substitutions for renamed andKim F. Storm
2003-03-21* xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):Kim F. Storm
2003-03-21Remove consolidated defines and code.Kim F. Storm
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-03-01Include "character.h" instead of "charset.h".Kenichi Handa
2001-11-12Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes.Jason Rumney
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík
2001-10-20(reassert_line_highlight, change_line_highlight): Functions removed.Miles Bader
2001-10-08Don't define min/max.Gerd Moellmann
2000-10-19Do not undef HAVE_WINDOW_SYSTEM beforeJason Rumney
2000-08-22(min): Define macro.Andrew Innes
2000-08-16(write_glyphs): Use a locally declared conversion_buffer.Kenichi Handa
2000-05-30(glyph_to_pixel_coords): Change first parameter toJason Rumney
2000-02-27Only disable window system features for dispextern.hJason Rumney
2000-01-30(turn_on_face, turn_off_face): Removed.Jason Rumney
2000-01-23(turn_on_face, turn_off_face): New functions.Jason Rumney
1999-07-09(w32_use_full_screen_buffer): New variable.Andrew Innes
1999-05-22(clear_frame): Remember that the window width mightAndrew Innes
1998-10-30(initialize_w32_display): Use buffer coordsGeoff Voelker
1998-10-28(Fset_message_beep): Recognize 'silent.Geoff Voelker
1998-06-22(initialize_w32_display): Call init_crit to initializeAndrew Innes
1998-04-29(initialize_w32_displayed): Use new function prototypes.Geoff Voelker
1997-09-03(DebPrint, reset_kbd, unset_kbd, take_console): Delete functions.Geoff Voelker
1997-07-01Include charset.h.Geoff Voelker
1997-01-20Change all uses of win95, winnt, and win32Geoff Voelker
1996-11-19Use new names for w32 filesGeoff Voelker
1996-11-19Change identifiers of the form win32* to w32*.Geoff Voelker
1996-09-21(initialize_win_nt_display): Use SET_FRAME_WIDTH.Richard M. Stallman
1996-05-10(prev_console_mode): New variable.Richard M. Stallman
1996-01-21(clear_frame): Use FillConsoleOutput* calls instead ofGeoff Voelker
1996-01-15Update FSF's address in the preamble.Erik Naggum
1995-11-07(nt_ring_bell): Renamed from ring_bell, now global.Geoff Voelker
1995-06-20(ctrl_c_handler): Ignore CTRL_BREAK_EVENT signals.Richard M. Stallman
1995-06-10Include config.h before stdio.h.Geoff Voelker
1995-05-26(set_terminal_modes): Set cursor size appropriate for Win95.Geoff Voelker
1995-04-12(Fset_message_beep): Defined.Karl Heuer
1994-11-14Initial revisionRichard M. Stallman