aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsfns.m
diff options
context:
space:
mode:
authorAdrian Robert2008-07-17 13:50:30 +0000
committerAdrian Robert2008-07-17 13:50:30 +0000
commit6fb5f7dad5ede99f033dbbfc8539764354a4177b (patch)
tree07498896068ca474a6567128971861f48dc6c6a0 /src/nsfns.m
parent32cc39257502ab0fb4281d02d08cb08bad436bb7 (diff)
downloademacs-6fb5f7dad5ede99f033dbbfc8539764354a4177b.tar.gz
emacs-6fb5f7dad5ede99f033dbbfc8539764354a4177b.zip
change most cases of PENDING to TODO, some to FIXME or XXX
Diffstat (limited to 'src/nsfns.m')
-rw-r--r--src/nsfns.m16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/nsfns.m b/src/nsfns.m
index 8ec6518aead..1752512d2dc 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -742,7 +742,7 @@ ns_set_menu_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
742} 742}
743 743
744 744
745/* 23: PENDING: there is an erroneous direct call in window.c to this fn */ 745/* 23: XXX: there is an erroneous direct call in window.c to this fn */
746void 746void
747x_set_menu_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval) 747x_set_menu_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
748{ 748{
@@ -783,7 +783,7 @@ ns_set_tool_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
783} 783}
784 784
785 785
786/* 23: PENDING: there is an erroneous direct call in window.c to this fn */ 786/* 23: XXX: there is an erroneous direct call in window.c to this fn */
787void 787void
788x_set_tool_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval) 788x_set_tool_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval)
789{ 789{
@@ -912,7 +912,7 @@ XParseGeometry (char *string, int *x, int *y,
912} 912}
913 913
914 914
915/*PENDING: move to nsterm? */ 915/* TODO: move to nsterm? */
916int 916int
917ns_lisp_to_cursor_type (Lisp_Object arg) 917ns_lisp_to_cursor_type (Lisp_Object arg)
918{ 918{
@@ -1213,7 +1213,7 @@ be shared by the new frame.")
1213 "background", "Background", RES_TYPE_STRING); 1213 "background", "Background", RES_TYPE_STRING);
1214 x_default_parameter (f, parms, Qcursor_color, build_string ("grey"), 1214 x_default_parameter (f, parms, Qcursor_color, build_string ("grey"),
1215 "cursorColor", "CursorColor", RES_TYPE_STRING); 1215 "cursorColor", "CursorColor", RES_TYPE_STRING);
1216 /*PENDING: not suppported yet in NS */ 1216 /* FIXME: not suppported yet in NS */
1217 x_default_parameter (f, parms, Qline_spacing, Qnil, 1217 x_default_parameter (f, parms, Qline_spacing, Qnil,
1218 "lineSpacing", "LineSpacing", RES_TYPE_NUMBER); 1218 "lineSpacing", "LineSpacing", RES_TYPE_NUMBER);
1219 x_default_parameter (f, parms, Qleft_fringe, Qnil, 1219 x_default_parameter (f, parms, Qleft_fringe, Qnil,
@@ -1233,7 +1233,7 @@ be shared by the new frame.")
1233 x_default_parameter (f, parms, Qtitle, Qnil, "title", "Title", 1233 x_default_parameter (f, parms, Qtitle, Qnil, "title", "Title",
1234 RES_TYPE_STRING); 1234 RES_TYPE_STRING);
1235 1235
1236/*PENDING: other terms seem to get away w/o this complexity.. */ 1236/* TODO: other terms seem to get away w/o this complexity.. */
1237 if (NILP (Fassq (Qwidth, parms))) 1237 if (NILP (Fassq (Qwidth, parms)))
1238 { 1238 {
1239 Lisp_Object value 1239 Lisp_Object value
@@ -1610,7 +1610,7 @@ If omitted or nil, that stands for the selected frame's display.")
1610 (display) 1610 (display)
1611 Lisp_Object display; 1611 Lisp_Object display;
1612{ 1612{
1613 /*PENDING: return GUI version on GNUSTEP, ?? on OS X */ 1613 /* FIXME: return GUI version on GNUSTEP, ?? on OS X */
1614 return build_string ("1.0"); 1614 return build_string ("1.0");
1615} 1615}
1616 1616
@@ -2108,7 +2108,7 @@ x_set_scroll_bar_default_width (f)
2108const char * 2108const char *
2109x_get_string_resource (XrmDatabase rdb, char *name, char *class) 2109x_get_string_resource (XrmDatabase rdb, char *name, char *class)
2110{ 2110{
2111 /* remove appname prefix; PENDING: allow for !="Emacs" */ 2111 /* remove appname prefix; TODO: allow for !="Emacs" */
2112 char *toCheck = class + (!strncmp (class, "Emacs.", 6) ? 6 : 0); 2112 char *toCheck = class + (!strncmp (class, "Emacs.", 6) ? 6 : 0);
2113 const char *res; 2113 const char *res;
2114 check_ns (); 2114 check_ns ();
@@ -2359,7 +2359,7 @@ If omitted or nil, that stands for the selected frame's display.")
2359/* Unused dummy def needed for compatibility. */ 2359/* Unused dummy def needed for compatibility. */
2360Lisp_Object tip_frame; 2360Lisp_Object tip_frame;
2361 2361
2362/*PENDING: move to xdisp or similar */ 2362/* TODO: move to xdisp or similar */
2363static void 2363static void
2364compute_tip_xy (f, parms, dx, dy, width, height, root_x, root_y) 2364compute_tip_xy (f, parms, dx, dy, width, height, root_x, root_y)
2365 struct frame *f; 2365 struct frame *f;