F10 invokes menu by X,Y.
[bpt/emacs.git] / src /
2013-10-05 Eli ZaretskiiImprove commentary.
2013-10-05 Eli ZaretskiiAccount for character width on display in menu bar.
2013-10-05 Eli ZaretskiiFix menu drop by mouse click; new primitive menu-bar...
2013-10-03 Eli ZaretskiiFix hiding cursor when displaying menu on a TTY.
2013-09-30 Eli ZaretskiiFix message-box and avoid compilation warnings.
2013-09-29 Eli ZaretskiiImproved horizontal position of TTY dialogs.
2013-09-29 Eli ZaretskiiFixed x-popup-dialog.
2013-09-29 Eli Zaretskiix-popup-dialog fixed, almost.
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-26 Barry O'ReillySignal error when reading an empty byte-code object...
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-24 Paul Eggert* dispnew.c (clear_glyph_row, copy_row_except_pointers...
2013-09-24 Paul Eggert* data.c (POPCOUNT_STATIC_INLINE): New macro, as a...
2013-09-24 Daniel ColascioneFix build break due to vector changes
2013-09-24 Paul Eggert* dispnew.c (clear_glyph_row, copy_row_except_pointers):
2013-09-24 Dmitry AntipovUse union for the payload of struct Lisp_Vector.
2013-09-24 Dmitry AntipovOptimize glyph row clearing and copying routines.
2013-09-24 Paul EggertSome minor cleanups of recently-added bool vector code.
2013-09-24 Paul Eggert* alloc.c (valgrind_p): Use bool for boolean.
2013-09-23 Dmitry Antipov* dispextern.h (cancel_line, init_desired_glyphs):
2013-09-23 Dmitry Antipov* xdisp.c (noninteractive_need_newline, message_log_nee...
2013-09-23 Eli ZaretskiiUse overriding-terminal-local-map for menu navigation.
2013-09-23 Dmitry Antipov* dispnew.c (frame_garbaged, selected_frame, last_nonmi...
2013-09-23 Eli ZaretskiiFix last commit.
2013-09-23 Eli ZaretskiiFix bug #15437 with mouse highlight on overlay strings.
2013-09-23 Eli ZaretskiiFix the definition of 'assume' for GCC older than 4.5.
2013-09-23 Jan DjärvSuppress some unhelpful warnings when using clang.
2013-09-23 Juanma Barranquerosrc/w32console.c, src/w32term.c: Remove unused variables.
2013-09-23 Daniel ColascioneTell valgrind about conservative GC regions and suppres...
2013-09-22 Eli ZaretskiiHalf-solution for menus popped up by mouse clicks.
2013-09-22 Jan DjärvFix compiler warnings from XCode 5.0 on OSX.
2013-09-22 Jan Djärv* conf_post.h (assume): Fix compiler error: x shall...
2013-09-22 Eli ZaretskiiRestore help-echo for menu items, ifdef away unneeded...
2013-09-22 Eli ZaretskiiPrevent redisplay and keystroke echo during menu naviga...
2013-09-22 Daniel ColascioneSuppress unused variable warning when compiling without...
2013-09-22 Daniel ColascioneAdd set operations for bool-vector.
2013-09-22 Eli ZaretskiiFix bug #15365 with aborts in try_window_id.
2013-09-22 Paul EggertFix syntax.h bug introduced by recent INLINE change.
2013-09-21 Eli ZaretskiiFix infinite loop in menu input due to block_input.
2013-09-21 Eli ZaretskiiFix bug #15426 with directory-files invoked from a...
2013-09-20 Paul EggertPort recent change to hosts where pointers aren't ...
2013-09-20 Paul EggertA simpler, centralized INLINE.
2013-09-20 Dmitry Antipov* xterm.c (handle_one_xevent): Revert part of 2013...
2013-09-19 Eli ZaretskiiFix a blatant bug in restore_current_matrix.
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-19 Eli ZaretskiiFix a compiler warning on MS-Windows due to recent...
2013-09-19 Dmitry Antipov* xterm.h (struct x_display_info): New members last_mou...
2013-09-19 Dmitry AntipovDo not use external array to process X scroll bar messages.
2013-09-18 Eli ZaretskiiFixed minor issues with truncation of menu items.
2013-09-18 Eli ZaretskiiNo need to pay attention to window margins.
2013-09-18 Eli ZaretskiiRecord and use cursor coordinates in menu. Active...
2013-09-18 Dmitry Antipov* w32term.c (note_mouse_movement): Fix last change.
2013-09-18 Eli ZaretskiiCrude code to simulate keyboard/mouse input in menus...
2013-09-18 Dmitry AntipovIfdef away recent changes which aren't relevant to...
2013-09-18 Dmitry Antipov* frame.c (x_redo_mouse_highlight): New function
2013-09-18 Eli ZaretskiiFixed the menu item encoding for tty menus.
2013-09-18 Eli ZaretskiiTurn off text cursor when dropping down menus.
2013-09-18 Dmitry Antipov* frame.c (x_mouse_grabbed): New function.
2013-09-17 Eli ZaretskiiConverted compile-time tests to run-time tests. Menus...
2013-09-17 Eli ZaretskiiUse AREF instead of XVECTOR; crashes still here.
2013-09-17 Dmitry Antipov* w32term.c (w32_read_socket): Avoid temporary
2013-09-17 Eli ZaretskiiFixed display and padding of menu items; File menu...
2013-09-17 Dmitry Antipov* frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.
2013-09-17 Eli ZaretskiiMinor fixes to interfaces, avoid assertion violation...
2013-09-17 Dmitry Antipov* dispextern.h (check_x_display_info, x_get_string_reso...
2013-09-17 Dmitry Antipov* xterm.h (struct x_display_info): New member
2013-09-17 Glenn MorrisAdd a major-mode for the *Messages* buffer
2013-09-17 Dmitry Antipov* xterm.c (toplevel) [USE_MOTIF]: Include xlwmenu.h...
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-17 Paul EggertDon't overuse 'const' in types of locals.
2013-09-17 Dmitry Antipov* xterm.c (handle_one_xevent): Do not call to x_clear_area
2013-09-17 Dmitry Antipov* configure.ac: Do not check for g_type_init because we
2013-09-16 Jan Djärv* xsettings.c (init_gconf, init_gsettings): Check for...
2013-09-16 Jan DjärvFix syms_of_(mac|ms)font calls.
2013-09-16 Dmitry Antipov* xterm.c (toolkit_scroll_bar_interaction): Use bool...
2013-09-16 Dmitry AntipovDo not copy X event in handle_one_xevent except KeyPres...
2013-09-16 Dmitry AntipovFix X event waiting to handle multiple frames.
2013-09-15 Jan DjärvFix compilation for GNUStep due to font changes.
2013-09-15 Jan DjärvForgot to add files.
2013-09-15 Jan DjärvPort the font backend from the Mac port.
2013-09-15 Dmitry AntipovDrop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is...
2013-09-15 Dmitry Antipov* xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WIND...
2013-09-15 Dmitry Antipov* xterm.h (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET...
2013-09-15 Dmitry Antipov* frame.h (FRAME_SMALLEST_CHAR_WIDTH, FRAME_SMALLEST_FO...
2013-09-15 Dmitry Antipov* xterm.h (FRAME_X_SCREEN_NUMBER): Add comment.
2013-09-14 Eli ZaretskiiFix src/ChangeLog entry of last commit.
2013-09-14 Eli ZaretskiiFix bug #15375 with inaccurate docs of display margin...
2013-09-13 Dmitry Antipov* frame.c (Fx_focus_frame) [HAVE_WINDOW_SYSTEM]: Fix...
2013-09-13 Dmitry AntipovUnify Fx_focus_frame between all ports.
2013-09-13 Dmitry AntipovUnify FRAME_window_system_DISPLAY_INFO macros between...
2013-09-13 Dmitry Antipov* xterm.h (x_window_to_frame, x_any_window_to_frame)
2013-09-12 Eli Zaretskiilisp.mk (lisp): Add w32-common-fns.elc.
next