index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
menu.c
Age
Commit message (
Expand
)
Author
2011-05-30
[ChangeLog]
Paul Eggert
2011-05-17
Last commit was missing updated source file.
Christoph Scholtes
2011-05-12
Be more systematic about user-interface timestamps.
Paul Eggert
2011-05-11
* menu.c (grow_menu_items): Check for int overflow.
Paul Eggert
2011-04-29
* lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
Paul Eggert
2011-04-29
Prefer intptr_t/uintptr_t for integers the same widths as pointers.
Paul Eggert
2011-04-16
* menu.c (push_submenu_start, push_submenu_end): Do not define unless
Paul Eggert
2011-04-13
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-10
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-04-05
* menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
Paul Eggert
2011-03-28
* menu.c (digest_single_submenu): Omit unused local var.
Paul Eggert
2011-01-26
Refill some long/short copyright headers.
Glenn Morris
2011-01-24
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-22
Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
Paul Eggert
2011-01-15
Nuke arch-tags.
Glenn Morris
2011-01-14
Merge from emacs-23
Stefan Monnier
2011-01-02
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2010-08-11
Fix -Wwrite_strings in general and for Gtk+ specific code.
Jan D
2010-08-08
Use const char* instead of char*.
Dan Nicolaescu
2010-08-05
Remove extern declarations in .c files, .h files have them.
Dan Nicolaescu
2010-07-23
* menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS".
Juanma Barranquero
2010-07-08
Convert DEFUNs to standard C.
Dan Nicolaescu
2010-07-04
Convert (most) functions in src to standard C.
Dan Nicolaescu
2010-07-02
Remove __P and P_ from .c and .m files and definition of P_
Jan D
2010-04-08
Lucid menus can now use Xft for fonts.
Jan Djärv
2010-03-30
* menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
Chong Yidong
2010-01-13
Add 2010 to copyright years.
Glenn Morris
2009-11-17
(Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
Stefan Monnier
2009-11-13
(Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
Eli Zaretskii
2009-11-12
menu.c (Fx_popup_menu): Remove left-over debugging code and rename variables ...
David Reitter
2009-11-10
(Fx_popup_menu) [HAVE_NS]: Remove unused vars.
Stefan Monnier
2009-11-09
* menu.c [HAVE_NTGUI]: Declare current_popup_menu.
Juanma Barranquero
2009-11-09
* menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
Stefan Monnier
2009-10-19
* alloc.c: Do not define struct catchtag.
Dan Nicolaescu
2009-09-27
* menu.c (find_and_return_menu_selection) [HAVE_NS]: Remove double-casting in...
Adrian Robert
2009-01-08
Add 2009 to copyright years.
Glenn Morris
2008-10-04
* menu.c (find_and_return_menu_selection) Add cast.
Adrian Robert
2008-09-05
(single_menu_item) [!HAVE_BOXES]: Enable emulation of toggle boxes and
Eli Zaretskii
2008-08-04
fix popup menu selection return (menu.c); add use of popup_activated under NS...
Adrian Robert
2008-07-17
* Makefile.in: Undef LIB_STANDARD before defining it to silence warning
Stefan Monnier
2008-07-15
merging Emacs.app (NeXTstep port)
Adrian Robert
2008-07-11
* menu.h: New file.
Andreas Schwab
2008-06-09
(single_keymap_panes, push_menu_pane, push_menu_item): Make static again.
Jason Rumney
2008-06-09
* menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
Jason Rumney
2008-06-09
Include w32term.h, move widget related
Jason Rumney
2008-06-08
Add arch tagline
Miles Bader
2008-06-08
* menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
Andreas Schwab
2008-06-08
* menu.c: New file. Relocate platform-independent menu definitions
Chong Yidong
[prev]