log src/w32menu.c @ 112425:9f7614f1a892

age author description
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Fri, 17 Dec 2010 12:04:06 +0800 Chong Yidong Support for menu separators in the GTK tool-bar.
Thu, 14 Oct 2010 16:32:27 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Thu, 14 Oct 2010 14:25:35 +0200 Juanma Barranquero src/w32*.c: Whitespace fixes and typos.
Thu, 14 Oct 2010 03:33:31 +0200 Juanma Barranquero src/w32*.c: Make functions static.
Thu, 19 Aug 2010 23:53:08 +0800 Jason Rumney (set_frame_menubar): Remove call to undefined function.
Fri, 13 Aug 2010 22:54:32 +0800 Jason Rumney Fix for bug#5629: Use unicode message box if available.
Fri, 13 Aug 2010 11:10:05 +0300 Eli Zaretskii Shut up compiler warnings due to "char *" and "const char *".
Wed, 11 Aug 2010 14:34:46 +0200 Jan D Fix -Wwrite_strings in general and for Gtk+ specific code.
Fri, 23 Jul 2010 19:50:14 +0200 Juanma Barranquero Remove unused static functions.
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp