Add $Id$ keyword and short file description.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1594 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2007-06-03 16:15:53 +00:00
parent a42f1f93c5
commit 3503c9c012
3 changed files with 9 additions and 1 deletions

View File

@ -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@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).

View File

@ -17,6 +17,11 @@
* 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"

View File

@ -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$
*/