]> git.eshelyaron.com Git - emacs.git/commitdiff
* textmodes/artist.el (artist-mode-init): Added comment on the
authorChong Yidong <cyd@stupidchicken.com>
Wed, 27 Aug 2008 17:23:05 +0000 (17:23 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 27 Aug 2008 17:23:05 +0000 (17:23 +0000)
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.

lisp/ChangeLog

index 45e4bb14b5ebd35f24215c14b839a07f3d4a4b4e..9f3d0e2fecedb12a84a8b212d3733fa115a6471d 100644 (file)
@@ -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 `$'.