Japanese translation of message catalog for Sawfish Window-Manager
Revisão | dfaf833e119fefb63cff10e6ea074172433f33dc (tree) |
---|---|
Hora | 2012-04-06 04:49:30 |
Autor | Christopher Roy Bratusek <nano@tuxf...> |
Commiter | Christopher Roy Bratusek |
ChangeLog
@@ -1,3 +1,22 @@ | ||
1 | +2012-04-05 Christopher Roy Bratusek <nano@tuxfamily.org> | |
2 | + * lisp/sawfish/wm/commands/launcher.jl: add filemanager launcher | |
3 | + | |
4 | + * lisp/sawfish/wm/menus.jl | |
5 | + * lisp/sawfish/wm/user.jl: if filemanager is set, provide 'Open Home' | |
6 | + entry in Sawfish's root-menu | |
7 | + | |
8 | + * lisp/sawfish/wm/integration/mate.jl | |
9 | + * lisp/sawfish/wm/integration/razor-qt.jl | |
10 | + * lisp/sawfish/wm/integration/kde.jl | |
11 | + * lisp/sawfish/wm/integration/gnome.jl | |
12 | + * lisp/sawfish/wm/integration/xfce.jl: try to match against | |
13 | + XDG_CURRENT_DESKTOP to detect desktop -- add desktop specific entries | |
14 | + for filemanager launcher | |
15 | + | |
16 | + * lisp/sawfish/wm/integration/lxde.jl: LXDE integration module | |
17 | + | |
18 | + * configure.in: bump version to 1.8.99 "Housenation" | |
19 | + | |
1 | 20 | 2012-01-19 Christopher Roy Bratusek <nano@tuxfamily.org> |
2 | 21 | * lisp/sawfish/wm/integration/razor.jl: fix razor-power calls |
3 | 22 |
@@ -27,9 +27,9 @@ AC_CONFIG_MACRO_DIR([m4]) | ||
27 | 27 | AM_PROG_LIBTOOL |
28 | 28 | |
29 | 29 | dnl Release versioning info |
30 | -version="1.8.92" | |
30 | +version="1.8.99" | |
31 | 31 | subversion="" |
32 | -codename="Coldwater Canyon" | |
32 | +codename="Housenation" | |
33 | 33 | |
34 | 34 | VERSION=${version} |
35 | 35 |