]> code.delx.au - gnu-emacs/blobdiff - lwlib/ChangeLog
Add 24.4 release ChangeLog entries
[gnu-emacs] / lwlib / ChangeLog
index d68ed24b887937a92b4715b3ec5f4c87213d4ebc..9179cd56ccd2bc6cf6f10919719e862acd1eb983 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-20  Glenn Morris  <rgm@gnu.org>
+
+       * Version 24.4 released.
+
 2013-12-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        Use bool for boolean, focusing on headers.
        (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.
        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  <cyd@stupidchicken.com>
 
        * 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.
        * 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.
 
 1998-07-30  Paul Eggert  <eggert@twinsun.com>
 
-       * 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.
 
 ;; 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.