Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 19924: /trunk/ /trunk/gtk/: compat_macros.h menu.c packe

Date: Sat, 18 Nov 2006 01:47:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19924

User: gerald
Date: 2006/11/18 01:47 AM

Log:
 Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"
 menu) move to the previous and next packet even if the packet list isn't
 in focus (specifically, the packet detail will stay in focus if that was
 already the case).  Make the return and enter keys toggle tree items in
 the packet detail and the backspace key jump to the parent node.  Add a
 navigation section to the User's Guide.
 
 Make SIGNAL_EMIT_BY_NAME a simple #define, so that we can feed it
 multiple arguments.  Fix up whitespace.

Directory: /trunk/gtk/
  Changes    Path               Action
  +16 -22    compat_macros.h    Modified
  +10 -2     menu.c             Modified
  +33 -11    packet_list.c      Modified
  +13 -4     packet_list.h      Modified
  +35 -23    proto_draw.c       Modified

Directory: /trunk/docbook/wsug_src/
  Changes    Path                    Action
  +108 -7    WSUG_chapter_use.xml    Modified