| Commit message (Expand) | Author | Age | Files | Lines |
* | msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line. | Eli Zaretskii | 2010-11-20 | 1 | -11/+2 |
|\ |
|
| * | msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line. | Eli Zaretskii | 2010-11-20 | 1 | -11/+2 |
* | | Cleanup of window coordinate positioning code. | Chong Yidong | 2010-11-16 | 1 | -1/+1 |
* | | Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.com | Chong Yidong | 2010-11-16 | 1 | -1/+1 |
* | | Cleanup of window coordinate positioning code. | Chong Yidong | 2010-11-16 | 1 | -1/+1 |
|/ |
|
* | Cleanup fallout from redesigning mouse highlight. | Eli Zaretskii | 2010-11-05 | 1 | -5/+5 |
* | REALLY finish coding portable mouse highlight. | Eli Zaretskii | 2010-11-01 | 1 | -47/+49 |
* | Unify mouse highlight code of MSDOS and GUI sessions. | Eli Zaretskii | 2010-10-30 | 1 | -535/+61 |
* | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu | 2010-10-01 | 1 | -2/+0 |
* | Use intern_c_string instead of intern. | Dan Nicolaescu | 2010-10-01 | 1 | -1/+1 |
* | Fix -Wall compiler warnings in MSDOS sources. | Eli Zaretskii | 2010-08-13 | 1 | -50/+47 |
* | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-06 | 1 | -1/+0 |
* | Fix redisplay bugs due to uninitialized glyphs in frame glyph pool. | Eli Zaretskii | 2010-08-06 | 1 | -2/+4 |
* | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -1/+0 |
* | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -1/+0 |
* | Don't use `subprocesses' in msdos.c. | Eli Zaretskii | 2010-07-11 | 1 | -13/+0 |
* | Adapt terminal frames to latest menu-bar changes. | Chong Yidong | 2010-07-10 | 1 | -18/+0 |
* | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -8/+5 |
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -7/+5 |
* | Convert function definitions in MS-DOS sources to ANSI C. | Eli Zaretskii | 2010-07-07 | 1 | -104/+56 |
* | Fix setting colors on MS-DOS frames. | Eli Zaretskii | 2010-07-03 | 1 | -46/+51 |
* | Fix menu bar display on MS-DOS. | Eli Zaretskii | 2010-07-03 | 1 | -0/+18 |
* | Don't use XSYMBOL (foo)->value. | Eli Zaretskii | 2010-05-07 | 1 | -2/+1 |
* | Remove POSIX_SIGNALS. | Dan Nicolaescu | 2010-05-03 | 1 | -8/+0 |
* | msdos.c: Fix last change. | Eli Zaretskii | 2010-04-01 | 1 | -0/+6 |
* | Remove support for DJGPP v1.x (bug#5813). | Eli Zaretskii | 2010-04-01 | 1 | -458/+2 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | * xfaces.c (face_at_buffer_position): New arg base_face_id. | Chong Yidong | 2009-04-30 | 1 | -2/+4 |
* | (MAX_SCREEN_BUF): New macro. | Eli Zaretskii | 2009-02-14 | 1 | -62/+38 |
* | Rename pending_signals to msdos_pending_signals. | Eli Zaretskii | 2009-01-29 | 1 | -5/+5 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | (run_msdos_command): Don't call dos_ttcooked, dos_ttraw, and bright_bg | Eli Zaretskii | 2008-11-15 | 1 | -3/+6 |
* | * w32-fns.el (w32-shell-dos-semantics): | Juanma Barranquero | 2008-11-14 | 1 | -2/+2 |
* | (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a "char *q" to access | Eli Zaretskii | 2008-09-06 | 1 | -8/+9 |
* | (BUILD_CHAR_GLYPH): New macro. | Eli Zaretskii | 2008-08-31 | 1 | -8/+22 |
* | (IT_update_begin, IT_update_end): Add termscript trace. | Eli Zaretskii | 2008-08-30 | 1 | -1/+8 |
* | (IT_display_cursor): Write "CURSOR ON/OFF" to termscript only when | Eli Zaretskii | 2008-08-30 | 1 | -2/+4 |
* | (Fmsdos_remember_default_colors): Don't reverse frame colors under -rv. | Eli Zaretskii | 2008-08-27 | 1 | -41/+14 |
* | (internal_terminal_init): Most initializations done only once, especially | Eli Zaretskii | 2008-08-26 | 1 | -62/+69 |
* | Remove yet another debug leftover in dos_ttraw. | Eli Zaretskii | 2008-08-23 | 1 | -2/+0 |
* | Remove debug leftover prdebug. | Eli Zaretskii | 2008-08-23 | 1 | -2/+0 |
* | Include frame.h before termhooks.h. | Eli Zaretskii | 2008-08-23 | 1 | -292/+248 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | (IT_write_glyphs): Adapt to new glyph type. | Kim F. Storm | 2008-02-27 | 1 | -11/+10 |
* | * dispextern.h (face_at_buffer_position, face_for_overlay_string) | Stefan Monnier | 2008-02-26 | 1 | -2/+2 |
* | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -1/+2 |
|\ |
|
| * | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+2 |
| |\ |
|
| | * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+2 |
| | * | (dos_rawgetc): Undo last change (there's no ``leaving selected frame'' | Eli Zaretskii | 2007-10-13 | 1 | -7/+1 |