Skip to content
  • Owen Taylor's avatar
    Remove g_convert (moved to glib) and now useless utf_to_latin1() · 39339f14
    Owen Taylor authored
    Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
    
            * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
    	glib) and now useless utf_to_latin1() latin1_to_utf()
    
    	* gtk/gtktextview.[ch]: Change ::move_insert and
    	::delete_text action signals to ::move and ::delete;
    	create the signals with the right enumeration type,
    	not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
    	C-v bindings, change Home, End to move to beginning/end
    	of line, Add C-Home C-End to move to beginning/end
    	of buffer. Change ::cut_text to ::cut_clipboard, etc;
    	combine ::scroll_text into ::move; use new GtkSelectionData
    	functions to simplify DND text handling.
    
    	* gtk/gtkenums.h gtk/gtktextview.h: Move movement,
    	deletion enumerations here, rename enumeration values to
    	be consistently plural.
    
    	* gtk/gtktextbuffer.c: Use new clipboard interfaces
    	for cut/copy/paste and primary selection.
    
    	* gtk/gtktextbuffer.[ch]: Remove excess time and
    	'interactive'...
    39339f14