summaryrefslogtreecommitdiff
path: root/lwlib
AgeCommit message (Expand)Author
2010-09-26Use const for some pointer arguments.Dan Nicolaescu
2010-09-20Use const for constant arguments.Dan Nicolaescu
2010-07-28* lwlib/xlwmenu.c (abort_gracefully): Mark as NO_RETURN.Dan Nicolaescu
2010-07-25* lwlib/xlwmenu.h (xlwmenu_window_p, xlwmenu_redisplay): Add declarations.Dan Nicolaescu
2010-07-24Fix typos in ChangeLogs.Juanma Barranquero
2010-07-12Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGSAndreas Schwab
2010-07-08Change function definition from K&R to prototype. Fix prototype warnings.Jan D
2010-07-07Remove alternative K&R declarations.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-05Fix some bad prototypes and formatting after conversion from K&R declaration.Jan D
2010-07-03Convert function definitions in lwlib files to standard C.Dan Nicolaescu
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-07-02Remove P_ and __P macros.Jan D
2010-06-10Remove duplicate ChangeLog entries.Juanma Barranquero
2010-05-14* lwlib/Makefile.in (mostlyclean): Remove references to non-existent files.Glenn Morris
2010-05-13lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.Jan D
2010-05-08Merge from emacs-23Stefan Monnier
2010-05-08xlwmenu.c (XlwMenuDestroy): Remove XtDestroyWidget on subwidgets (Bug #6127).Jan D
2010-05-07Bump version to 23.2.emacs-23.2Chong Yidong
2010-05-06Remove some unused Makefile.in variables.Glenn Morris
2010-05-03Missing lwlib part of earlier C_SWITCH commit.Glenn Morris
2010-04-26Reduce CPP usage.Dan Nicolaescu
2010-04-21Declarations before code (Bug#5993).Jan Djärv
2010-04-17Set _NET_WM_WINDOW_TYPE in menus. Looks bad with compiz otherwise.Jan Djärv
2010-04-17Don't redraw lucid menus more than needed. Use double buffer to reduce flicker.Jan D
2010-04-16xlwmenu.c (facename_changed): Put function in #ifdef HAVE_XFT.YAMAMOTO Mitsuharu
2010-04-11Use autoconf, not cpp for some variables.Dan Nicolaescu
2010-04-11Use XFT in Lucid dialogs if available.Jan Djärv
2010-04-08Lucid menus can now use Xft for fonts.Jan Djärv
2010-03-10Bump version to 24.0.50.Chong Yidong
2010-02-03Remove silly examples of changes.Glenn Morris
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-12-29Fix typos in ChangeLogs.Juanma Barranquero
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-06-21Add "Branch for 23.1" ChangeLog entry.Chong Yidong
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-12-19Fix typos and author's names.Juanma Barranquero
2008-09-24Fix typos.Juanma Barranquero
2008-07-23* config.in: Regenerate.Dan Nicolaescu
2008-07-18Fix typos.Juanma Barranquero
2008-06-26* unexnext.c:Dan Nicolaescu
2008-06-02Make "xfree (NULL)" a no-op; remove useless if-before-xfree.Jim Meyering
2008-06-02remove useless if-before-free testsJim Meyering
2008-05-09Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-18* configure.in: Define USE_LUCID/USE_MOTIF in config.h.Stefan Monnier
2008-03-27(Fdefine_charset_internal): Change the way ofKenichi Handa
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-07*** empty log message ***Juanma Barranquero
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-08-29Merge multi-tty branchMiles Bader