*** empty log message ***
This commit is contained in:
parent
f1f4d34564
commit
11ef99b90c
2 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2001-02-28 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* lwlib-Xm.c (xm_arm_callback): Don't compare widgets with `None',
|
||||
use NULL instead.
|
||||
|
||||
* lwlib-Xaw.c (xaw_update_one_widget): Use XtSetSensitive instead
|
||||
of setting the value of XtNsensitive.
|
||||
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
2001-02-28 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* xterm.c (x_set_window_size): Don't use `None' with widgets; use
|
||||
NULL instead.
|
||||
|
||||
* xfns.c (Fx_hide_tip): Don't use `None' with widgets; use
|
||||
NULL instead.
|
||||
|
||||
* alloc.c (toplevel): Include process.h.
|
||||
(enum mem_type): Add MEM_TYPE_PROCESS, MEM_TYPE_HASH_TABLE,
|
||||
MEM_TYPE_FRAME, MEM_TYPE_WINDOW enumerators.
|
||||
|
|
Loading…
Add table
Reference in a new issue