summaryrefslogtreecommitdiff
path: root/src/msdos.c
Commit message (Expand)AuthorAgeFilesLines
* 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 window...Dmitry 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 slots...Dmitry Antipov2013-03-281-3/+3
| * Fix bug #13879 with raw-text encoding of msdos.c....Eli Zaretskii2013-03-061-10/+17
| * Prefer `message1' over `message'....Stefan Monnier2013-02-171-2/+2
| * src/msdos.c (careadlinkatcwd): Remove.Eli Zaretskii2013-02-091-8/+0
| * Avoid encoding file names run through dostounix_filename on MS-Windows....Eli Zaretskii2013-02-021-3/+3
| * Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
| |\
| | * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * | * alloc.c (Fgarbage_collect): Unblock input after clearing...Dmitry Antipov2012-11-221-14/+1
| * | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid....Paul Eggert2012-11-041-1/+3
| |/
| * Adapt the MSDOS build to the latest changes on mainline.Eli Zaretskii2012-11-031-3/+12
| * Simplify and avoid signal-handling races....Paul Eggert2012-09-231-4/+4
| * Simplify redefinition of 'abort' (Bug#12316)....Paul Eggert2012-09-041-24/+5
| * * emacs.c, eval.c: Use bool for boolean....Paul Eggert2012-09-021-1/+0
| * Avoid direct writes to contents member of struct Lisp_Vector....Dmitry Antipov2012-08-211-4/+4
| * * keyboard.h (KSET): Remove....Paul Eggert2012-08-171-3/+3
| * Use KSET for write access to Lisp_Object members of struct kboard....Dmitry Antipov2012-08-131-1/+1
| * Drop WGET and revert read access to Lisp_Objects slots of struct window....Dmitry Antipov2012-08-071-4/+4
| * Drop FGET and revert read access to Lisp_Objects slots of struct frame....Dmitry Antipov2012-08-071-3/+3
| * Separate read and write access to Lisp_Object slots of struct window....Dmitry Antipov2012-08-061-4/+4
| * Separate read and write access to Lisp_Object slots of struct frame....Dmitry Antipov2012-08-061-3/+3
| * Generalize common compile-time constants....Dmitry Antipov2012-08-051-4/+4
| * Fix Sed scripts and msdos.c as fallout of latest changes.Eli Zaretskii2012-08-041-7/+7
| * * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead...Andreas Schwab2012-07-111-3/+1
| * EMACS_TIME simplification (Bug#11875)....Paul Eggert2012-07-101-4/+4
| * Use XCAR and XCDR instead of Fcar and Fcdr where possible....Dmitry Antipov2012-07-101-1/+1
| * Use make_formatted_string to avoid double length calculation....Dmitry Antipov2012-07-091-2/+4
| * Cleanup xmalloc....Dmitry Antipov2012-07-051-6/+6
| * Spelling fixes.Paul Eggert2012-07-021-1/+1
| * Adapt the MS-DOS build to the latest changes....Eli Zaretskii2012-06-301-14/+15
| * * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):...Andreas Schwab2012-06-251-2/+4
| * Support higher-resolution time stamps....Paul Eggert2012-06-221-9/+2
| * * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:...Dmitry Antipov2012-06-191-4/+2
* | Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii2012-06-021-7/+0
|/