Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk Makefile.am

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 6 Nov 1999 00:28:11 -0600 (CST)
guy         1999/11/06 00:28:09 CST

  Modified files:
    gtk                  Makefile.am 
  Log:
  Add a "Find Frame" menu item under "Display"; it lets you use a display
  filter to search forward or backward in the list of displayed frames for
  a matching frame.
  
  When filtering the display, readjust the display to show the "current"
  frame if it passed the display filter.  When a file is read in, the
  first frame becomes the "current" frame; when a frame is selected, it
  becomes the "current" frame, and remains so *even if you unselect it*,
  until another frame is selected.
  
  Select the first frame when a file is read in.
  
  Disable most of the "Display" and "Tools" menu items if there's no
  current capture file, and enable the relevant ones if there is.
  
  Revision  Changes    Path
  1.9       +3 -1      ethereal/gtk/Makefile.am