X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4431e6d9b30062407a60897db58356a36cedf49f..857ba6ec4622ba658788b8cd5805e8e9e8a5db16:/lwlib/ChangeLog diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index a9e424ac4b..2a865f7165 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,32 @@ +2013-12-14 Paul Eggert + + Use bool for boolean, focusing on headers. + * xlwmenuP.h (XlwMenu_part): Use bool_bf for boolean bit-fields. + +2013-11-14 Paul Eggert + + * lwlib.c (safe_strdup): Prefer tail calls. + +2013-11-02 Glenn Morris + + Use relative filenames in TAGS files. + * Makefile.in (abs_srcdir): Remove it again. + (ctagsfiles, TAGS): Use relative filenames. + + * Makefile.in (abs_srcdir): New, set by configure. + (ETAGS, ctagsfiles): New variables. + (TAGS): Use ETAGS, ctagsfiles. Use absolute filenames again. + +2013-10-24 Glenn Morris + + * Makefile.in (abs_top_srcdir): New, set by configure. + +2013-09-04 Paul Eggert + + Makefile improvements. + * Makefile.in (all): Put this first. Don't use double-colon + rules, as they are not portable according to POSIX. Mark as phony. + 2013-06-30 Paul Eggert Fix minor problems found by static checking. @@ -268,8 +297,7 @@ (lw_create_widget, lw_pop_all_widgets, lw_show_busy) (lw_refigure_widget, lw_allow_resizing): Remove alternative K&R declarations. - * lwlib-Xlw.c (xlw_update_one_widget): - (xlw_pop_instance): Likewise. + * lwlib-Xlw.c (xlw_update_one_widget, xlw_pop_instance): Likewise. * lwlib-Xaw.c (xaw_update_one_widget, xaw_pop_instance): Likewise. * lwlib-Xm.c (P_): Remove. @@ -372,7 +400,7 @@ Add eventhandler for expose to expose_cb. Remove creation of xft_draw. (create_pixmap_for_menu): New function. (remap_menubar): Pop down menus that aren't the same as in old_stack. - Set width, heigh, x, y on widget with XtVaSetValues. + Set width, height, x, y on widget with XtVaSetValues. Call create_pixmap_for_menu. Replace XUnmapWindow with XtPopdown. Remowe two last parameters to display_menu. @@ -445,7 +473,7 @@ XtCDefaultFace): New. * xlwmenuP.h (_window_state): Add max_rest_width and xft_draw. - (_XlwMenu_part): Add faceName,xft_fg, xft_bg, xft_disabled_fg and + (_XlwMenu_part): Add faceName, xft_fg, xft_bg, xft_disabled_fg and xft_font. 2010-03-10 Chong Yidong @@ -567,8 +595,7 @@ * xlwmenuP.h (_XlwMenu_part): Add fontSet resource. - * xlwmenu.c (string_width): - (MENU_FONT_HEIGHT, MENU_FONT_ASCENT): Ditto. + * xlwmenu.c (string_width, MENU_FONT_HEIGHT, MENU_FONT_ASCENT): Ditto. (display_menu_item, make_drawing_gcs, XlwMenuInitialize) (XlwMenuSetValues): Use font if fontSet is NULL, use only font for !HAVE_X_I18N. @@ -813,8 +840,8 @@ * lwlib.h (_widget_value): `help' has type Lisp_Object. * xlwmenu.c, lwlib-Xaw.c, lwlib-Xlw.c: Include ../src/lisp.h. - * lwlib-Xm.c, lwlib-Xol.c, lwlib/lwlib-Xolmb.c: Include ../src/lisp.h. - * lwlib/lwlib-utils.c: Include ../src/lisp.h. + * lwlib-Xm.c, lwlib-Xol.c, lwlib-Xolmb.c: Include ../src/lisp.h. + * lwlib-utils.c: Include ../src/lisp.h. * lwlib.c: Include ../src/lisp.h. Don't declare xmalloc. (free_widget_value_tree): Don't free `help' field. @@ -1205,7 +1232,7 @@ 1998-07-30 Paul Eggert - * lwlib/Makefile.in (lwlib-utils.o, lwlib.o, lwlib-Xlw.o) + * Makefile.in (lwlib-utils.o, lwlib.o, lwlib-Xlw.o) (lwlib-Xaw.o, lwlib-Xm.o, lwlib-Xol.o, lwlib-Xolmb.o): Add dependencies to corresponding .c files for Solaris 2.x VPATH make. @@ -1829,7 +1856,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1995-1999, 2001-2013 Free Software Foundation, Inc. + Copyright (C) 1995-1999, 2001-2014 Free Software Foundation, Inc. This file is part of GNU Emacs.