diff --git a/doc/ChangeLog b/doc/ChangeLog index eaf90840c..9bd647f39 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,7 +1,13 @@ +2003-09-04 John Luke + + * en/Gtk/TextBuffer.xml: fix some typos + 2003-08-29 John Luke - * en/GLib/Boxed.xml: - * en/GLib/DelegateWrapper.xml: transfer in-line comments + * en/GLib/*.xml: update, transfer info from inline comments + * en/GtkSharp/SignalArgs.xml: transfer info from inline comments + * en/GtkSharp/ObjectManager.xml: transfer info from inline comments + * en/GtkSharp/SignalCallback.xml: transfer info from inline comments 2003-08-25 John Luke diff --git a/doc/en/Gtk/TextBuffer.xml b/doc/en/Gtk/TextBuffer.xml index d2dcb3f6d..44ead2810 100644 --- a/doc/en/Gtk/TextBuffer.xml +++ b/doc/en/Gtk/TextBuffer.xml @@ -134,7 +134,7 @@ Removes all tags in the range between start and end. Be careful with this function; it could remove tags added in - code unrelated to the code you're currently writing. That + code unrelated to the code you are currently writing. That is, calling this method is probably a bad idea if you have two or more unrelated code sections that add tags. @@ -269,7 +269,7 @@ Pastes the contents of a clipboard at the insertion point, or at . (Note: pasting - is asynchronous, that is, we'll ask for the paste data and + is asynchronous, that is, we will ask for the paste data and return, and at some point later after the main loop runs, the paste data will be inserted.) @@ -355,7 +355,7 @@ This is a convenience function which simply creates a child anchor with and inserts it into the buffer with . The new anchor is owned by the buffer; no reference - count is returned to the caller of . + count is returned to the caller of . @@ -379,7 +379,7 @@ The default handler for the signal applies tag to the - given range. start and end do not have to be in order. + given range. and do not have to be in order. @@ -402,9 +402,9 @@ a position in buffer - a position in the source + a position in the source - a position in the source + a position in the source Copies text, tags, and pixbufs between and (the @@ -507,7 +507,7 @@ To be added - To be added: an object of type 'Gtk.Clipboard' + an object of type To be added @@ -530,7 +530,7 @@ Deletes text between and . The order of the two is not actually - relevant, as they will be r reordered. This function + relevant, as they will be reordered. This function actually fires off the event, and the default handler of that signal deletes the text. Because the buffer is modified, all outstanding iterators become @@ -578,7 +578,7 @@ To be added - To be added: an object of type 'Gtk.Clipboard' + an object of type To be added @@ -592,13 +592,13 @@ - Deletes mark, so that it's no longer located anywhere in the buffer. + Deletes mark, so that it is no longer located anywhere in the buffer. a in the buffer to be deleted. - Deletes mark, so that it's no longer located anywhere in + Deletes mark, so that it is no longer located anywhere in the buffer. There is no way to undelete a mark. will return after @@ -629,20 +629,20 @@ a new object - Creates a mark at position where. If is , + Creates a mark at position . If is , the mark is anonymous; otherwise, the mark can be retrieved by name using . If a - mark has left gravity, and text is inserted at the mark's - current location, the mark will be moved to the left of + mark has left gravity, and text is inserted at the + current location of the mark, the mark will be moved to the left of the newly-inserted text. If the mark has right gravity (ie. = ), the mark will end up on the right of newly-inserted text. The standard left-to-right cursor is a mark with right gravity (when you type, the cursor - stays on the right side of the text you're typing). + stays on the right side of the text you are typing). Fires the event as - notification of the mark's initial placement. + notification of the initial placement of the mark. @@ -658,7 +658,7 @@ To be added - To be added: an object of type 'Gtk.Clipboard' + an object of type To be added @@ -701,7 +701,7 @@ - Same as , but does nothing if the insertion point isn't editable. + Same as , but does nothing if the insertion point is not editable. a position in buffer @@ -716,7 +716,7 @@ if an insertion was possible at - Same as , but does nothing if the insertion point isn't + Same as , but does nothing if the insertion point is not editable. @@ -827,8 +827,8 @@ To be added - To be added: an object of type 'Gtk.Clipboard' - To be added: an object of type 'bool' + an object of type + an object of type To be added @@ -881,7 +881,7 @@ To be added - To be added: an object of type 'Gtk.TextBuffer' + an object of type To be added @@ -892,8 +892,8 @@ System.UInt32 - The GLib Type for Gtk.TextBuffer - The GLib Type for the Gtk.TextBuffer class. + The for + The for the class. @@ -907,7 +907,7 @@ The complete contents of the buffer a string to be the contents of the buffer - The contents of the current buffer' + The contents of the current buffer @@ -922,7 +922,7 @@ The number of lines in the buffer - The results of this method is cache, so this is very fast. + The results of this method is cached, so this is very fast. @@ -963,7 +963,7 @@ will automatically toggled to . - Whenever this property is changed, the event is fired. + Whenever this property is changed, the event is fired. @@ -1001,7 +1001,7 @@ between the "selection_bound" and "insert" marks. If "selection_bound" and "insert" are in the same place, then there is no current selection. is another convenient function for handling the - selection, if you just want to know whether there's a + selection, if you just want to know whether there is a selection and what its bounds are. @@ -1303,7 +1303,7 @@ indicates the editability of text that - doesn't have a tag affecting editability applied to + does not have a tag affecting editability applied to it. Typically the result of is appropriate here. @@ -1473,8 +1473,8 @@ The location at the location specified by and . - To be added: an object of type 'int' - To be added: an object of type 'int' + an object of type + an object of type @@ -1494,4 +1494,4 @@ - \ No newline at end of file +