mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 06:14:13 +01:00
Code update for Window Maker version 0.50.0
Read changes in ChangeLog and NEWS
This commit is contained in:
@@ -69,6 +69,9 @@ I18N = @I18N@
|
||||
I18N_MB = @I18N_MB@
|
||||
ICONEXT = @ICONEXT@
|
||||
INTLIBS = @INTLIBS@
|
||||
LD = @LD@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LITE = @LITE@
|
||||
LN_S = @LN_S@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MOFILES = @MOFILES@
|
||||
@@ -195,6 +198,7 @@ clean: clean-generic mostlyclean
|
||||
|
||||
distclean: distclean-generic clean
|
||||
-rm -f config.status
|
||||
-rm -f libtool
|
||||
|
||||
maintainer-clean: maintainer-clean-generic distclean
|
||||
@echo "This command is intended for maintainers to use;"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Dock = {
|
||||
Applications = (
|
||||
{
|
||||
Command = "";
|
||||
Command = "-";
|
||||
Name = Logo.WMDock;
|
||||
AutoLaunch = No;
|
||||
Forced = No;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Dock = {
|
||||
Applications = (
|
||||
{
|
||||
Command = "";
|
||||
Command = "-";
|
||||
Name = Logo.WMDock;
|
||||
AutoLaunch = No;
|
||||
Forced = No;
|
||||
|
||||
@@ -6,6 +6,13 @@
|
||||
WMSoundServer = {Icon = Sound.tiff;};
|
||||
XTerm = {Icon = GNUterm.tiff;};
|
||||
NXTerm = {Icon = GNUterm.tiff;};
|
||||
ScilabGraphic0.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic1.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic2.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic3.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic4.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic5.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic6.Xscilab = {KeepInsideScreen=YES;};
|
||||
xcalc = {AlwaysUserIcon = Yes;Icon = "HP-16C-48.xpm";};
|
||||
Netscape = {Icon = Netscape.xpm;};
|
||||
Emacs = {Icon = ColorGNU.xpm;};
|
||||
|
||||
@@ -6,6 +6,13 @@
|
||||
WMSoundServer = {Icon = Sound.#extension#;};
|
||||
XTerm = {Icon = GNUterm.#extension#;};
|
||||
NXTerm = {Icon = GNUterm.#extension#;};
|
||||
ScilabGraphic0.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic1.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic2.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic3.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic4.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic5.Xscilab = {KeepInsideScreen=YES;};
|
||||
ScilabGraphic6.Xscilab = {KeepInsideScreen=YES;};
|
||||
xcalc = {AlwaysUserIcon = Yes;Icon = "HP-16C-48.xpm";};
|
||||
Netscape = {Icon = Netscape.xpm;};
|
||||
Emacs = {Icon = ColorGNU.xpm;};
|
||||
|
||||
Reference in New Issue
Block a user