summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2009-01-02 18:58:49 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2009-01-02 18:58:49 +0000
commit89e2438a03ab48a61e3f73be498a28436d528899 (patch)
tree1619fd94f1a85db9f7e27f18ca2eb6175ba3b1d1 /src/ChangeLog
parentbfe11752df54ac0a7dc03340c74c725a863505f5 (diff)
downloademacs-89e2438a03ab48a61e3f73be498a28436d528899.tar.gz
* nsfns.m (x_set_foreground_color, x_set_background_color)
(x_set_cursor_color, x_set_icon_name, x_explicitly_set_name) (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use x_ prefix instead of ns_. Update references. (syms_of_nsfns): Add a FIXME comment. * nsterm.m (x_set_cursor_type): New prototype. (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9e8ec82e6c1..c1d5eff96ab 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
+ * nsfns.m (x_set_foreground_color, x_set_background_color)
+ (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
+ (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
+ x_ prefix instead of ns_. Update references.
+ (syms_of_nsfns): Add a FIXME comment.
+
+ * nsterm.m (x_set_cursor_type): New prototype.
+ (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
+
* sysdep.c (system_process_attributes): Provide Qtime and Qctime
for Solaris instead of incorrectly providing Qutime and Qcutime.