Mercurial > emacs
comparison lwlib/ChangeLog @ 44688:67adf2527156
Fix typo and whitespaces.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Fri, 19 Apr 2002 11:39:17 +0000 |
parents | b43a3d7301cf |
children | e673f42e092e |
comparison
equal
deleted
inserted
replaced
44687:b43a3d7301cf | 44688:67adf2527156 |
---|---|
1 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il> | 1 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 2 |
3 * Makefile.in (TAGS): Don't use -t, it's the default behafior for | 3 * Makefile.in (TAGS): Don't use -t, it's the default behavior for |
4 etags, so it barfs if invoked with -t. | 4 etags, so it barfs if invoked with -t. |
5 | 5 |
6 2002-03-17 Richard M. Stallman <rms@gnu.org> | 6 2002-03-17 Richard M. Stallman <rms@gnu.org> |
7 | 7 |
8 * lwlib.c (P_): Definitions deleted. | 8 * lwlib.c (P_): Definitions deleted. |
9 | 9 |
10 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il> | 10 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il> |
11 | 11 |
12 * lwlib.c (P_): Don't define if already defined. | 12 * lwlib.c (P_): Don't define if already defined. |
13 | 13 |
35 * lwlib.h (_widget_value): `help' has type Lisp_Object. | 35 * lwlib.h (_widget_value): `help' has type Lisp_Object. |
36 | 36 |
37 * xlwmenu.c, lwlib-Xaw.c, lwlib-Xlw.c: Include ../src/lisp.h. | 37 * xlwmenu.c, lwlib-Xaw.c, lwlib-Xlw.c: Include ../src/lisp.h. |
38 * lwlib-Xm.c, lwlib-Xol.c, lwlib/lwlib-Xolmb.c: Include ../src/lisp.h. | 38 * lwlib-Xm.c, lwlib-Xol.c, lwlib/lwlib-Xolmb.c: Include ../src/lisp.h. |
39 * lwlib/lwlib-utils.c: Include ../src/lisp.h. | 39 * lwlib/lwlib-utils.c: Include ../src/lisp.h. |
40 | 40 |
41 * lwlib.c: Include ../src/lisp.h. Don't declare xmalloc. | 41 * lwlib.c: Include ../src/lisp.h. Don't declare xmalloc. |
42 (free_widget_value_tree): Don't free `help' field. | 42 (free_widget_value_tree): Don't free `help' field. |
43 (copy_widget_value_tree): Copy `help' simply, without safe_strdup. | 43 (copy_widget_value_tree): Copy `help' simply, without safe_strdup. |
44 (merge_widget_value): Compare and copy `help' simply. | 44 (merge_widget_value): Compare and copy `help' simply. |
45 | 45 |
57 From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>. | 57 From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>. |
58 | 58 |
59 2001-10-05 Gerd Moellmann <gerd@gnu.org> | 59 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
60 | 60 |
61 * Branch for 21.1. | 61 * Branch for 21.1. |
62 | 62 |
63 2001-04-30 Gerd Moellmann <gerd@gnu.org> | 63 2001-04-30 Gerd Moellmann <gerd@gnu.org> |
64 | 64 |
65 * xlwmenu.c (xlwmenu_window_p): New function. | 65 * xlwmenu.c (xlwmenu_window_p): New function. |
66 | 66 |
67 2001-03-23 Gerd Moellmann <gerd@gnu.org> | 67 2001-03-23 Gerd Moellmann <gerd@gnu.org> |
78 recompute centered text; it works fine without with current LessTif. | 78 recompute centered text; it works fine without with current LessTif. |
79 | 79 |
80 * lwlib-Xm.c (make_menu_in_widget): Add an XmNpopdownCallback | 80 * lwlib-Xm.c (make_menu_in_widget): Add an XmNpopdownCallback |
81 instead of an XmNunmapCallback. | 81 instead of an XmNunmapCallback. |
82 (xm_unmap_callback): Removed. | 82 (xm_unmap_callback): Removed. |
83 | 83 |
84 * lwlib-Xm.c (make_menubar): Take out code in #if 0. | 84 * lwlib-Xm.c (make_menubar): Take out code in #if 0. |
85 | 85 |
86 * lwlib-Xm.c (xm_popup_menu): Don't set XmNmenuPost unless | 86 * lwlib-Xm.c (xm_popup_menu): Don't set XmNmenuPost unless |
87 necessary. From Rick Scott <rwscott@alumni.uwaterloo.ca>. | 87 necessary. From Rick Scott <rwscott@alumni.uwaterloo.ca>. |
88 | 88 |
1067 | 1067 |
1068 ;; Local Variables: | 1068 ;; Local Variables: |
1069 ;; coding: iso-2022-7bit-unix | 1069 ;; coding: iso-2022-7bit-unix |
1070 ;; End: | 1070 ;; End: |
1071 | 1071 |
1072 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001 | 1072 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002 |
1073 Free Software Foundation, Inc. | 1073 Free Software Foundation, Inc. |
1074 Copying and distribution of this file, with or without modification, | 1074 Copying and distribution of this file, with or without modification, |
1075 are permitted provided the copyright notice and this notice are preserved. | 1075 are permitted provided the copyright notice and this notice are preserved. |