*** empty log message ***
This commit is contained in:
parent
8c47a252f0
commit
0a2ea2356d
3 changed files with 15 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue