| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196). | Martin Rudalics | 2014-08-10 | 1 | -5/+5 |
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support. | Martin Rudalics | 2014-07-27 | 1 | -0/+1 |
* | Fix TTY menus on MS-Windows broken by last commit. | Eli Zaretskii | 2014-06-04 | 1 | -1/+3 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Merge from trunk. | Eli Zaretskii | 2013-09-26 | 1 | -1/+0 |
|\ |
|
| * | src/w32console.c, src/w32term.c: Remove unused variables. | Juanma Barranquero | 2013-09-23 | 1 | -1/+0 |
* | | Turn off text cursor when dropping down menus. | Eli Zaretskii | 2013-09-18 | 1 | -0/+17 |
* | | Fixed C compilation problems. | Eli Zaretskii | 2013-09-05 | 1 | -4/+4 |
* | | Merge from trunk after a lot of time. | Eli Zaretskii | 2013-09-05 | 1 | -76/+24 |
|\ \
| |/ |
|
| * | * msdos.c (IT_set_terminal_window): Remove no-op. | Dmitry Antipov | 2013-09-02 | 1 | -7/+1 |
| * | * lisp.h (Mouse_HLInfo): Move from here... | Dmitry Antipov | 2013-08-27 | 1 | -7/+1 |
| * | Fix crashes in a text-mode session on Windows. | Eli Zaretskii | 2013-06-03 | 1 | -9/+7 |
| * | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| * | | The TTY case is resolved: notifications now work even if Emacs | Eli Zaretskii | 2012-10-12 | 1 | -0/+3 |
| |/ |
|
| * | Code cleanup for cygw32 | Daniel Colascione | 2012-10-08 | 1 | -1/+1 |
| * | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -1/+0 |
| |\ |
|
| | * | Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl... | Eli Zaretskii | 2012-09-15 | 1 | -1/+0 |
| * | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -48/+1 |
| |/ |
|
| * | Don't use the abbreviation "win" to refer to Windows (Bug#10421). | Paul Eggert | 2012-07-29 | 1 | -2/+2 |
| * | Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055) | Eli Zaretskii | 2012-07-28 | 1 | -0/+7 |
| * | Generalize run-time debugging checks. | Dmitry Antipov | 2012-06-28 | 1 | -1/+1 |
* | | Initial incomplete version of tty menus. tty_menu_activate not done yet. | Eli Zaretskii | 2012-06-02 | 1 | -0/+15 |
|/ |
|
* | Support mouse highlight on w32 text-mode frames. | Eli Zaretskii | 2012-05-26 | 1 | -0/+89 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -2/+1 |
* | Fix bug #8597 with setting frame background mode on w32 console. | Eli Zaretskii | 2011-05-07 | 1 | -1/+16 |
* | src/w32*.c: Clean up extern declarations. | Juanma Barranquero | 2011-03-14 | 1 | -9/+0 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -8/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | src/w32*.c: Whitespace fixes and typos. | Juanma Barranquero | 2010-10-14 | 1 | -14/+14 |
* | | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu | 2010-10-01 | 1 | -2/+0 |
* | | src/w32console.c (vga_stdcolor_name): Remove unused function. | Juanma Barranquero | 2010-09-30 | 1 | -22/+0 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -7/+3 |
* | | Fix whitespace to follow coding guidelines. | Juanma Barranquero | 2010-07-07 | 1 | -3/+3 |
* | | src/w32*.c: Convert function definitions to standard C. | Juanma Barranquero | 2010-07-06 | 1 | -25/+22 |
* | | w32console.c (sys_tputs): Adjust argument list to prototype in term.c. | Eli Zaretskii | 2010-07-03 | 1 | -1/+1 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -2/+2 |
* | | Don't depend on cm.c or termcap.c on Windows, use stubs. | Juanma Barranquero | 2010-04-21 | 1 | -0/+56 |
|/ |
|
* | 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 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -8/+7 |
* | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -1/+1 |
|\ |
|
| * | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+1 |