EasyPG 1.07 Released
[packages] / xemacs-packages / xwem / ChangeLog.upstream
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--lg@xwem.org--2005/xwem--main--2.1
3 #
4
5 2005-04-05 18:54:39 GMT Zajcev Evgeny <lg@xwem.org>     versionfix-1
6
7     Summary:
8       Bug fix
9     Revision:
10       xwem--main--2.1--versionfix-1
11
12     * xwem-keyboard.el (xwem-read-key-sequence-1): [bug fix] Reuse
13       `xwem-event-client'.
14     
15
16     modified files:
17      lisp/xwem-keyboard.el
18
19
20 2005-04-04 18:23:36 GMT Zajcev Evgeny <lg@xwem.org>     version-0
21
22     Summary:
23       XWEM 2.1 is released
24     Revision:
25       xwem--main--2.1--version-0
26
27
28
29 2005-04-04 18:22:56 GMT Zajcev Evgeny <lg@xwem.org>     patch-43
30
31     Summary:
32       Bad bug fix.
33     Revision:
34       xwem--main--2.1--patch-43
35
36     * lisp/xwem-events.el (xwem-event-client): [bug fix] Consider selected
37       client in case of if event is generated for dummy client.  Selected
38       client can be the dummy client however.  This fixes bug, which was
39       causing invalid command looking up when prefix argument is used.
40
41     modified files:
42      lisp/xwem-events.el lisp/xwem-keyboard.el
43
44     new patches:
45      dev@xwem.org--2004-w/xwem--dev--2.1--patch-36
46
47
48 2005-04-01 23:19:52 GMT Zajcev Evgeny <lg@xwem.org>     patch-42
49
50     Summary:
51       Another bunch of fixes before release
52     Revision:
53       xwem--main--2.1--patch-42
54
55     * dockapp/xwem-weather.el (xwem-weather-menu): Menu title removed.
56     
57     * dockapp/xwem-weather.el (xwem-weather-popup-menu): Make menu title
58       dinamically, to show station id.
59     
60     * extra/xwem-frametrans.el (xwem-frame-transparency): [new] Command to
61       toggle frame transparency for selected frame.
62     
63     * extra/xwem-frametrans.el (advice): [addon] advice also
64       `xwem-win-set-cl' to update frame transparency mask.
65     
66     * extra/xwem-rooticon.el (xwem-rooticon-always-on-top-spec): [fix] Rank
67       is 15 by default, to not obscure xwem minibuffer, which has rank 20.
68     
69     * extra/xwem-rooticon.el (xwem-rooticon-genmenu): [addon] Dynamic menu
70       title, to show icon name.
71     
72     * lisp/xwem-clients.el (xwem-select-client): [fix] If client can't be
73       selected - just activate it.
74     
75     * lisp/xwem-clients.el (xwem-client-iconify): [addon] Now accepts prefix
76       argument - to iconify all clients of same major mode as selected
77       client.
78     
79     * lisp/xwem-clients.el (xwem-client-iconify-every): [new] Command to
80       iconify all clients.
81     
82     * lisp/xwem-clients.el (xwem-client-exchange-selected-and-mark): [new]
83       Command to exchange marked client and selected client.  Binded by
84       default to `H-x H-x'
85     
86     * lisp/xwem-frame.el (xwem-frame-destroy): [addon] Now accepts prefix
87       argument - to close all clients managed in this frame.
88     
89     * lisp/xwem-keydefs.el (xwem-global-map): [addon] `H-x 7 Z' binded to
90       `xwem-client-iconify-every'.
91     
92     * lisp/xwem-keydefs.el (xwem-global-map): [addon] `H-x H-x' binded to
93       `xwem-client-exchange-selected-and-mark'.
94     
95     * lisp/xwem-main.el (xwem-after-window-setup): [fix] Initialise xwem-misc
96       before doing any things.  Just in case someone want to use misc masks
97       or cursors.
98     
99     * lisp/xwem-minibuffer.el (xwem-modeline-format): [change] Format changed
100       to make it more human friendly.  Info about mark and register added.
101     
102     * lisp/xwem-misc.el (advice): Advice `XCreateWindow' to mark windows
103       created by xwem on xwem display.
104     
105     * lisp/xwem-misc.el (ranking): [fixes] Various fixes to rearrange
106       `xwem-misc-always-on-top-stack' properly.
107     
108     * lisp/xwem-misc.el: On load hooks removed, since xwem-main initialises
109       xwem-misc directly.
110     
111     * lisp/xwem-netwm.el (xwem-manage-fullscreen): [addon] Support for
112       xinerama.
113     
114     * lisp/xwem-rooter.el (activate method): [fix] Do XMapWindow explicitely.
115     
116     * lisp/xwem-transient.el (ranking): [addon] Support for inheriting
117       always-on-top rank from client it transient for.
118     
119     * utils/xwem-osd.el (xwem-osd-create-mask): [bug fix] Do not recreate
120       masking gc if it is already created.
121     
122     * xwem-agent/xwem-agent.c (start_emacs): [fix] Make sure there is no
123       other (S)XEmacs instance started by xwem-agent, before starting new
124       (S)XEmacs.
125     
126
127     modified files:
128      dockapp/xwem-weather.el extra/xwem-frametrans.el
129      extra/xwem-rooticon.el lisp/xwem-clients.el lisp/xwem-frame.el
130      lisp/xwem-keydefs.el lisp/xwem-main.el lisp/xwem-minibuffer.el
131      lisp/xwem-misc.el lisp/xwem-netwm.el lisp/xwem-rooter.el
132      lisp/xwem-transient.el utils/xwem-appcollect.el
133      utils/xwem-osd.el xwem-agent/xwem-agent.c
134
135     new patches:
136      dev@xwem.org--2004-w/xwem--dev--2.1--patch-33
137      dev@xwem.org--2004-w/xwem--dev--2.1--patch-34
138
139
140 2005-03-30 23:10:15 GMT Zajcev Evgeny <lg@xwem.org>     patch-41
141
142     Summary:
143       Many fixes, minor and major
144     Revision:
145       xwem--main--2.1--patch-41
146
147     * dockapp/xwem-framei.el (xwem-framei-init): xwem-osd-always-ontop removed.
148     
149     * extra/xwem-keytt.el (xwem-keytt-acroread-keymap): C-v and M-v changed
150       to <next> and <prior> respectively.
151     
152     * extra/xwem-rooticon.el (xwem-rooticon-always-on-top-spec): [sem change]
153       Now list of cons cells in form (MATCH-SPEC . RANK), so root icons for
154       different clients may have different ranks.
155     
156     * lisp/xwem-clgen.el (bottom): [bug fix] Set `win-support' property for
157       generic major mode.
158     
159     * lisp/xwem-clients.el (xwem-attach-client): [bug fix] clients filtering
160       fixate.
161     
162     * lisp/xwem-clients.el (bottom): [bug fix] Set `win-support' property for
163       dedicated major mode.
164     
165     * lisp/xwem-edmacro.el (xwem-edmacro-edit-kbd-macro): [fix] Skip default
166       binding as real key binding.
167     
168     * lisp/xwem-keyboard.el (xwem-kbd-get-binding): [sem change] Optional
169       argument REJECT-DEFAULT added.  If non-nil do not accept default
170       binding when looking up key binding.
171     
172     * lisp/xwem-keyboard.el (xwem-universal-command): [fix] Hack to avoid
173       double key echoing, when reprocessing command key.
174     
175     * lisp/xwem-launcher.el (xwem-launcher-parse-arguments): [bug fix]
176     
177     * lisp/xwem-launcher.el (xwem-launch-generic-program): [bug fix] typo.
178     
179     * lisp/xwem-misc.el (xwem-xwin-rank): [new] Return x window always on top
180       rank.
181     
182     * lisp/xwem-misc.el (xwem-misc-set-xwin-always-on-top): [bug fix] Do
183       sorting properly.
184     
185     * lisp/xwem-misc.el (xwem-misc-lower-xwin): [fix] Resort, if necessary
186       `xwem-misc-always-on-top-stack' when lowering xwin below some sibling.
187     
188     * lisp/xwem-netwm.el (xwem-fullscreen-iconify-when-inactive): [new]
189       Non-nil to iconify fullscreen clients that inactivates.  NOTE: Non-nil
190       by default!.
191     
192     * lisp/xwem-netwm.el (xwem-fullscreen-ai-rank): [new] Ranks pair for
193       active and inactive states of fullscreen clients.
194     
195     * lisp/xwem-rooter.el (xwem-rooter-always-on-top-spec): [change] Similiar
196       to `xwem-rooticon-always-on-top-spec', but for rooter clients.
197     
198     * utils/xwem-osd.el: Fixes to use OSD's color if color for OSD instance
199       is ommited.
200     
201
202     modified files:
203      dockapp/xwem-framei.el extra/xwem-keytt.el
204      extra/xwem-rooticon.el lisp/xwem-clgen.el lisp/xwem-clients.el
205      lisp/xwem-edmacro.el lisp/xwem-keyboard.el
206      lisp/xwem-launcher.el lisp/xwem-misc.el lisp/xwem-netwm.el
207      lisp/xwem-rooter.el lisp/xwem-special.el utils/xwem-osd.el
208
209     new patches:
210      dev@xwem.org--2004-w/xwem--dev--2.1--patch-30
211      dev@xwem.org--2004-w/xwem--dev--2.1--patch-31
212      dev@xwem.org--2004-w/xwem--dev--2.1--patch-32
213
214
215 2005-03-26 22:23:00 GMT Zajcev Evgeny <lg@xwem.org>     patch-40
216
217     Summary:
218       universal argument commands fixes to work with macroses
219     Revision:
220       xwem--main--2.1--patch-40
221
222     * lisp/xwem-keyboard.el (xwem-universal-digit): [fix] xwem-last-event
223       not guarantee to be event.  This fixes bug when H-<digit> command is
224       used in macroses.
225     
226     * lisp/xwem-keyboard.el (xwem-universal-command): [fix] use
227       `xwem-dispatch-command-event' directly.
228
229     modified files:
230      lisp/xwem-keyboard.el
231
232
233 2005-03-24 21:03:43 GMT Zajcev Evgeny <lg@xwem.org>     patch-39
234
235     Summary:
236       xwem-agent possible bug fix
237     Revision:
238       xwem--main--2.1--patch-39
239
240     * xwem-agent/xwem-agent.c (emacs_rip): [fix] wait -> waitpid.  Possible
241       bug fix.
242
243     modified files:
244      xwem-agent/xwem-agent.c
245
246
247 2005-03-22 23:13:31 GMT Zajcev Evgeny <lg@xwem.org>     patch-38
248
249     Summary:
250       rooticon popup menu addons
251     Revision:
252       xwem--main--2.1--patch-38
253
254     * extra/xwem-rooticon.el (xwem-rooticon-genmenu): [addon] Few menu items
255       added.
256
257     modified files:
258      extra/xwem-rooticon.el
259
260
261 2005-03-22 22:25:00 GMT Zajcev Evgeny <lg@xwem.org>     patch-37
262
263     Summary:
264       frametrans fixes, quoted arguments in launcher
265     Revision:
266       xwem--main--2.1--patch-37
267
268     * lisp/xwem-launcher.el (xwem-launcher-split-cmd): [removed]
269     
270     * lisp/xwem-launcher.el (xwem-launcher-join-cmd): [removed]
271     
272     * lisp/xwem-launcher.el (xwem-launcher-parse-arguments): [new] Split
273       command string to arguments list.
274     
275     * lisp/xwem-launcher.el (xwem-launcher-normalize-cmd): [fix] Use
276       `xwem-launcher-parse-arguments' now.
277     
278     * lisp/xwem-launcher.el (xwem-launcher-query): [fix] Use
279       `xwem-launcher-parse-arguments' now.
280     
281     * lisp/xwem-launcher.el (xwem-open-file): [fix] Support for spaces in
282       filenames.
283     
284     * extra/xwem-frametrans.el: General fixes to make it more useble.  To try
285       out frametrans do:
286     
287         (require 'xwem-frametrans)
288         (xwem-frame-set-property nil 'transparency t)
289
290     modified files:
291      extra/xwem-frametrans.el lisp/xwem-frame.el
292      lisp/xwem-launcher.el lisp/xwem-selections.el lisp/xwem-win.el
293
294
295 2005-03-20 21:47:29 GMT Zajcev Evgeny <lg@xwem.org>     patch-36
296
297     Summary:
298       Keys echoing (minor)
299     Revision:
300       xwem--main--2.1--patch-36
301
302     * lisp/xwem-keyboard.el (xwem-kbd-dispatch-binding): [addon] Echo last
303       key before executing macro.
304
305     modified files:
306      lisp/xwem-keyboard.el
307
308
309 2005-03-19 21:46:44 GMT Zajcev Evgeny <lg@xwem.org>     patch-35
310
311     Summary:
312       fixes, addons
313     Revision:
314       xwem--main--2.1--patch-35
315
316     * lisp/xwem-manage.el (xwem-applications-alist): Little
317       restructurisation.
318     
319     * lisp/xwem-manage.el (xwem-cl-match-p): [addon] new type for matching -
320       `property'.  So for example to match client which has 2 pixels width
321       border use something like:
322     
323          (xwem-cl-match-cl cl '((property (x-border-width . 2))))
324     
325     * lisp/xwem-focus.el (bottom): Trailing space removed in minor mode name.
326     
327     * lisp/xwem-frame.el (xwem-make-frame-1): [addon] Support for
328       ParentRelative background.  To try out what parent relative background
329       is - remove 'background property from `xwem-frame-default-properties'
330       and create new frame:
331     
332          (plist-remprop xwem-frame-default-properties 'background)
333          (xwem-make-frame 'desktop)
334     
335     * lisp/xwem-icons.el (xwem-icons-list): [addon] rxvt added.
336     
337     * extra/xwem-mogu.el (xwem-mogu-minor-mode): Initial changes to make mogu
338       be minor mode (not checked, might not work yet).
339
340     modified files:
341      extra/xwem-mogu.el lisp/xwem-focus.el lisp/xwem-frame.el
342      lisp/xwem-icons.el lisp/xwem-manage.el
343
344
345 2005-03-09 20:09:25 GMT Zajcev Evgeny <lg@xwem.org>     patch-34
346
347     Summary:
348       Merge from steve
349     Revision:
350       xwem--main--2.1--patch-34
351
352     Patches applied:
353     
354      * steve@eicq.org--2005/xwem--steve--2.1--patch-9
355        H-w fix
356     
357
358     modified files:
359      lisp/xwem-selections.el
360
361     new patches:
362      steve@eicq.org--2005/xwem--steve--2.1--patch-9
363
364
365 2005-03-06 23:14:54 GMT Zajcev Evgeny <lg@xwem.org>     patch-33
366
367     Summary:
368       Some minor fixes, advances in xwem-mogu
369     Revision:
370       xwem--main--2.1--patch-33
371
372     * utils/xwem-osd.el: [fix] Merged from steve
373     
374     * lisp/xwem-netwm.el (xwem-fullscreen-apply-state): [change] Use real
375       raise/lower, omiting stack ranking.
376     
377     * extra/xwem-keytt.el (firefox): +/-/= and \\ commented out, because of
378       problems.
379     
380     * extra/xwem-mogu.el: Already usable.  No default bindings.
381
382     modified files:
383      extra/xwem-keytt.el extra/xwem-mogu.el lisp/xwem-minibuffer.el
384      lisp/xwem-netwm.el utils/xwem-osd.el
385
386
387 2005-03-04 19:28:11 GMT Zajcev Evgeny <lg@xwem.org>     patch-32
388
389     Summary:
390       Merge from steve
391     Revision:
392       xwem--main--2.1--patch-32
393
394     Patches applied:
395     
396      * steve@eicq.org--2005/xwem--steve--2.1--patch-7
397        Fix OSD bug
398     
399
400     modified files:
401      utils/xwem-osd.el
402
403     new patches:
404      steve@eicq.org--2005/xwem--steve--2.1--patch-7
405
406
407 2005-03-03 23:21:54 GMT Zajcev Evgeny <lg@xwem.org>     patch-31
408
409     Summary:
410       Initial import of XWEM MOuse Grid Uberness.
411     Revision:
412       xwem--main--2.1--patch-31
413
414
415     new files:
416      extra/.arch-ids/xwem-mogu.el.id extra/xwem-mogu.el
417
418
419 2005-03-03 23:11:48 GMT Zajcev Evgeny <lg@xwem.org>     patch-30
420
421     Summary:
422       merge from ckent, window stack introduced, fixes
423     Revision:
424       xwem--main--2.1--patch-30
425
426     Keyboard (lisp/xwem-keyboard.el lisp/xwem-keymacro.el lisp/xwem-events.el):
427     
428       Special tag <self-insert> introduced.  When some key has self-insert as
429       prefix - all following keys directly sent to client (omiting xwem
430       commands looking up).  This was done to avoid cross bindings problem in
431       xwem-keytt.  To define self-insert keys, use something like:
432     
433          (kbd "<self-insert> H-x o")  ; Send `H-x o' directly to client
434     
435     Stacking (lisp/xwem-misc.el):
436     
437       New, each X window can have special property - always-on-top-rank
438       (number).  This number denotes X window position in virtualized windows
439       stack.  So it always to make some window be always on top.
440     
441     Worklog (utils/xwem-worklog.el):
442     
443       Bug fix, Thanks to Steve!
444     
445     KeyTT (extra/xwem-keytt.el):
446     
447       All bindings are <self-insert> now to avoid cross binding problems.
448     
449     
450     * lisp/xwem-frame.el (xwem-frame-at): [bug typo fix sem] New argument
451       MAPED-P added - if non-nil only maped frames are examined.
452     
453     * lisp/xwem-minibuffer.el (xwem-minibiffer-always-on-top-rank): [new]
454       Rank in stack for minibuffer.  By default - xwem minibuffer is always
455       on top (rank = 20).
456     
457     * lisp/xwem-rooter.el (xwem-rooter-always-on-top-spec): [new] MATCH-SPEC
458       for always on top rooters.  To make xclock to be always on top - use
459       something like:
460     
461          (setq xwem-rooter-always-on-top-spec
462           '((application "xclock")))
463
464     modified files:
465      extra/xwem-keytt.el extra/xwem-ratanot.el
466      extra/xwem-rooticon.el lisp/xwem-clients.el
467      lisp/xwem-events.el lisp/xwem-frame.el lisp/xwem-keyboard.el
468      lisp/xwem-keymacro.el lisp/xwem-minibuffer.el
469      lisp/xwem-misc.el lisp/xwem-netwm.el lisp/xwem-rooter.el
470      lisp/xwem-special.el lisp/xwem-transient.el
471      utils/xwem-holer.el utils/xwem-osd.el utils/xwem-worklog.el
472
473     new patches:
474      dev@xwem.org--2004-w/xwem--dev--2.1--patch-26
475
476
477 2005-03-02 23:03:33 GMT Zajcev Evgeny <lg@xwem.org>     patch-29
478
479     Summary:
480       Merge from ckent, fixes, addons
481     Revision:
482       xwem--main--2.1--patch-29
483
484     * dockapp/xwem-battery.el (main): [addon] Support for non-nil
485       `xwem-misc-turbo-mode' added.
486     
487     * dockapp/xwem-pager.el (xwem-pager-redimentionize): [typo] fix.
488     
489     * lisp/xwem-keymacro.el (xwem-keymacro-internal-play): [fix] Recursive
490       keymacros execution is allowed.
491     
492     * lisp/xwem-minibuffer.el (xwem-manage-minibuffer): [addon] Apply state
493       immediately to avoid geometry breakage, when for example modeline is
494       enabled from xwemrc.el.  From this time  you are free to add
495       "(xwem-modeline-enable)" into your xwemrc!
496     
497     * lisp/xwem-minibuffer.el (xwem-refit-minibuffer): [bug] Change Y
498       position only if xwem minibuffer is in active state.
499     
500     * lisp/xwem-minibuffer.el (xwem-modeline-format): [fix addon] Minor modes
501       string formating fix.  Client geometry printing added.
502     
503     * lisp/xwem-minibuffer.el (xwem-modeline-enable): [sem] ARG removed.
504     
505     * lisp/xwem-minibuffer.el (xwem-modeline-disable): [sem] ARG removed.
506     
507     * lisp/xwem-register.el (register): [new] New client property -
508       'register.  Having registers in client's property allow to keep
509       registers between sessions when running under xwem-agent.
510     
511     * lisp/xwem-strokes.el (xwem-strokes-background-mode): [new] Saved
512       background mode when new stroke is started.
513     
514     * lisp/xwem-tabbing.el (xwem-tabber-font:frame.selected-tab.selected):
515       [new] Custom interface to change tabber font.
516     
517     * lisp/xwem-tabbing.el (xwem-tabber-font:frame.selected-tab.nonselected):
518       Ditto.
519     
520     * lisp/xwem-tabbing.el (xwem-tabber-font:frame.nonselected-tab.selected):
521       Ditto.
522     
523     * lisp/xwem-tabbing.el
524       (xwem-tabber-font:frame.nonselected-tab.nonselected): Ditto.
525     
526     * lisp/xwem-theme.el (themes): Some improvements, still under
527       reconstruction.
528     
529     * utils/xwem-worklog.el (dockapp): [addon] Support for non-nil
530       `xwem-misc-turbo-mode' added.
531
532     modified files:
533      dockapp/xwem-battery.el dockapp/xwem-pager.el
534      extra/xwem-edprops.el extra/xwem-keytt.el
535      lisp/xwem-keymacro.el lisp/xwem-minibuffer.el
536      lisp/xwem-register.el lisp/xwem-strokes.el
537      lisp/xwem-tabbing.el lisp/xwem-theme.el utils/xwem-worklog.el
538
539     new patches:
540      dev@xwem.org--2004-w/xwem--dev--2.1--patch-25
541
542
543 2005-02-28 19:57:39 GMT Zajcev Evgeny <lg@xwem.org>     patch-28
544
545     Summary:
546       bug fixes
547     Revision:
548       xwem--main--2.1--patch-28
549
550     * lisp/xwem-events.el (xwem-event-client): [bug fix]
551     
552     * lisp/xwem-win.el (xwem-window-set-pixsize): [bug fix]
553     
554     * lisp/xwem-minibuffer.el (xwem-minibuffer-map): [addon] C-<button1>
555       bound to `xwem-client-imove' by default.
556
557     modified files:
558      lisp/xwem-events.el lisp/xwem-minibuffer.el lisp/xwem-win.el
559
560     new patches:
561      dev@xwem.org--2004-w/xwem--dev--2.1--patch-23
562      dev@xwem.org--2004-w/xwem--dev--2.1--patch-24
563
564
565 2005-02-25 10:55:23 GMT Zajcev Evgeny <lg@xwem.org>     patch-27
566
567     Summary:
568       lambda fixes
569     Revision:
570       xwem--main--2.1--patch-27
571
572
573     modified files:
574      lisp/xwem-clients.el lisp/xwem-clswi.el lisp/xwem-compat.el
575      lisp/xwem-desktop.el lisp/xwem-edmacro.el lisp/xwem-faces.el
576      lisp/xwem-frame.el lisp/xwem-help.el lisp/xwem-interactive.el
577      lisp/xwem-keyboard.el lisp/xwem-keymacro.el
578      lisp/xwem-launcher.el lisp/xwem-main.el lisp/xwem-manage.el
579      lisp/xwem-minibuffer.el lisp/xwem-misc.el lisp/xwem-mouse.el
580      lisp/xwem-netwm.el lisp/xwem-register.el
581      lisp/xwem-selections.el lisp/xwem-strokes.el
582      lisp/xwem-struct.el lisp/xwem-tabbing.el lisp/xwem-theme.el
583      lisp/xwem-tray.el lisp/xwem-win.el
584
585
586 2005-02-23 00:00:08 GMT Zajcev Evgeny <lg@xwem.org>     patch-26
587
588     Summary:
589       keytt addons imported, aspect ratio fix, vline fix, help fix
590     Revision:
591       xwem--main--2.1--patch-26
592
593     * extra/xwem-keytt.el (xwem-keytt-global-mode): [new] Function to enable
594       global xwem-keytt minor mode.  Just add `(xwem-keytt-global-mode)' into
595       xwemrc.el to start using xwem-keytt globally.  xwem-keytt currently
596       supports: gv, firefox, acroread, xpdf, xdvi, djview, xchm applications.
597     
598     * extra/xwem-vline.el (xwem-turn-on-vline): [addon] Accepts numeric
599       prefix argument to specify column at which vline to display. NOTE:
600       `xwem-turn-on-vline' command is not bound by default.
601     
602     * lisp/xwem-clients.el (xwem-cl-switch-other-omit-mode-specific): [new]
603       Customizable variable to control `xwem-switch-other-client' command
604       behaviour.  Non-nil - mean new behaviour (smart switcher to recent
605       client), nil - old behaviour (always switch to last most recent client)
606     
607     * lisp/xwem-clients.el (xwem-cl-correct-size-for-size): [addon] Support
608       for aspect ratio, final, thanks to Richard for contribution!
609     
610     * lisp/xwem-help.el (xwem-describe-prefix-bindings): [fix] Show minor
611       mode bindings as well.
612     
613     * lisp/xwem-help.el (xwem-help-mode): [new] Command to describe current
614       major/minor mode.  By default bound to `H-h m'
615     
616     * lisp/xwem-keydefs.el (xwem-help-map): [addon] `H-h m'
617     
618     * lisp/xwem-manage.el (xwem-applications-alist): [addon] xdvi, xpdf, xchm
619       applications added.
620     
621     * lisp/xwem-minibuffer.el (xwem-manage-minibuffer): [bug fix] Select
622       correct position, thanks to Steve's eagle eyes!
623     
624     * lisp/xwem-minibuffer.el (modeline): fixes, automatical minibuffer
625       resizing on `xwem-modeline-enable' and `xwem-modeline-disable'
626       commands.  Everybody please try H-M-x xwem-modeline-enable RET ..
627     
628     * lisp/xwem-netwm.el (fullscreen): [addon] Set major mode property
629       'omit-aspect-ratio to disregard client's aspect ratio when doing
630       refiting.
631     
632     * lisp/xwem-selections.el (xwem-selections-no-remove): [change] t now by
633       default.  Was discussed and agreed.
634     
635     * lisp/xwem-selections.el (xwem-copy-cutbuffer): [fix] To make `H-w' work
636       with mozilla selections.
637
638     modified files:
639      extra/xwem-keytt.el extra/xwem-vline.el lisp/xwem-clients.el
640      lisp/xwem-help.el lisp/xwem-keydefs.el lisp/xwem-manage.el
641      lisp/xwem-minibuffer.el lisp/xwem-misc.el lisp/xwem-netwm.el
642      lisp/xwem-selections.el
643
644     new patches:
645      dev@xwem.org--2004-w/xwem--dev--2.1--patch-20
646      dev@xwem.org--2004-w/xwem--dev--2.1--patch-21
647      dev@xwem.org--2004-w/xwem--dev--2.1--patch-22
648
649
650 2005-02-21 23:26:59 GMT Zajcev Evgeny <lg@xwem.org>     patch-25
651
652     Summary:
653       initial support for aspect ratio and modeline
654     Revision:
655       xwem--main--2.1--patch-25
656
657     * lisp/xwem-clients.el (xwem-cl-correct-size-for-size): [addon] Check
658       aspect ration. (only min aspect ratio examination is implemented atm)
659     
660     * lisp/xwem-minibuffer.el (xwem-minib-specifiers): [addon] top-gutter nil
661     
662     * lisp/xwem-minibuffer.el (xwem-minibuffer-border-width): [change]
663       Default value is 2 now.
664     
665     * lisp/xwem-minibuffer.el (xwem-modeline-format): [new] Client local
666       variable for modeline format.
667     
668     * lisp/xwem-minibuffer.el (xwem-modeline-regenerate): [new] Generate
669       modeline string.
670     
671     * lisp/xwem-minibuffer.el (xwem-modeline-redraw): [new] Redisplay xwem
672       modeline.
673     
674     * lisp/xwem-minibuffer.el (xwem-modeline-enable): [new]
675     
676     * lisp/xwem-minibuffer.el (xwem-modeline-disable): [new]
677
678     modified files:
679      lisp/xwem-clients.el lisp/xwem-minibuffer.el
680
681
682 2005-02-18 04:40:54 GMT Zajcev Evgeny <lg@xwem.org>     patch-24
683
684     Summary:
685       merge from ckent, patch from ignotus, some bug fixs
686     Revision:
687       xwem--main--2.1--patch-24
688
689     * lisp/xwem-frame.el (xwem-frame-configuration): [BUG fix] s/nconc/append
690     
691     * lisp/xwem-main.el (xwem-init): [fix] reguarg larger `max-specpdl-size'
692       and `max-lisp-eval-depth' values --ignotus.
693     
694     * lisp/xwem-clgen.el (expect-win): [change] global option now.
695     
696     * lisp/xwem-clients.el (xwem-client-first-manage): [addon] accepts PROPS
697       argument now.
698     
699     * lisp/xwem-keyboard.el (xwem-cl-apply-pending-keys): [fix]
700
701     modified files:
702      lisp/xwem-clgen.el lisp/xwem-clients.el lisp/xwem-frame.el
703      lisp/xwem-keyboard.el lisp/xwem-main.el
704
705     new patches:
706      dev@xwem.org--2004-w/xwem--dev--2.1--patch-19
707
708
709 2005-02-16 23:02:01 GMT Zajcev Evgeny <lg@xwem.org>     patch-23
710
711     Summary:
712       Merge from ckent, xwem-vline initial import
713     Revision:
714       xwem--main--2.1--patch-23
715
716     * dockapp/xwem-time.el (xwem-time-format-distance): [new] Custom variable
717       to specify distance between time/load/main items.
718     
719     * lisp/xwem-clients.el (xwem-cl-XProperty-manage-spec-export): [fix]
720       Check client for aliveness before exporting.
721     
722     * lisp/xwem-clients.el (xwem-cl-XProperty-plist-export): [fix] Check
723       client for aliveness before exporting.
724     
725     * lisp/xwem-clients.el (xwem-cl-presetup): [addon] Grab keymaps of global
726       minor modes.
727     
728     * lisp/xwem-focus.el (xwem-add-minor-mode): [fix] due to minor modes
729       fixes.
730     
731     * lisp/xwem-frame.el (xwem-frame-export-frame-configuration): [comment]
732       Profiling results added.
733     
734     * lisp/xwem-frame.el (xwem-frame-frame-command-post-hook): [change]
735       Always export frames configuration.  Since profiling shows that
736       exporting does not strikes performance at all.
737     
738     * lisp/xwem-keyboard.el (xwem-keyboard-use-synth-events): Client local
739       now.
740     
741     * lisp/xwem-keyboard.el (xwem-lookup-map): [fix] due to minor modes
742       fixes.
743     
744     * lisp/xwem-keyboard.el (xwem-minor-mode-key-binding): [fix] due to minor
745       modes fixes.
746     
747     * lisp/xwem-main.el (xwem-commands-gc-cons-threshold): [change] 40000000
748       is too large for default value.  Now 5000000.
749     
750     * lisp/xwem-modes.el (xwem-add-minor-mode): [fix] KEYMAP is a symbol now
751       that holds a keymap, to make keymaps possible be client local.
752     
753     * lisp/xwem-modes.el (xwem-turn-on-minor-mode): [fix] due to minor modes
754       fixes.
755     
756     * lisp/xwem-modes.el (xwem-turn-off-minor-mode): [fix] due to minor modes
757       fixes.
758     
759     * utils/xwem-diagram.el (xwem-diag-draw-percentage): [BUG fix] incorrect
760       rendering fixed.
761     
762     * xwem-agent/xwem-agent.c (restart_emacs): [BUG fix] waiting is performed
763       in SIGCHLD handler.
764     
765     * xwem-agent/xwem-agent.c (state): [new] Variable represents current
766       xwem-agent state - waiting, running or killing.
767     
768     * xwem-agent/xwem-agent.c (main): [addon] kill key added on C-Sh-f9 to
769       kill emacs with SIGKILL.
770     
771     * extra/xwem-keytt.el (new): Initial import of keyboard translation minor
772       mode.  Use H-M-x xwem-keytt-minor-mode RET to toggle it for selected
773       client.  NOTE: only 'gv' application is supported currently.
774     
775     * extra/xwem-vline.el (new): Initial import of vertical line minor mode.
776       Use H-M-x xwem-vline-minor-mode RET to toggle it for selected client.
777     
778
779     new files:
780      extra/.arch-ids/xwem-keytt.el.id
781      extra/.arch-ids/xwem-vline.el.id extra/xwem-keytt.el
782      extra/xwem-vline.el
783
784     modified files:
785      dockapp/xwem-time.el lisp/xwem-clients.el lisp/xwem-focus.el
786      lisp/xwem-frame.el lisp/xwem-keyboard.el lisp/xwem-main.el
787      lisp/xwem-modes.el utils/xwem-diagram.el
788      xwem-agent/xwem-agent.c
789
790     new patches:
791      dev@xwem.org--2004-w/xwem--dev--2.1--patch-17
792
793
794 2005-02-15 12:45:58 GMT Zajcev Evgeny <lg@xwem.org>     patch-22
795
796     Summary:
797       merge from ckent and steve, some fixes, still EXPERIMENTAL.
798     Revision:
799       xwem--main--2.1--patch-22
800
801     * Makefile: (DEPS): [addon] Full list of dependences added.
802     
803     * lisp/xwem-launcher.el (xwem-execute-program-expecting): [new] Execute
804       program expecting for its management. (EXPERIMENTAL)
805     
806     * lisp/xwem-launcher.el (many): Use `xwem-execute-program-expecting' when
807       doing expecting execution.
808     
809     * lisp/xwem-time.el (xwem-time-default-get-mail): [bug fix] Boolean
810       return.
811     
812     * lisp/xwem-clgen.el (xwem-manage-generic): [addon] Find expect-win by
813       its id.
814     
815     * lisp/xwem-clients.el (client-window): [change] Now window-id.
816     
817     * lisp/xwem-main.el (XWEM_RUNNING): [new] (merge from steve)
818     
819     * lisp/xwem-report.el (xwem-bug-address): [change] xwem-bugs@xwem.org now
820     
821     * lisp/xwem-struct.el (xwem-win): [addon] id - unique window
822       identificator added.
823     
824     * lisp/xwem-struct.el (saved-win): [addon] id - saved unique window
825       identificator added. !!NOTE!! - This breaks restoring saved(in old
826       format) frame configuration.  You need to resave it in new format!  If
827       using `xwem-desktop-onetime-goals' - just remove files it uses.
828     
829     * lisp/xwem-win.el (xwem-win-gen-id): [new] Generate unique window
830       identificator.
831     
832     * lisp/xwem-win.el (xwem-win-find-by-id): [new] Search for window with
833       WIN-ID as unique window identificator.
834     
835     * xwem-agent/xwem-agent.c: Merge from steve, some tiny fixes.
836
837     new files:
838      xwem-agent/.arch-ids/.arch-inventory.id
839      xwem-agent/.arch-inventory
840
841     modified files:
842      Makefile dockapp/xwem-time.el extra/xwem-ratanot.el
843      lisp/xwem-clgen.el lisp/xwem-clients.el lisp/xwem-frame.el
844      lisp/xwem-launcher.el lisp/xwem-main.el lisp/xwem-report.el
845      lisp/xwem-root.el lisp/xwem-struct.el lisp/xwem-tabbing.el
846      lisp/xwem-win.el xwem-agent/xwem-agent.c
847
848     new patches:
849      dev@xwem.org--2004-w/xwem--dev--2.1--patch-15
850      steve@eicq.org--2005/xwem--steve--2.1--patch-5
851
852
853 2005-02-13 23:04:16 GMT Zajcev Evgeny <lg@xwem.org>     patch-21
854
855     Summary:
856       EXPERIMENTAL.  xwem-agent initial import.  dockapps rewritten (esp xwem-time), xwem-misc-turbo-mode introduced.
857     Revision:
858       xwem--main--2.1--patch-21
859
860     * xwem-agent/xwem-agent.c (initial): Initial import of xwem-agent.
861       xwem-agent is intermediate software that holds X server and controls
862       (S)XEmacs process.  See Commentary section for more info.
863     
864     * xwem-agent/Makefile (initial): Initial import of xwem-agent.
865     
866     * lisp/xwem-keyboard.el (xwem-local-map): [fix] Do not ungrab keymaps.
867     
868     * lisp/xwem-launcher.el (ladock): [rewriten] Launcher dock rewritten to
869       support `xwem-misc-turbo-mode'.
870     
871     * lisp/xwem-main.el (xwem-initial-manage): [fix] manage clients in
872       reverse order.
873     
874     * lisp/xwem-misc.el (xwem-misc-turbo-mode): [new] Non-nil enables turbo
875       drawing mode.  If `xwem-misc-turbo-mode' is non-nil drawings occurs
876       faster, but no on-fly color changes is possible.
877     
878     * lisp/xwem-mous.el (xwem-generate-cl-menu): [addon-fix]  Attach item
879       added to attach marked clients.  Soft kill changed to Close.
880     
881     * lisp/xwem-root.el (xwem-fini-root): [fix] Set input focus to
882       PointerRoot when exiting.
883     
884     * lisp/xwem-struct.el (xwem-XProperty-set): [new] For exporting data to
885       X.
886     
887     * lisp/xwem-struct.el (xwem-XProperty-get): [new] For importing data from
888       X.
889     
890     * lisp/xwem-tabbing.el (xwem-tabber-resize): [addon] Support for
891       `xwem-misc-turbo-mode' added.
892     
893     * lisp/xwem-theme.el (themes): [fix] `xwem-launch-dock-face' fixes.
894     
895     * lisp/xwem-win.el (xwem-win-num): [new] Return logical window number.
896     
897     * lisp/xwem-win.el (xwem-win-find-by-num): [new] Find window by its
898       logical number.
899     
900     * lisp/xwem-win.el (xwem-cl-set-win): [addon] Set 'client-window property
901       when client changes window.
902     
903     * lisp/xwem-clients.el (xwem-cl-activate-hook): [semchange] Now called
904       with two arguments - CL and TYPE.
905     
906     * lisp/xwem-clients.el (xwem-cl-deactivate-hook): [semchange] Now called
907       with two arguments - CL and TYPE.
908     
909     * lisp/xwem-clients.el (client-window): [new] New client property -
910       stores frame number and window number in cons cell.
911     
912     * lisp/xwem-clients.el (xwem-cl-presetup): [addon] Use XChangeSaveSet -
913       potential problem with embedded frames, because XChangeSaveSet throws X
914       error for windows controled by same client.
915     
916     * lisp/xwem-clients.el (xwem-client-first-manage): [addon] Import
917       manage-spec and properties from X.  Install expectance on
918       'client-window if needed.
919     
920     * lisp/xwem-clients.el (xwem-client-change-manage-type): [bug fix] use
921       `xwem-manage' when manage model has been changed.
922     
923     * lisp/xwem-clients.el (xwem-client-iconify-others): [bug fix] Do things
924       otherwise.
925     
926     * lisp/xwem-clients.el (xwem-manage): [addon] Export manage-spec to X.
927     
928     * lisp/xwem-clients.el (xwem-client-set-property): [addon] Alos export
929       properties to X.
930     
931     * lisp/xwem-frame.el (xwem-frame-configuration-exporting): [new] Non-nil
932       mean frame configuration is exported to X each time frame command is
933       executed.
934     
935     * lisp/xwem-framesel (xwem-frame-create-initial): [addon] Import frame
936       configuration from X.
937     
938     * lisp/xwem-time.el (): Totally rewritten.  Support for
939       `xwem-misc-turbo-mode' added.
940     
941
942     new files:
943      xwem-agent/.arch-ids/=id xwem-agent/.arch-ids/Makefile.id
944      xwem-agent/.arch-ids/xwem-agent.c.id xwem-agent/Makefile
945      xwem-agent/xwem-agent.c
946
947     modified files:
948      dockapp/xwem-battery.el dockapp/xwem-pager.el
949      dockapp/xwem-time.el lisp/xwem-clients.el lisp/xwem-frame.el
950      lisp/xwem-keyboard.el lisp/xwem-launcher.el lisp/xwem-main.el
951      lisp/xwem-manage.el lisp/xwem-misc.el lisp/xwem-mouse.el
952      lisp/xwem-root.el lisp/xwem-struct.el lisp/xwem-tabbing.el
953      lisp/xwem-theme.el lisp/xwem-win.el utils/xwem-osd.el
954
955     new directories:
956      xwem-agent xwem-agent/.arch-ids
957
958     new patches:
959      dev@xwem.org--2004-w/xwem--dev--2.1--patch-14
960
961
962 2005-02-10 00:16:23 GMT Zajcev Evgeny <lg@xwem.org>     patch-20
963
964     Summary:
965       merge from ckent, some addons and fixes
966     Revision:
967       xwem--main--2.1--patch-20
968
969     * lisp/xwem-pager.el (xwem-pager-dim): 2x3 is the default minimal pager
970       size. (agreed on #xwem)
971     
972     * lisp/xwem-weather.el (xwem-weather-keymap): [bug fix] typo.
973     
974     * lisp/xwem-focus.el (xwem-turn-on-focus-click-mode): [addon] more client
975       checks when enabling focus-click bindings.
976     
977     * lisp/xwem-focus.el (xwem-turn-off-focus-click-mode): [addon] more
978       client checks when disabling focus-click bindings.
979     
980     * lisp/xwem-frame.el (xwem-frame-events-handler): [bug typo] Handle
981       events for embedded frames only for embedded frames.
982     
983     * lisp/xwem-launcher.el (xwem-file-find-command): [typo] fix
984     
985     * lisp/xwem-misc.el (xwem-misc-linesp-show): [fix] support for Drawable
986     
987     * lisp/xwem-mouse.el (xwem-mouse-ungrab): [sem] FLUSH-P parameter added.
988       non-nil mean, ungrab mouse immediately.
989     
990     * lisp/xwem-theme.el (xwem-theme-apply): [addon] Apply face changes only
991       if face exists.
992     
993     * lisp/xwem-diagram.el (many): [fix] support for Drawable
994     
995     * lisp/xwem-worklog.el (many): Pixmaping done, worklog pause window (`H-W
996       l') will not flick anymore when updating.
997     
998     * lisp/xwem-worklog.el (xwem-worklog-dockapp-update-task-brick): [new]
999       update only current task brick in the worklog dockapp.
1000     
1001     * lisp/xwem-worklog.el (xwem-worklog-start-dockapp): Use
1002       xwem-worklog-dockapp-update-task-brick instead of
1003       xwem-worklog-dockapp-update when task is changed.  This will speedup
1004       whole xwem for worklog dockapp users.
1005
1006     modified files:
1007      dockapp/xwem-pager.el dockapp/xwem-weather.el
1008      lisp/xwem-focus.el lisp/xwem-frame.el lisp/xwem-launcher.el
1009      lisp/xwem-misc.el lisp/xwem-mouse.el lisp/xwem-theme.el
1010      utils/xwem-diagram.el utils/xwem-worklog.el
1011
1012     new patches:
1013      dev@xwem.org--2004-w/xwem--dev--2.1--patch-12
1014
1015
1016 2005-02-09 00:37:13 GMT Zajcev Evgeny <lg@xwem.org>     patch-19
1017
1018     Summary:
1019       bug fixes, addons, cleanup
1020     Revision:
1021       xwem--main--2.1--patch-19
1022
1023     * dockapp/xwem-pager.el (xwem-pager-dim): [change] default minimal pager
1024       size is 3x3.
1025     
1026     * lisp/xwem-launcher.el (xwem-file-find-command): [new] Return
1027       coresponding command from `xwem-open-file-commands-alist' for given
1028       FILENAME.
1029     
1030     * lisp/xwem-launcher.el (xwem-open-file): [fix] adjust FILE and COMMAND
1031       in case of non-interactive call.
1032     
1033     * lisp/xwem-minibuffer.el (xwem-minib-create):
1034     
1035     * lisp/xwem-minibuffer.el (xwem-minibuffer-init): [fix] workaround some
1036       problem when creating xwem minibuffer after window-setup-hook is done.
1037       This fix will create initial xemacs minibuffer only frame for xwem
1038       minibuffer before window-setup-hook.
1039     
1040     * lisp/xwem-misc.el (xwem-misc-find-frame): [addon] FRAMES-LIST parameter
1041       added.
1042     
1043     * lisp/xwem-mouse.el (xwem-mouse-ungrab): [feature-bug-fix] I think
1044       everybody noticed how ugly popup menus behaves when they have more then
1045       one leafs.  This will fix this issue.  The thing is that when menu pops
1046       up xemacs needs to grab mouse in order to track the motions, but
1047       issuing `xwem-mouse-ungrab' was not guaranties that pointer ungrabs,
1048       because xlib caches X requests.
1049     
1050     * lisp/xwem-mouse.el (xwem-generate-recent-files): [addon] new menu
1051       generator function.
1052     
1053     * lisp/xwem-mouse.el (xwem-generate-menu): [addon]
1054       `xwem-generate-recent-files' added.
1055     
1056     * utils/xwem-diagram.el (many): clarification. 80th column stuff, etc.
1057     
1058     * utils/xwem-worklog.el (many): clarification, 80th column stuff, etc.
1059     
1060     * utils/xwem-worklog.el (dockapp): [addon] Shape masking for worklog
1061       dockapp added.
1062
1063     modified files:
1064      dockapp/xwem-pager.el lisp/xwem-launcher.el
1065      lisp/xwem-minibuffer.el lisp/xwem-misc.el lisp/xwem-mouse.el
1066      utils/xwem-diagram.el utils/xwem-worklog.el
1067
1068
1069 2005-02-08 00:38:40 GMT Zajcev Evgeny <lg@xwem.org>     patch-18
1070
1071     Summary:
1072       bug fixes, addons
1073     Revision:
1074       xwem--main--2.1--patch-18
1075
1076     * dockapp/xwem-battery.el (xwem-batt-win-remove): [new] Function to
1077       remove battery dockapp.
1078     
1079     * dockapp/xwem-pager.el (many): Mostly totally rewritten.
1080     
1081     * dockapp/xwem-weather.el (top): [fix] Double variables removed.
1082     
1083     * lisp/xwem-clients.el (xwem-cl-destroy): [addon] run
1084       `xwem-cl-destroy-hook' under protection.
1085     
1086     * lisp/xwem-desktop.el (xwem-desktop-goals): [addon] 'frame-config goal
1087       removed.  xwem-open-file-commands-alist added.
1088     
1089     * lisp/xwem-desktop.el (xwem-desktop-onetime-goals): [new] onetime goals.
1090     
1091     * lisp/xwem-desktop.el (xwem-desktop-save-onetime): [new]
1092     
1093     * lisp/xwem-desktop.el (xwem-desktop-load-onetime): [new]
1094     
1095     * lisp/xwem-frame.el (xwem-frame-keep-number): [new] Custom variable.
1096       Non-nil mean frames keeps their numbers even when intermediate frame is
1097       destroyed.  NOTE: need more testing.
1098     
1099     * lisp/xwem-frame.el (many): [addon-fixes] Support for non-nil
1100       `xwem-frame-keep-number'.
1101     
1102     * lisp/xwem-interactive.el (xwem-read-frame): [addon-fix] Support for
1103       non-nil `xwem-frame-keep-number'.
1104     
1105     * lisp/xwem-keyboard.el (xwem-kbd-echo-keys-timer): [bug] fixed. display
1106       only if there is something to display.
1107     
1108     * lisp/xwem-keyboard.el (xwem-kbd-schedule-command-keys-echoing): Ditto.
1109     
1110     * lisp/xwem-keyboard.el (xwem-kbd-stop-command-keys-echoing): [addon]
1111       clear 'keys from echo area.
1112     
1113     * lisp/xwem-misc.el (xwem-shell-command): [typo] fix
1114     
1115     * lisp/xwem-netwm.el (xwem-nwm-set-number-of-desktops): [addon-fix]
1116       Support for non-nil `xwem-frame-keep-number'.
1117     
1118     * lisp/xwem-struct.el (xwem-frame-alive-p): [addon-fix] Ditto.
1119
1120     modified files:
1121      dockapp/xwem-battery.el dockapp/xwem-pager.el
1122      dockapp/xwem-weather.el lisp/xwem-clients.el
1123      lisp/xwem-desktop.el lisp/xwem-frame.el
1124      lisp/xwem-interactive.el lisp/xwem-keyboard.el
1125      lisp/xwem-misc.el lisp/xwem-mouse.el lisp/xwem-netwm.el
1126      lisp/xwem-struct.el
1127
1128
1129 2005-02-06 20:03:12 GMT Zajcev Evgeny <lg@xwem.org>     patch-17
1130
1131     Summary:
1132       Merge from ckent
1133     Revision:
1134       xwem--main--2.1--patch-17
1135
1136     Patches applied:
1137     
1138      * dev@xwem.org--2004-w/xwem--dev--2.1--patch-9
1139        Many fixes, copyright string changed
1140     
1141
1142     modified files:
1143      dockapp/xwem-battery.el dockapp/xwem-framei.el
1144      dockapp/xwem-pager.el dockapp/xwem-time.el
1145      dockapp/xwem-weather.el extra/ixwem.el extra/xwem-edprops.el
1146      extra/xwem-frametrans.el extra/xwem-gamma.el
1147      extra/xwem-ratanot.el extra/xwem-recover.el
1148      extra/xwem-rooticon.el extra/xwem-smartmods.el
1149      extra/xwem-vert.el lisp/xwem-clgen.el lisp/xwem-clients.el
1150      lisp/xwem-clswi.el lisp/xwem-compat.el lisp/xwem-desktop.el
1151      lisp/xwem-edmacro.el lisp/xwem-events.el lisp/xwem-faces.el
1152      lisp/xwem-focus.el lisp/xwem-frame.el lisp/xwem-help.el
1153      lisp/xwem-icons.el lisp/xwem-interactive.el
1154      lisp/xwem-keyboard.el lisp/xwem-keydefs.el
1155      lisp/xwem-keymacro.el lisp/xwem-launcher.el lisp/xwem-load.el
1156      lisp/xwem-main.el lisp/xwem-manage.el lisp/xwem-minibuffer.el
1157      lisp/xwem-misc.el lisp/xwem-modes.el lisp/xwem-mouse.el
1158      lisp/xwem-netwm.el lisp/xwem-register.el lisp/xwem-report.el
1159      lisp/xwem-root.el lisp/xwem-rooter.el lisp/xwem-selections.el
1160      lisp/xwem-sound.el lisp/xwem-special.el lisp/xwem-strokes.el
1161      lisp/xwem-struct.el lisp/xwem-tabbing.el lisp/xwem-theme.el
1162      lisp/xwem-transient.el lisp/xwem-tray.el lisp/xwem-win.el
1163      lpath.el utils/xwem-appcollect.el utils/xwem-diagram.el
1164      utils/xwem-holer.el utils/xwem-osd.el utils/xwem-worklog.el
1165      utils/xwem-xfig.el
1166
1167     new patches:
1168      dev@xwem.org--2004-w/xwem--dev--2.1--patch-9
1169
1170
1171 2005-02-04 22:25:59 GMT Zajcev Evgeny <lg@xwem.org>     patch-16
1172
1173     Summary:
1174       little cleaning up started
1175     Revision:
1176       xwem--main--2.1--patch-16
1177
1178     This commit is broken, do not update this patch.
1179
1180     modified files:
1181      dockapp/xwem-battery.el dockapp/xwem-framei.el
1182      dockapp/xwem-pager.el dockapp/xwem-weather.el
1183      lisp/xwem-frame.el lisp/xwem-launcher.el
1184      lisp/xwem-selections.el
1185
1186
1187 2005-02-04 00:14:34 GMT Zajcev Evgeny <lg@xwem.org>     patch-15
1188
1189     Summary:
1190       Customizable addon to xwem-open-file
1191     Revision:
1192       xwem--main--2.1--patch-15
1193
1194
1195     modified files:
1196      lisp/xwem-launcher.el
1197
1198
1199 2005-02-03 23:52:39 GMT Zajcev Evgeny <lg@xwem.org>     patch-14
1200
1201     Summary:
1202       merge from ckent, xwem-open-file command added
1203     Revision:
1204       xwem--main--2.1--patch-14
1205
1206     * dockapp/xwem-time.el (xwem-time-event-handler): [fixes] typo
1207     
1208     * lisp/xwem-clients.el (xwem-switch-other-client): [addon] try to avoid
1209       selecting client that would be choosen by `xwem-method-other-client'.
1210       This increases accuracy of hitting necessary client when using `H-x
1211       H-l'.
1212     
1213     * lisp/xwem-keydefs.el (H-x H-f): [new] xwem-open-file
1214     
1215     * lisp/xwem-launcher.el (xwem-open-file-commands-alist): [new] Custom
1216       variable to control `xwem-open-file'.
1217     
1218     * lisp/xwem-launcher.el (xwem-open-file): [new cmd] Interactively open
1219       some file.
1220
1221     modified files:
1222      dockapp/xwem-time.el lisp/xwem-clients.el lisp/xwem-keydefs.el
1223      lisp/xwem-launcher.el
1224
1225     new patches:
1226      dev@xwem.org--2004-w/xwem--dev--2.1--patch-8
1227
1228
1229 2005-02-02 23:52:49 GMT Zajcev Evgeny <lg@xwem.org>     patch-13
1230
1231     Summary:
1232       tiny addons
1233     Revision:
1234       xwem--main--2.1--patch-13
1235
1236
1237     modified files:
1238      lisp/xwem-clients.el lisp/xwem-launcher.el
1239      utils/xwem-worklog.el
1240
1241
1242 2005-02-02 22:11:35 GMT Zajcev Evgeny <lg@xwem.org>     patch-12
1243
1244     Summary:
1245       general fixes
1246     Revision:
1247       xwem--main--2.1--patch-12
1248
1249     * lisp/xwem-clients.el (xwem-cl-other-strategy): [rem] Was not used for
1250       long time.
1251     
1252     * lisp/xwem-clients.el (xwem-cl-other-include-active): [new] To customise
1253       other client choosing politics.
1254     
1255     * lisp/xwem-clients.el (xwem-cl-other-include-iconified): [new] Ditto.
1256     
1257     * lisp/xwem-clients.el (xwem-cl-other): [sem] Use defun* and keywording.
1258     
1259     * lisp/xwem-edmacro.el (xwem-edmacro-store): [bug fix] Check
1260       `xwem-keymacro-macros-stack' for emptyness.
1261     
1262     * lisp/xwem-frame.el (xwem-frame-total-remove): [try] do `xwem-withdraw'
1263       on frame's clients.
1264     
1265     * lisp/xwem-keyboard.el (xwem-keyboard-use-syth-events): [typo fix]
1266       renamed to xwem-keyboard-use-synth-events.
1267     
1268     * lisp/xwem-keyboard.el (xwem-kbd-force-mods-release): [fix] Take into
1269       account `xwem-keyboard-use-synth-events' value.
1270     
1271     * lisp/xwem-keyboard.el (xwem-kbd-wait-button-release): [fix] Ditto.
1272     
1273     * lisp/xwem-keyboard.el (xwem-kbd-filter-keycodes): [new] Filter valid
1274       keycodes from keycodes list.
1275     
1276     * lisp/xwem-keyboard.el (xwem-kbd-initialize-modifiers): [fix] Use
1277       `xwem-kbd-filter-keycodes' to create proper keycodes lists.
1278     
1279     * lisp/xwem-keymacro.el (xwem-keymacro-init): [try] defadvice
1280       xwem-key-send-xtest-internal removed.  Recursive macroses are inlined
1281       now.  This is because of race condition of XRECORD enable/disable.
1282     
1283     * lisp/xwem-keymacro.el (xwem-keymacro-internal-play): [try] Do nothing
1284       if already executing keyboard macro.  Recursive macroses are inlined to
1285       self-insert commands.
1286     
1287     * lisp/xwem-manage.el (xwem-applications-alist): [fix] Mozilla
1288       application entry fixed.
1289     
1290     * lisp/xwem-selections.el (xwem-copy-cutbuffer): [addon]
1291       `xwem-copy-cutbuffer' is smart now.  If there is some active region in
1292       Emacs it copies it, if not it copies WHICH-ONE cutbuffer to
1293       `xwem-selections'.
1294     
1295     * lisp/xwem-win.el (xwem-win-redraw-win): [bug fix] win&frame validation
1296       added, it is required because `xwem-win-redraw-win' is deffered function.
1297
1298     modified files:
1299      lisp/xwem-clients.el lisp/xwem-clswi.el lisp/xwem-edmacro.el
1300      lisp/xwem-frame.el lisp/xwem-keyboard.el lisp/xwem-keymacro.el
1301      lisp/xwem-manage.el lisp/xwem-netwm.el lisp/xwem-selections.el
1302      lisp/xwem-win.el
1303
1304     new patches:
1305      dev@xwem.org--2004-w/xwem--dev--2.1--patch-4
1306      dev@xwem.org--2004-w/xwem--dev--2.1--patch-5
1307      dev@xwem.org--2004-w/xwem--dev--2.1--patch-6
1308      dev@xwem.org--2004-w/xwem--dev--2.1--patch-7
1309
1310
1311 2005-02-01 23:08:58 GMT Zajcev Evgeny <lg@xwem.org>     patch-11
1312
1313     Summary:
1314       Opera icon added.  Opera application defined.
1315     Revision:
1316       xwem--main--2.1--patch-11
1317
1318     * lisp/xwem-manage.el (xwem-applications-alist): [addon] Opera
1319       application added.
1320     
1321     * lisp/xwem-icons.el (xwem-icons-list): [addon] mini-opera.xpm added.
1322     
1323     * lisp/xwem-selections.el (xwem-selections-no-remove): [new] Custom
1324       variable to control `xwem-paste-cutbuffer' behaviour.
1325     
1326     * lisp/xwem-selections.el (xwem-copy-region-as-cutbuffer): [new] Command
1327       to put Emacs active region to `xwem-selections', so it can be pasted
1328       with `H-y' lately in any client.
1329
1330     new files:
1331      icons/.arch-ids/mini-opera.xpm.id icons/mini-opera.xpm
1332
1333     modified files:
1334      lisp/xwem-icons.el lisp/xwem-manage.el lisp/xwem-selections.el
1335
1336
1337 2005-01-31 00:09:12 GMT Zajcev Evgeny <lg@xwem.org>     patch-10
1338
1339     Summary:
1340       tiny fixes, little cleanup
1341     Revision:
1342       xwem--main--2.1--patch-10
1343
1344     * dockapp/xwem-weather.el (xwem-weather-display-temp): [fix]
1345       `xwem-osd-show' removed.  `xwem-osd-show' implied by
1346       `xwem-osd-create-dock'.
1347     
1348     * lisp/xwem-clgen.el (parenting): [addon] parenting stuff moved here from
1349       xwem-misc.
1350     
1351     * lisp/xwem-misc.el (parenting): [rem] moved to xwem-clgen.
1352     
1353     * lisp/xwem-keymacro.el (xwem-executing-kbd-macro): [removed]
1354     
1355     * lisp/xwem-keymacro.el (xwem-keymacro-executing-p): [new] Return non-nil
1356       if executing keyboard macro.
1357     
1358
1359     modified files:
1360      dockapp/xwem-weather.el lisp/xwem-clgen.el
1361      lisp/xwem-keyboard.el lisp/xwem-keymacro.el lisp/xwem-misc.el
1362
1363
1364 2005-01-30 20:53:05 GMT Zajcev Evgeny <lg@xwem.org>     patch-9
1365
1366     Summary:
1367       Keyboard macroses enhancements, EXPERIMENTAL.  Minor bug fixes.
1368     Revision:
1369       xwem--main--2.1--patch-9
1370
1371     * lisp/xwem-clgen.el (xwem-clgen-apply-state): [bug fix] Reparent only
1372       when there is real need.
1373     
1374     * lisp/xwem-clients.el (xwem-dummy-client-init): [bug fix] Set manage
1375       type to 'dummy for dummy client.
1376     
1377     * lisp/xwem-edmacro.el (xwem-edmacro-store): [fix] use
1378       `xwem-keymacro-macros-stack' now.
1379     
1380     * lisp/xwem-edmacro.el (xwem-edmacro-edit-kbd-macro): [fix] Ditto.
1381     
1382     * lisp/xwem-keyboard.el (xwem-keyboard-use-syth-events): [new] New
1383       variable to customize keys sending mechanism.  Set it to non-nil to use
1384       XSendEvent.
1385     
1386     * lisp/xwem-keyboard.el (xwem-kbd-initialize-modifiers): [fixes]
1387       According to X PROTO Shift, Lock, Control modifiers bits are fixated,
1388       so any key, not only Control_L and Control_R can be a control modifier.
1389     
1390     * lisp/xwem-keyboard.el (xwem-key-send-xtest-internal): [new] Old
1391       xwem-key-sendseq-internal.
1392     
1393     * lisp/xwem-keyboard.el (xwem-key-send-xtest): [new] Send emacs keys
1394       using XTEST sending mechanism.
1395     
1396     * lisp/xwem-keyboard.el (xwem-key-send-synth): [new] Send emacs keys
1397       using XSendEvent sending mechanism.
1398     
1399     * lisp/xwem-keyboard.el (xwem-kbd-add-pending-keys): [new] Add pending
1400       keys input to some client.
1401     
1402     * lisp/xwem-keyboard.el (xwem-cl-apply-pending-keys): [new] Deffered
1403       applier for `xwem-kbd-add-pending-keys'.
1404     
1405     * lisp/xwem-keyboard.el (xwem-kbd-apply-grabbing): [bug fix] Use dummy
1406       client to grab keyboard on.
1407     
1408     * lisp/xwem-keydefs.el (bindings): [new] `H-x 4 H-[', `H-x 4 H-]', `H-o
1409       H-[', `H-o H-]' for clswi commands on other window.
1410     
1411     * lisp/xwem-keymacro.el (xwem-keymacro-show-macro): [change] nil now.
1412     
1413     * lisp/xwem-keymacro.el (xwem-keymacro-last-kbd-macro): [removed]
1414     
1415     * lisp/xwem-keymacro.el (xwem-keymacro-macros-stack): [new] Keyboard
1416       macroses stack.
1417     
1418     * lisp/xwem-keymacro.el (xwem-keymacro-macros-depth): [new] Current depth
1419       in `xwem-keymacro-macros-stack'.
1420     
1421     * lisp/xwem-keymacro.el (xwem-keymacro-execute-keys): [change]
1422       Non-deffered variant. NOTE: needs workaround xwem minibuffer reading
1423       blocking.
1424     
1425     * lisp/xwem-keymacro.el (xwem-keymacro-play-last): [fix] Now we can play
1426       keyboard macro while recording keyboard macro.
1427     
1428     * lisp/xwem-keymacro.el (xwem-keymacro-init): [addon] Advise
1429       `xwem-key-send-xtest-internal' to disable/enable recording context
1430       while recording keyboard macro.
1431     
1432     * lisp/xwem-misc.el (xwem-misc-init): [addon] Advise `XReparentWindow' to
1433       save last xparent for xwindow.
1434     
1435     * lisp/xwem-misc.el (xwem-misc-xwin-last-xparent): [new] Return last
1436       xparent for XWIN.
1437     
1438
1439     modified files:
1440      Makefile extra/xwem-smartmods.el lisp/xwem-clgen.el
1441      lisp/xwem-clients.el lisp/xwem-edmacro.el lisp/xwem-focus.el
1442      lisp/xwem-help.el lisp/xwem-keyboard.el lisp/xwem-keydefs.el
1443      lisp/xwem-keymacro.el lisp/xwem-misc.el lisp/xwem-strokes.el
1444
1445
1446 2005-01-27 21:46:41 GMT Zajcev Evgeny <lg@xwem.org>     patch-8
1447
1448     Summary:
1449       Merge with ckent, 80th column fixes, tab-space fixes
1450     Revision:
1451       xwem--main--2.1--patch-8
1452
1453     Patches applied:
1454     
1455      * dev@xwem.org--2004-w/xwem--dev--2.1--patch-3
1456        80th column rule fixes
1457     
1458
1459     modified files:
1460      extra/xwem-rooticon.el lisp/xwem-clgen.el lisp/xwem-clients.el
1461      lisp/xwem-desktop.el lisp/xwem-edmacro.el lisp/xwem-events.el
1462      lisp/xwem-faces.el lisp/xwem-focus.el lisp/xwem-frame.el
1463      lisp/xwem-help.el lisp/xwem-icons.el lisp/xwem-interactive.el
1464      lisp/xwem-keyboard.el lisp/xwem-keydefs.el
1465      lisp/xwem-keymacro.el lisp/xwem-launcher.el lisp/xwem-main.el
1466      lisp/xwem-manage.el lisp/xwem-minibuffer.el lisp/xwem-misc.el
1467      lisp/xwem-mouse.el lisp/xwem-netwm.el lisp/xwem-register.el
1468      lisp/xwem-report.el lisp/xwem-root.el lisp/xwem-selections.el
1469      lisp/xwem-sound.el lisp/xwem-special.el lisp/xwem-strokes.el
1470      lisp/xwem-struct.el lisp/xwem-tabbing.el lisp/xwem-theme.el
1471      lisp/xwem-tray.el lisp/xwem-win.el
1472
1473     new patches:
1474      dev@xwem.org--2004-w/xwem--dev--2.1--patch-3
1475
1476
1477 2005-01-25 21:38:30 GMT Zajcev Evgeny <lg@xwem.org>     patch-7
1478
1479     Summary:
1480       Typo fix, thanks to Steve
1481     Revision:
1482       xwem--main--2.1--patch-7
1483
1484
1485     modified files:
1486      lisp/xwem-clients.el
1487
1488
1489 2005-01-25 00:06:08 GMT Zajcev Evgeny <lg@xwem.org>     patch-6
1490
1491     Summary:
1492       xwem-cl-manage-hook added
1493     Revision:
1494       xwem--main--2.1--patch-6
1495
1496     * lisp/xwem-clients.el (Commentary): [addons]
1497     
1498     * lisp/xwem-clients.el (xwem-cl-manage-hook): [new] hook called when
1499       client manages initially or after managing model change.
1500
1501     modified files:
1502      lisp/xwem-clients.el
1503
1504
1505 2005-01-24 23:45:28 GMT Zajcev Evgeny <lg@xwem.org>     patch-5
1506
1507     Summary:
1508       merges, fixes, addons
1509     Revision:
1510       xwem--main--2.1--patch-5
1511
1512     * lisp/xwem-clgen.el (xwem-manage-generic): [fix] proper handling of
1513       `xwem-clgen-activate-new' and `xwem-clgen-select-new'.
1514     
1515     * lisp/xwem-clients.el (xwem-cl-get-uptime-1): [MERGE] New helper
1516       function for calculating client uptimes.  (xwem-cl-get-uptime): Use it.
1517       Also use a nicer output format.
1518     
1519       Don't autoload `subtract-time' from time-date.el, it is not needed
1520       anymore.  And don't define our own version of it.
1521     
1522     * lisp/xwem-icons.el (xwem-icons-list): [addon] mini-djvu.xpm added.
1523     
1524     * lisp/xwem-manage.el (xwem-applications-alist): [addon] djview
1525       added.  [fix] mozilla fixed.
1526     
1527     * lisp/xwem-minibuffer.el (xwem-minibuffer-init): [MERGE] Typo
1528       fix. default-frame-plist -> default-x-frame-plist.
1529     
1530     * icons/mini-djvu.xpm (new): [ii]
1531
1532     new files:
1533      icons/.arch-ids/mini-djvu.xpm.id icons/mini-djvu.xpm
1534
1535     modified files:
1536      lisp/xwem-clgen.el lisp/xwem-clients.el lisp/xwem-icons.el
1537      lisp/xwem-keymacro.el lisp/xwem-manage.el
1538      lisp/xwem-minibuffer.el
1539
1540     new patches:
1541      steve@eicq.org--2005/xwem--steve--2.1--patch-2
1542      steve@eicq.org--2005/xwem--steve--2.1--patch-3
1543
1544
1545 2005-01-18 22:54:11 GMT Zajcev Evgeny <lg@xwem.org>     patch-4
1546
1547     Summary:
1548       merge with ckent
1549     Revision:
1550       xwem--main--2.1--patch-4
1551
1552     Patches applied:
1553     
1554      * dev@xwem.org--2004-w/xwem--dev--2.1--patch-2
1555        merge, some fixes
1556     
1557
1558     modified files:
1559      lisp/xwem-clients.el lisp/xwem-frame.el
1560
1561     new patches:
1562      dev@xwem.org--2004-w/xwem--dev--2.1--patch-2
1563
1564
1565 2005-01-16 00:16:39 GMT Zajcev Evgeny <lg@xwem.org>     patch-3
1566
1567     Summary:
1568       osd fixes, enhancements
1569     Revision:
1570       xwem--main--2.1--patch-3
1571
1572     * lisp/xwem-tray.el (xwem-tray-hide-dapp): [fix] Do not XUnmapWindow if
1573       dockapp already unmapped, prevents infinite UnmapNotify events loop.
1574     
1575     * lisp/xwem-tray.el (xwem-tray-show-dapp): [fix] Do not XMapWindow if
1576       dockapp already mapped, prevents infinite MapNotify events loop.
1577     
1578     * utils/xwem-osd.el (xwem-osd-apply-xmask): [new] Function to apply OSD
1579       mask to life.  Note: deffered.
1580     
1581     * utils/xwem-osd.el (xwem-osd-show): Use xwem-osd-apply-xmask
1582     
1583     * utils/xwem-osd.el (xwem-osd-arc-add): [bug] Fixed, forgot
1584       `xwem-osd-instance-show'.  Related to colours problem ignotus has.
1585     
1586     * utils/xwem-osd.el (xwem-osd-rect-add): [bug] Fixed, forgot
1587       `xwem-osd-instance-show'.  Related to colours problem ignotus has.
1588     
1589     * utils/xwem-osd.el (MOST): Use `xwem-osd-apply-xmask', so mask applied
1590       only once, prevents flicking.
1591     
1592     * utils/xwem-osd.el (xwem-osd-offscreen): [new] Move OSD to offscreen to
1593       performe OSD operationgs in safety.  Copy of OSD is displayed on top of
1594       OSD.  Usefull to prevent OSD flicking, when redrawing.
1595     
1596     * utils/xwem-osd.el (xwem-osd-commit): [new] Commit changes to OSD while
1597       OSD was in offscreen.
1598
1599     modified files:
1600      lisp/xwem-tray.el utils/xwem-osd.el
1601
1602
1603 2005-01-12 22:29:43 GMT Zajcev Evgeny <lg@xwem.org>     patch-2
1604
1605     Summary:
1606       merge with ckent's repo
1607     Revision:
1608       xwem--main--2.1--patch-2
1609
1610     * lisp/xwem-rooticon.el
1611
1612     modified files:
1613      extra/xwem-rooticon.el
1614
1615     new patches:
1616      dev@xwem.org--2004-w/xwem--dev--2.1--base-0
1617      dev@xwem.org--2004-w/xwem--dev--2.1--patch-1
1618
1619
1620 2005-01-01 02:54:47 GMT Zajcev Evgeny <lg@xwem.org>     patch-1
1621
1622     Summary:
1623       start of 2.1
1624     Revision:
1625       xwem--main--2.1--patch-1
1626
1627
1628     new files:
1629      ChangeLog.d/.arch-ids/=id
1630      ChangeLog.d/.arch-ids/ChangeLog-2.0.id
1631      ChangeLog.d/ChangeLog-2.0
1632
1633     modified files:
1634      Makefile
1635
1636     new directories:
1637      ChangeLog.d ChangeLog.d/.arch-ids
1638
1639
1640 2005-01-01 02:45:16 GMT Zajcev Evgeny <lg@xwem.org>     base-0
1641
1642     Summary:
1643       tag of lg@xwem.org--2004/xwem--main--2.0--version-0
1644     Revision:
1645       xwem--main--2.1--base-0
1646
1647     (automatically generated log message)
1648
1649     new patches:
1650      dev@xwem.org--2004-w/xwem--dev--2.0--patch-1
1651      dev@xwem.org--2004-w/xwem--dev--2.0--patch-2
1652      dev@xwem.org--2004-w/xwem--dev--2.0--patch-3
1653      lg@xwem.org--2004/xwem--main--2.0--base-0
1654      lg@xwem.org--2004/xwem--main--2.0--patch-1
1655      lg@xwem.org--2004/xwem--main--2.0--patch-2
1656      lg@xwem.org--2004/xwem--main--2.0--patch-3
1657      lg@xwem.org--2004/xwem--main--2.0--patch-4
1658      lg@xwem.org--2004/xwem--main--2.0--patch-5
1659      lg@xwem.org--2004/xwem--main--2.0--patch-6
1660      lg@xwem.org--2004/xwem--main--2.0--patch-7
1661      lg@xwem.org--2004/xwem--main--2.0--patch-8
1662      lg@xwem.org--2004/xwem--main--2.0--patch-9
1663      lg@xwem.org--2004/xwem--main--2.0--patch-10
1664      lg@xwem.org--2004/xwem--main--2.0--patch-11
1665      lg@xwem.org--2004/xwem--main--2.0--patch-12
1666      lg@xwem.org--2004/xwem--main--2.0--patch-13
1667      lg@xwem.org--2004/xwem--main--2.0--patch-14
1668      lg@xwem.org--2004/xwem--main--2.0--patch-15
1669      lg@xwem.org--2004/xwem--main--2.0--patch-16
1670      lg@xwem.org--2004/xwem--main--2.0--patch-17
1671      lg@xwem.org--2004/xwem--main--2.0--patch-18
1672      lg@xwem.org--2004/xwem--main--2.0--patch-19
1673      lg@xwem.org--2004/xwem--main--2.0--version-0
1674      steve@eicq.org--2004/xwem--steve--2.0--base-0
1675      steve@eicq.org--2004/xwem--steve--2.0--patch-1
1676      steve@eicq.org--2004/xwem--steve--2.0--patch-2
1677      steve@eicq.org--2004/xwem--steve--2.0--patch-3
1678      steve@eicq.org--2004/xwem--steve--2.0--patch-4
1679      steve@eicq.org--2004/xwem--steve--2.0--patch-5
1680
1681
1682 # do not edit -- automatically generated by arch changelog
1683 # non-id: automatic-ChangeLog--lg@xwem.org--2004/xwem--main--2.0
1684 #
1685
1686 2005-01-01 02:30:16 GMT Zajcev Evgeny <lg@xwem.org>     version-0
1687
1688     Summary:
1689       Version 2.0 is released
1690     Revision:
1691       xwem--main--2.0--version-0
1692
1693
1694     new files:
1695      .arch-ids/README.id README
1696
1697
1698 2004-12-29 22:32:15 GMT Zajcev Evgeny <lg@xwem.org>     patch-19
1699
1700     Summary:
1701       xparent problem kind of fix, dedicated problem kind of fix
1702     Revision:
1703       xwem--main--2.0--patch-19
1704
1705     * lisp/xwem-clgen.el (on-kill): [fix?] Do not do XDestroyWindow
1706     
1707     * lisp/xwem-clients.el (xwem-clded-disassociate-frame): [fix] check
1708       xwem-cl-win for validity before operating on it.
1709     
1710     
1711
1712     modified files:
1713      lisp/xwem-clgen.el lisp/xwem-clients.el
1714
1715
1716 2004-12-23 22:26:45 GMT Zajcev Evgeny <lg@xwem.org>     patch-18
1717
1718     Summary:
1719       very tiny fixes
1720     Revision:
1721       xwem--main--2.0--patch-18
1722
1723     * lisp/xwem-icons.el (xwem-icons-list): [fix] Removed redundant .*
1724     
1725     * lisp/xwem-keymacro.el (xwem-misc): [addon] Require xwem-misc
1726     
1727     * lisp/xwem-manage.el (xwem-applications-alist): [fix] xemacs to match
1728       GNU Emacs, XEmacs and SXEmacs.
1729     
1730     
1731     
1732
1733     modified files:
1734      lisp/xwem-icons.el lisp/xwem-keymacro.el lisp/xwem-manage.el
1735
1736
1737 2004-12-20 21:03:40 GMT Zajcev Evgeny <lg@xwem.org>     patch-17
1738
1739     Summary:
1740       Merged with 2004-w
1741     Revision:
1742       xwem--main--2.0--patch-17
1743
1744     Patches applied:
1745     
1746      * dev@xwem.org--2004-w/xwem--dev--2.0--patch-3
1747        Merged with main, some fixes
1748     
1749
1750     modified files:
1751      Makefile lisp/xwem-keymacro.el lisp/xwem-minibuffer.el
1752      lisp/xwem-misc.el man/Makefile
1753
1754     new patches:
1755      dev@xwem.org--2004-w/xwem--dev--2.0--patch-3
1756
1757
1758 2004-12-19 22:45:44 GMT Zajcev Evgeny <lg@xwem.org>     patch-16
1759
1760     Summary:
1761       xwem tray fixes to support dockapp's map/unmap, osd fix
1762     Revision:
1763       xwem--main--2.0--patch-16
1764
1765     * lisp/xwem-keyboard.el (xwem-kbd-quit): [typo]
1766     
1767     * lisp/xwem-tray.el (xwem-tray-remove-dapp): [fix] check dapp state.
1768     
1769     * lisp/xwem-tray.el (xwem-tray-hide-dapp): [new]
1770     
1771     * lisp/xwem-tray.el (xwem-tray-show-dapp): [new]
1772     
1773     * lisp/xwem-tray.el (xwem-tray-get-proper-position): [fix] check dapp's
1774       state.
1775     
1776     * lisp/xwem-tray.el (xwem-tray-new-dapp): [fix] change dapp's state after
1777       XMapWindow.
1778     
1779     * lisp/xwem-tray.el (xwem-tray-init): [fix] Handle MapNotify/UnmapNotify
1780       events.
1781     
1782     * lisp/xwem-tray.el (xwem-tray-handle-xevent): [fix] Handle
1783       MapNotify/UnmapNotify events.
1784     
1785     * utils/xwem-osd.el (xwem-osd-rect-add): [Sem] Optional FILL-P argument
1786       added.
1787
1788     modified files:
1789      lisp/xwem-keyboard.el lisp/xwem-tray.el utils/xwem-osd.el
1790
1791
1792 2004-12-19 01:40:32 GMT Zajcev Evgeny <lg@xwem.org>     patch-15
1793
1794     Summary:
1795       compile custom-load.el 
1796     Revision:
1797       xwem--main--2.0--patch-15
1798
1799     * Makefile (EXTRA_OBJ): [addon] custom-load.elc
1800     
1801     * Makefile (distclean): [addon] remove .elc files expilicitely.
1802
1803     modified files:
1804      Makefile
1805
1806
1807 2004-12-19 00:00:11 GMT Zajcev Evgeny <lg@xwem.org>     patch-14
1808
1809     Summary:
1810       typo fix
1811     Revision:
1812       xwem--main--2.0--patch-14
1813
1814     * lisp/xwem-keyboard.el (xwem-kbd-xksym->xkcode): [typo] fixed.
1815
1816     modified files:
1817      lisp/xwem-keyboard.el
1818
1819
1820 2004-12-18 23:52:35 GMT Zajcev Evgeny <lg@xwem.org>     patch-13
1821
1822     Summary:
1823       xwem-icons-list fixed, keyboarding fixed
1824     Revision:
1825       xwem--main--2.0--patch-13
1826
1827     * lisp/xwem-icons.el (xwem-icons-list): [fix] ".Term" -> ".[tT]erm" to
1828       work with eterm and kterm.
1829     
1830     * lisp/xwem-keyboard.el (xwem-kbd-xksym->xkcode): [rewritten] now should
1831       work properly with multiple keyboard groups.  This is important for
1832       multi kbd layout users, such as Russians.
1833
1834     modified files:
1835      lisp/xwem-icons.el lisp/xwem-keyboard.el
1836
1837
1838 2004-12-18 21:31:38 GMT Zajcev Evgeny <lg@xwem.org>     patch-12
1839
1840     Summary:
1841       merge with dev@xwem.org--2004-w/xwem--dev--2.0
1842     Revision:
1843       xwem--main--2.0--patch-12
1844
1845     * Makefile: Dependances adding started.
1846     
1847     * lisp/xwem-clgen.el (xwem-clgen-other-client): [fix] skip iconified
1848       clients.
1849     
1850     * lisp/xwem-clients.el (xwem-cl-other): [fix] skip iconified clients.
1851     
1852     * lisp/xwem-frame.el (xwem-dedicated-frame-defalut-properties): [new]
1853       Default properties for dedicated frames.
1854     
1855     * lisp/xwem-frame.el (xwem-make-frame-1): [addon] properties merging
1856       according to desktop type.
1857     
1858     * lisp/xwem-frame.el (xwem-frame-adjust-geom): [addon] Adjust geometry
1859       according to current xwem minibuffer state.
1860     
1861     * lisp/xwem-frame.el (xwem-frame-configuration): [addon] Use
1862       'initially-unmapped for currently unmapped frames.
1863     
1864     * lisp/xwem-frame.el (xwem-frame-goto): [addon] Support for negative N.
1865     
1866     * lisp/xwem-frame.el (xwem-frame-imove-internal): [fix] Disallowed for
1867       embedded frames.
1868     
1869     * lisp/xwem-keyboard (xwem-self-insert-or-undefined): [fix] Do nothing if
1870       selected client is dummy.
1871     
1872     * lisp/xwem-keydefs (xwem-global-map): `H-x o' added to execute
1873       `xwem-other-window'
1874     
1875     * lisp/xwem-minibuffer (xwem-minib-focusin-outline): [rem] was commented
1876       for long time.
1877     
1878     * lisp/xwem-minibuffer (xwem-minib-focusout-outline): [rem] was commented
1879       for long time.
1880     
1881     * lisp/xwem-minibuffer (xwem-minibuffer-init): Use
1882       `xwem-misc-merge-plists'.
1883     
1884     * lisp/xwem-misc.el (xwem-message-1): [addon] limit print level
1885     
1886     * lisp/xwem-misc.el (xwem-misc-make-screenshot): [addon] Do it in post
1887       deferring hook, so screenshot will be made, after minibuffer
1888       deactivation.
1889     
1890     * lisp/xwem-misc.el (xwem-debug): [addon] limit print level
1891     
1892     * lisp/xwem-report.el (xwem-report-debug): print-level set to 4
1893     
1894     * lisp/xwem-struct.el (xwem-frame-saved): [addon] selected-p added,
1895       denotes is frame was selected at dump time.
1896     
1897     * lisp/xwem-theme.el: Continuing structuring, not yet in shape.
1898     
1899     * lisp/xwem-tray.el (xwem-tray): [addon] xgeom slot added.
1900     
1901     * lisp/xwem-tray.el (xwem-tray-move-dapp): [addon] allow to ommit NEW-X,
1902       NEW-Y.
1903     
1904     * lisp/xwem-tray.el (xwem-dapp-handle-xevent): [new] general X Events
1905       handler for dockapps.
1906     
1907     * lisp/xwem-tray.el (xwem-tray-handle-xevent): [new] general X Events
1908       handler for systray.  Support for handling ConfigureNotify events
1909       added.  All dockapps are vertically realligned when systray changes its
1910       height.
1911     
1912     * lisp/xwem-win.el (xwem-other-window): [new] alias to fixed
1913       `xwem-frame-goto-next'.
1914     
1915     * lisp/xwem-win.el (xwem-set-window-configuration): [fix] get rid of evil
1916       xwem-win-config-current-window.
1917     
1918     * lisp/xwem-win.el (xwem-win-restore-win-params): [fix] Ditto.
1919     
1920
1921     modified files:
1922      Makefile lisp/xwem-clgen.el lisp/xwem-clients.el
1923      lisp/xwem-frame.el lisp/xwem-keyboard.el lisp/xwem-keydefs.el
1924      lisp/xwem-minibuffer.el lisp/xwem-misc.el lisp/xwem-report.el
1925      lisp/xwem-struct.el lisp/xwem-theme.el lisp/xwem-tray.el
1926      lisp/xwem-win.el {arch}/=tagging-method
1927
1928     new patches:
1929      dev@xwem.org--2004-w/xwem--dev--2.0--patch-1
1930      dev@xwem.org--2004-w/xwem--dev--2.0--patch-2
1931
1932
1933 2004-12-17 10:58:28 GMT Evgeny Zajcev <lg@xwem.org>     patch-11
1934
1935     Summary:
1936       some files moved from lisp/ to extra/
1937     Revision:
1938       xwem--main--2.0--patch-11
1939
1940     * lisp/xwem-gamma.el (moved): to extra
1941     
1942     * lisp/xwem-rooticon.el (moved): Ditto.
1943     
1944     * lisp/xwem-ratanot.el (moved): Ditto.
1945     
1946
1947     renamed files:
1948      lisp/.arch-ids/xwem-gamma.el.id
1949        ==> extra/.arch-ids/xwem-gamma.el.id
1950      lisp/.arch-ids/xwem-ratanot.el.id
1951        ==> extra/.arch-ids/xwem-ratanot.el.id
1952      lisp/.arch-ids/xwem-rooticon.el.id
1953        ==> extra/.arch-ids/xwem-rooticon.el.id
1954      lisp/xwem-gamma.el
1955        ==> extra/xwem-gamma.el
1956      lisp/xwem-ratanot.el
1957        ==> extra/xwem-ratanot.el
1958      lisp/xwem-rooticon.el
1959        ==> extra/xwem-rooticon.el
1960
1961
1962 2004-12-17 00:53:20 GMT Evgeny Zajcev <lg@xwem.org>     patch-10
1963
1964     Summary:
1965       .arch-inventory fixes, xwem-edprops-mode fix
1966     Revision:
1967       xwem--main--2.0--patch-10
1968
1969     * extra/xwem-edprops.el (xwem-edprops-mode): [pbug] set default to nil.
1970
1971     modified files:
1972      extra/xwem-edprops.el lisp/.arch-inventory man/.arch-inventory
1973
1974
1975 2004-12-15 20:47:34 GMT Evgeny Zajcev <lg@xwem.org>     patch-9
1976
1977     Summary:
1978       xwem-debug, popup menu fix, transpose win fix
1979     Revision:
1980       xwem--main--2.0--patch-9
1981
1982     * lisp/xwem-win.el (xwem-transpose-windows): [bug] fix.
1983     
1984     * lisp/xwem-misc.el (xwem-debug): [new] For debugging output.
1985     
1986     * lisp/xwem-keyboard.el (xwem-kbd-hack-mouse): [fixate] Use
1987       `last-nonminibuf-frame' instead of `selected-frame'.
1988     
1989
1990     modified files:
1991      extra/xwem-edprops.el lisp/xwem-clients.el lisp/xwem-events.el
1992      lisp/xwem-frame.el lisp/xwem-keyboard.el lisp/xwem-keymacro.el
1993      lisp/xwem-main.el lisp/xwem-minibuffer.el lisp/xwem-misc.el
1994      lisp/xwem-netwm.el lisp/xwem-root.el lisp/xwem-special.el
1995      lisp/xwem-struct.el lisp/xwem-tray.el lisp/xwem-win.el
1996      lpath.el
1997
1998
1999 2004-12-14 23:26:41 GMT Evgeny Zajcev <lg@xwem.org>     patch-8
2000
2001     Summary:
2002       emods->xmodmask fix, Xmask-or fix, alt-meta collision fix
2003     Revision:
2004       xwem--main--2.0--patch-8
2005
2006     * lisp/xwem-keyboard.el (xwem-kbd-xmodmask->emods): [fixate] Workaround
2007       alt-meta collision
2008     
2009     * lisp/xwem-clients.el (dummy-client): [fix] Do XSelectInput, however
2010       dunno why this is needed.
2011     
2012     * lisp/xwem-clients.el (xwem-clients-init): [fix] add-hook with append
2013       argument.
2014     
2015     * lisp/xwem-frame.el (embedded): [fix] fixes to make embedded and
2016       embedded-desktop to work.  However have problems with xwem-desktop.
2017       xwem-desktop can't restore embedded frames properly.  Need to
2018       investigate what happening.
2019     
2020     * Makefile (clarification): minor
2021
2022     modified files:
2023      Makefile dockapp/xwem-framei.el lisp/xwem-clients.el
2024      lisp/xwem-frame.el lisp/xwem-keyboard.el lisp/xwem-manage.el
2025
2026
2027 2004-12-13 23:11:14 GMT Evgeny Zajcev <lg@xwem.org>     patch-7
2028
2029     Summary:
2030       testing commit hooks
2031     Revision:
2032       xwem--main--2.0--patch-7
2033
2034     
2035     
2036
2037     modified files:
2038      Makefile
2039
2040
2041 2004-12-13 23:07:32 GMT Evgeny Zajcev <lg@xwem.org>     patch-6
2042
2043     Summary:
2044       Makefile fixes, some addons, little fixes, tec
2045     Revision:
2046       xwem--main--2.0--patch-6
2047
2048     *  Makefile (): clarification
2049     
2050     * xwem-custom-gen.el (New): custom-load.el generator.
2051     
2052     * lisp/xwem-minibuffer.el (xwem-minib-specifiers): [new] Specifiers to
2053       set for xwem minibuffer.
2054     
2055     * lisp/xwem-misc.el (xwem-misc-rotate-data): [new] Helpful function to
2056       rotate X images.
2057     
2058     * lisp/xwem-tabbing.el (title-layout): [addons] Support for title-layout
2059       frame property added.
2060     
2061     * lisp/xwem-frame.el (title-layout): [new] New frame property.
2062     
2063     
2064
2065     new files:
2066      .arch-ids/xwem-custom-gen.el.id xwem-custom-gen.el
2067
2068     modified files:
2069      Makefile lisp/xwem-frame.el lisp/xwem-minibuffer.el
2070      lisp/xwem-misc.el lisp/xwem-tabbing.el lisp/xwem-theme.el
2071      lisp/xwem-win.el lpath.el man/Makefile
2072
2073
2074 2004-12-11 21:22:18 GMT Evgeny Zajcev <lg@xwem.org>     patch-5
2075
2076     Summary:
2077       hot fix
2078     Revision:
2079       xwem--main--2.0--patch-5
2080
2081
2082     modified files:
2083      Makefile lisp/xwem-clients.el lisp/xwem-main.el
2084      lisp/xwem-minibuffer.el lisp/xwem-root.el
2085
2086
2087 2004-12-11 20:33:02 GMT Evgeny Zajcev <lg@xwem.org>     patch-4
2088
2089     Summary:
2090       Sync with CVS, some fixes.
2091     Revision:
2092       xwem--main--2.0--patch-4
2093
2094     lisp/xwem-clgen.el (xwem-withdraw-generic): [rem] Evil things removed to
2095     avoid BadWindow X errors.
2096     
2097     lisp/xwem-keyboard.el (modifiers): [sch] Modifiers handling changed.  Alt
2098     key should work, however not checked.
2099     
2100     lisp/xwem-clients.el (xwem-client-apply-state): [fix] Handle change to
2101     withdrawn state specially to avoid BadWindow X errors.
2102     
2103     lisp/xwem-root.el (xwem-root-events-handler): [addon] X-MappingNotify
2104     handler added.
2105     
2106     lisp/xwem-events.el (xwem-ev-reconfig): [fix] Do things more safely,
2107     should fix opera issue.
2108     
2109     lisp/xwem-win.el (xwem-frame-set-win-config-frame-params): [fix] use
2110     `xwem-frame-apply-xgeom-1'.
2111     
2112
2113     modified files:
2114      lisp/xwem-clgen.el lisp/xwem-clients.el lisp/xwem-events.el
2115      lisp/xwem-keyboard.el lisp/xwem-main.el lisp/xwem-root.el
2116      lisp/xwem-win.el
2117
2118
2119 2004-12-10 23:29:27 GMT Evgeny Zajcev <lg@xwem.org>     patch-3
2120
2121     Summary:
2122       merge from steve (build cleanup)
2123     Revision:
2124       xwem--main--2.0--patch-3
2125
2126     Patches applied:
2127     
2128      * steve@eicq.org--2004/xwem--steve--2.0--patch-4
2129        sync to lg
2130     
2131      * steve@eicq.org--2004/xwem--steve--2.0--patch-5
2132        fix some function foo not known to be defined warnings
2133     
2134
2135     modified files:
2136      lpath.el
2137
2138     new patches:
2139      steve@eicq.org--2004/xwem--steve--2.0--patch-4
2140      steve@eicq.org--2004/xwem--steve--2.0--patch-5
2141
2142
2143 2004-12-10 22:46:33 GMT Evgeny Zajcev <lg@xwem.org>     patch-2
2144
2145     Summary:
2146       makefile changes
2147     Revision:
2148       xwem--main--2.0--patch-2
2149
2150
2151     modified files:
2152      Makefile
2153
2154
2155 2004-12-10 21:51:10 GMT Evgeny Zajcev <lg@xwem.org>     patch-1
2156
2157     Summary:
2158       merge from steve
2159     Revision:
2160       xwem--main--2.0--patch-1
2161
2162     Patches applied:
2163     
2164      * steve@eicq.org--2004/xwem--steve--2.0--base-0
2165        tag of lg@xwem.org--2004/xwem--main--2.0--base-0
2166     
2167      * steve@eicq.org--2004/xwem--steve--2.0--patch-1
2168        Add some missing files to the repo
2169     
2170      * steve@eicq.org--2004/xwem--steve--2.0--patch-2
2171        Introduce a tla-stlye version string, clean up the build
2172     
2173      * steve@eicq.org--2004/xwem--steve--2.0--patch-3
2174        emergancy build fix
2175     
2176
2177     new files:
2178      .arch-ids/Makefile.id .arch-ids/xwem-loaddefs-gen.el.id
2179      Makefile battery/.arch-ids/=id battery/.arch-ids/Makefile.id
2180      battery/.arch-ids/battery.c.id battery/Makefile
2181      battery/battery.c dockapp/.arch-ids/.arch-inventory.id
2182      dockapp/.arch-ids/=id dockapp/.arch-ids/xwem-battery.el.id
2183      dockapp/.arch-ids/xwem-framei.el.id
2184      dockapp/.arch-ids/xwem-pager.el.id
2185      dockapp/.arch-ids/xwem-time.el.id
2186      dockapp/.arch-ids/xwem-weather.el.id dockapp/.arch-inventory
2187      dockapp/xwem-battery.el dockapp/xwem-framei.el
2188      dockapp/xwem-pager.el dockapp/xwem-time.el
2189      dockapp/xwem-weather.el extra/.arch-ids/.arch-inventory.id
2190      extra/.arch-ids/=id extra/.arch-ids/ixwem.el.id
2191      extra/.arch-ids/xwem-edprops.el.id
2192      extra/.arch-ids/xwem-frametrans.el.id
2193      extra/.arch-ids/xwem-recover.el.id
2194      extra/.arch-ids/xwem-smartmods.el.id
2195      extra/.arch-ids/xwem-vert.el.id extra/.arch-inventory
2196      extra/ixwem.el extra/xwem-edprops.el extra/xwem-frametrans.el
2197      extra/xwem-recover.el extra/xwem-smartmods.el
2198      extra/xwem-vert.el icons/.arch-ids/=id
2199      icons/.arch-ids/README.id icons/.arch-ids/mini-acroread.xpm.id
2200      icons/.arch-ids/mini-aim.xpm.id
2201      icons/.arch-ids/mini-bitchx.xpm.id
2202      icons/.arch-ids/mini-calc.xpm.id
2203      icons/.arch-ids/mini-cd.xpm.id
2204      icons/.arch-ids/mini-clock.xpm.id
2205      icons/.arch-ids/mini-colors.xpm.id
2206      icons/.arch-ids/mini-cross.xpm.id
2207      icons/.arch-ids/mini-daemon.xpm.id
2208      icons/.arch-ids/mini-ddd.xpm.id
2209      icons/.arch-ids/mini-diag.xpm.id
2210      icons/.arch-ids/mini-diskete.xpm.id
2211      icons/.arch-ids/mini-diskete2.xpm.id
2212      icons/.arch-ids/mini-diskette.xpm.id
2213      icons/.arch-ids/mini-display.xpm.id
2214      icons/.arch-ids/mini-doc1.xpm.id
2215      icons/.arch-ids/mini-ethereal.xpm.id
2216      icons/.arch-ids/mini-firefox.xpm.id
2217      icons/.arch-ids/mini-font.xpm.id
2218      icons/.arch-ids/mini-freedesk.xpm.id
2219      icons/.arch-ids/mini-ftp.xpm.id
2220      icons/.arch-ids/mini-gimp.xpm.id
2221      icons/.arch-ids/mini-gnus.xpm.id
2222      icons/.arch-ids/mini-graph.xpm.id
2223      icons/.arch-ids/mini-gv.xpm.id icons/.arch-ids/mini-icq.xpm.id
2224      icons/.arch-ids/mini-imagemagic.xpm.id
2225      icons/.arch-ids/mini-info.xpm.id
2226      icons/.arch-ids/mini-keyboard.xpm.id
2227      icons/.arch-ids/mini-links.xpm.id
2228      icons/.arch-ids/mini-lower.xpm.id
2229      icons/.arch-ids/mini-measure.xpm.id
2230      icons/.arch-ids/mini-mozilla.xpm.id
2231      icons/.arch-ids/mini-mozilla1.xpm.id
2232      icons/.arch-ids/mini-mozilla2.xpm.id
2233      icons/.arch-ids/mini-mozilla3.xpm.id
2234      icons/.arch-ids/mini-netscape.xpm.id
2235      icons/.arch-ids/mini-netscape1.xpm.id
2236      icons/.arch-ids/mini-netscape2.xpm.id
2237      icons/.arch-ids/mini-pager.xpm.id
2238      icons/.arch-ids/mini-penguin.xpm.id
2239      icons/.arch-ids/mini-raise.xpm.id
2240      icons/.arch-ids/mini-ray.xpm.id
2241      icons/.arch-ids/mini-redhat.xpm.id
2242      icons/.arch-ids/mini-sh1.xpm.id
2243      icons/.arch-ids/mini-stroke.xpm.id
2244      icons/.arch-ids/mini-term.xpm.id
2245      icons/.arch-ids/mini-tex.xpm.id
2246      icons/.arch-ids/mini-turn.xpm.id
2247      icons/.arch-ids/mini-vnc.xpm.id icons/.arch-ids/mini-x.xpm.id
2248      icons/.arch-ids/mini-x2.xpm.id
2249      icons/.arch-ids/mini-xchat.xpm.id
2250      icons/.arch-ids/mini-xchat1.xpm.id
2251      icons/.arch-ids/mini-xdvi.xpm.id
2252      icons/.arch-ids/mini-xemacs.xpm.id
2253      icons/.arch-ids/mini-xemacs1.xpm.id
2254      icons/.arch-ids/mini-xemacsC.xpm.id
2255      icons/.arch-ids/mini-xemacsgnus.xpm.id
2256      icons/.arch-ids/mini-xemacsinfo.xpm.id
2257      icons/.arch-ids/mini-xemacspy.xpm.id
2258      icons/.arch-ids/mini-xemacstex.xpm.id
2259      icons/.arch-ids/mini-xfig.xpm.id
2260      icons/.arch-ids/mini-xkeycaps.xpm.id
2261      icons/.arch-ids/mini-xterm.xpm.id
2262      icons/.arch-ids/mini-xterm1.xpm.id
2263      icons/.arch-ids/mini-xv.xpm.id icons/.arch-ids/mini-xv1.xpm.id
2264      icons/.arch-ids/mini-xwem.xpm.id
2265      icons/.arch-ids/mini-zoom.xpm.id
2266      icons/.arch-ids/mini32x32-help.xpm.id
2267      icons/.arch-ids/root-icon.xpm.id icons/README
2268      icons/mini-acroread.xpm icons/mini-aim.xpm
2269      icons/mini-bitchx.xpm icons/mini-calc.xpm icons/mini-cd.xpm
2270      icons/mini-clock.xpm icons/mini-colors.xpm
2271      icons/mini-cross.xpm icons/mini-daemon.xpm icons/mini-ddd.xpm
2272      icons/mini-diag.xpm icons/mini-diskete.xpm
2273      icons/mini-diskete2.xpm icons/mini-diskette.xpm
2274      icons/mini-display.xpm icons/mini-doc1.xpm
2275      icons/mini-ethereal.xpm icons/mini-firefox.xpm
2276      icons/mini-font.xpm icons/mini-freedesk.xpm icons/mini-ftp.xpm
2277      icons/mini-gimp.xpm icons/mini-gnus.xpm icons/mini-graph.xpm
2278      icons/mini-gv.xpm icons/mini-icq.xpm icons/mini-imagemagic.xpm
2279      icons/mini-info.xpm icons/mini-keyboard.xpm
2280      icons/mini-links.xpm icons/mini-lower.xpm
2281      icons/mini-measure.xpm icons/mini-mozilla.xpm
2282      icons/mini-mozilla1.xpm icons/mini-mozilla2.xpm
2283      icons/mini-mozilla3.xpm icons/mini-netscape.xpm
2284      icons/mini-netscape1.xpm icons/mini-netscape2.xpm
2285      icons/mini-pager.xpm icons/mini-penguin.xpm
2286      icons/mini-raise.xpm icons/mini-ray.xpm icons/mini-redhat.xpm
2287      icons/mini-sh1.xpm icons/mini-stroke.xpm icons/mini-term.xpm
2288      icons/mini-tex.xpm icons/mini-turn.xpm icons/mini-vnc.xpm
2289      icons/mini-x.xpm icons/mini-x2.xpm icons/mini-xchat.xpm
2290      icons/mini-xchat1.xpm icons/mini-xdvi.xpm
2291      icons/mini-xemacs.xpm icons/mini-xemacs1.xpm
2292      icons/mini-xemacsC.xpm icons/mini-xemacsgnus.xpm
2293      icons/mini-xemacsinfo.xpm icons/mini-xemacspy.xpm
2294      icons/mini-xemacstex.xpm icons/mini-xfig.xpm
2295      icons/mini-xkeycaps.xpm icons/mini-xterm.xpm
2296      icons/mini-xterm1.xpm icons/mini-xv.xpm icons/mini-xv1.xpm
2297      icons/mini-xwem.xpm icons/mini-zoom.xpm
2298      icons/mini32x32-help.xpm icons/root-icon.xpm
2299      lisp/.arch-ids/.arch-inventory.id lisp/.arch-ids/=id
2300      lisp/.arch-ids/xwem-clgen.el.id
2301      lisp/.arch-ids/xwem-clients.el.id
2302      lisp/.arch-ids/xwem-clswi.el.id
2303      lisp/.arch-ids/xwem-compat.el.id
2304      lisp/.arch-ids/xwem-desktop.el.id
2305      lisp/.arch-ids/xwem-edmacro.el.id
2306      lisp/.arch-ids/xwem-events.el.id
2307      lisp/.arch-ids/xwem-faces.el.id
2308      lisp/.arch-ids/xwem-focus.el.id
2309      lisp/.arch-ids/xwem-frame.el.id
2310      lisp/.arch-ids/xwem-gamma.el.id lisp/.arch-ids/xwem-help.el.id
2311      lisp/.arch-ids/xwem-icons.el.id
2312      lisp/.arch-ids/xwem-interactive.el.id
2313      lisp/.arch-ids/xwem-keyboard.el.id
2314      lisp/.arch-ids/xwem-keydefs.el.id
2315      lisp/.arch-ids/xwem-keymacro.el.id
2316      lisp/.arch-ids/xwem-launcher.el.id
2317      lisp/.arch-ids/xwem-load.el.id lisp/.arch-ids/xwem-main.el.id
2318      lisp/.arch-ids/xwem-manage.el.id
2319      lisp/.arch-ids/xwem-minibuffer.el.id
2320      lisp/.arch-ids/xwem-misc.el.id lisp/.arch-ids/xwem-modes.el.id
2321      lisp/.arch-ids/xwem-mouse.el.id
2322      lisp/.arch-ids/xwem-netwm.el.id
2323      lisp/.arch-ids/xwem-ratanot.el.id
2324      lisp/.arch-ids/xwem-register.el.id
2325      lisp/.arch-ids/xwem-report.el.id
2326      lisp/.arch-ids/xwem-root.el.id
2327      lisp/.arch-ids/xwem-rooter.el.id
2328      lisp/.arch-ids/xwem-rooticon.el.id
2329      lisp/.arch-ids/xwem-selections.el.id
2330      lisp/.arch-ids/xwem-sound.el.id
2331      lisp/.arch-ids/xwem-special.el.id
2332      lisp/.arch-ids/xwem-strokes.el.id
2333      lisp/.arch-ids/xwem-struct.el.id
2334      lisp/.arch-ids/xwem-tabbing.el.id
2335      lisp/.arch-ids/xwem-theme.el.id
2336      lisp/.arch-ids/xwem-transient.el.id
2337      lisp/.arch-ids/xwem-tray.el.id lisp/.arch-ids/xwem-win.el.id
2338      lisp/.arch-inventory lisp/xwem-clgen.el lisp/xwem-clients.el
2339      lisp/xwem-clswi.el lisp/xwem-compat.el lisp/xwem-desktop.el
2340      lisp/xwem-edmacro.el lisp/xwem-events.el lisp/xwem-faces.el
2341      lisp/xwem-focus.el lisp/xwem-frame.el lisp/xwem-gamma.el
2342      lisp/xwem-help.el lisp/xwem-icons.el lisp/xwem-interactive.el
2343      lisp/xwem-keyboard.el lisp/xwem-keydefs.el
2344      lisp/xwem-keymacro.el lisp/xwem-launcher.el lisp/xwem-load.el
2345      lisp/xwem-main.el lisp/xwem-manage.el lisp/xwem-minibuffer.el
2346      lisp/xwem-misc.el lisp/xwem-modes.el lisp/xwem-mouse.el
2347      lisp/xwem-netwm.el lisp/xwem-ratanot.el lisp/xwem-register.el
2348      lisp/xwem-report.el lisp/xwem-root.el lisp/xwem-rooter.el
2349      lisp/xwem-rooticon.el lisp/xwem-selections.el
2350      lisp/xwem-sound.el lisp/xwem-special.el lisp/xwem-strokes.el
2351      lisp/xwem-struct.el lisp/xwem-tabbing.el lisp/xwem-theme.el
2352      lisp/xwem-transient.el lisp/xwem-tray.el lisp/xwem-win.el
2353      man/.arch-ids/.arch-inventory.id man/.arch-ids/=id
2354      man/.arch-ids/Makefile.id man/.arch-ids/addons.texi.id
2355      man/.arch-ids/client.texi.id man/.arch-ids/frame.texi.id
2356      man/.arch-ids/help.texi.id man/.arch-ids/hooking.texi.id
2357      man/.arch-ids/logging.texi.id man/.arch-ids/manda.texi.id
2358      man/.arch-ids/minibuf.texi.id man/.arch-ids/overview.texi.id
2359      man/.arch-ids/primitives.texi.id man/.arch-ids/start.texi.id
2360      man/.arch-ids/subsystems.texi.id
2361      man/.arch-ids/textspec.texi.id man/.arch-ids/tray.texi.id
2362      man/.arch-ids/win.texi.id man/.arch-ids/xwem.texi.id
2363      man/.arch-inventory man/Makefile man/addons.texi
2364      man/client.texi man/frame.texi man/help.texi man/hooking.texi
2365      man/logging.texi man/manda.texi man/minibuf.texi
2366      man/overview.texi man/primitives.texi man/start.texi
2367      man/subsystems.texi man/textspec.texi man/tray.texi
2368      man/win.texi man/xwem.texi utils/.arch-ids/.arch-inventory.id
2369      utils/.arch-ids/=id utils/.arch-ids/xwem-appcollect.el.id
2370      utils/.arch-ids/xwem-diagram.el.id
2371      utils/.arch-ids/xwem-holer.el.id
2372      utils/.arch-ids/xwem-osd.el.id
2373      utils/.arch-ids/xwem-worklog.el.id
2374      utils/.arch-ids/xwem-xfig.el.id utils/.arch-inventory
2375      utils/xwem-appcollect.el utils/xwem-diagram.el
2376      utils/xwem-holer.el utils/xwem-osd.el utils/xwem-worklog.el
2377      utils/xwem-xfig.el xwem-loaddefs-gen.el
2378
2379     modified files:
2380      lpath.el package-info.in
2381
2382     renamed files:
2383      .arch-ids/Makefile.id
2384        ==> .arch-ids/Makfile.CVS.id
2385      Makefile
2386        ==> Makfile.CVS
2387
2388     new directories:
2389      battery battery/.arch-ids dockapp dockapp/.arch-ids extra
2390      extra/.arch-ids icons icons/.arch-ids lisp lisp/.arch-ids man
2391      man/.arch-ids utils utils/.arch-ids
2392
2393     new patches:
2394      steve@eicq.org--2004/xwem--steve--2.0--base-0
2395      steve@eicq.org--2004/xwem--steve--2.0--patch-1
2396      steve@eicq.org--2004/xwem--steve--2.0--patch-2
2397      steve@eicq.org--2004/xwem--steve--2.0--patch-3
2398
2399
2400 2004-12-08 19:22:14 GMT Evgeny Zajcev <lg@xwem.org>     base-0
2401
2402     Summary:
2403       Initial import of xwem sources.
2404     Revision:
2405       xwem--main--2.0--base-0
2406
2407
2408     new files:
2409      ChangeLog.CVS Makefile TODO logo.xpm lpath.el package-info.in
2410
2411