diff options
author | HideToshi Tajima <tajima@happy> | 2001-03-16 01:44:54 +0000 |
---|---|---|
committer | Hidetoshi Tajima <tajima@src.gnome.org> | 2001-03-16 01:44:54 +0000 |
commit | df726ee8889e975ad4ee3143e0e8462c775244a1 (patch) | |
tree | 8e200ffc98f89c509922a531921108cb9489360f /ChangeLog | |
parent | e4d1660042a437b041422ac442ee4845fbf7e6b6 (diff) | |
download | gtk+-df726ee8889e975ad4ee3143e0e8462c775244a1.tar.gz |
rename set_cursor_pos to set_cursor_location in GtkInputContext class
2001-03-15 HideToshi Tajima <tajima@happy>
* modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_locat
ion):
* gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
* gtk/gtkentry.c (update_im_cursor_location):
* gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
* gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
set_cursor_pos to set_cursor_location in GtkInputContext class
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2001-03-15 HideToshi Tajima <tajima@happy> + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): + * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location): + * gtk/gtkentry.c (update_im_cursor_location): + * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location): + * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename + set_cursor_pos to set_cursor_location in GtkInputContext class + Thu Mar 15 18:22:44 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkcellrenderer.h: Changed prototype to allow for getting |