SF.net SVN: geany: [1594] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Jun 3 16:15:53 UTC 2007


Revision: 1594
          http://svn.sourceforge.net/geany/?rev=1594&view=rev
Author:   eht16
Date:     2007-06-03 09:15:53 -0700 (Sun, 03 Jun 2007)

Log Message:
-----------
Add $Id$ keyword and short file description.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/navqueue.c
    trunk/src/navqueue.h

Property Changed:
----------------
    trunk/src/navqueue.c
    trunk/src/navqueue.h

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-06-03 16:03:46 UTC (rev 1593)
+++ trunk/ChangeLog	2007-06-03 16:15:53 UTC (rev 1594)
@@ -2,6 +2,8 @@
 
  * doc/geany.docbook, src/keybindings.c, src/keybindings.h:
    Add keybindings for forward/back code navigation.
+ * src/navqueue.c, src/navqueue.h:
+   Add $Id$ keyword and short file description.
 
 
 2007-06-02  Enrico Tröger  <enrico.troeger at uvena.de>
@@ -9,7 +11,7 @@
  * geany.glade, src/callbacks.c, src/callbacks.h, src/geany.h,
    src/interface.c, src/keyfile.c, src/main.c, src/Makefile.am,
    src/navqueue.h, src/navqueue.c, src/prefs.c, src/ui_utils.c:
-   Applied patch from Dave Moore to add simple code navigation
+   Apply patch from Dave Moore to add simple code navigation
    (thank you).
 
 

Modified: trunk/src/navqueue.c
===================================================================
--- trunk/src/navqueue.c	2007-06-03 16:03:46 UTC (rev 1593)
+++ trunk/src/navqueue.c	2007-06-03 16:15:53 UTC (rev 1594)
@@ -17,8 +17,13 @@
  *      along with this program; if not, write to the Free Software
  *      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
+ * $Id$
  */
 
+/*
+ * Simple code navigation
+ */
+
 #include "geany.h"
 
 #include "navqueue.h"


Property changes on: trunk/src/navqueue.c
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision

Modified: trunk/src/navqueue.h
===================================================================
--- trunk/src/navqueue.h	2007-06-03 16:03:46 UTC (rev 1593)
+++ trunk/src/navqueue.h	2007-06-03 16:15:53 UTC (rev 1594)
@@ -17,6 +17,7 @@
  *      along with this program; if not, write to the Free Software
  *      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
+ * $Id$
  */
 
 


Property changes on: trunk/src/navqueue.h
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list