[Olsr-cvs] olsrd-current/gui/linux-gtk/src callbacks.c, 1.3, 1.4 common.h, 1.4, 1.5 interface.c, 1.6, 1.7 interface.h, 1.3, 1.4 ipc.c, 1.5, 1.6 ipc.h, 1.3, 1.4 main.c, 1.4, 1.5 main.h, 1.2, 1.3 nodes.c, 1.2, 1.3 nodes.h, 1.2, 1.3 olsr.c, 1.2, 1.3 olsr_protocol.h, 1.2, 1.3 packet.c, 1.2, 1.3 packet.h, 1.3, 1.4 pixmaps.h, 1.2, 1.3 routes.c, 1.2, 1.3 routes.h, 1.2, 1.3

Bernd Petrovitsch (spam-protected)
Thu Nov 29 18:59:32 CET 2007


Update of /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32095/gui/linux-gtk/src

Modified Files:
	callbacks.c common.h interface.c interface.h ipc.c ipc.h 
	main.c main.h nodes.c nodes.h olsr.c olsr_protocol.h packet.c 
	packet.h pixmaps.h routes.c routes.h 
Log Message:
* ISO8859-* -> UTF_8

Index: packet.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/packet.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** packet.h	22 Apr 2007 20:25:48 -0000	1.3
--- packet.h	29 Nov 2007 17:59:29 -0000	1.4
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
***************
*** 22,26 ****
  
  /*
!  *Andreas Tønnesen ((spam-protected))
   *
   *The list of cached packets
--- 22,26 ----
  
  /*
!  *Andreas Tønnesen ((spam-protected))
   *
   *The list of cached packets

Index: common.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/common.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** common.h	16 Sep 2007 21:20:07 -0000	1.4
--- common.h	29 Nov 2007 17:59:29 -0000	1.5
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
***************
*** 22,26 ****
  
  /*
!  *Andreas Tønmnesen
   */
  
--- 22,26 ----
  
  /*
!  *Andreas Tønmnesen
   */
  

Index: packet.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/packet.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** packet.c	19 Sep 2004 11:48:20 -0000	1.2
--- packet.c	29 Nov 2007 17:59:29 -0000	1.3
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
***************
*** 22,26 ****
  
  /*
!  *Andreas Tønnesen ((spam-protected))
   *
   *The list of cached packets
--- 22,26 ----
  
  /*
!  *Andreas Tønnesen ((spam-protected))
   *
   *The list of cached packets

Index: main.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/main.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** main.h	19 Sep 2004 11:48:20 -0000	1.2
--- main.h	29 Nov 2007 17:59:29 -0000	1.3
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.

Index: main.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** main.c	17 Nov 2004 19:34:11 -0000	1.4
--- main.c	29 Nov 2007 17:59:29 -0000	1.5
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.

Index: nodes.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/nodes.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** nodes.c	19 Sep 2004 11:48:20 -0000	1.2
--- nodes.c	29 Nov 2007 17:59:29 -0000	1.3
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.

Index: olsr_protocol.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/olsr_protocol.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** olsr_protocol.h	22 Apr 2007 20:25:48 -0000	1.2
--- olsr_protocol.h	29 Nov 2007 17:59:29 -0000	1.3
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of the UniK OLSR daemon.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of the UniK OLSR daemon.

Index: pixmaps.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/pixmaps.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pixmaps.h	19 Sep 2004 11:48:20 -0000	1.2
--- pixmaps.h	29 Nov 2007 17:59:29 -0000	1.3
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.

Index: nodes.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/nodes.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** nodes.h	19 Sep 2004 11:48:20 -0000	1.2
--- nodes.h	29 Nov 2007 17:59:29 -0000	1.3
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
***************
*** 22,26 ****
  
  /*
!  *Andreas Tønnesen ((spam-protected))
   *
   *Node information
--- 22,26 ----
  
  /*
!  *Andreas Tønnesen ((spam-protected))
   *
   *Node information

Index: routes.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/routes.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** routes.c	19 Sep 2004 11:48:20 -0000	1.2
--- routes.c	29 Nov 2007 17:59:29 -0000	1.3
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.

Index: interface.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/interface.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** interface.h	17 Nov 2004 20:01:57 -0000	1.3
--- interface.h	29 Nov 2007 17:59:29 -0000	1.4
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.

Index: callbacks.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/callbacks.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** callbacks.c	17 Nov 2004 20:01:57 -0000	1.3
--- callbacks.c	29 Nov 2007 17:59:29 -0000	1.4
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.

Index: interface.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/interface.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** interface.c	16 Sep 2007 21:20:07 -0000	1.6
--- interface.c	29 Nov 2007 17:59:29 -0000	1.7
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.

Index: routes.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/routes.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** routes.h	19 Sep 2004 11:48:20 -0000	1.2
--- routes.h	29 Nov 2007 17:59:29 -0000	1.3
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.

Index: olsr.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/olsr.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** olsr.c	19 Sep 2004 11:48:20 -0000	1.2
--- olsr.c	29 Nov 2007 17:59:29 -0000	1.3
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.

Index: ipc.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/ipc.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ipc.c	17 Nov 2004 19:34:11 -0000	1.5
--- ipc.c	29 Nov 2007 17:59:29 -0000	1.6
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.

Index: ipc.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/ipc.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ipc.h	14 Nov 2004 13:23:14 -0000	1.3
--- ipc.h	29 Nov 2007 17:59:29 -0000	1.4
***************
*** 1,5 ****
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.
--- 1,5 ----
  /*
   * OLSR ad-hoc routing table management protocol GUI front-end
!  * Copyright (C) 2003 Andreas Tønnesen ((spam-protected))
   *
   * This file is part of olsr.org.





More information about the Olsr-cvs mailing list