log lwlib/xlwmenu.c @ 112453:06719a229a46 default tip

age author description
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.
Wed, 28 Jul 2010 21:16:23 -0700 Dan Nicolaescu * lwlib/xlwmenu.c (abort_gracefully): Mark as NO_RETURN.
Thu, 08 Jul 2010 12:29:51 +0200 Jan D Change function definition from K&R to prototype. Fix prototype warnings.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Mon, 05 Jul 2010 11:17:12 +0200 Jan D Fix some bad prototypes and formatting after conversion from K&R declaration.
Sat, 03 Jul 2010 22:47:55 -0700 Dan Nicolaescu Convert function definitions in lwlib files 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_
Sat, 08 May 2010 17:32:51 +0200 Jan D xlwmenu.c (XlwMenuDestroy): Remove XtDestroyWidget on subwidgets (Bug #6127).
Wed, 21 Apr 2010 18:13:55 +0200 Jan D. Declarations before code (Bug#5993).
Sat, 17 Apr 2010 20:18:12 +0200 Jan D. Set _NET_WM_WINDOW_TYPE in menus. Looks bad with compiz otherwise.
Sat, 17 Apr 2010 19:43:03 +0200 Jan D Don't redraw lucid menus more than needed. Use double buffer to reduce flicker.
Fri, 16 Apr 2010 10:08:29 +0900 YAMAMOTO Mitsuharu xlwmenu.c (facename_changed): Put function in #ifdef HAVE_XFT.
Thu, 08 Apr 2010 18:20:32 +0200 Jan D. Lucid menus can now use Xft for fonts.