diff options
| author | Glenn Morris | 2014-01-14 22:06:07 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-14 22:06:07 -0500 |
| commit | 39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415 (patch) | |
| tree | 37e8094a0234f15293f9110b8bdd5805c69c9a13 /lisp/cedet/ChangeLog | |
| parent | dac696602de6984ff8e4ce9d6bac9d51ab735cde (diff) | |
| download | emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.tar.gz emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.zip | |
ChangeLog fixes
Diffstat (limited to 'lisp/cedet/ChangeLog')
| -rw-r--r-- | lisp/cedet/ChangeLog | 7 |
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 @@ | |||
| 1 | 2014-01-13 Eric Ludlam <zappo@gnu.org> | 1 | 2014-01-13 Eric Ludlam <zappo@gnu.org> |
| 2 | 2 | ||
| 3 | * semantic/analyze/refs.el (semantic-analyze-refs-impl): Fix Typo | 3 | * semantic/analyze/refs.el (semantic-analyze-refs-impl): Fix typo |
| 4 | in a doc string. | 4 | in a doc string. |
| 5 | |||
| 5 | * semantic/ia.el (semantic-ia-complete-symbol): Ignore case if | 6 | * semantic/ia.el (semantic-ia-complete-symbol): Ignore case if |
| 6 | prefix is all lower case. | 7 | prefix is all lower case. |
| 7 | (semantic-ia-fast-jump): Push mark before jumping to an include | 8 | (semantic-ia-fast-jump): Push mark before jumping to an include file. |
| 8 | file. | 9 | |
| 9 | * semantic/complete.el (semantic-displayor-point-position): | 10 | * semantic/complete.el (semantic-displayor-point-position): |
| 10 | Calculate if the toolbar is on the left when calculating point | 11 | Calculate if the toolbar is on the left when calculating point |
| 11 | position. | 12 | position. |