diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-04-19 11:39:17 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-04-19 11:39:17 +0000 |
commit | e7c9e4455fa2b40b80e5a63004edfcf07683ea6f (patch) | |
tree | df2f5bd866fdf20ee9dad19ff5ddf8d85254ebe7 /lwlib/ChangeLog | |
parent | 5e3238f491f2ae72f3e5a6b6dd6456fcb2b9407a (diff) | |
download | emacs-e7c9e4455fa2b40b80e5a63004edfcf07683ea6f.tar.gz |
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 @@ 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il> - * Makefile.in (TAGS): Don't use -t, it's the default behafior for + * Makefile.in (TAGS): Don't use -t, it's the default behavior for etags, so it barfs if invoked with -t. 2002-03-17 Richard M. Stallman <rms@gnu.org> - * lwlib.c (P_): Definitions deleted. + * lwlib.c (P_): Definitions deleted. 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il> @@ -37,7 +37,7 @@ * 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.c: Include ../src/lisp.h. Don't declare xmalloc. (free_widget_value_tree): Don't free `help' field. (copy_widget_value_tree): Copy `help' simply, without safe_strdup. @@ -59,7 +59,7 @@ 2001-10-05 Gerd Moellmann <gerd@gnu.org> * Branch for 21.1. - + 2001-04-30 Gerd Moellmann <gerd@gnu.org> * xlwmenu.c (xlwmenu_window_p): New function. @@ -80,7 +80,7 @@ * lwlib-Xm.c (make_menu_in_widget): Add an XmNpopdownCallback instead of an XmNunmapCallback. (xm_unmap_callback): Removed. - + * lwlib-Xm.c (make_menubar): Take out code in #if 0. * lwlib-Xm.c (xm_popup_menu): Don't set XmNmenuPost unless @@ -1069,7 +1069,7 @@ ;; coding: iso-2022-7bit-unix ;; End: - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001 + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. |