| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -2/+2 |
* | (Fmenu_or_popup_active_p): Define outside HAVE_MENUS. | Chong Yidong | 2006-11-06 | 1 | -11/+15 |
* | (Fmenu_or_popup_active_p): New function. | Eli Zaretskii | 2006-11-05 | 1 | -12/+12 |
* | * src/macmenu.c (Vmenu_updating_frame, syms_of_xmenu): | YAMAMOTO Mitsuharu | 2006-09-10 | 1 | -7/+2 |
* | (w32_menu_show, w32_dialog_show): Call Fsignal to quit | Jason Rumney | 2006-08-03 | 1 | -0/+6 |
* | (Fx_popup_menu): Call w32_free_menu_strings when | Jason Rumney | 2006-03-12 | 1 | -2/+6 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (Fx_popup_menu): Add `else' to set Vmenu_updating_frame to nil | Juri Linkov | 2005-12-20 | 1 | -1/+2 |
* | (add_menu_item): If unicode_append_menu returns an | Jason Rumney | 2005-08-31 | 1 | -1/+17 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
* | (w32_menu_display_help): Suppress tooltip when navigating menus with | Jason Rumney | 2005-07-25 | 1 | -2/+5 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | * composite.c (compose_chars_in_text): | Kim F. Storm | 2005-06-08 | 1 | -1/+2 |
* | (Fx_popup_dialog): Allow 3rd optional argument. | Nick Roberts | 2005-05-24 | 1 | -1/+1 |
* | (Fx_popup_dialog): Add a third boolean argument to select frame title | Nick Roberts | 2005-05-24 | 1 | -9/+18 |
* | (AppendMenuW_Proc): Move declaration to w32term.h. | Jason Rumney | 2004-09-07 | 1 | -5/+0 |
* | (_widget_value): Added lname and lkey. | Jason Rumney | 2004-09-02 | 1 | -41/+157 |
* | (add_menu_item, w32_menu_display_help) [USE_LISP_UNION_TYPE]: Cast | Jason Rumney | 2004-05-18 | 1 | -3/+11 |
* | (Qmouse_click, Qevent_kind): Remove unused externs. | Kim F. Storm | 2003-12-27 | 1 | -1/+0 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (menubar_selection_callback): Don't pass uninitialized | Stefan Monnier | 2003-06-15 | 1 | -1/+2 |
* | Make (few) trivial substitutions for renamed and | Kim F. Storm | 2003-05-24 | 1 | -5/+3 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -26/+26 |
* | (digest_single_submenu): Declare all args. | Jason Rumney | 2003-01-20 | 1 | -7/+16 |
* | Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs buil... | Ben Key | 2002-12-18 | 1 | -25/+18 |
* | Added a partial implementation of play-sound-internal for Windows. Fixed the... | Ben Key | 2002-11-17 | 1 | -6/+40 |
* | (local_heap, local_alloc, local_free): New macros. | Richard M. Stallman | 2002-08-05 | 1 | -117/+164 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -13/+13 |
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -1/+1 |
* | Rename enum event_kind items. | Pavel Janík | 2002-06-13 | 1 | -1/+1 |
* | (menubar_selection_callback): Free the menu and | Jason Rumney | 2002-02-23 | 1 | -0/+9 |
* | Fix typo in last checkin | Jason Rumney | 2002-01-08 | 1 | -1/+1 |
* | (single_submenu, set_frame_menubar, w32_menu_show): | Jason Rumney | 2002-01-07 | 1 | -0/+11 |
* | (w32_menu_display_help): Revert last change. | Jason Rumney | 2002-01-06 | 1 | -2/+0 |
* | (w32_menu_display_help): Hide any tooltip window. | Jason Rumney | 2002-01-05 | 1 | -0/+2 |
* | (w32_free_submenu_strings): Clear menu item struct | Jason Rumney | 2001-12-10 | 1 | -1/+1 |
* | (_widget_value): Make `help' field a Lisp_Object. Add | Jason Rumney | 2001-12-09 | 1 | -27/+36 |
* | (current_popup_menu, get_menu_item_info): | Jason Rumney | 2001-12-01 | 1 | -28/+96 |
* | (w32_menu_display_help): Actually add the new argument | Andrew Innes | 2001-11-28 | 1 | -1/+1 |
* | (add_menu_item): Do not use owner-draw for disabled menu items. | Jason Rumney | 2001-11-28 | 1 | -23/+22 |
* | (w32_menu_show, push_menu_pane): Doc fixes. | Jason Rumney | 2001-11-18 | 1 | -2/+2 |
* | (add-menu-item): Make help_echo and radio buttons | Jason Rumney | 2001-11-15 | 1 | -2/+2 |
* | Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes. | Jason Rumney | 2001-11-12 | 1 | -48/+48 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -12/+12 |
* | (Fx_popup_menu): Explicitly init f, xpos, and ypos. | Stefan Monnier | 2001-10-30 | 1 | -4/+4 |
* | (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]: | Jason Rumney | 2001-10-21 | 1 | -32/+48 |
* | (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt. | Stefan Monnier | 2001-10-08 | 1 | -3/+4 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -3/+0 |
* | (set_frame_menubar): Take into account that | Andrew Innes | 2001-09-30 | 1 | -3/+4 |
* | (menubar_selection_callback, w32_menu_show): Initialize `entry' to nil. | Stefan Monnier | 2001-07-11 | 1 | -4/+10 |