diff options
| author | Stefan Monnier | 2014-10-20 21:17:06 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-10-20 21:17:06 -0400 |
| commit | eed18bf1fd1162872e196091ab795a773f277e8e (patch) | |
| tree | f3fee81f1e7fdf23b57138740437e07ce244ede8 /lisp/cedet | |
| parent | 8a85c254de2528be0f3ff154fa24df65e6557c1a (diff) | |
| parent | 1fc82d89a8a603754d17a35be1ce78e66d0b6fd6 (diff) | |
| download | emacs-eed18bf1fd1162872e196091ab795a773f277e8e.tar.gz emacs-eed18bf1fd1162872e196091ab795a773f277e8e.zip | |
Merge from emacs-24
Diffstat (limited to 'lisp/cedet')
| -rw-r--r-- | lisp/cedet/ChangeLog | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 1c2311e2704..ff1856a0392 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -20,7 +20,8 @@ | |||
| 20 | 20 | ||
| 21 | * semantic/ia.el (semantic-ia-complete-symbol-menu): Use posn-at-point | 21 | * semantic/ia.el (semantic-ia-complete-symbol-menu): Use posn-at-point |
| 22 | instead of senator-completion-menu-point-as-event; un-comment, tho keep | 22 | instead of senator-completion-menu-point-as-event; un-comment, tho keep |
| 23 | the "no smart completion" fallback commented since it still doesn't work. | 23 | the "no smart completion" fallback commented since it still doesn't |
| 24 | work. | ||
| 24 | 25 | ||
| 25 | 2014-05-01 Glenn Morris <rgm@gnu.org> | 26 | 2014-05-01 Glenn Morris <rgm@gnu.org> |
| 26 | 27 | ||
| @@ -83,8 +84,8 @@ | |||
| 83 | structure tags are not analyzed correctly. Also, always search | 84 | structure tags are not analyzed correctly. Also, always search |
| 84 | the extended miniscope even when not dealing with types. | 85 | the extended miniscope even when not dealing with types. |
| 85 | 86 | ||
| 86 | * semantic/ctxt.el (semantic-get-local-variables-default): Also | 87 | * semantic/ctxt.el (semantic-get-local-variables-default): |
| 87 | try to parse local variables for buffers which are currently | 88 | Also try to parse local variables for buffers which are currently |
| 88 | marked as unparseable. Otherwise, it is often impossible to | 89 | marked as unparseable. Otherwise, it is often impossible to |
| 89 | complete local variables. | 90 | complete local variables. |
| 90 | 91 | ||
| @@ -125,8 +126,8 @@ | |||
| 125 | (semantic-cpp-lexer): Use new `semantic-lex-spp-paren-or-list'. | 126 | (semantic-cpp-lexer): Use new `semantic-lex-spp-paren-or-list'. |
| 126 | 127 | ||
| 127 | * semantic/bovine/gcc.el (semantic-gcc-setup): Add 'features.h' to | 128 | * semantic/bovine/gcc.el (semantic-gcc-setup): Add 'features.h' to |
| 128 | the list of files whose preprocessor symbols are included. This | 129 | the list of files whose preprocessor symbols are included. |
| 129 | pulls in things like __USE_POSIX and similar. | 130 | This pulls in things like __USE_POSIX and similar. |
| 130 | 131 | ||
| 131 | * semantic/format.el (semantic-format-tag-prototype-default): | 132 | * semantic/format.el (semantic-format-tag-prototype-default): |
| 132 | Display default values if available. | 133 | Display default values if available. |
| @@ -135,11 +136,11 @@ | |||
| 135 | (semantic-analyze-refs-proto): Add 'default-value' as ignorable in | 136 | (semantic-analyze-refs-proto): Add 'default-value' as ignorable in |
| 136 | call to `semantic-tag-similar-p'. | 137 | call to `semantic-tag-similar-p'. |
| 137 | 138 | ||
| 138 | * semantic/db-mode.el (semanticdb-semantic-init-hook-fcn): Always | 139 | * semantic/db-mode.el (semanticdb-semantic-init-hook-fcn): |
| 139 | set buffer for `semanticdb-current-table'. | 140 | Always set buffer for `semanticdb-current-table'. |
| 140 | 141 | ||
| 141 | * semantic/db.el (semanticdb-table::semanticdb-refresh-table): The | 142 | * semantic/db.el (semanticdb-table::semanticdb-refresh-table): |
| 142 | previous change turned up a bug in this method. Since the current | 143 | The previous change turned up a bug in this method. Since the current |
| 143 | table now correctly has a buffer set, the first clause in the | 144 | table now correctly has a buffer set, the first clause in the |
| 144 | `cond' would be taken, but there was a `save-excursion' missing. | 145 | `cond' would be taken, but there was a `save-excursion' missing. |
| 145 | 146 | ||
| @@ -163,8 +164,8 @@ | |||
| 163 | impossible to find project includes. | 164 | impossible to find project includes. |
| 164 | 165 | ||
| 165 | * semantic/decorate/include.el | 166 | * semantic/decorate/include.el |
| 166 | (semantic-decoration-on-includes-highlight-default): Remove | 167 | (semantic-decoration-on-includes-highlight-default): |
| 167 | 'unloaded' from throttle when decorating includes, otherwise all | 168 | Remove 'unloaded' from throttle when decorating includes, otherwise all |
| 168 | would be loaded. Rename 'table' to 'currenttable' to make things | 169 | would be loaded. Rename 'table' to 'currenttable' to make things |
| 169 | clearer. | 170 | clearer. |
| 170 | 171 | ||
| @@ -179,7 +180,7 @@ | |||
| 179 | architecture). | 180 | architecture). |
| 180 | (ede-linux--get-build-directory, ede-linux--get-archs) | 181 | (ede-linux--get-build-directory, ede-linux--get-archs) |
| 181 | (ede-linux--detect-architecture, ede-linux--get-architecture) | 182 | (ede-linux--detect-architecture, ede-linux--get-architecture) |
| 182 | (ede-linux--include-path): Added function to detect Linux-specific | 183 | (ede-linux--include-path): Add function to detect Linux-specific |
| 183 | information. | 184 | information. |
| 184 | (ede-linux-load): Set new Linux-specific information when creating | 185 | (ede-linux-load): Set new Linux-specific information when creating |
| 185 | a project. | 186 | a project. |
| @@ -197,8 +198,8 @@ | |||
| 197 | 198 | ||
| 198 | * ede/generic.el (project-run-target): Remove incorrect require. | 199 | * ede/generic.el (project-run-target): Remove incorrect require. |
| 199 | 200 | ||
| 200 | * semantic/format.el (semantic-format-tag-prototype-default): Use | 201 | * semantic/format.el (semantic-format-tag-prototype-default): |
| 201 | concat only for strings. | 202 | Use concat only for strings. |
| 202 | 203 | ||
| 203 | 2013-11-30 Glenn Morris <rgm@gnu.org> | 204 | 2013-11-30 Glenn Morris <rgm@gnu.org> |
| 204 | 205 | ||