SF.net SVN: geany:[5285] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Wed Oct 6 16:06:13 UTC 2010
Revision: 5285
http://geany.svn.sourceforge.net/geany/?rev=5285&view=rev
Author: ntrel
Date: 2010-10-06 16:06:13 +0000 (Wed, 06 Oct 2010)
Log Message:
-----------
Don't list ChangeLog filename in ChangeLog.
Modified Paths:
--------------
trunk/ChangeLog
trunk/scripts/svn-changes.sh
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-10-06 15:53:53 UTC (rev 5284)
+++ trunk/ChangeLog 2010-10-06 16:06:13 UTC (rev 5285)
@@ -63,8 +63,7 @@
* scintilla/LexForth.cxx, scintilla/makefile.win32,
scintilla/KeyWords.cxx, scintilla/Makefile.am, src/highlighting.c,
src/about.c, src/filetypes.c, src/filetypes.h, THANKS,
- data/filetypes.forth, data/filetype_extensions.conf, ChangeLog,
- wscript:
+ data/filetypes.forth, data/filetype_extensions.conf, wscript:
Add Forth filetype (patch by Thomas Huth, thanks).
* src/tools.c:
Remove unnecessary 'fix' from r5224 as it breaks configuring custom
@@ -1762,7 +1761,7 @@
* src/highlighting.c, src/highlighting.h, src/sciwrappers.c,
src/plugindata.h, doc/Doxyfile.in, doc/pluginsymbols.c,
plugins/geanyfunctions.h, plugins/Makefile.am,
- plugins/pluginmacros.h, plugins/genapi.py, ChangeLog, wscript:
+ plugins/pluginmacros.h, plugins/genapi.py, wscript:
Use full function name for GeanyFunctions function pointers. This
avoids naming conflicts e.g. with C++'s 'new' keyword.
Remove deprecated header pluginmacros.h - use geanyfunctions.h
Modified: trunk/scripts/svn-changes.sh
===================================================================
--- trunk/scripts/svn-changes.sh 2010-10-06 15:53:53 UTC (rev 5284)
+++ trunk/scripts/svn-changes.sh 2010-10-06 16:06:13 UTC (rev 5285)
@@ -25,6 +25,8 @@
files=`echo "$status" |egrep '^[A-Z]'`
# get filenames on one line
files=`echo "$files" |egrep -o '[^A-Z].[ ]+(.+)' |xargs`
+# remove ChangeLog
+files=`echo "$files" |sed "s/ ChangeLog\b//"`
# add commas if -s argument is not given
if [ -z "$SPACES" ]; then
files=`echo "$files" |sed "s/ /, /g"`
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