summaryrefslogtreecommitdiff
path: root/src/msdos.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-6/+6
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-16/+16
* | Add support for per-window face remappingDaniel Colascione2018-06-071-4/+4
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-10-201-0/+2
|\ \ | |/
| * Fix the MSDOS build.Eli Zaretskii2017-10-181-0/+2
* | Merge from origin/emacs-26Paul Eggert2017-09-291-1/+1
|\ \ | |/
| * Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-291-1/+1
* | Increment Emacs version to 27.0.50Eli Zaretskii2017-09-161-1/+1
|/
* Fix completion on directory names on MS-DOS/MS-WindowsEli Zaretskii2017-08-121-2/+15
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Bump Emacs version to 26.0.50Eli Zaretskii2016-10-011-1/+1
* | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii2016-07-021-3/+3
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-3/+3
|/
* Fix the MSDOS buildEli Zaretskii2016-04-301-17/+19
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use bool, not int, to track face changesPaul Eggert2015-01-281-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Follow-up to renaming v24.5 to 25.1.Eli Zaretskii2014-09-291-1/+1
* Fix a couple of recent inadvertent breaks of the MSDOS port.Reuben Thomas2014-08-101-0/+1
* Remove support for DJGPP < 2.02Reuben Thomas2014-08-091-105/+0
* Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-041-0/+1
* Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-161-13/+114
|\
| * Fix the MSDOS build.Eli Zaretskii2014-04-161-13/+114
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-2/+2
* | Clean up array size calculationsDaniel Colascione2014-04-031-2/+2
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Merge from mainline.Eli Zaretskii2013-11-181-1/+1
|\
| * Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* | Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-021-3/+3
|/
* Merge from trunk.Eli Zaretskii2013-09-261-4/+4
|\
| * Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
| * * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame):Dmitry Antipov2013-09-231-1/+1
| * Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-2/+2
* | Merge from trunk after a lot of time.Eli Zaretskii2013-09-051-179/+106
|\ \ | |/
| * * msdos.c (last_mouse_window): Move to...Dmitry Antipov2013-09-021-9/+5
| * * msdos.c (IT_set_terminal_window): Remove no-op.Dmitry Antipov2013-09-021-6/+1
| * Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-7/+7
| * * lisp.h (Mouse_HLInfo): Move from here...Dmitry Antipov2013-08-271-24/+6
| * Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-3/+3
| * Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-311-12/+0
| * Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-5/+0
| * Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-1/+1
| * * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-3/+3
| * Fix bug #13879 with raw-text encoding of msdos.c.Eli Zaretskii2013-03-061-10/+17