Japanese translation of message catalog for Sawfish Window-Manager
Revision | 00ff7f7affcd2dd7521a23601ca04f45841287ac (tree) |
---|---|
Zeit | 2016-01-18 04:06:19 |
Autor | Christopher Roy Bratusek <nano@jpbe...> |
Commiter | Christopher Roy Bratusek |
NEWS
@@ -52,6 +52,10 @@ Each release lists incompatible changes at its top. | ||
52 | 52 | @item Build and Installation |
53 | 53 | @itemize @minus |
54 | 54 | @item When building Sawfish while an instance of it is running, a sawfish-managed @code{conky} instance does no longer get killed. [Christopher Bratusek] |
55 | + | |
56 | +@item Fix @code{libtool} version check in @code{autogen.sh}. [Christopher Bratusek] | |
57 | + | |
58 | +@item Remove @code{gitclean} Makefile target, improve @code{distclean} target. [Christopher Bratusek] | |
55 | 59 | @end itemize |
56 | 60 | |
57 | 61 | @item New Features |
@@ -76,6 +80,15 @@ Each release lists incompatible changes at its top. | ||
76 | 80 | @item Restructured session file installation. Removed @code{--with-xdmsession} configure flag, the bare Sawfish session is installed always. For the remaining there's now an configure option each: @code{--with-matesession} (MATE), @code{--with-luminasession} (Lumina) and @code{--with-xfcesession} (XFCE). [Christopher Bratusek] |
77 | 81 | |
78 | 82 | @item Properly uninstall all session related files upon @code{make uninstall} [Christopher Bratusek] |
83 | + | |
84 | +@item Debian code review | |
85 | +@itemize x | |
86 | +@item Fix FSF address across all files [Christopher Bratusek] | |
87 | + | |
88 | +@item Fix code spellings [Christopher Bratusek] | |
89 | + | |
90 | +@item Rename @code{configure.in} to @code{configure.ac} [Christopher Bratusek] | |
91 | +@end itemize | |
79 | 92 | @end itemize |
80 | 93 | @end itemize |
81 | 94 |
@@ -87,7 +100,7 @@ Each release lists incompatible changes at its top. | ||
87 | 100 | |
88 | 101 | @item Fix possibly wrong @code{input-focus} from @code{enter-*} focus-modes in tabbed-windowing. [fuchur] |
89 | 102 | |
90 | -@item Properly support tabbed-windowing when tiling is active aswell. [fuchur] | |
103 | +@item Properly support tabbed-windowing when tiling is active as well. [fuchur] | |
91 | 104 | |
92 | 105 | @item Several fixes for the @code{wallpaper} module regarding wrong values or non-existent files. [Christopher Bratusek] |
93 | 106 |
@@ -287,7 +300,7 @@ from within Sawfish. [fuchur] | ||
287 | 300 | |
288 | 301 | @item Make @code{focus-when-mapped} window-matcher chooseable from 'never 'maybe and |
289 | 302 | 'always. 'never is suggested for KDE users to be applied to Plasma in order to prevent |
290 | -notification popups to take focus from currently active window (and possibly loosing | |
303 | +notification popups to take focus from currently active window (and possibly losing | |
291 | 304 | keyboard input) [fuchur] |
292 | 305 | |
293 | 306 | @item Completeley revised @code{resize-window-prompt}. Now display window's name and old width |
@@ -432,7 +445,7 @@ both Categories and the (errorneous) Category key, or only the later. [Matthew L | ||
432 | 445 | |
433 | 446 | @item Fixed a bug in window-manager selection handling. Set all fields of the client |
434 | 447 | message event. This prevents bugs, where Sawfish sometimes isn't able to replace another |
435 | -window-manager or aquiring the screen if no other WM is running. [Timo Korvola] | |
448 | +window-manager or acquiring the screen if no other WM is running. [Timo Korvola] | |
436 | 449 | |
437 | 450 | @item When making X request, we might receive and @code{select} will stuck. This is fixed now |
438 | 451 | [Michal Maruska] |
@@ -572,7 +585,7 @@ Of course that only works, if the label is a GtkLabel widget on it's own. | ||
572 | 585 | @itemize @minus |
573 | 586 | |
574 | 587 | === spoiler === |
575 | -: StyleTab in Sawfish 1.9 add lots of new fancyness for the price of beeing slow. | |
588 | +: StyleTab in Sawfish 1.9 add lots of new fancyness for the price of being slow. | |
576 | 589 | So if you experience a long startup-time of Sawfish, it's a feature, not a bug. : |
577 | 590 | == /spoiler === |
578 | 591 |
@@ -1547,7 +1560,7 @@ instead of hardcoding those paths from configure, which makes it more portable. | ||
1547 | 1560 | sawfish on several architectures. From this version on, we don't ship it anymore. |
1548 | 1561 | [Kim B. Heino] |
1549 | 1562 | |
1550 | -@item Export the imageloader beeing used by sawfish in the .pc file. | |
1563 | +@item Export the imageloader being used by sawfish in the .pc file. | |
1551 | 1564 | [Christopher Bratusek] |
1552 | 1565 | |
1553 | 1566 | @item Don't remove the .pot file upon @code{make distclean}. |
@@ -1573,7 +1586,7 @@ viewport when displaying all workspaces. | ||
1573 | 1586 | @item Doc |
1574 | 1587 | @itemize @minus |
1575 | 1588 | |
1576 | -@item Fixed a small doc misstake (refered to window-set instead of window-put). | |
1589 | +@item Fixed a small doc misstake (referred to window-set instead of window-put). | |
1577 | 1590 | [Christopher Bratusek] |
1578 | 1591 | |
1579 | 1592 | @item Fixed the docstrings of shrink and yank. |
@@ -1663,7 +1676,7 @@ latter doesn't. | ||
1663 | 1676 | Sawfish used to rely on ESounD and LibAudioFile to play sound, but we |
1664 | 1677 | dropped that. If you want sound, set the variable @code{play-sample-program} |
1665 | 1678 | to the path of the program capable of playing *.wav file. You can set the |
1666 | -variable from the Configurator, too. By default `paplay' is beeing used. | |
1679 | +variable from the Configurator, too. By default `paplay' is being used. | |
1667 | 1680 | |
1668 | 1681 | You can't set any arguments to pass from this variable. If you want to |
1669 | 1682 | give arguments or redirect output, write a wrapper |
@@ -1763,7 +1776,7 @@ Position parameters can be negative [Christopher Bratusek, Teika Kazura] | ||
1763 | 1776 | |
1764 | 1777 | @item Fixed Focus issues with KDE4 Menu/Run-Dialog [Timo Korvola] |
1765 | 1778 | |
1766 | -@item Fix cursor-warping in conjuction with Infinite-Desktop [Jeremy Hankins] | |
1779 | +@item Fix cursor-warping in conjunction with Infinite-Desktop [Jeremy Hankins] | |
1767 | 1780 | |
1768 | 1781 | @item Fixed group of the stagger options [Christopher Bratusek] |
1769 | 1782 |
@@ -1920,7 +1933,7 @@ buttons or frames to their theme in charge. There are no user visible changes. | ||
1920 | 1933 | @item @code{raise-lower-button}, a button to perform various raising and lowering actions on a window |
1921 | 1934 | @end itemize |
1922 | 1935 | @end itemize |
1923 | -@item Widget Transistion [Christopher Bratusek] | |
1936 | +@item Widget Transition [Christopher Bratusek] | |
1924 | 1937 | @itemize @minus |
1925 | 1938 | |
1926 | 1939 | @item Custom make-url-widget replaced by GtkLinkButton |
@@ -2184,7 +2197,7 @@ your configuration file, and use configurator GUI. | ||
2184 | 2197 | |
2185 | 2198 | @item Major update of the spec file [Christopher Bratusek, Michal Jaegermann, Ritz] |
2186 | 2199 | |
2187 | -@item Print usefull stuff at the end of configure [Christopher Bratusek] | |
2200 | +@item Print useful stuff at the end of configure [Christopher Bratusek] | |
2188 | 2201 | |
2189 | 2202 | @item Add distclean rule to all Makefiles [Christopher Bratusek] |
2190 | 2203 |