• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
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

修订版140bfda6d00b157601a5a589daef597d7177e622 (tree)
时间1999-08-24 01:21:30
作者john <john>
Commiterjohn

Log Message

*** empty log message ***

更改概述

差异

--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,23 @@
1+1999-08-23 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * version 0.3a
4+
5+ * move-resize.jl: query the _current_ mouse position, not the
6+ last seen in an event
7+
8+ * menus.jl: menus now work asynchronously, some hackery to get
9+ the focus back before calling the selected command
10+
11+ * maximize.jl (unmaximize-window): optional arg DIRECTION as
12+ with maximize-window, allows selective unmaximization
13+
14+ * gnome.jl: support the MAXIMIZED window states
15+
16+ * server.jl: for asynchronous requests delete the property
17+ after reading it (so the client knows when it can continue)
18+
19+ * edges.jl (snap-window-position-to-edges): minor fix
20+
121 1999-08-22 John Harper <john@dcs.warwick.ac.uk>
222
323 * version 0.3
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
1+1999-08-23 John Harper <john@dcs.warwick.ac.uk>
2+
3+ * version 0.3a
4+
5+ * functions.c (Fgrab_pointer): remove the hack choosing which
6+ window to grab in
7+ (Fungrab_pointer): if we're waiting for a ButtonRelease on a
8+ frame-part, unclick it
9+
10+ * events.c: changes to how frame-part "clicking" is handled
11+ (Fquery_pointer): optional arg GET, to force a round-trip to
12+ the server
13+ (Faccept_x_input): new function, process any available X events
14+
15+ * sawmill-ui.jl (keymap-shell): this now has a new key
16+ `:doc-path' giving the list of documentation databases. This is
17+ used to display the doc-string of the selected command
18+
19+ * client.c: after sending the event, _always_ wait for a
20+ PropertyNotify event, not just for synchronous requests
21+
122 1999-08-22 John Harper <john@dcs.warwick.ac.uk>
223
324 * version 0.3
--- a/src/sawmill_subrs.h
+++ b/src/sawmill_subrs.h
@@ -75,11 +75,12 @@ extern repv Qvisibility_notify_hook, Qdestroy_notify_hook, Qmap_notify_hook,
7575 Qunmap_notify_hook, Qenter_notify_hook, Qleave_notify_hook,
7676 Qfocus_in_hook, Qfocus_out_hook, Qclient_message_hook;
7777 extern repv Qiconify_window, Quniconify_window;
78+extern void unclick_current_fp (void);
7879 extern void map_request (XEvent *ev);
7980 extern void send_synthetic_configure (Lisp_Window *w);
8081 extern void handle_input_mask(long mask);
8182 extern void handle_sync_input(int fd);
82-extern repv Fquery_pointer (void);
83+extern repv Fquery_pointer (repv get);
8384 extern repv Fquery_last_pointer (void);
8485 extern repv Fquery_pointer_window (void);
8586 extern void events_init (void);