ChangeLog fixes
[bpt/emacs.git] / lwlib / ChangeLog
index 27bf65d..5eb10cd 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use bool for boolean, focusing on headers.
+       * xlwmenuP.h (XlwMenu_part): Use bool_bf for boolean bit-fields.
+
 2013-11-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lwlib.c (safe_strdup): Prefer tail calls.
        * 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.
 ;; 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.