Mercurial > emacs
comparison lisp/ChangeLog @ 31644:0113112028c5
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 15 Sep 2000 18:00:07 +0000 |
parents | 1c5bd105d7dc |
children | 9875a90f65f4 |
comparison
equal
deleted
inserted
replaced
31643:70b993b681e2 | 31644:0113112028c5 |
---|---|
1 2000-09-15 Dave Love <fx@gnu.org> | |
2 | |
3 * strokes.el: Sync with maintainer's current version with changes | |
4 for Emacs, but avoid runtime cl and levents. | |
5 (toplevel): Change autoloads and compilation requires. | |
6 (strokes-version, strokes-bug-address, strokes-lift): Values | |
7 changed. | |
8 (strokes-xpm-header, strokes-insinuated): New variable. | |
9 (strokes): Add :link. | |
10 (strokes-mode): Customized. | |
11 (strokes-while-inhibiting-garbage-collector): New macro. | |
12 (strokes-remassoc): Avoid remove-if. | |
13 (strokes-fix-button2-command): Don't use ad-do-it. | |
14 (strokes-insinuate): New function. | |
15 (strokes-button-press-event-p, strokes-button-release-event-p): | |
16 New functions, used instead of non-`strokes-' versions.. | |
17 (strokes-mouse-event-p): Rewritten. | |
18 (strokes-event-closest-point): Avoid event-point. | |
19 (strokes-get-grid-position): Avoid cdadr, caadr | |
20 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents | |
21 functions. | |
22 (strokes-help): Use with-output-to-temp-buffer. | |
23 (strokes-window-configuration-changed-p): New function. | |
24 (strokes-update-window-configuration): Use buffer-live-p, | |
25 strokes-window-configuration-changed-p. | |
26 (strokes-mode): Use strokes-insinuate. Alter mouse bindings. | |
27 (strokes-char-face): New face. | |
28 (strokes-char-table, strokes-base64-chars): New variable. | |
29 (strokes-xpm-for-stroke, strokes-list-strokes) | |
30 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p) | |
31 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char) | |
32 (strokes-xpm-to-compressed-string, strokes-decode-buffer) | |
33 (strokes-encode-buffer, strokes-xpm-for-compressed-string) | |
34 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New | |
35 functions. | |
36 | |
1 2000-09-15 Gerd Moellmann <gerd@gnu.org> | 37 2000-09-15 Gerd Moellmann <gerd@gnu.org> |
2 | 38 |
3 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p. | 39 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p. |
4 | 40 |
5 * image.el (create-image): Doc fix. | 41 * image.el (create-image): Doc fix. |