Minor cleanup for terminal setup.
[bpt/emacs.git] / src / term.c
2014-05-14 Dmitry AntipovMinor cleanup for terminal setup.
2014-05-12 Glenn MorrisMerge from emacs-24; up to 2014-05-12T06:15:47Z!rgm...
2014-05-08 Glenn MorrisMerge from emacs-24; up to 2014-05-08T06:58:46Z!rgm...
2014-05-08 Glenn MorrisMerge from emacs-24; up to 2014-05-08T03:34:20Z!rgm...
2014-05-04 Paul EggertMerge from emacs-24; up to 2014-05-04T21:18:30Z!eggert...
2014-05-01 Eli Zaretskiisrc/term.c (tty_menu_activate): A better initialization...
2014-04-30 Juanma BarranqueroMerge from emacs-24; up to 2014-05-01T10:21:17Z!rgm...
2014-04-30 Paul Eggert* term.c (tty_menu_activate): Don't assume row and...
2014-04-29 Eli ZaretskiiPlace hardware TTY cursor at the active menu item when...
2014-04-25 Juanma BarranqueroMerge from emacs-24; up to 2014-04-25T10:35:01Z!michael...
2014-04-22 Paul EggertMerge from emacs-24; up to 2014-04-22T20:19:17Z!eggert...
2014-04-19 Daniel ColascioneMerge from emacs-24; up to 2014-04-17T02:05:48Z!eggert...
2014-04-18 Juanma BarranqueroMerge from emacs-24; up to 2014-04-16T15:28:06Z!eggert...
2014-04-17 Paul Eggert* term.c (tty_send_additional_strings): No need to...
2014-04-17 Daniel Colascione2014-04-17 Daniel Colascione <dancol@dancol.org>
2014-04-16 Paul EggertMerge from emacs-24; up to 2014-04-16T15:28:26Z!monnier...
2014-04-16 Eli ZaretskiiFix the MSDOS build.
2014-04-12 Glenn MorrisMerge from emacs-24; up to 2014-04-07T20:54:16Z!dancol...
2014-04-11 Glenn MorrisMerge from emacs-24; up to 2014-04-04T23:31:02Z!joaotav...
2014-04-09 Glenn MorrisMerge from emacs-24; up to 2014-04-02T16:17:08Z!dmantip...
2014-04-08 Daniel ColascioneMore GC assertions
2014-04-08 Daniel ColascioneRearrange pointer logging
2014-04-07 Daniel ColascioneMerge from emacs-24; up to 2014-04-01T20:18:12Z!eggert...
2014-04-03 Daniel ColascioneRename EARRAYSIZE to ARRAYELTS
2014-04-03 Daniel ColascioneClean up array size calculations
2014-04-02 Juanma BarranqueroMerge from emacs-24; up to 2014-03-28T01:39:30Z!rgm...
2014-03-27 Juanma BarranqueroMerge from emacs-24; up to 2014-03-24T03:06:35Z!dancol...
2014-03-26 Juanma BarranqueroMerge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka...
2014-03-25 Paul EggertHandle sigmask better with nested signal handlers.
2014-03-23 Daniel ColascioneImprove init_tty readability
2014-03-20 Stefan Monnier* src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged...
2014-03-17 Bill WohlerMerge from mh-e; up to 2012-01-03T19:41:14Z!larsi@gnus...
2014-02-28 Paul EggertFix a few crashes and leaks when cloning C strings.
2014-02-24 Bill WohlerMerge from trunk; up to 2014-02-23T23:41:17Z!lekktu...
2014-01-25 Eli ZaretskiiFix bug #16479 with client connections while TTY menu...
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-14 Paul EggertUse bool for boolean, focusing on headers.
2013-12-11 Eli ZaretskiiMerge from trunk.
2013-12-11 Dmitry Antipov* nsterm.m (x_free_frame_resources):
2013-12-11 Juri Linkov* src/term.c (term_get_fkeys_1): Remove non-standard...
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-11-30 Martin RudalicsSupport resizing frames and windows pixelwise.
2013-11-29 Stefan Monnier* configure.ac (HAVE_MENUS): Remove.
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-18 Eli ZaretskiiMerge from mainline.
2013-11-06 Paul EggertInteger-related fixes for term.c etc.
2013-11-04 Paul EggertPort to stricter C99 platforms.
2013-10-17 Paul EggertMake some functions static in non-Microsoft builds.
2013-10-14 Eli ZaretskiiImplement scrolling of TTY menus when the screen is...
2013-10-14 Dmitry Antipov* termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_...
2013-10-14 Dmitry Antipov* xfaces.c (PT_PER_INCH): Remove unused macro.
2013-10-13 Kenichi Handamerge trunk
2013-10-11 Dmitry Antipov* term.c (tty_menu_show): Never return with unbalanced
2013-10-11 Eli ZaretskiiMenu item selection on TTYs is now cyclical.
2013-10-11 Dmitry Antipov* dispnew.c (redraw_frame): Remove useless #ifdef because
2013-10-11 Eli ZaretskiiFix bug #15575 with crashes in TTY menus.
2013-10-10 Eli ZaretskiiAttempt to fix crashes per bug #15575.
2013-10-10 Dmitry Antipov* keyboard.c (init_kboard): Now static. Add arg
2013-10-09 Eli ZaretskiiFix minor problems in text-mode menu display.
2013-10-08 Paul EggertFix minor problems found by static checking.
2013-10-08 Eli ZaretskiiAttempt to fix broken compilation on several systems...
2013-10-08 Eli ZaretskiiSupport menus on text-mode terminals.
2013-10-08 Eli ZaretskiiCleanups and commentary changes.
2013-10-08 Eli ZaretskiiHorizontal keys in TTY menus work.
2013-10-03 Eli ZaretskiiFix hiding cursor when displaying menu on a TTY.
2013-09-28 Eli ZaretskiiMerge from trunk before trying Unix TTY.
2013-09-26 Eli ZaretskiiSome cleanups: remove unused code.
2013-09-26 Eli ZaretskiiFix compilation problem due to merge from trunk.
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-25 Eli ZaretskiiMenu movement by mouse and keyboard live in peace now.
2013-09-25 Eli ZaretskiiRead mouse movement via read_menu_command.
2013-09-24 Eli ZaretskiiFix crash in GUI mode and enable TTY mouse on Windows.
2013-09-24 Eli ZaretskiiFix submenus and screen restoration.
2013-09-23 Eli ZaretskiiUse overriding-terminal-local-map for menu navigation.
2013-09-22 Eli ZaretskiiHalf-solution for menus popped up by mouse clicks.
2013-09-22 Eli ZaretskiiRestore help-echo for menu items, ifdef away unneeded...
2013-09-21 Eli ZaretskiiFix infinite loop in menu input due to block_input.
2013-09-19 Eli ZaretskiiFix a buglet in calculating menu width.
2013-09-19 Eli ZaretskiiFixed screen restoration after popping down a menu.
2013-09-19 Eli ZaretskiiFixed frame save/restore and 'mouse position' tracking.
2013-09-18 Eli ZaretskiiFixed minor issues with truncation of menu items.
2013-09-18 Eli ZaretskiiRecord and use cursor coordinates in menu. Active...
2013-09-18 Eli ZaretskiiCrude code to simulate keyboard/mouse input in menus...
2013-09-18 Eli ZaretskiiTurn off text cursor when dropping down menus.
2013-09-17 Eli ZaretskiiUse AREF instead of XVECTOR; crashes still here.
2013-09-17 Eli ZaretskiiFixed display and padding of menu items; File menu...
2013-09-17 Eli ZaretskiiMinor fixes to interfaces, avoid assertion violation...
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-12 Kenichi Handamerge trunk
2013-09-11 Paul EggertFix corruption with multiple emacsclient -t instances.
2013-09-08 Kenichi Handamerge trunk
2013-09-06 Dmitry Antipov* lisp.h (last_glyphless_glyph_frame, last_glyphless_gl...
2013-09-05 Eli ZaretskiiFixed C compilation problems.
2013-09-05 Eli ZaretskiiMade HAVE_MENUS the default; comment fix in term.c.
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-04 Xue FuqiaoMerge from mainline.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-26 Paul EggertFix unlikely core dump in init_tty, and simplify termin...
2013-08-15 Dmitry Antipov* term.c (get_named_tty, create_tty_output, tty_free_fr...
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
next