summaryrefslogtreecommitdiff
path: root/lisp/cedet
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-01-14 22:06:07 -0500
committerGlenn Morris <rgm@gnu.org>2014-01-14 22:06:07 -0500
commit39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415 (patch)
tree37e8094a0234f15293f9110b8bdd5805c69c9a13 /lisp/cedet
parentdac696602de6984ff8e4ce9d6bac9d51ab735cde (diff)
downloademacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.tar.gz
ChangeLog fixes
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog
index 12914a9362a..24c076d0bcb 100644
--- a/lisp/cedet/ChangeLog
+++ b/lisp/cedet/ChangeLog
@@ -1,11 +1,12 @@
2014-01-13 Eric Ludlam <zappo@gnu.org>
- * semantic/analyze/refs.el (semantic-analyze-refs-impl): Fix Typo
+ * semantic/analyze/refs.el (semantic-analyze-refs-impl): Fix typo
in a doc string.
+
* semantic/ia.el (semantic-ia-complete-symbol): Ignore case if
prefix is all lower case.
- (semantic-ia-fast-jump): Push mark before jumping to an include
- file.
+ (semantic-ia-fast-jump): Push mark before jumping to an include file.
+
* semantic/complete.el (semantic-displayor-point-position):
Calculate if the toolbar is on the left when calculating point
position.