Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am configure.in file.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 31 Aug 2002 04:55:20 -0500 (CDT)
oabad       2002/08/31 04:55:19 CDT

  Modified files:
    .                    Makefile.am configure.in file.c 
  Log:
  GTK+ v2 port.
  
  All the deprecated widgets have not been replaced yet :
  
  GtkList and GtkCList ==> GtkTreeView conversion :
  - color_dlg.c
  - column_prefs.c
  - decode_as_dlg.c : done
  - dfilter_expr_dialog
  - filter_prefs.c
  - main.c
  - plugins_dlg.c : done
  
  GtkCTree ==> GtkTreeView  conversion : done
  
  GtkText ==> GtkTextView conversion : done
  
  Remaining problems :
  - gtk_font_selection_dialog_set_filter doesn't exist anymore (but hasn't
    been removed from the documentation). I don't know how to filter the
    font selection dialog to get only fixed width fonts ;
  - we have to remove GUI prefs which are not usefule anymore : tree line
    style and tree expander style.
  
  Revision  Changes    Path
  1.464     +17 -8     ethereal/Makefile.am
  1.175     +5 -2      ethereal/configure.in
  1.288     +22 -0     ethereal/file.c