1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Eli Zaretskii
efae28d8a3 (defgroup strokes): Remove invalid url-link. 2006-10-07 11:12:31 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Deepak Goel
8a26c16552 Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
Dan Nicolaescu
e95e5f8193 * mh-customize.el: Do not use face-alias compatibility for
faces that did not appear in the previous Emacs release.

* buff-menu.el:
* compare-w.el:
* emacs-lisp/testcover.el:
* play/gomoku.el:
* play/mpuz.el:
* progmodes/flymake.el:
* progmodes/gdb-ui.el:
* progmodes/idlw-help.el:
* progmodes/idlw-shell.el:
* progmodes/ld-script.el:
* progmodes/which-func.el:
* ruler-mode.el:
* strokes.el:
* textmodes/sgml-mode.el:
* textmodes/table.el: Do not use face-alias for backward
compatibility for faces that did not appear in the previous Emacs
release.
2005-08-15 21:29:32 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Juanma Barranquero
69c3280d4d (strokes-load-hook): Doc fix.
(strokes-grid-resolution, strokes-get-grid-position,
strokes-renormalize-to-grid, strokes-read-stroke, strokes-read-complex-stroke,
strokes-file, strokes-last-stroke, strokes-global-map): Fix typos in docstrings.
(strokes-help): Doc fix.  Fix help message and pass it through
`substitute-command-keys'.
2005-07-20 23:09:56 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Juanma Barranquero
61bf425253 (strokes): Finish `defgroup' description with period.
(strokes-read-stroke, strokes-read-complex-stroke,
strokes-fill-current-buffer-with-whitespace, strokes-xpm-for-stroke,
strokes-list-strokes, strokes-xpm-char-bit-p,
strokes-xpm-for-compressed-string): "?\ " -> "?\s".
2005-07-04 02:33:29 +00:00
Miles Bader
10853fc39e Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-383
Remove "-face" suffix from strokes-char face

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/strokes.el (strokes-char): Remove "-face" suffix from face name.
   (strokes-char-face): New backward-compatibility alias for renamed face.
   (strokes-encode-buffer): Use renamed strokes-char face.
2005-06-10 10:43:04 +00:00
Richard M. Stallman
31eb6fd768 (strokes-unload-hook): Fix previous change. 2004-10-27 15:03:15 +00:00
Richard M. Stallman
4c3fca9c23 (strokes-list-strokes): Don't try to delete char at eob.
(strokes-unload-hook): Set as a variable with add-hook.
2004-10-17 06:57:51 +00:00
Eli Zaretskii
99e0e3e2df (strokes-global-set-stroke-string): New function.
(strokes-list-strokes): Cope with strings, not just commands.  Set
foreground colour of image.
(strokes-global-set-stroke): Doc fix.
2004-03-27 11:34:23 +00:00
Dave Love
f73c072cbf Comment. 2003-10-06 16:33:13 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
a18cce10cc (strokes-read-complex-stroke): Fix use of character constant. 2003-02-14 09:57:24 +00:00
Juanma Barranquero
f1180544bb Trailing whitespace deleted. 2003-02-04 12:29:42 +00:00
Richard M. Stallman
7d317bca4f (strokes-help): Call print-help-return-message
while inside with-output-to-temp-buffer.
2002-07-12 17:45:45 +00:00
Dave Love
ded4da9598 Doc fixes.
(strokes-mode): Defcustom deleted; replaced by minor mode def with
re-written function.
(strokes-while-inhibiting-garbage-collector): Comment out.
(define-stroke, strokes-fix-button2-command, strokes-insinuated)
(strokes-insinuate, global-set-stroke, describe-stroke)
(load-user-strokes, save-strokes, strokes-bug-address)
(strokes-click-command): Deleted.
(strokes-execute-stroke): Remove strokes-click-p case.
(strokes-describe-stroke): Remove strokes-click-p stuff.
(strokes-help): Fix.
(strokes-report-bug): Alias to report-emacs-bug.
(strokes-prompt-user-save-strokes): Modify format of the file.
(strokes-mode-map, strokes-unload-hook): New.
(strokes-buffer-name): Don't customize.
2002-07-01 16:04:39 +00:00
Richard M. Stallman
8f21d64ed1 Comment change. 2002-05-04 02:45:09 +00:00
Pavel Janík
a81b56d56b (strokes-do-stroke, strokes-do-complex-stroke): Doc fix.
(strokes-help): Do not use doubled with-output-to-temp-buffer.
Fix the help string.
(strokes-prompt-user-save-strokes): Fix typo.
(strokes-list-strokes): Use proper exit-actionargument for
view-buffer.
Update copyright notice.
2002-02-11 06:25:53 +00:00
Richard M. Stallman
47e1b9a624 Fix indentation of previous change. 2001-11-27 04:30:43 +00:00
Pavel Janík
051f98305e (strokes-prompt-user-save-strokes): Use insert instead of insert-string. 2001-11-26 16:22:21 +00:00
Dave Love
0d0db51e66 Sync with maintainer's current version with changes
for Emacs, but avoid runtime cl and levents.
(toplevel):  Change autoloads and compilation requires.
(strokes-version, strokes-bug-address, strokes-lift): Values
changed.
(strokes-xpm-header, strokes-insinuated): New variable.
(strokes): Add :link.
(strokes-mode): Customized.
(strokes-while-inhibiting-garbage-collector): New macro.
(strokes-remassoc): Avoid remove-if.
(strokes-fix-button2-command): Don't use ad-do-it.
(strokes-insinuate): New function.
(strokes-button-press-event-p, strokes-button-release-event-p):
New functions, used instead of non-`strokes-' versions..
(strokes-mouse-event-p): Rewritten.
(strokes-event-closest-point): Avoid event-point.
(strokes-get-grid-position): Avoid cdadr, caadr
(strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
functions.
(strokes-help): Use with-output-to-temp-buffer.
(strokes-window-configuration-changed-p): New function.
(strokes-update-window-configuration): Use buffer-live-p,
strokes-window-configuration-changed-p.
(strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
(strokes-char-face): New face.
(strokes-char-table, strokes-base64-chars): New variable.
(strokes-xpm-for-stroke, strokes-list-strokes)
(strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
(strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
(strokes-xpm-to-compressed-string, strokes-decode-buffer)
(strokes-encode-buffer, strokes-xpm-for-compressed-string)
(strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
functions.
2000-09-15 17:22:25 +00:00
Eli Zaretskii
364ce449bc (strokes-file): Run the file name through
convert-standard-filename.
(strokes-mode): Call display-mouse-p instead of looking at
window-system.  Change the error message accordingly.
2000-07-31 15:35:51 +00:00
Gerd Moellmann
41c86e21b4 Change maintainer's mail address. 2000-03-03 13:56:05 +00:00
Richard M. Stallman
218ad14bf2 (strokes-click-command): Doc fix. 1997-09-12 22:41:34 +00:00
Richard M. Stallman
7bd27aed2b Many changes. 1997-08-14 21:59:05 +00:00
Richard M. Stallman
aea01cd762 Initial revision 1997-08-14 04:51:22 +00:00