aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
Commit message (Expand)AuthorAgeFilesLines
* msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.Eli Zaretskii2010-11-201-11/+2
|\
| * msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.Eli Zaretskii2010-11-201-11/+2
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-1/+1
* | Revert changes in 2010-11-16T19:59:[email protected]Chong Yidong2010-11-161-1/+1
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-1/+1
|/
* Cleanup fallout from redesigning mouse highlight.Eli Zaretskii2010-11-051-5/+5
* REALLY finish coding portable mouse highlight.Eli Zaretskii2010-11-011-47/+49
* Unify mouse highlight code of MSDOS and GUI sessions.Eli Zaretskii2010-10-301-535/+61
* Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-2/+0
* Use intern_c_string instead of intern.Dan Nicolaescu2010-10-011-1/+1
* Fix -Wall compiler warnings in MSDOS sources.Eli Zaretskii2010-08-131-50/+47
* Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-061-1/+0
* Fix redisplay bugs due to uninitialized glyphs in frame glyph pool.Eli Zaretskii2010-08-061-2/+4
* Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-1/+0
* Use const, move declarations to header files.Dan Nicolaescu2010-07-261-1/+0
* Don't use `subprocesses' in msdos.c.Eli Zaretskii2010-07-111-13/+0
* Adapt terminal frames to latest menu-bar changes.Chong Yidong2010-07-101-18/+0
* Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-8/+5
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-7/+5
* Convert function definitions in MS-DOS sources to ANSI C.Eli Zaretskii2010-07-071-104/+56
* Fix setting colors on MS-DOS frames.Eli Zaretskii2010-07-031-46/+51
* Fix menu bar display on MS-DOS.Eli Zaretskii2010-07-031-0/+18
* Don't use XSYMBOL (foo)->value.Eli Zaretskii2010-05-071-2/+1
* Remove POSIX_SIGNALS.Dan Nicolaescu2010-05-031-8/+0
* msdos.c: Fix last change.Eli Zaretskii2010-04-011-0/+6
* Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii2010-04-011-458/+2
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * xfaces.c (face_at_buffer_position): New arg base_face_id.Chong Yidong2009-04-301-2/+4
* (MAX_SCREEN_BUF): New macro.Eli Zaretskii2009-02-141-62/+38
* Rename pending_signals to msdos_pending_signals.Eli Zaretskii2009-01-291-5/+5
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (run_msdos_command): Don't call dos_ttcooked, dos_ttraw, and bright_bgEli Zaretskii2008-11-151-3/+6
* * w32-fns.el (w32-shell-dos-semantics):Juanma Barranquero2008-11-141-2/+2
* (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a "char *q" to accessEli Zaretskii2008-09-061-8/+9
* (BUILD_CHAR_GLYPH): New macro.Eli Zaretskii2008-08-311-8/+22
* (IT_update_begin, IT_update_end): Add termscript trace.Eli Zaretskii2008-08-301-1/+8
* (IT_display_cursor): Write "CURSOR ON/OFF" to termscript only whenEli Zaretskii2008-08-301-2/+4
* (Fmsdos_remember_default_colors): Don't reverse frame colors under -rv.Eli Zaretskii2008-08-271-41/+14
* (internal_terminal_init): Most initializations done only once, especiallyEli Zaretskii2008-08-261-62/+69
* Remove yet another debug leftover in dos_ttraw.Eli Zaretskii2008-08-231-2/+0
* Remove debug leftover prdebug.Eli Zaretskii2008-08-231-2/+0
* Include frame.h before termhooks.h.Eli Zaretskii2008-08-231-292/+248
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (IT_write_glyphs): Adapt to new glyph type.Kim F. Storm2008-02-271-11/+10
* * dispextern.h (face_at_buffer_position, face_for_overlay_string)Stefan Monnier2008-02-261-2/+2
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
| | * (dos_rawgetc): Undo last change (there's no ``leaving selected frame''Eli Zaretskii2007-10-131-7/+1