* configure.ac (HAVE_MENUS): Remove.
[bpt/emacs.git] / src / term.c
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-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...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-04 Xue FuqiaoMerge from mainline.
2013-08-03 Dmitry AntipovDrop FRAME_PTR typedef.
2013-08-02 Stefan MonnierMake defvar affect the default binding outside of any...
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-18 Paul Eggert* term.c: Fix minor fdopen-related file descriptor...
2013-07-12 Paul EggertFix races with threads and file descriptors.
2013-07-11 Paul Eggert* sysdep.c, term.c, termcap.c, terminal.c: Integer...
2013-07-06 Paul EggertUse emacs_open more consistently when opening files.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-14 Stephen BermanMerge from trunk.
2013-06-03 Xue FuqiaoMerge from mainline.
2013-06-03 Eli ZaretskiiFix crashes in a text-mode session on Windows.
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-04-26 Glenn MorrisMerge from emacs-24; up to 2012-12-27T08:21:08Z!rgm...
2013-04-20 Glenn MorrisMerge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka...
2013-04-05 Kenichi Handamerge trunk
2013-03-30 Glenn MorrisMerge from emacs-24; up to 2012-12-26T16:22:18Z!michael...
2013-03-28 Eli ZaretskiiMerge from trunk and resolve conflicts.
2013-03-24 Andreas SchwabReorder conditions that are written backwards
2013-03-16 Stefan MonnierMerge from emacs-24
2013-03-15 Kenichi Handamerge trunk
2013-03-13 Paul EggertStatic checking by Sun C 5.12.
2013-03-11 Glenn MorrisMerge from emacs-24; up to 2012-12-25T17:37:29Z!eliz...
2013-03-11 Stefan Monnier* src/keyboard.c: Move keyboard decoding to read_key_se...
2013-03-08 Glenn MorrisMerge from emacs-24; up to 2012-12-25T15:07:59Z!dmantip...
2013-03-06 Glenn MorrisMerge from emacs-24; up to 2012-12-25T11:37:21Z!dmantip...
2013-03-05 Glenn MorrisMerge from emacs-24; up to 2012-12-24T15:56:17Z!eliz...
2013-03-03 Glenn MorrisMerge from emacs-24; up to 2012-12-24T06:24:08Z!eggert...
2013-03-02 Glenn MorrisMerge from emacs-24; up to 2012-12-23T17:06:58Z!eliz...
2013-02-28 Glenn MorrisMerge from emacs-24; up to 2012-12-23T02:41:17Z!rgm...
2013-02-24 Glenn MorrisMerge from emacs-24; up to 2012-12-22T19:09:52Z!rgm...
2013-02-22 Glenn MorrisMerge from emacs-24; up to 2012-12-22T02:59:08Z!cyd...
2013-02-21 Glenn MorrisMerge from emacs-24; up to 2012-12-21T07:35:02Z!ueno...
2013-02-19 Glenn MorrisMerge from emacs-24; up to 2012-12-20T16:09:05Z!dmantip...
2013-02-18 Bill WohlerMerge from trunk; up to 2013-02-18T01:30:27Z!monnier...
2013-02-17 Glenn MorrisMerge from emacs-24; up to 2012-12-20T05:05:41Z!dmantip...
2013-02-15 Glenn MorrisMerge from emacs-24; up to 2012-12-19T19:51:40Z!monnier...
2013-02-15 Paul EggertMerge from emacs-24; up to 2012-12-19T13:01:16Z!michael...
next