Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2010-10-18 20:11:37 +0000
committerJeff Johnston2010-10-18 20:11:37 +0000
commit89ba8f0c22596c04185fbf158ae475897874dc90 (patch)
treed0d2278d31b4d60eefcb7e914b348730eaa4ae5c /changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
parentf612311b2fdae301e55e25a3e2575d474549e86d (diff)
downloadorg.eclipse.linuxtools-89ba8f0c22596c04185fbf158ae475897874dc90.tar.gz
org.eclipse.linuxtools-89ba8f0c22596c04185fbf158ae475897874dc90.tar.xz
org.eclipse.linuxtools-89ba8f0c22596c04185fbf158ae475897874dc90.zip
2010-10-18 Jeff Johnston <jjohnstn@redhat.com>
* src/org/eclipse/linuxtools/changelog/core/actions/PrepareChangeLogAction.java (guessFunctionNames): Add check for out-of-range using appropriate document boundaries depending on whether the change is marked as being to the local file or remote file in repository.
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.core/ChangeLog')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
index 5152c236f2..7b02bf2bb9 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
+++ b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-18 Jeff Johnston <jjohnstn@redhat.com>
+
+ * src/org/eclipse/linuxtools/changelog/core/actions/PrepareChangeLogAction.java (guessFunctionNames):
+ Add check for out-of-range using appropriate document boundaries depending on whether the change is
+ marked as being to the local file or remote file in repository.
+
2010-06-24 Jeff Johnston <jjohnstn@redhat.com>
* src/org/eclipse/linuxtools/changelog/core/actions/PrepareChangeLogAction.java: Fix warnings.

Back to the top