Mercurial > emacs
changeset 97765:b23a198da71c
* 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 <ruben@maia.ub.es>.
(artist-mt): Fixed structures for cut and copy operations.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 27 Aug 2008 17:23:05 +0000 |
parents | 0445036f6742 |
children | 2b0a264c4e18 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <tab@lysator.liu.se> + + * 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 <ruben@maia.ub.es>. + + (artist-mt): Fixed structures for cut and copy operations. + 2008-08-27 Chong Yidong <cyd@stupidchicken.com> * shell.el (shell-file-name-quote-list): Quote `$'.