emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/nsfns.m,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/src/nsfns.m,v
Date: Thu, 17 Jul 2008 13:50:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/07/17 13:50:30

Index: nsfns.m
===================================================================
RCS file: /sources/emacs/emacs/src/nsfns.m,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- nsfns.m     17 Jul 2008 03:33:58 -0000      1.5
+++ nsfns.m     17 Jul 2008 13:50:27 -0000      1.6
@@ -742,7 +742,7 @@
 }
 
 
-/* 23: PENDING: there is an erroneous direct call in window.c to this fn */
+/* 23: XXX: there is an erroneous direct call in window.c to this fn */
 void
 x_set_menu_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
 {
@@ -783,7 +783,7 @@
 }
 
 
-/* 23: PENDING: there is an erroneous direct call in window.c to this fn */
+/* 23: XXX: there is an erroneous direct call in window.c to this fn */
 void
 x_set_tool_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
 {
@@ -912,7 +912,7 @@
 }
 
 
-/*PENDING: move to nsterm? */
+/* TODO: move to nsterm? */
 int
 ns_lisp_to_cursor_type (Lisp_Object arg)
 {
@@ -1213,7 +1213,7 @@
                       "background", "Background", RES_TYPE_STRING);
   x_default_parameter (f, parms, Qcursor_color, build_string ("grey"),
                       "cursorColor", "CursorColor", RES_TYPE_STRING);
-  /*PENDING: not suppported yet in NS */
+  /* FIXME: not suppported yet in NS */
   x_default_parameter (f, parms, Qline_spacing, Qnil,
                       "lineSpacing", "LineSpacing", RES_TYPE_NUMBER);
   x_default_parameter (f, parms, Qleft_fringe, Qnil,
@@ -1233,7 +1233,7 @@
   x_default_parameter (f, parms, Qtitle, Qnil, "title", "Title",
                        RES_TYPE_STRING);
 
-/*PENDING: other terms seem to get away w/o this complexity.. */
+/* TODO: other terms seem to get away w/o this complexity.. */
   if (NILP (Fassq (Qwidth, parms)))
     {
       Lisp_Object value
@@ -1610,7 +1610,7 @@
      (display)
      Lisp_Object display;
 {
-  /*PENDING: return GUI version on GNUSTEP, ?? on OS X */
+  /* FIXME: return GUI version on GNUSTEP, ?? on OS X */
   return build_string ("1.0");
 }
 
@@ -2108,7 +2108,7 @@
 const char *
 x_get_string_resource (XrmDatabase rdb, char *name, char *class)
 {
-  /* remove appname prefix; PENDING: allow for !="Emacs" */
+  /* remove appname prefix; TODO: allow for !="Emacs" */
   char *toCheck = class + (!strncmp (class, "Emacs.", 6) ? 6 : 0);
   const char *res;
   check_ns ();
@@ -2359,7 +2359,7 @@
 /* Unused dummy def needed for compatibility. */
 Lisp_Object tip_frame;
 
-/*PENDING: move to xdisp or similar */
+/* TODO: move to xdisp or similar */
 static void
 compute_tip_xy (f, parms, dx, dy, width, height, root_x, root_y)
      struct frame *f;




reply via email to

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