• 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ãob25cf21284e7f75c466ddbb76d3644173b1fa452 (tree)
Hora2003-03-25 17:24:43
AutorJohn Harper <jsh@unfa...>
CommiterJohn Harper

Mensagem de Log

version 1.3

2003-03-25 John Harper <jsh@unfactored.org>

* configure.in, man/news.texi: version 1.3

Mudança Sumário

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1+2003-03-25 John Harper <jsh@unfactored.org>
2+
3+ * configure.in, man/news.texi: version 1.3
4+
15 2003-03-01 John Harper <jsh@unfactored.org>
26
37 * Sawfish.desktop: moved ConfigExec field to main section.
--- a/configure.in
+++ b/configure.in
@@ -25,7 +25,7 @@ AC_CONFIG_HEADER(config.h)
2525 AC_CONFIG_AUX_DIR(etc)
2626
2727 dnl Release versioning info
28-version="1.2"
28+version="1.3"
2929 subversion=""
3030
3131 output_files="src/Makefile lisp/Makefile scripts/Makefile themes/Makefile\
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
1+2003-03-25 John Harper <jsh@unfactored.org>
2+
3+ * version 1.3
4+
15 2003-03-16 John Harper <jsh@unfactored.org>
26
37 * sawfish/wm/workspace.jl (show-desktop, hide-desktop,
--- a/man/news.texi
+++ b/man/news.texi
@@ -6,6 +6,50 @@ This lists the user-visible changes made to Sawfish, and which releases
66 they occurred between. For more detailed information see the
77 @file{ChangeLog} files in the Sawfish source tree.
88
9+@heading 1.3
10+
11+@itemize @bullet
12+
13+@item Implemented EMWH "show desktop" mode
14+
15+@item Set client window gravity to @code{StaticGravity} while
16+reparenting windows (Michal Maruケka)
17+
18+@item Support EWMH @code{SKIP_TASKBAR} state (Chris Boyle, me)
19+
20+@item Window history keys may have multiple properties (not enabled by
21+default for backwards compatibility, see @code{window-history-key}
22+variable)
23+
24+@item More placement modes are now multihead-aware (Steve Hill)
25+
26+@item Translation updates: el (Simos Xenitellis, Kostas Papadimas), de
27+(Christian Neumair), no (Kjartan Maraas), pt_BR (Alexandre Folle de
28+Menezes), am (Daniel Yacob), es (German Poo Caaman~o), uk (Maxim
29+Dzumanenko), sk (Stanislav Visnovsky)
30+
31+@item Bug fixes:
32+
33+@itemize @minus
34+
35+@item compile with Gtk 2.2
36+
37+@item don't try to unfocus windows within the X error handler
38+
39+@item don't cache frame objects while clicking in windows, they may get
40+garbage collected -- fixes "crash on shading" bug
41+
42+@item set @code{_NET_WM_NAME} as @code{UTF8_STRING} type (Christian
43+Krause)
44+
45+@item @file{save-session} is now called @file{gnome-session-save};
46+fallback to looking in @file{/usr/gnome} for menus
47+
48+@item fixed typo in @code{adjust-position-for-gravity/y}
49+@end itemize
50+@end itemize
51+
52+
953 @heading 1.2
1054
1155 @itemize @bullet
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
1+2003-03-25 John Harper <jsh@unfactored.org>
2+
3+ * version 1.3
4+
15 2003-01-24 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
26
37 * sk.po: Updated Slovak translation.
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
1+2003-03-25 John Harper <jsh@unfactored.org>
2+
3+ * version 1.3
4+
15 2003-02-21 John Harper <jsh@unfactored.org>
26
37 * events.c (button_press): don't cache the clicked frame part