ChangeLog updates

This commit is contained in:
Miguel de Icaza 1999-01-02 18:18:08 +00:00
parent 533998c0fa
commit 49cc67cb01
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,7 @@
1999-01-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gwidget.c (x_create_listbox): Temporary hack
* gmetadata.c (gmeta_get_icon_pos): Fixed the memory leak here.
* gicon.c (gicon_get_icon_for_file): Actually return a value

View File

@ -1,6 +1,12 @@
1999-01-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
* main.c (main): Do not load the hotlist here anymore.
* widget.c (listbox_new): Under GNOME, height of the listbox might
be less than zero (due to LINES/COLS being set to zero there). So
for bow, set the height to 1. This needs to be propery computed
in x_create_listbox.
* main.c (main): Do not load the hotlist here anymore. We
auto-load it on the
1998-12-30 Miguel de Icaza <miguel@nuclecu.unam.mx>