diff options
| author | Pavel Janík | 2002-04-19 11:39:17 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-04-19 11:39:17 +0000 |
| commit | e7c9e4455fa2b40b80e5a63004edfcf07683ea6f (patch) | |
| tree | df2f5bd866fdf20ee9dad19ff5ddf8d85254ebe7 /lwlib/ChangeLog | |
| parent | 5e3238f491f2ae72f3e5a6b6dd6456fcb2b9407a (diff) | |
| download | emacs-e7c9e4455fa2b40b80e5a63004edfcf07683ea6f.tar.gz emacs-e7c9e4455fa2b40b80e5a63004edfcf07683ea6f.zip | |
Fix typo and whitespaces.
Diffstat (limited to 'lwlib/ChangeLog')
| -rw-r--r-- | lwlib/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 5dd8696fc92..6615b48cc12 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,11 +1,11 @@ | |||
| 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 | ||
| @@ -37,7 +37,7 @@ | |||
| 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. |
| @@ -59,7 +59,7 @@ | |||
| 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. |
| @@ -80,7 +80,7 @@ | |||
| 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 |
| @@ -1069,7 +1069,7 @@ | |||
| 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. |