emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107632: * textmodes/artist.el (artis


From: Tassilo Horn
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107632: * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
Date: Tue, 20 Mar 2012 09:13:11 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107632
committer: Tassilo Horn <address@hidden>
branch nick: trunk
timestamp: Tue 2012-03-20 09:13:11 +0100
message:
  * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
    to draw rectangles, not squares.  (Regression introduced by revno
    103471)
modified:
  lisp/ChangeLog
  lisp/textmodes/artist.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-03-18 14:18:01 +0000
+++ b/lisp/ChangeLog    2012-03-20 08:13:11 +0000
@@ -1,3 +1,9 @@
+2012-03-20  Tassilo Horn  <address@hidden>
+
+       * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
+       to draw rectangles, not squares.  (Regression introduced by revno
+       103471)
+
 2012-03-18  Chong Yidong  <address@hidden>
 
        * faces.el (face-spec-reset-face): Don't call display-graphic-p if

=== modified file 'lisp/textmodes/artist.el'
--- a/lisp/textmodes/artist.el  2012-01-19 07:21:25 +0000
+++ b/lisp/textmodes/artist.el  2012-03-20 08:13:11 +0000
@@ -535,7 +535,8 @@
                  ("Text" artist-select-op-text-overwrite text-ovwrt)
                  ("Ellipse" artist-select-op-circle circle)
                  ("Poly-line" artist-select-op-straight-poly-line spolyline)
-                 ("Rectangle" artist-select-op-square square)
+                 ("Square" artist-select-op-square square)
+                 ("Rectangle" artist-select-op-rectangle rectangle)
                  ("Line" artist-select-op-straight-line s-line)
                  ("Pen" artist-select-op-pen-line pen-line)))
       (define-key map (vector (nth 2 op))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]