summaryrefslogtreecommitdiff
path: root/src/w32console.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Merge from trunk.Eli Zaretskii2013-09-261-1/+0
|\
| * src/w32console.c, src/w32term.c: Remove unused variables.Juanma Barranquero2013-09-231-1/+0
* | Turn off text cursor when dropping down menus.Eli Zaretskii2013-09-181-0/+17
* | Fixed C compilation problems.Eli Zaretskii2013-09-051-4/+4
* | Merge from trunk after a lot of time.Eli Zaretskii2013-09-051-76/+24
|\ \ | |/
| * * msdos.c (IT_set_terminal_window): Remove no-op.Dmitry Antipov2013-09-021-7/+1
| * * lisp.h (Mouse_HLInfo): Move from here...Dmitry Antipov2013-08-271-7/+1
| * Fix crashes in a text-mode session on Windows.Eli Zaretskii2013-06-031-9/+7
| * 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
| * | The TTY case is resolved: notifications now work even if EmacsEli Zaretskii2012-10-121-0/+3
| |/
| * Code cleanup for cygw32Daniel Colascione2012-10-081-1/+1
| * Merge from trunkDaniel Colascione2012-09-171-1/+0
| |\
| | * Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-151-1/+0
| * | Implement cygw32Daniel Colascione2012-09-171-48/+1
| |/
| * Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-2/+2
| * Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)Eli Zaretskii2012-07-281-0/+7
| * Generalize run-time debugging checks.Dmitry Antipov2012-06-281-1/+1
* | Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii2012-06-021-0/+15
|/
* Support mouse highlight on w32 text-mode frames.Eli Zaretskii2012-05-261-0/+89
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-191-2/+1
* Fix bug #8597 with setting frame background mode on w32 console.Eli Zaretskii2011-05-071-1/+16
* src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-141-9/+0
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-8/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-141-14/+14
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-2/+0
* | src/w32console.c (vga_stdcolor_name): Remove unused function.Juanma Barranquero2010-09-301-22/+0
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-7/+3
* | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-071-3/+3
* | src/w32*.c: Convert function definitions to standard C.Juanma Barranquero2010-07-061-25/+22
* | w32console.c (sys_tputs): Adjust argument list to prototype in term.c.Eli Zaretskii2010-07-031-1/+1
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-2/+2
* | Don't depend on cm.c or termcap.c on Windows, use stubs.Juanma Barranquero2010-04-211-0/+56
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-8/+7
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-12-061-29/+50
|\ \ \ | |/ /
| * | (w32_face_attributes): Comment previous change.Jason Rumney2007-12-011-4/+7
| * | (w32_face_attributes): Don't use color indexes that are out of range.Jason Rumney2007-11-301-12/+14
| * | (w32con_ins_del_lines, scroll_line): Clip to window.Jason Rumney2007-11-301-7/+30