• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

Revisãodfaf833e119fefb63cff10e6ea074172433f33dc (tree)
Hora2012-04-06 04:49:30
AutorChristopher Roy Bratusek <nano@tuxf...>
CommiterChristopher Roy Bratusek

Mensagem de Log

ChangeLog

Mudança Sumário

Diff

--- a/ChangeLog
+++ b/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+
120 2012-01-19 Christopher Roy Bratusek <nano@tuxfamily.org>
221 * lisp/sawfish/wm/integration/razor.jl: fix razor-power calls
322
--- a/configure.in
+++ b/configure.in
@@ -27,9 +27,9 @@ AC_CONFIG_MACRO_DIR([m4])
2727 AM_PROG_LIBTOOL
2828
2929 dnl Release versioning info
30-version="1.8.92"
30+version="1.8.99"
3131 subversion=""
32-codename="Coldwater Canyon"
32+codename="Housenation"
3333
3434 VERSION=${version}
3535