diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-06-16 18:54:24 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-06-16 18:54:24 +0000 |
commit | 0a2ea2356dcc1bb2413d8e9d03cabc3d19022199 (patch) | |
tree | 782a74dff0dc86dcf19b4f0f0b884eb5048ce870 | |
parent | 8c47a252f0de199d7212ff460419f4c2f1ba3af7 (diff) | |
download | emacs-0a2ea2356dcc1bb2413d8e9d03cabc3d19022199.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | lwlib/ChangeLog | 10 | ||||
-rw-r--r-- | man/dired-x.texi | 2 |
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 854378d9ef5..9e926010e7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-06-16 Gerd Moellmann <gerd@gnu.org> + + * Makefile.in (distclean): Also make distclean in lisp/. + 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> * config.bat: Generate lisp/Makefile from lisp/Makefile.in. diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 92644250cca..a4ada6671c1 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,13 @@ +2000-06-16 Gerd Moellmann <gerd@gnu.org> + + * xlwmenuP.h (_XlwMenu_part): Add free_top_shadow_color_p and + free_bottom_shadow_color_p. + + * xlwmenu.c (make_shadow_gcs): Set free_top_shadow_color_p + and free_top_shadow_color_p flags in the menu widget if + top and bottom shadow colors must be freed. + (release_shadow_gcs): Free colors only if they must be freed. + 2000-06-12 Gerd Moellmann <gerd@gnu.org> * xlwmenu.c (make_shadow_gcs): Free and copy colors so that diff --git a/man/dired-x.texi b/man/dired-x.texi index 3babe02a69f..b88840f46dd 100644 --- a/man/dired-x.texi +++ b/man/dired-x.texi @@ -745,7 +745,7 @@ then used. Default: @code{t} A non-@code{nil} value means that @code{-q} is passed to gzip overriding a -verbose GNU zip's @samp{GZIP} environment variable. +verbose GNU zip's @env{GZIP} environment variable. @item dired-guess-shell-znew-switches nil @vindex dired-guess-shell-znew-switches nil |