# HG changeset patch # User Chong Yidong # Date 1219857785 0 # Node ID b23a198da71c60a25e817d5e97807edd258db1c2 # Parent 0445036f674297d89fddcbc0cf365cc0b392a3ec * 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 Rubn Berenguel . (artist-mt): Fixed structures for cut and copy operations. diff -r 0445036f6742 -r b23a198da71c lisp/ChangeLog --- a/lisp/ChangeLog Wed Aug 27 17:14:32 2008 +0000 +++ b/lisp/ChangeLog Wed Aug 27 17:23:05 2008 +0000 @@ -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 `$'.