aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #15575 with crashes in TTY menus.Eli Zaretskii2013-10-113-3/+28
* * lisp.h (eassume): New macro.Paul Eggert2013-10-1011-34/+64
* * xdisp.c (deep_copy_glyph_row): Remove unused locals.Dmitry Antipov2013-10-112-1/+4
* * src/fileio.c (Fsubstitute_in_file_name): Use substitute-env-in-file-name.Stefan Monnier2013-10-102-138/+29
* Attempt to fix crashes per bug #15575.Eli Zaretskii2013-10-103-57/+16
* * image.c: Pacify --enable-gcc-warnings.Paul Eggert2013-10-102-12/+23
* MS-Windows follow-up to 2013-10-10T01:03:11Z!rgm@gnu.org: support giflib 5.x.Eli Zaretskii2013-10-102-11/+59
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-107-31/+26
* * keyboard.c (init_kboard): Now static. Add argDmitry Antipov2013-10-107-41/+43
* Handle giflib 5 changes (tiny change)Barry Fishman2013-10-092-0/+21
* * fns.c (sxhash_bool_vector): Fix buffer read overrun.Paul Eggert2013-10-092-1/+7
* Fix minor problems in text-mode menu display.Eli Zaretskii2013-10-092-1/+8
* * nsfns.m (Fns_convert_utf8_nfd_to_nfc): Check input for valid UTF-8Jan Djärv2013-10-092-5/+21
* * intervals.c (temp_set_point_both): Move test into 'eassert',Paul Eggert2013-10-092-2/+4
* * lisp.h (eassert): Don't use 'assume'.Paul Eggert2013-10-092-6/+14
* Doc tweaks for condGlenn Morris2013-10-092-4/+8
* Fix bug #15565 with assertion violations in x_free_gc.Eli Zaretskii2013-10-092-2/+7
* * lisp/profiler.el: Create a more coherent calltree from partial backtraces.Stefan Monnier2013-10-082-6/+9
* Fix minor problems found by static checking.Paul Eggert2013-10-088-63/+67
* Attempt to fix broken compilation on several systems due to menu.h.Eli Zaretskii2013-10-081-0/+4
* Support menus on text-mode terminals.Eli Zaretskii2013-10-0827-547/+2169
|\
| * Cleanups and commentary changes.Eli Zaretskii2013-10-082-26/+9
| * Horizontal keys in TTY menus work.Eli Zaretskii2013-10-083-17/+147
| * Make tty-menu-open-use-tmm a defcustom, update tmm docs accordingly.Eli Zaretskii2013-10-081-1/+4
| * Improve commentary.Eli Zaretskii2013-10-051-0/+3
| * Account for character width on display in menu bar.Eli Zaretskii2013-10-051-1/+22
| * Fix menu drop by mouse click; new primitive menu-bar-menu-at-x-y.Eli Zaretskii2013-10-052-39/+107
| * Fix hiding cursor when displaying menu on a TTY.Eli Zaretskii2013-10-031-4/+7
| * Fix message-box and avoid compilation warnings.Eli Zaretskii2013-09-303-18/+14
| * Improved horizontal position of TTY dialogs.Eli Zaretskii2013-09-291-10/+14
| * Fixed x-popup-dialog.Eli Zaretskii2013-09-291-4/+3
| * x-popup-dialog fixed, almost.Eli Zaretskii2013-09-297-298/+204
| * Some cleanups: remove unused code.Eli Zaretskii2013-09-261-112/+5
| * Fix compilation problem due to merge from trunk.Eli Zaretskii2013-09-261-8/+1
| * Merge from trunk.Eli Zaretskii2013-09-2696-2737/+16977
| |\
| * | Menu movement by mouse and keyboard live in peace now.Eli Zaretskii2013-09-251-29/+5
| * | Read mouse movement via read_menu_command.Eli Zaretskii2013-09-251-9/+39
| * | Fix crash in GUI mode and enable TTY mouse on Windows.Eli Zaretskii2013-09-242-8/+12
| * | Fix submenus and screen restoration.Eli Zaretskii2013-09-243-11/+70
| * | Use overriding-terminal-local-map for menu navigation.Eli Zaretskii2013-09-231-28/+39
| * | Half-solution for menus popped up by mouse clicks.Eli Zaretskii2013-09-222-3/+7
| * | Restore help-echo for menu items, ifdef away unneeded MSDOS code.Eli Zaretskii2013-09-221-13/+21
| * | Prevent redisplay and keystroke echo during menu navigation.Eli Zaretskii2013-09-221-9/+27
| * | Fix infinite loop in menu input due to block_input.Eli Zaretskii2013-09-218-57/+101
| * | Fix a blatant bug in restore_current_matrix.Eli Zaretskii2013-09-191-2/+2
| * | Fix a buglet in calculating menu width.Eli Zaretskii2013-09-191-2/+2
| * | Fixed screen restoration after popping down a menu.Eli Zaretskii2013-09-192-5/+10
| * | Fixed frame save/restore and 'mouse position' tracking.Eli Zaretskii2013-09-191-7/+10
| * | Fixed minor issues with truncation of menu items.Eli Zaretskii2013-09-182-1/+6
| * | No need to pay attention to window margins.Eli Zaretskii2013-09-181-6/+2