log src/xmenu.c @ 110035:619b4d494232

age author description
Fri, 13 Aug 2010 11:32:13 +0300 Eli Zaretskii Fix compilation error in xmenu.c for non-toolkit builds.
Wed, 11 Aug 2010 14:34:46 +0200 Jan D Fix -Wwrite_strings in general and for Gtk+ specific code.
Fri, 06 Aug 2010 02:16:24 +0200 Juanma Barranquero Fix changes in revnos 100982..100984 for Windows build.
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Mon, 26 Jul 2010 21:12:42 -0700 Dan Nicolaescu * src/xmenu.c: Do not included lwlib.h, not needed.
Fri, 16 Jul 2010 11:42:15 -0400 Chong Yidong Merge changes from emacs-23 branch.
Fri, 16 Jul 2010 09:50:37 +0200 Jan D * xmenu.c (free_frame_menubar): Only call x_set_window_size if
Thu, 15 Jul 2010 23:53:32 +0200 Andreas Schwab * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of timestamp argument.
Wed, 14 Jul 2010 16:32:25 +0200 Jan D Fix menu bar activation with click for Motif/Lesstif.
Mon, 12 Jul 2010 12:56:46 -0700 Dan Nicolaescu Convert function definitions to standard C.
Mon, 12 Jul 2010 12:29:49 -0700 Dan Nicolaescu Convert function definitions to standard C.
Wed, 14 Jul 2010 12:05:53 +0200 Jan D Fix menus as per bug 6499 and 6608.
Sat, 10 Jul 2010 14:52:53 -0400 Chong Yidong Merge changes from emacs-23 branch.
Sat, 03 Jul 2010 11:38:44 +0200 Jan D Fix hang for mouse press on menubar but not on an item (Bug#6499).
Fri, 09 Jul 2010 18:39:51 +0200 Jan D Fix frame sizing for Lucid/Motif/Lesstif.
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 12:35:54 +0200 Jan D Fix compilation for Motif/Lesstif.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Mon, 28 Jun 2010 12:11:26 +0200 Jan D Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
Fri, 16 Apr 2010 19:05:31 +0200 Jan D * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
Sun, 11 Apr 2010 20:25:09 +0200 Jan D. Use XFT in Lucid dialogs if available.
Thu, 08 Apr 2010 18:20:32 +0200 Jan D. Lucid menus can now use Xft for fonts.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Mon, 16 Nov 2009 19:46:56 +0000 Jan Dj¸«£rv *** empty log message ***
Mon, 16 Nov 2009 19:43:40 +0000 Jan Dj¸«£rv xmenu.c(x_menu_wait_for_event): Call XFlush before select.
Tue, 10 Nov 2009 19:06:40 +0000 Jan Dj¸«£rv Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.
Tue, 10 Nov 2009 07:58:57 +0000 Jan Dj¸«£rv xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.