Mercurial > emacs
diff lisp/ChangeLog @ 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 | 540444b860af |
children | c7ba169cff4f |
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 `$'.