From: Chong Yidong Date: Wed, 27 Aug 2008 17:23:05 +0000 (+0000) Subject: * textmodes/artist.el (artist-mode-init): Added comment on the X-Git-Tag: emacs-pretest-23.0.90~3232 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46b3318051b02e18a3e401b815e9e30c81055fa6;p=emacs.git * textmodes/artist.el (artist-mode-init): Added comment on the setting up of the `artist-replacement-table' array. (artist-get-replacement-char): New defsubst. (artist-get-char-at-xy-conv, artist-replace-char) (artist-replace-chars, artist-replace-string): Use it instead of accessing `artist-replacement-table' directly. Reported by Rubén Berenguel . (artist-mt): Fixed structures for cut and copy operations. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45e4bb14b5e..9f3d0e2fece 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2008-08-27 Tomas Abrahamsson + + * textmodes/artist.el (artist-mode-init): Added comment on the + setting up of the `artist-replacement-table' array. + (artist-get-replacement-char): New defsubst. + (artist-get-char-at-xy-conv, artist-replace-char) + (artist-replace-chars, artist-replace-string): Use it instead of + accessing `artist-replacement-table' directly. + Reported by Rubén Berenguel . + + (artist-mt): Fixed structures for cut and copy operations. + 2008-08-27 Chong Yidong * shell.el (shell-file-name-quote-list): Quote `$'.