mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
ChangeLog updates
This commit is contained in:
parent
533998c0fa
commit
49cc67cb01
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user