Mercurial > emacs
comparison lwlib/ChangeLog @ 26087:e0d966fb548f
Add support for large files, plus some locale improvements.
* dispatch.c, lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib.c, xlwmenu.c,
xrdb-cpp.c, xrdb.c:
Include <config.h> before any system include files.
* lwlib-Xm.c, lwlib.c:
Do not include <stdlib.h> or <string.h>, as <config.h> does this.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Tue, 19 Oct 1999 07:21:16 +0000 |
parents | f6ac4958f53f |
children | d91e804f895e |
comparison
equal
deleted
inserted
replaced
26086:cc03e8352d48 | 26087:e0d966fb548f |
---|---|
1 1999-10-19 Paul Eggert <eggert@twinsun.com> | |
2 | |
3 Add support for large files, plus some locale improvements. | |
4 | |
5 * dispatch.c, lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib.c, xlwmenu.c, | |
6 xrdb-cpp.c, xrdb.c: | |
7 Include <config.h> before any system include files. | |
8 | |
9 * lwlib-Xm.c, lwlib.c: | |
10 Do not include <stdlib.h> or <string.h>, as <config.h> does this. | |
11 | |
1 1999-10-07 Gerd Moellmann <gerd@gnu.org> | 12 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
2 | 13 |
3 * lwlib-Xm.c (make_menu_in_widget, update_one_menu_entry): Use | 14 * lwlib-Xm.c (make_menu_in_widget, update_one_menu_entry): Use |
4 widgets instead of gadgets to be able to set colors. | 15 widgets instead of gadgets to be able to set colors. |
5 | 16 |