EasyPG 1.07 Released
[packages] / xemacs-packages / xwem / ChangeLog.XEmacs
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.25 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 1.24 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * lisp/.cvsignore: Remove.
12         * .hgignore: New file.
13         * lisp/*.el: Restore CVS keyword expansions.
14         * ChangeLog: Ditto.
15         * TODO: Ditto.
16         * man/xwem.texi: Ditto.
17         * man/xwem-version.texi: Add trailing newline to fix texinfo 5.x
18         hang.
19
20 2009-10-02  Norbert Koch  <viteno@xemacs.org>
21
22         * Makefile (VERSION): XEmacs package 1.23 released.
23
24 2009-10-02  Aidan Kehoe  <kehoea@parhasard.net>
25
26         * lisp/xwem-battery.el (xwem-battery-status): 
27         Turns out that #'compiler-macroexpand attempts the autoload for
28         any autoloaded functions it encounters in a form handed to it, so
29         if we define a compiler macro for #'values-list, compilation of
30         this file fails on 21.4, since #'apm-battery is defined at compile
31         time as an autoload.
32         So, use #'destructuring-bind instead of #'multiple-value-bind,
33         being careful to always return a three-element list in EXPR.
34
35 2009-08-13  Aidan Kehoe  <kehoea@parhasard.net>
36
37         * lisp/xwem-battery.el:
38         * lisp/xwem-clients.el:
39         Don't call values-list from compiled code if compiling without
40         C-level multiple value support, avoiding problems when such
41         compiled code is called in an XEmacs with C-level multiple value
42         support. 
43
44 2006-04-03  Norbert Koch  <viteno@xemacs.org>
45
46         * Makefile (VERSION): XEmacs package 1.22 released.
47
48 2006-04-01  Zajcev Evgeny  <zevlg@yandex.org>
49
50         * lisp/xwem-clgen.el (xwem-clgen-map):
51         * lisp/xwem-clgen.el (xwem-clgen-turn-on-other-on-split):
52         * lisp/xwem-clgen.el (xwem-clgen-turn-off-other-on-split):
53         * lisp/xwem-clgen.el (xwem-clgen-toggle-other-on-split):
54         * lisp/xwem-clgen.el (xwem-manage-generic):
55
56         Autoloading removed, since not needed at all.
57
58 2005-04-09  Norbert Koch  <viteno@xemacs.org>
59
60         * Makefile (VERSION): XEmacs package 1.21 released.
61
62 2005-04-08  Steve Youngs  <steve@sxemacs.org>
63
64         * Makefile (AUTHOR_VERSION): Increment to --versionfix-1.
65         See ChangeLog.upstream for the actual changes.
66
67 2005-04-05  Norbert Koch  <viteno@xemacs.org>
68
69         * Makefile (VERSION): XEmacs package 1.20 released.
70
71 2005-01-04  Norbert Koch  <viteno@xemacs.org>
72
73         * Makefile (VERSION): XEmacs package 1.19 released.
74
75 2005-01-03  Zajcev Evgeny <lg@xwem.org>
76
77         * lisp/xwem-loaddefs.el (added): [new file] Automatically
78                   generated file.
79
80         * lisp/ixwem.el (removed): Addon under costruction, so removed
81                   from release.
82         * lisp/xwem-ratanot.el (removed): Ditto.
83         * lisp/xwem-vert.el (removed): Ditto.
84         * lisp/xwem-xfig.el (removed): Ditto.
85
86         * lisp/.cvsignore (xwem-loaddefs.el): [rem] xwem-loaddefs.el
87                   removed from cvsignore.
88
89 2005-01-01  Steve Youngs  <steve@youngs.au.com>
90
91         * Makefile (AUTHOR_VERSION): Bump.
92         (REQUIRES): Add elib, ilisp, and mail-lib.
93
94         This is the version 2.0 release.  For details see
95         ChangeLog.upstream. 
96
97 2004-09-16  Norbert Koch  <viteno@xemacs.org>
98
99         * Makefile (VERSION): XEmacs package 1.18 released.
100
101 2004-09-15  Steve Youngs  <steve@youngs.au.com>
102
103         * lisp/xwem-clients.el (xwem-client-info): Typo fix. car -> cdr.
104
105 2004-09-15  Norbert Koch  <viteno@xemacs.org>
106
107         * Makefile (VERSION): XEmacs package 1.17 released.
108
109 2004-09-15  Steve Youngs  <steve@youngs.au.com>
110
111         * lisp/xwem-icons.el (xwem-icons-cl-icon): Remove redundant `if' in
112         previous patch.
113
114 2004-09-15  Norbert Koch  <viteno@xemacs.org>
115
116         * Makefile (VERSION): XEmacs package 1.16 released.
117
118 2004-09-15  Steve Youngs  <steve@youngs.au.com>
119
120         * lisp/xwem-icons.el (xwem-icons-cl-icon): Allow for a user set
121         icon path.
122
123 2004-09-13  Norbert Koch  <viteno@xemacs.org>
124
125         * Makefile (VERSION): XEmacs package 1.15 released.
126
127         * lisp/xwem-interactive.el (read-from-minibuffer-for-xwem): Fix
128         build, add missing closing paren.
129
130 2004-09-13  Steve Youngs  <steve@youngs.au.com>
131
132         * lisp/xwem-interactive.el: Use `symbol-function' in the defalias
133         for `read-from-minibuffer-for-xwem'.
134         This fixes a "exceeds max-specpdl-size" error when doing things
135         like `H-x b', `H-!' etc.
136
137 2004-09-13  Steve Youngs  <steve@youngs.au.com>
138
139         * xwem-clients.el: Don't autoload `subtract-time' from time-date
140         at compile time as it isn't needed anymore.
141         (xwem-cl-get-uptime-1): New.
142         (xwem-cl-get-uptime): Use it.
143         This fixes a bug that meant a client's uptime couldn't be measured
144         beyond 65535 seconds.
145
146         The fix was inspired by code
147         From Sebastian Freundt <freundt@math.tu-berlin.de>
148
149 2004-07-14  Norbert Koch  <viteno@xemacs.org>
150
151         * Makefile (VERSION): XEmacs package 1.14 released.
152
153 2004-07-14  Steve Youngs  <steve@youngs.au.com>
154
155         * lisp/xwem-weather.el: New file.
156
157 2004-07-13  Jerry James  <james@xemacs.org>
158
159         * lisp/xwem-clients.el:
160         * lisp/xwem-compat.el:
161         * lisp/xwem-frame.el:
162         * lisp/xwem-framei.el:
163         * lisp/xwem-holer.el:
164         * lisp/xwem-interactive.el:
165         * lisp/xwem-keyboard.el:
166         * lisp/xwem-keydefs.el:
167         * lisp/xwem-keymacro.el:
168         * lisp/xwem-launcher.el:
169         * lisp/xwem-main.el:
170         * lisp/xwem-minibuffer.el:
171         * lisp/xwem-misc.el:
172         * lisp/xwem-root.el:
173         * lisp/xwem-rooter.el:
174         * lisp/xwem-smartmods.el:
175         * lisp/xwem-strokes.el:
176         * lisp/xwem-tabbing.el:
177         * lisp/xwem-tray.el:
178         * lisp/xwem-win.el:
179         * lisp/xwem-worklog.el: Remove many autoloads, replacing them with
180         require forms.  Fix a few typos.
181
182 2004-05-19  Norbert Koch  <viteno@xemacs.org>
183
184         * Makefile (VERSION): XEmacs package 1.13 released.
185
186 2004-05-15  Steve Youngs  <steve@youngs.au.com>
187
188         * lisp/xwem-keyboard.el (xwem-kbd-quote-command): Removed
189         temporarily because it is broken and if used will cause xwem to
190         hang. 
191
192         * lisp/xwem-keydefs.el: Comment out binding for `H-q' which is
193         currently broken.
194
195         * lisp/xwem-worklog.el (xwem-worklog-auto-continue): Typo fix.
196         (xwem-worklog-end-task): Ditto.
197         (xwem-worklog-pause-task): Ditto.
198         (xwem-worklog-auto-worklog-file): Slightly massage the docstring.
199         Add a `:link' for worklog package's URL.
200
201         * Makefile (DONTCOMPILE): Add auto-autoloads.el and custom-load.el
202         so that they don't appear twice in the package tarball.
203
204 2004-05-14  Norbert Koch  <viteno@xemacs.org>
205
206         * Makefile (VERSION): XEmacs package 1.12 released.
207
208 2004-05-14  Steve Youngs  <steve@youngs.au.com>
209
210         * lisp/xwem-minibuffer.el (xwem-minibuffer-init): Turn off the
211         gutter in xwem-minibuffer.
212
213 2004-05-14  Norbert Koch  <viteno@xemacs.org>
214
215         * Makefile (VERSION): XEmacs package 1.11 released.
216
217 2004-05-14  Zajcev Evgeny  <zevlg@yandex.ru>
218
219         * lisp/xwem-worklog.el (xwem-worklog-auto-worklog-file): [fix]
220         Comment fix.
221
222         * lisp/xwem-main.el (xwem-init): [addon] Common configuration
223         added for joe public.
224
225         * lisp/xwem-keyboard.el (xwem-kbd-quote-command): [hmm] marked as
226         non-workable.
227
228 2004-05-12  Zajcev Evgeny  <zevlg@yandex.ru>
229
230         * lisp/xwem-frame.el (xwem-frame-config-dump): [fix] Use
231         expand-file-name.
232         * lisp/xwem-frame.el (xwem-frame-config-restore): [fix] Ditto.
233
234         * lisp/xwem-worklog.el (misc): [fix] Ditto.
235
236 2004-05-12  Zajcev Evgeny  <zevlg@yandex.ru>
237
238         * lisp/xwem-tray.el (xwem-tray-delimiter): [new] Delimiter stuff
239         added.
240
241         * lisp/xwem-sound.el (xwem-sound-do-visible-bell): [fix] Don't use
242         `X-Dpy-events-excursion'.
243
244         * lisp/xwem-misc.el (xwem-misc-make-screenshot): [fix] Use
245         absolute pathname to import screenshot to.
246
247         * lisp/xwem-launcher.el (xwem-launch-dock): [new] Dockapp to
248         launch clients.
249
250         * lisp/xwem-keydefs.el (xwem-global-map): [addon]
251         `xwem-frame-imove' at Sh-C-button1, `xwem-frame-iresize' on
252         Sh-C-button3.
253
254 2004-05-11  Norbert Koch  <viteno@xemacs.org>
255
256         * Makefile (VERSION): XEmacs package 1.10 released.
257
258 2004-05-12  Steve Youngs  <steve@youngs.au.com>
259
260         * lisp/xwem-keymacro.el (xwem-keymacro-save-macros): Use
261         `expand-file-name'.
262         (xwem-keymacro-load-macros): Ditto.
263
264         * lisp/xwem-strokes.el (xwem-strokes-save-strokes): Use
265         `expand-file-name' to define `strokes-file'.
266         (xwem-strokes-load-strokes): Ditto.
267
268         * lisp/xwem-main.el (xwem-dir): Change to custom type `directory'
269         and use `file-name-as-directory' to define the default.
270         (xwem-init): Simplify the `expand-file-name' call on xwemrc.el.
271
272 2004-05-11  Zajcev Evgeny  <zevlg@yandex.ru>
273
274         * lisp/xwem-frame.el (xwem-frame-config-dump): [fix] Save only
275         builtin frame properties, because others can reference to
276         unrestorable objects.
277
278 2004-05-11  Steve Youngs  <steve@youngs.au.com>
279
280         * lisp/xwem-interactive.el (xwem-read-from-minibuffer): Add
281         `notused' argument to prevent `wrong number of ags' errors
282
283 2004-05-06  Norbert Koch  <viteno@xemacs.org>
284
285         * Makefile (VERSION): XEmacs package 1.09 released.
286
287 2004-05-06  Zajcev Evgeny  <zevlg@yandex.ru>
288
289         * Makefile (AUTHOR_VERSION): 0.1 -> 0.2
290
291         * lisp/xwem-load.el: Removed at last.
292
293         * lisp/xwem-worklog.el (general): Autoloads added, fixes due to
294         new events processing scheme.
295
296         * lisp/xwem-win.el (general): Tabbing stuff totally
297         removed. autoloads added, various fixes and new custom variables
298         added, also too many changes to list.
299
300         * lisp/xwem-time.el (general): Fixes, using backing store X
301         feature.
302         * lisp/xwem-time.el (xwem-time): [fix] Exposure waiting removed.
303
304         * lisp/xwem-tabbing.el (general): Tabbing now totally independed,
305         using hooks mechanism to do the job, and fixes too many to list.
306         * lisp/xwem-tabbing.el (xwem-tabber-map): [new] Tabber keymap,
307         default bindings is <button1> and <button3>.
308
309         * lisp/xwem-strokes.el (general): Autoloads added.
310         * lisp/xwem-strokes.el (xwem-strokes-go): [fix] Use `xwem-next-event'.
311         * lisp/xwem-strokes.el (xwem-strokes-gc-function): [fix] typo.
312
313         * lisp/xwem-special.el (general): Autoloads added, fixes. Using
314         safe way when destroing special frame.
315
316         * lisp/xwem-rooter.el (xwem-rooter-auto-raised-regexp): [new] Not
317         yet implemented, sorry.  Pretty complicated task, but possible.
318         
319         * lisp/xwem-root.el (general): Tiny fixes.
320         * lisp/xwem-root.el (xwem-root-keymap): [addon]
321         xwem-popup-clients-menu on <button1> by default.
322
323         * lisp/xwem-register.el (general): Autoloads added.
324
325         * lisp/xwem-osd.el (general): Various tiny bug fixes, cleanup, etc.
326         * lisp/xwem-osd.el (xwem-osd-create): [addon] Properties
327         support. OSD can have its own keymap now.
328         * lisp/xwem-osd.el (xwem-osd-dots-add): [new] To plot dots set.
329         * lisp/xwem-osd.el (xwem-osd-create-dock): [new] Dockapp that uses
330         OSD primitives, i.e. dockappable osd.
331         * lisp/xwem-osd.el (xwem-osd-XXX-prop): [new] osd supports user
332         props.
333
334         * lisp/xwem-mouse.el (general): Autoloads added, little cleanup.
335         * lisp/xwem-mouse.el (xwem-popup-clients-menu): [new] Popup
336         clients menu.
337         * lisp/xwem-mouse.el (xwem-gen-cl-menu): [new] Generate popup menu
338         for CL.
339
340         * lisp/xwem-misc.el (general): Autoloads added, little cleanup,
341         few usefull functions added.
342         * lisp/xwem-misc.el (xwem-misc-draw-shadow): [fix] Optimization.
343         * lisp/xwem-misc.el (xwem-misc-outline): [new] Function to outline
344         some rectangle.
345
346         * lisp/xwem-minibuffer.el (general): Autoloads, new commented code
347         added, its usage is under argue.
348
349         * lisp/xwem-manage.el (general): Autoloads added, cleanup, few
350         usefull wrappers added.
351
352         * lisp/xwem-main.el (general): Autoloads added, little fixes.
353         * lisp/xwem-main.el (xwem-before-init-wins-hook): [new]
354         * lisp/xwem-main.el (xwem-after-init-wins-hook): [new]
355         More hookenization all over the place.
356
357         * lisp/xwem-macros.el (general): Autoloads added, little cleanup.
358
359         * lisp/xwem-launcher.el (general): Autoloads added.
360
361         * lisp/xwem-keymacro.el (general): Autoloads added, tiny fixes.
362
363         * lisp/xwem-keyboard.el (general): Autoloads added, minor fixes.
364         * lisp/xwem-keyboard.el (xwem-universal-key): [fix] `xwem-kbd'
365         usage eliminated.
366         * lisp/xwem-keyboard.el (xwem-kbd-evilmasks): [new] Mask
367         constructed from `xwem-kbd-evillocks'.
368         * lisp/xwem-keyboard.el (xwem-kbd-evillocks): [new] Locks that
369         totaly skipped when processing input events.
370         
371         * lisp/xwem-help.el (general): Autoloads added.
372
373         * lisp/xwem-framei.el (xwem-framei-dockapp-XX): [new] Dockapp
374         support to show current frame in system tray.
375         * lisp/xwem-framei.el (xwem-framei-stop): [new] Destroy frame
376         indicator.
377
378         * lisp/xwem-frame.el (xwem-frame-imove): [new] Interactively move
379         frame.
380         * lisp/xwem-frame.el (xwem-frame-iresize): [new] Interactively
381         resize frame.
382         * lisp/xwem-frame.el (general): Tabbing stuff totally removed.
383         Various fixes: embedded frame fixes, autoloads added.
384         * lisp/xwem-frame.el (xwem-frame-XXX-hook): [new] More hookenization.
385         * lisp/xwem-frame.el (xwem-frame-omit-init-frame): [new] Non-nil
386         mean do not create frames at start time.  Usefull if you want to
387         restore saved frame configuration from file at start time.
388         * lisp/xwem-frame.el (xwem-frame-autoiconify-mode): [new] Non-nil
389         mean autoiconify overlapping frames, when switching.
390         * lisp/xwem-frame.el (xwem-frame-iresize-mode): [new] Mode for
391         interactive frame resizing.
392         * lisp/xwem-frame.el (xwem-frame-imove-mode): [new] Mode for
393         interactive frame moving.
394         * lisp/xwem-frame.el (xwem-frame-imoveresize-mode-function): [new]
395         * lisp/xwem-frame.el (xwem-frame-imoveresize-mode-function-default): [new]
396
397 2004-05-05  Zajcev Evgeny  <zevlg@yandex.ru>
398
399         * lisp/xwem-focus.el (general): Various minor fixes.
400         * lisp/xwem-focus.el (xwem-focus-set): [fix] Do not push by
401         default.
402
403         * lisp/xwem-faces.el (xwem-eface-to-gc): [fix] :graphics-exposures
404         default value X-False now.
405
406         * lisp/xwem-events.el (general): Various fixes.
407         * lisp/xwem-events.el (xwem-parse-message-guess): [new] Events
408         processing restructured, due to reentrance bug in xlib.  xwem now
409         has its own parse-message-guess function to store input events,
410         such ass keypress/buttonpress/buttonrelease/motion separately from
411         dpy's events queue.
412         
413         * lisp/xwem-edmacro.el (general): Autoloads added.
414
415         * lisp/xwem-diagram.el (general): Autoloads added.
416         * lisp/xwem-diagram.el (xwem-diag-draw-3d-sector): [fix] Bug fix,
417         incorrect sector filling.
418
419         * lisp/xwem-compat.el (gerenal): Autoloads added.
420         
421         * lisp/xwem-clients.el (general): Tabbing stuff totally removed.
422         Some minor modifications, more hookenization, etc.
423         
424         * lisp/xwem-clients.el (xwem-cl-create-hook): [new]
425         * lisp/xwem-clients.el (xwem-cl-destroy-hook): [new]
426         * lisp/xwem-clients.el (xwem-cl-refit-hook): [new]
427         * lisp/xwem-clients.el (xwem-cl-iconify-hook): [new]
428         * lisp/xwem-clients.el (xwem-cl-change-hook): [new]
429         
430         * lisp/xwem-clients.el (xwem-cl-use-parent-xwin): [new] Non-nil to
431         reparent client to temporary window when client hides, aka mozilla
432         workaround.
433         
434
435 2004-03-29  Norbert Koch  <viteno@xemacs.org>
436
437         * Makefile (VERSION): XEmacs package 1.08 released.
438
439 2004-03-27  Zajcev Evgeny  <zevlg@yandex.ru>
440
441         * lisp/xwem-worklog.el (fixes): X Exposure notify waiting fixes.
442         
443         * lisp/xwem-worklog.el (xwem-worklog-start-dockapp): [fix] Can be
444         used without args at all.
445         
446         * lisp/xwem-worklog.el (xwem-worklog-time-sum): [fix] Can be used
447         without args at all.
448
449         * lisp/xwem-win.el (xwem-win-configuration): [fix] Multiple fixes
450         to xwem win configuration handling.  Use `xwem-cl-alive-p' instead
451         of `xwem-cl-p' to check CL vilidity, etc.
452
453         * lisp/xwem-win.el (xwem-frame-reduce-to-one-window): [fix] Can't
454         use `xwem-window-delete-others'.
455
456         * lisp/xwem-time.el (xwem-time): [fix] Can use already opened
457         display.  Fixed Exosure notify waiting.
458
459         * lisp/xwem-register.el (fixes): [fix] typo H-6 -> H-x 6.
460
461         * lisp/xwem-register.el (xwem-register-frame-config): [new]
462         Command to save frames configuration to register.  Default bindig
463         - H-x 8.
464         
465         * lisp/xwem-register.el (xwem-registers-frame-config-no-delete):
466         [new] This variable passed directly to
467         `xwem-set-frame-configuration' as NO-DELETE argument.
468
469         * lisp/xwem-minibuffer.el
470         (xwem-minibuffer-emacs-frames-has-minibuffer): [new] Non-nil mean
471         initial/default Emacs frame will have their own minibuffer, not
472         using xwem-minibuffer.  This option is for people who dislike
473         minibuffer only Emacs frames, for some reason.
474
475         * lisp/xwem-main.el (xwem-init): [fix] Explicitely require
476         xwem-keydefs to be sure.
477         
478         * lisp/xwem-main.el (xwem-after-window-setup): [fix]
479         `xwem-minib-create' issued before opening display.  Also frames
480         fitting commented out.
481
482         * lisp/xwem-load.el (autoloads): `xwem-frame-set-name' added.
483
484         * lisp/xwem-keydefs.el (xwem-global-mapModule): [new] `H-x 5 n'
485         executes `xwem-frame-set-name'.
486
487         * lisp/xwem-keyboard.el (xwem-kbd-process-after-lookup): [fix]
488         Keyboard macro execution fix, wait keyrelease, ungrab keyboard
489         before execution.
490
491         * lisp/xwem-help.el (xwem-help-describe-key1): [fix] Can be used
492         for macros as well as for commands.
493
494         * lisp/xwem-framei.el (xwem-framei-show-frame-name): [new] Non-nil
495         mean show frame name as well as frame number.
496
497         * lisp/xwem-framei.el (fixes): Some fixes and enhancements.
498
499         * lisp/xwem-frame.el (frame-cofinguration): [new] Added support
500         for frame configurations.
501
502         * lisp/xwem-frame.el (xwem-frame-configuration): [new] Return
503         current frame configuration.
504
505         * lisp/xwem-frame.el (xwem-set-frame-configuration): [new] Restore
506         frame configuration.
507
508         * lisp/xwem-frame.el (xwem-frame-set-name): [new] Command to set
509         frame name.
510         
511         * lisp/xwem-frame.el (xwem-frame-goto): [fix] Reguard prefix arg.
512
513         * lisp/xwem-frame.el (xwem-init-frame-at-rect): [fix] Take into
514         account border width.
515         
516         * lisp/xwem-edmacro.el (xwem-edmacro-edit-kbd-macro): [fix]
517         Workauround edmacro.el bug.
518
519         * lisp/xwem-clients.el (autoloads): Some funcs became
520         autoloadable.
521         
522         * lisp/xwem-clients.el (xwem-cl-pop-to-client): [fix] Using
523         `xwem-cl-alive-p' istead of `xwem-cl-p' to check client.
524
525 2004-03-23  Norbert Koch  <viteno@xemacs.org>
526
527         * Makefile (VERSION): XEmacs package 1.07 released.
528
529 2004-03-23  Zajcev Evgeny  <zevlg@yandex.ru>
530
531         * lisp/xwem-misc.el (X-Event-seq): autoloading when compile.
532
533         * lisp/xwem-custom-load.el (file): removed.
534
535         Thanks to Steve Youngs for many suggestions.
536
537 2004-03-22  Zajcev Evgeny  <zevlg@yandex.ru>
538
539         * Makefile: fixes due to files moving.
540
541         * lisp/diagram.el (ploting): Various ploting functions added.
542         Result can look like this
543         http://lgarc.narod.ru/xwem/xwem-diagram.png
544         
545         * lisp/worklog.el (dockapp): System tray support added.
546         
547         * lisp/addons/* (files): moved to parent directory.
548         
549         * lisp/xwem-faces.el (xwem-eface-to-gc): Default values added.
550
551         * lisp/xwem-keyboard.el (xwem-this-command): [new]
552         * lisp/xwem-keyboard.el (xwem-last-command): [new]
553         * lisp/xwem-keyboard.el (xwem-pre-command-hook): [new]
554
555         * lisp/xwem-tray.el (xwem-tray-run-config): argument now optional.
556
557 2004-03-22  Norbert Koch  <viteno@xemacs.org>
558
559         * Makefile (VERSION): XEmacs package 1.05 released.
560         (VERSION): Update version to 1.06, revert changes that slipped in
561         by accident.
562
563 2004-03-17  Norbert Koch  <viteno@xemacs.org>
564
565         * Makefile (VERSION): XEmacs package 1.04 released.
566
567 2004-03-16  Zajcev Evgeny  <zevlg@yandex.ru>
568
569         * lisp/xwem-main.el (xwem-version): [new] version variable added.
570
571         * man/*.texi (Initial): Initial import of docs for xwem.
572         
573         * Makefile (EXPLICIT_DOCS): [new]
574
575 2004-03-15  Norbert Koch  <viteno@xemacs.org>
576
577         * Makefile (VERSION): XEmacs package 1.03 released.
578
579 2004-03-15  Zajcev Evgeny  <zevlg@yandex.ru>
580
581         * Makefile (MAINTAINER): e-mail added.
582
583 2004-03-11  Zajcev Evgeny  <zevlg@yandex.ru>
584
585         * Makefile (ELCS): Added forgotten xwem-macros.elc
586
587 2004-03-11  Norbert Koch  <viteno@xemacs.org>
588
589         * Makefile (VERSION): XEmacs package 1.02 released.
590
591         * Makefile (VERSION): XEmacs package 1.01 released.
592
593 2004-03-11  Zajcev Evgeny  <zevlg@yandex.ru>
594
595         * package-info.in (Initial): xwem package description added.
596         
597 2004-03-09  Zajcev Evgeny  <zevlg@yandex.ru>
598
599         * lisp/addons/xwem-rooter.el (Initial): Handle xwem clients on
600         root window.
601
602         * lisp/addons/xwem-xfig.el (Initial): XFIG stuff for XWEM.
603
604         * lisp/addons/xwem-worklog.el (Initial): Worklog mode for XWEM.
605         Snapshot at http://lgarc.narod.ru/xwem/xwem-worklog.png
606
607         * lisp/addons/xwem-diagram.el (Initial): Diagram drawer for XWEM.
608
609         * lisp/xwem-keyboard.el (xwem-kbd-process-after-lookup): Some
610         major changes, get rid of evil lkm symbol props.
611
612         * lisp/xwem-interactive.el (xwem-interactive): ?* added to wait
613         keyrelease.
614
615         * Makefile (Module): xwem-diagram, xwem-worklog, xwem-xfig added.
616
617 2004-02-15  Zajcev Evgeny  <zevlg@yandex.ru>
618         
619         * XWEM: Many improvements, window configurations, keyboard macros,
620         etc.  I think we are ready for beta or even for pre-release.
621
622         * addons/xwem-register.el (new): Registers for XWEM added.
623
624         * addons/xwem-framei.el (new): Frame indicator added.
625
626         * xwem-sound.el (new): Sound support added.
627
628 2004-01-23 Zajcev Evgeny <zevlg@yandex.ru>
629
630         * addons/xwem-osd.el (Bugs): Some bug fixes.
631
632         * addons/xwem-holer.el (interactive): More interactive support
633         added, now it is possible to create/move/resize/delete holers
634         interactively.
635
636         * addons/xwem-edmacro.el (xwem-edmacro-can-edit-unbinded): Now it
637         is possible to edit(create) even unbinded keyboard macros.
638
639         * xwem-keymacro.el (xwem-keymacro-show-macro): Added new
640         customizable variable.
641
642         * xwem-macros.el (xwem-cursor-shape-choice): Added new shapes. 
643
644         * xwem-misc.el (xwem-make-cursor): Moved here from xwem-macros.el.
645
646         * xwem-minibuffer.el (xwem-minibuffer-init): Work around
647         `menubar-visible-p' specifier problem.
648
649 2004-01-21 Zajcev Evgeny <zevlg@yandex.ru>
650
651         * xwem-keyboard.el (xwem-kbd-process-after-lookup): Bug fix. check
652         for `xwem-kbd-reading-keyseq' added when lkm is nil.
653
654 2004-01-21 Zajcev Evgeny <zevlg@yandex.ru>
655
656         * ChangeLog (Revision): ChangeLog in new XWEM layout created.
657         
658 ;; $Id: ChangeLog,v 1.85 2009-10-02 14:33:08 viteno Exp $