diff options
| author | Adrian Robert | 2008-07-17 13:50:30 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-17 13:50:30 +0000 |
| commit | 6fb5f7dad5ede99f033dbbfc8539764354a4177b (patch) | |
| tree | 07498896068ca474a6567128971861f48dc6c6a0 /src/nsfns.m | |
| parent | 32cc39257502ab0fb4281d02d08cb08bad436bb7 (diff) | |
| download | emacs-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.m | 16 |
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 */ |
| 746 | void | 746 | void |
| 747 | x_set_menu_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval) | 747 | x_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 */ |
| 787 | void | 787 | void |
| 788 | x_set_tool_bar_lines (struct frame *f, Lisp_Object value, Lisp_Object oldval) | 788 | x_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? */ |
| 916 | int | 916 | int |
| 917 | ns_lisp_to_cursor_type (Lisp_Object arg) | 917 | ns_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) | |||
| 2108 | const char * | 2108 | const char * |
| 2109 | x_get_string_resource (XrmDatabase rdb, char *name, char *class) | 2109 | x_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. */ |
| 2360 | Lisp_Object tip_frame; | 2360 | Lisp_Object tip_frame; |
| 2361 | 2361 | ||
| 2362 | /*PENDING: move to xdisp or similar */ | 2362 | /* TODO: move to xdisp or similar */ |
| 2363 | static void | 2363 | static void |
| 2364 | compute_tip_xy (f, parms, dx, dy, width, height, root_x, root_y) | 2364 | compute_tip_xy (f, parms, dx, dy, width, height, root_x, root_y) |
| 2365 | struct frame *f; | 2365 | struct frame *f; |