*** empty log message *** unlabeled-1.2.2
authorhanda <handa>
Thu, 18 Mar 2004 06:40:14 +0000 (06:40 +0000)
committerhanda <handa>
Thu, 18 Mar 2004 06:40:14 +0000 (06:40 +0000)
example/ChangeLog
example/medit.c

index f590225..8056f4d 100644 (file)
@@ -4,7 +4,7 @@
        region is expanded to the opposite direction.
        (ButtonMoveProc): Likewise.
        (main): Use alloca instead of malloc for allocating menu names.
-       Free several memory areas and GCs.
+       Free several memory areas and GCs.  Set control.anti_alias to 1.
 
 2004-03-12  Kenichi Handa  <handa@etlken2>
 
index c7736fb..e4c4a97 100644 (file)
@@ -328,8 +328,8 @@ redraw (int y0, int y1, int clear, int scroll_bar)
   if (clear)
     CLEAR_AREA (0, y0, win_width, y1 - y0);
 
-  /* Find a line closest to y0.  The lihe is a cursor line if the
-     cursor is at the position above Y0, otherwise the top line.  */
+  /* Find a line closest to y0.  It is a cursor line if the cursor is
+     Y0, otherwise the top line.  */
   if (y0 >= cur.y0)
     line = &cur;
   else