]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/ChangeLog
=== Released 2.4.1 ===
[~andy/gtk] / docs / reference / ChangeLog
index c1eb4c13c159ef985e3084c19d1bb5cee42a5567..ec6072ba96127529552a4c9c4b4fabacf72e2c19 100644 (file)
@@ -1,3 +1,233 @@
+2004-04-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.4.1 ===
+
+2004-04-29  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/tmpl/gtkfilechooser.sgml: Added an .gtkrc-2.0 example of how
+       to actually change the key bindings.
+
+2004-04-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkdialog.sgml: 
+       * gtk/tmpl/gtkeditable.sgml: 
+       * gtk/tmpl/gtkfilesel.sgml: 
+       * gtk/tmpl/gtkmain.sgml: 
+       * gtk/tmpl/gtkmenu.sgml: 
+       * gtk/tmpl/gtkmessagedialog.sgml: 
+       * gtk/tmpl/gtktogglebutton.sgml: Remove excessive
+       casts from examples.  (#139387, Olexiy Avramchenko)
+
+       * gtk/migrating-GtkAction.sgml: Fix an example.  
+       (#138966, Tim-Philipp Müller)
+
+       * gdk/tmpl/properties.sgml: Document the only_if_exists argument
+       to gdk_atom_intern() as ignored.
+
+2004-04-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk-sections.txt: Add GtkFileChooserEmbed to a 
+       Private section, so gtk-doc can strip it out of the hierarchy.
+
+2004-04-15  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/tmpl/gtkfilechooser.sgml: Added a section explaining
+       character encoding for filenames.
+
+2004-04-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkuimanager.sgml: Some corrections.
+
+2004-04-13  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/tmpl/gtkfilechooser.sgml: Typo fix.
+
+2004-04-12  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/tmpl/gtkfilechooser.sgml: Added documentation about
+       GtkFileChooserDefault's key binding signals.
+
+2004-03-26  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/tmpl/gtkfilechooserdialog.sgml: Added a section about using
+       known response codes for "accept"-type buttons, rather than custom
+       responses.  This is related to bugs #136237 and #138263.
+
+Tue Mar 16 13:17:26 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released 2.4.0 ===
+
+Tue Mar 16 00:13:19 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtktreestore.sgml: Remove cvs conflict
+       markers.
+
+Sun Mar 14 22:27:59 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/tmpl/gtktreeview.sgml: Document 
+       #GtkTreeViewSearchEqualFunc and its backwards return
+       value.
+
+Mon Mar 15 02:36:32 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkentrycompletion.sgml: Add some docs.
+
+Tue Mar  9 09:34:10 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released 2.3.6 ===
+
+Tue Mar  9 00:52:56 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/migrating-GtkAction.sgml: Fix the example XML ui
+       description.
+
+Mon Mar  8 08:26:52 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/building.sgml: Fix link to gettext. (Henning Nielsen Lund)
+
+Sat Mar  6 23:50:37 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkrc.sgml: Document that [xy]thickness can
+       be specified in a style.
+
+Fri Mar  5 23:58:01 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtktreemodelfilter.sgml: A little addition.
+
+Fri Mar  5 23:45:06 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkinvisible.sgml: Remove "internally-used"
+       which sounds like "private".
+
+Tue Mar  2 23:51:24 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkentrycompletion.sgml: Add a bit about actions.
+
+Mon Mar  1 19:47:48 2004  Owen Taylor  <otaylor@redhat.com>
+
+        * === Released 2.3.5 ====
+
+       * gtk/gtk-sections.txt: Update
+
+Sun Feb 29 22:04:43 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk-sections.txt: Add gtk_entry_get_alignment
+
+Sun Feb 29 20:32:18 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtk-sections.txt: Add gtk_window_mnemonic_activate
+
+Sat Feb 28 01:14:23 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/migrating-GtkComboBox.sgml: New chapter.
+
+Sat Feb 28 01:11:53 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-docs.sgml: Include migrating-GtkComboBox.sgml.
+
+Sat Feb 28 01:11:34 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/Makefile.am (content_files): Add migrating-GtkComboBox.sgml.
+
+Fri Feb 27 22:54:01 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-docs.sgml: Sort deprecated widgets alphabetically.
+
+2004-02-27  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/migrating-GtkAction.sgml: Put explicit <link> elements
+       instead of #Symbol, because the latter doesn't get substituted by
+       gtk-doc outside of template files.  Thanks to Matthias for
+       pointing this out.
+
+       * gtk/migrating-GtkFileChooser.sgml: Likewise.
+
+       * gtk/gtk-sections.txt: Removed gtk_file_chooser_{set,get}_folder_mode.
+
+Fri Feb 27 22:51:35 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkoptionmenu.sgml: 
+       * gtk/tmpl/gtkcombo.sgml: Add some more deprecation notes.
+
+Fri Feb 27 22:47:28 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkfilechooser.sgml: Suppress link in example.
+
+Fri Feb 27 22:40:50 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/Makefile.am (IGNORE_HFILES): Add gtkpathbar.h
+
+Fri Feb 27 22:27:34 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-sections.txt: Add gtk_widget_{add,remove,list}_mnemonic_label(s).
+
+2004-02-27  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/migrating-GtkFileChooser.sgml: Inform about
+       gtk_file_chooser_set_action().
+
+Thu Feb 26 22:18:21 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-sections.txt: Add gtk_combo_box_entry_new_text.
+
+Thu Feb 26 21:41:25 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-sections.txt: Add gtk_rc_reset_styles.
+
+Tue Feb 24 19:06:20 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released 2.3.4 ===
+
+2004-02-24  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/tmpl/gtkexpander.sgml: Added a section about usage when you
+       want to manage the expanded widgets yourself.
+
+Tue Feb 24 14:45:03 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released 2.3.3 ===
+
+Thu Feb 19 00:11:23 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-sections.txt: Add gtk_radio_menu_item_new_from_widget
+       gtk_radio_menu_item_new_with_label_from_widget,
+       gtk_radio_menu_item_new_with_mnemonic_from_widget.
+
+2004-02-17  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/migrating-checklist.sgml: Add a missing semicolon to an
+       entity.
+
+2004-02-16  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/migrating-checklist.sgml: Umm, I'm on crack.  Use
+       gtk_accelerator_get_default_mod_mask().
+
+       * gdk/tmpl/windows.sgml: Removed the incorrect description from
+       GDK_MODIFIER_MASK.
+
+2004-02-16  Federico Mena Quintero  <federico@ximian.com>
+
+       * gdk/tmpl/windows.sgml: Added an example of how to use
+       GDK_MODIFIER_MASK to test for modifier keys correctly.
+
+       * gtk/migrating-checklist.sgml: Likewise.
+
+Sun Feb 15 23:51:08 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkcomboboxentry.sgml: 
+       * gtk/tmpl/gtkcombobox.sgml: Add short descriptions.
+
+Sun Feb 15 22:09:53 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkcombo.sgml: 
+       * gtk/tmpl/gtkoptionmenu.sgml: Add deprecation notes pointing
+       people to GtkComboBox.
+
+Sun Feb 15 02:46:53 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtktreednd.sgml: Add docs.
+
 Sat Feb 14 03:09:49 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtk-sections.txt: Remove duplicated section for