| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix unsafe use of alloca reported in bug #11138. | Eli Zaretskii | 2012-04-01 | 1 | -4/+9 |
* | Fixes: debbugs:11141 | Andreas Schwab | 2012-04-01 | 1 | -4/+12 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Fix typos. | Juanma Barranquero | 2011-11-20 | 1 | -3/+3 |
* | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -1/+0 |
* | * w32menu.c: Change 'unsigned long' to 'Time' in #if-0 code. | Paul Eggert | 2011-05-15 | 1 | -1/+1 |
* | * w32menu.c (set_frame_menubar): Fix submenu allocation. | Andreas Schwab | 2011-05-09 | 1 | -4/+3 |
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -4/+4 |
* | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -4/+4 |
* | src/*.h: Remove unused parameters and functions. | Juanma Barranquero | 2011-03-26 | 1 | -1/+1 |
* | w32: Fix some warnings reported by -Wall -Wextra. | Juanma Barranquero | 2011-03-23 | 1 | -3/+0 |
* | src/w32*.c: Clean up extern declarations. | Juanma Barranquero | 2011-03-14 | 1 | -8/+0 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -10/+9 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -3/+0 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Support for menu separators in the GTK tool-bar. | Chong Yidong | 2010-12-17 | 1 | -15/+1 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-14 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | src/w32*.c: Whitespace fixes and typos. | Juanma Barranquero | 2010-10-14 | 1 | -9/+12 |
* | | src/w32*.c: Make functions static. | Juanma Barranquero | 2010-10-14 | 1 | -1/+2 |
* | | (set_frame_menubar): Remove call to undefined function. | Jason Rumney | 2010-08-19 | 1 | -5/+1 |
* | | Fix for bug#5629: Use unicode message box if available. | Jason Rumney | 2010-08-13 | 1 | -16/+68 |
* | | Shut up compiler warnings due to "char *" and "const char *". | Eli Zaretskii | 2010-08-13 | 1 | -3/+3 |
* | | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 2010-08-11 | 1 | -1/+1 |
* | | Remove unused static functions. | Juanma Barranquero | 2010-07-23 | 1 | -32/+0 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -3/+2 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -5/+5 |
* | | Fix whitespace to follow coding guidelines. | Juanma Barranquero | 2010-07-07 | 1 | -1/+1 |
* | | src/w32*.c: Convert function definitions to standard C. | Juanma Barranquero | 2010-07-06 | 1 | -32/+21 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -5/+5 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c, | Stefan Monnier | 2009-11-09 | 1 | -255/+4 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-09-02 | 1 | -0/+5 |
|\ |
|
| * | (Fx_popup_menu, Fx_popup_dialog, w32_menu_show): Ensure mouse is not | Jason Rumney | 2008-08-26 | 1 | -0/+5 |
* | | clear warnings and clean up NS port | Adrian Robert | 2008-08-01 | 1 | -4/+0 |
* | | (digest_single_submenu): Declare extern. | Juanma Barranquero | 2008-06-09 | 1 | -1/+2 |
* | | (set_frame_menubar): Sync with version in xmenu.c. | Jason Rumney | 2008-06-09 | 1 | -10/+17 |
* | | (digest_single_submenu): Remove. | Jason Rumney | 2008-06-09 | 1 | -182/+0 |
* | | (parse_single_submenu): Remove. | Jason Rumney | 2008-06-09 | 1 | -56/+0 |
* | | (Fx_popup_menu): Unwind protect while building menu. | Jason Rumney | 2008-06-09 | 1 | -0/+5 |
* | | (enum button_type, widget_value, local_heap, local_alloc): | Jason Rumney | 2008-06-09 | 1 | -27/+0 |
* | | (enum button_type, widget_value, local_heap, local_alloc): | Jason Rumney | 2008-06-09 | 1 | -523/+2 |
* | | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | | (is_simple_dialog, simple_dialog_show): New functions. | Jason Rumney | 2008-04-10 | 1 | -21/+160 |
* | | (push_submenu_start, push_submenu_end, push_left_right_boundary, push_menu_pane, | Juanma Barranquero | 2008-02-11 | 1 | -14/+17 |