• 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ãob1dc5210b3011aeb77b19f85566fd97816b8ecda (tree)
Hora2000-05-11 03:09:34
Autorjohn <john>
Commiterjohn

Mensagem de Log

*** empty log message ***

Mudança Sumário

Diff

--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,32 @@
1+2000-05-10 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * version 0.27.1
4+
5+ * 3d-hack.jl (3d-rotate flatten): use inexact->exact on
6+ transformed coordinates (fixes bug introduced by rounding
7+ functions now preserving inexactness)
8+
9+ * maximize.jl (maximize-do-horizontal, maximize-do-vertical):
10+ use current-head-dimensions and current-head-offset of the
11+ maximized window to give the maximization bounds
12+
13+ (maximize-find-max-rectangle): new optional arg HEAD, the head
14+ to constrain the rectangle to. Also, the output rectangle may
15+ only span a single head
16+
17+ (maximize-do-both): constrain the maximized window to its
18+ current head
19+
20+ * functions.jl (current-head, current-head-dimensions,
21+ current-head-offset): all now take an optional window
22+ parameter, which means to find the current head in relation to
23+ this window (else use the focused window)
24+
25+ * functions.jl (get-window-by-name-re): new function
26+
27+ * sawmill.jl: after renaming .sawmill -> .sawfish, create a
28+ symlink .sawmill in case user code refers to it
29+
130 2000-05-09 John Harper <john@dcs.warwick.ac.uk>
231
332 * version 0.27
--- a/man/news.texi
+++ b/man/news.texi
@@ -20,7 +20,11 @@ the standard menu items
2020
2121 @item Added some (untested) support for Xinerama: @code{current-head},
2222 @code{current-head-dimensions}, @code{current-head-offset}. Some
23-placement modes should handle multiple heads sensibly
23+placement modes should handle multiple heads sensibly, as should window
24+maximization and edge snapping.
25+
26+@item Added icons for GNOME control center applets (all icons by
27+Tigert, except for the saw-blade logo by Glyph Lefkowitz)
2428
2529 @item New functions @code{map-window-properties} (me),
2630 @code{window-icon-image} (Bruce Miller)