Skip to content

Commit 9c8f9ea

Browse files
committed
Imported mlvwm 0.9.0 release
1 parent adcec20 commit 9c8f9ea

25 files changed

+600
-99
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.8.9 -> 0.9.0
2+
Add EdgeResistance
3+
Change menu create function
4+
\ can be use to joint configuration line
5+
Some small bug fix.
6+
Change Swallow margin.
7+
18
0.8.8 -> 0.8.9
29
Change scroll bar expose function and befavior
310
Add one click menu(OneClickMenu)

CHANGELOG.jp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.8.9 -> 0.9.0
2+
EdgeResistance ���ɲ�
3+
��˥奦�κ�����ˡ���ѹ�
4+
\ �������Ϣ��
5+
�٤����Х�����
6+
Swallow �Υޡ�������ѹ�
7+
18
0.8.8 -> 0.8.9
29
����������С��ν񴹤��Ȱ�ư�ؿ����ѹ�
310
OneClickMenu ���ɲ�

CONFIGURATION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ The item which can be set by the initialization file is as the next.
116116
Enable Opaque resize.
117117
OneClickMenu
118118
Click pull down menu and more one click execute selection.
119+
EdgeResistance x y
120+
Edge resistance force.
119121
ZoomWait
120122
Setting Hide animation speed. Default is 10ms. The unit is ms.
121123
RotateDesk

CONFIGURATION.jp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Description
9494
OpaqueResize $B%j%5%$%:;~$KCf?H$rI=<($7$?$^$^0\F0(B
9595
OneClickMenu $B%/%j%C%/$G%a%K%e!<$,%W%k%@%&%s$7$F!"$b$&0l2s$N%/%j%C%/(B
9696
$B$G<B9T(B
97+
EdgeResistance $B%&%$%s%I%&$,2hLL$N30$K=P$k$?$a$KI,MW$J0\F0NL$r(B x, y $B$GDI2C(B
9798
ZoomWait Hide $B$N%"%K%a!<%7%g%s%9%T!<%I$r(B ms $B$G;XDj!#%G%U%)%k%H$O(B
9899
10ms$B!#(B
99100
RotateDesk $B%G%9%/%H%C%W$N2C;;!"8:;;$r%m!<%F!<%7%g%s$9$k!#(B

Imakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
XCOMM Imakefile for MLVWM
22

33
#define IHaveSubdirs
4-
SUBDIRS = mlvwm sample_rc
4+
SUBDIRS = mlvwm sample_rc man
55
#define PassCDebugFlags
66

77
MakeSubdirs($(SUBDIRS))

README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ xmkmf -a;
1212
make.
1313
But, it must be compiled with gcc for SunOS4.x.
1414

15+
make install
16+
make install.man
17+
are install mlvwm and manual.
18+
1519
The designation of the installation directory can be done by the
1620
change of configure.h. Sauce complying with Locale came in. Make
1721
HasLocale YES in configure.h. Cope additionally and suitably though

README.jp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ make
1010
�ǥ���ѥ���Ǥ��ޤ��������� SunOS 4.x �ξ�� gcc �ǥ���ѥ��뤹��ɬ��
1111
������ޤ���
1212

13+
���󥹥ȡ����
14+
make install
15+
make install.man
16+
�ǹԤʤ��ޤ���
17+
1318
���󥹥ȡ���ǥ��쥯�ȥ�λ���� configure.h ���ѹ��ǹԤʤ��ޤ���
1419
Locale �б��Υ�����������ޤ�����configure.h ����ǡ� HasLocale �� YES
1520
�ˤ��Ʋ�����������¾�ˤ⡢ configure.h �ν����Ϥ��ʤ�Ԥʤ��ޤ�������

configure.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ XCOMM
3333
#ifdef MlvwmLibDir
3434
MLVWMLIBDIR = MlvwmLibDir
3535
#else
36-
MLVWMLIBDIR = $(USRLIBDIR)/mlvwm
36+
MLVWMLIBDIR = $(USRLIBDIR)/X11/mlvwm
3737
#endif
3838

3939
#ifndef HasLocale
@@ -69,7 +69,7 @@ XCOMM
6969
#endif
7070

7171
XCOMM
72-
XCOMM CDEBUGFLAGS = -g -Wall -Wshadow
72+
CDEBUGFLAGS = -g -Wall -Wshadow
7373
XCOMM CDEBUGFLAGS = -O2 -Wall
7474
XCOMM CDEBUGFLAGS = -g -Wall
7575
XCOMM CDEBUGFLAGS = -g

man/Imakefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
XCOMM Imakefile for MLVWM
2+
3+
#include "../configure.h"
4+
5+
XCOMM Do not change from here !
6+
7+
all::
8+
InstallManPage(mlvwm,$(MANDIR))

0 commit comments

Comments
 (0)