diff options
| author | Chong Yidong | 2010-09-23 15:00:31 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-09-23 15:00:31 -0400 |
| commit | 266a86bd7fedf743225c2497956b73ecb2245196 (patch) | |
| tree | 7d0c8b128070eac293ce2606acb4e55de5843ba8 /lisp/cedet/ChangeLog | |
| parent | 29cdc13ed61e5a64ba30df1030029898a26b7947 (diff) | |
| parent | af3ccb5cc061bccab1c9b024ea444d01c0767767 (diff) | |
| download | emacs-266a86bd7fedf743225c2497956b73ecb2245196.tar.gz emacs-266a86bd7fedf743225c2497956b73ecb2245196.zip | |
Merge changes from emacs-23 branch
Diffstat (limited to 'lisp/cedet/ChangeLog')
| -rw-r--r-- | lisp/cedet/ChangeLog | 1436 |
1 files changed, 1436 insertions, 0 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog new file mode 100644 index 00000000000..fb2fa1c9c05 --- /dev/null +++ b/lisp/cedet/ChangeLog | |||
| @@ -0,0 +1,1436 @@ | |||
| 1 | 2010-09-21 Eric Ludlam <zappo@gnu.org> | ||
| 2 | |||
| 3 | Synch SRecode to CEDET 1.0. | ||
| 4 | |||
| 5 | * pulse.el (pulse-momentary-highlight-overlay): If pulse-flag is | ||
| 6 | 'never, disable all pulsing. | ||
| 7 | |||
| 8 | * cedet.el (cedet-version): | ||
| 9 | * srecode.el (srecode-version): Bump version to 1.0. | ||
| 10 | |||
| 11 | * srecode/texi.el (srecode-texi-insert-tag-as-doc): New function. | ||
| 12 | (semantic-insert-foreign-tag): Use it. | ||
| 13 | |||
| 14 | * srecode/mode.el (srecode-bind-insert): Call | ||
| 15 | srecode-load-tables-for-mode. | ||
| 16 | (srecode-minor-mode-templates-menu): Do not list templates that | ||
| 17 | are not in the current project. | ||
| 18 | (srecode-menu-bar): Add binding for srecode-macro-help. | ||
| 19 | |||
| 20 | * srecode/table.el (srecode-template-table): Add :project slot. | ||
| 21 | (srecode-dump): Dump it. | ||
| 22 | |||
| 23 | * srecode/map.el (srecode-map-update-map): Make map loading more | ||
| 24 | robust. | ||
| 25 | |||
| 26 | * srecode/insert.el (srecode-insert-fcn): Merge template | ||
| 27 | dictionary before resolving arguments. | ||
| 28 | (srecode-insert-method-helper): Add error checking to make sure | ||
| 29 | that we only have dictionaries. | ||
| 30 | (srecode-insert-method): Check template nesting depth when using | ||
| 31 | point inserter override. | ||
| 32 | (srecode-insert-method): Install override with depth limit. | ||
| 33 | |||
| 34 | * srecode/getset.el (srecode-insert-getset): Force tag table | ||
| 35 | update. Don't query the class if it is empty. | ||
| 36 | |||
| 37 | * srecode/find.el (srecode-template-get-table) | ||
| 38 | (srecode-template-get-table-for-binding) | ||
| 39 | (srecode-all-template-hash): Skip if not in current project. | ||
| 40 | (srecode-template-table-in-project-p): New method. | ||
| 41 | |||
| 42 | * srecode/fields.el (srecode-fields-exit-confirmation): New option. | ||
| 43 | (srecode-field-exit-ask): Use it. | ||
| 44 | |||
| 45 | * srecode/dictionary.el (srecode-dictionary-add-template-table): | ||
| 46 | Do not add variables in tables not for the current project. | ||
| 47 | (srecode-compound-toString): Handle cases where the default value | ||
| 48 | is another compound value. | ||
| 49 | (srecode-dictionary-lookup-name): New optional argument | ||
| 50 | NON-RECURSIVE, which inhibits visiting dictionary parents. | ||
| 51 | (srecode-dictionary-add-section-dictionary) | ||
| 52 | (srecode-dictionary-merge): New optional argument FORCE adds | ||
| 53 | values even if an identically named entry exists. | ||
| 54 | (srecode-dictionary-add-entries): New method. | ||
| 55 | (srecode-create-dictionaries-from-tags): New function. | ||
| 56 | |||
| 57 | * srecode/cpp.el (srecode-cpp): New defgroup. | ||
| 58 | (srecode-cpp-namespaces): New option. | ||
| 59 | (srecode-semantic-handle-:using-namespaces) | ||
| 60 | (srecode-cpp-apply-templates): New functions. | ||
| 61 | (srecode-semantic-apply-tag-to-dict): Handle template parameters | ||
| 62 | by calling `srecode-cpp-apply-templates'. | ||
| 63 | |||
| 64 | * srecode/compile.el (srecode-compile-templates): Fix directory | ||
| 65 | compare of built-in templates. Give built-ins lower piority. | ||
| 66 | Support special variable "project". | ||
| 67 | (srecode-compile-template-table): Set :project slot of new tables. | ||
| 68 | (srecode-compile-one-template-tag): Use | ||
| 69 | srecode-create-dictionaries-from-tags. | ||
| 70 | |||
| 71 | 2010-09-21 Eric Ludlam <zappo@gnu.org> | ||
| 72 | |||
| 73 | Synch EDE to CEDET 1.0. | ||
| 74 | |||
| 75 | * cedet-idutils.el (cedet-idutils-make-command): New option. | ||
| 76 | (cedet-idutils-mkid-call): | ||
| 77 | (cedet-idutils-create/update-database): New functions. | ||
| 78 | |||
| 79 | * cedet-cscope.el (cedet-cscope-create): | ||
| 80 | (cedet-cscope-create/update-database): New functions. | ||
| 81 | (cedet-cscope-support-for-directory): Make interactive. | ||
| 82 | |||
| 83 | * cedet-global.el (cedet-global-gtags-command): New option. | ||
| 84 | (cedet-gnu-global-gtags-call) | ||
| 85 | (cedet-gnu-global-create/update-database): New functions. | ||
| 86 | |||
| 87 | * ede.el (ede-save-cache): Fix recentf-exclude expression. | ||
| 88 | (ede-make-dist): Always use toplevel project. | ||
| 89 | (ede-buffer-object): If we fail to find an object in the current | ||
| 90 | project, loop upward looking for a match. If no target is found, | ||
| 91 | use most local project. | ||
| 92 | (ede-buffer-belongs-to-target-p) | ||
| 93 | (ede-buffer-belongs-to-project-p): New functions. | ||
| 94 | (ede-initialize-state-current-buffer): New function. | ||
| 95 | (ede-target-forms-menu, ede-project-buffers): Use them. | ||
| 96 | (ede-minor-mode, ede-reset-all-buffers): Use it. | ||
| 97 | (project-interactive-select-target, project-add-file): Don't use | ||
| 98 | ede-project-force-load. | ||
| 99 | (ede-buffer-object): New arg PROJSYM. | ||
| 100 | (ede-minor-mode): Remove ede-directory-project-p test. | ||
| 101 | (ede-initialize-state-current-buffer): Don't test for | ||
| 102 | ede-directory-project-p if there is a matching open project. | ||
| 103 | (ede-customize-forms-menu): Prevent error if there is no project. | ||
| 104 | (ede-load-project-file): Set ede-constructing to the thing being | ||
| 105 | constructed, instead of t. | ||
| 106 | (ede-project-force-load): Deleted. | ||
| 107 | |||
| 108 | * ede/base.el: | ||
| 109 | * ede/auto.el: | ||
| 110 | * ede/custom.el: New files. | ||
| 111 | |||
| 112 | * ede/autoconf-edit.el (autoconf-find-last-macro) | ||
| 113 | (autoconf-parameters-for-macro): Parse multiline parameters of | ||
| 114 | macros. Optionally ignore case and at bol for macro. | ||
| 115 | (autoconf-parameter-strip): Use greedy match for newlines. | ||
| 116 | (autoconf-new-automake-string): Deleted. | ||
| 117 | (autoconf-new-program): Use SRecode to fill an empty file. | ||
| 118 | |||
| 119 | * ede/cpp-root.el (ede-create-lots-of-projects-under-dir): New | ||
| 120 | function. | ||
| 121 | |||
| 122 | * ede/files.el (ede-flush-project-hash): New command. | ||
| 123 | (ede-convert-path): Add optional PROJECT arg. | ||
| 124 | (ede-directory-project-p): Obey ".ede-ignore". | ||
| 125 | (ede-expand-filename-local) | ||
| 126 | (ede-expand-filename-impl-via-subproj): New methods. | ||
| 127 | (ede-expand-filename-impl): Use them. | ||
| 128 | (ede-project-root, ede-project-root-directory): Move to | ||
| 129 | ede/auto.el. | ||
| 130 | |||
| 131 | * ede/locate.el (ede-locate-flush-hash): | ||
| 132 | (ede-locate-create/update-root-database): New methods. | ||
| 133 | (initialize-instance): Use ede-locate-flush-hash. | ||
| 134 | |||
| 135 | * ede/pmake.el (ede-proj-makefile-insert-variables): If this is | ||
| 136 | the top project and not a metasubproject, set TOP to CURDIR. | ||
| 137 | (ede-proj-makefile-insert-variables): Output a target's object | ||
| 138 | list whether or not the vars are already in the Makefile. | ||
| 139 | (ede-pmake-insert-variable-once): New macro. | ||
| 140 | |||
| 141 | * ede/project-am.el (project-am-with-makefile-current): Add | ||
| 142 | recentf-exclude. | ||
| 143 | (project-am-load-makefile): Obey an optional suggested name. | ||
| 144 | (project-am-expand-subdirlist): New function. | ||
| 145 | (project-am-makefile::project-rescan): Use it. Combine SUBDIRS | ||
| 146 | and DIST_SUBDIRS. | ||
| 147 | (project-am-meta-type-alist): A list to scan better Makefile.am | ||
| 148 | (project-am-scan-for-targets): Scan also over | ||
| 149 | project-am-meta-type-alist. | ||
| 150 | (ede-system-include-path): Simple implementation. | ||
| 151 | (ede-find-target): Deleted. EDE core takes care of this. | ||
| 152 | (ede-buffer-mine): Create the searched filename as relative. | ||
| 153 | (project-am-load): Simplify, using autoconf-edit. | ||
| 154 | (project-am-extract-package-info): Fix separators. | ||
| 155 | |||
| 156 | * ede/proj.el (project-run-target): New method. | ||
| 157 | (project-make-dist, project-compile-project): Use | ||
| 158 | ede-proj-automake-p to determine which kind of compile to use. | ||
| 159 | (project-rescan): Call ede-load-project-file. | ||
| 160 | (ede-buffer-mine): Add more file names that belong to the project. | ||
| 161 | (ede-proj-compilers): Improve error message. | ||
| 162 | |||
| 163 | * ede/proj-obj.el (ede-ld-linker): Use the LDDEPS variable. | ||
| 164 | (ede-source-c++): Add more C++ extensions. | ||
| 165 | (ede-proj-target-makefile-objectcode): Quote initforms. Support | ||
| 166 | lex and yacc. | ||
| 167 | |||
| 168 | * ede/proj-prog.el (ede-proj-makefile-insert-rules): Removed. | ||
| 169 | (ede-proj-makefile-insert-variables): New, add LDDEPS. | ||
| 170 | (ede-proj-makefile-insert-automake-post-variables): Add LDADD | ||
| 171 | variable. Use ldlibs-local slot. Add a -l to ldlibs strings. | ||
| 172 | (ede-proj-target-makefile-program): Swap order of two slots so | ||
| 173 | they show up in the same order as in the command line. | ||
| 174 | (ede-proj-target-makefile-program): Add ldlibs-local slot. | ||
| 175 | |||
| 176 | * ede/proj-shared.el (ede-g++-libtool-shared-compiler): Fix | ||
| 177 | inference rule to use cpp files. | ||
| 178 | (ede-proj-target-makefile-shared-object): Quote initforms. | ||
| 179 | |||
| 180 | * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous): | ||
| 181 | * ede/proj-info.el (ede-proj-target-makefile-info): | ||
| 182 | * ede/proj-aux.el (ede-proj-target-aux): | ||
| 183 | * ede/proj-archive.el (ede-proj-target-makefile-archive): | ||
| 184 | * ede/proj-elisp.el (ede-proj-target-elisp) | ||
| 185 | (ede-proj-target-elisp-autoloads): Quote initforms. | ||
| 186 | |||
| 187 | * ede/srecode.el (ede-srecode-setup): Load autoconf templates. | ||
| 188 | |||
| 189 | * ede/shell.el (ede-shell-buffer): Fix buffer name. | ||
| 190 | |||
| 191 | * ede/pconf.el (ede-proj-configure-synchronize): If user events | ||
| 192 | occur while waiting for the compile process to finish, pull them | ||
| 193 | in and discard those events. | ||
| 194 | |||
| 195 | 2010-09-19 Eric Ludlam <zappo@gnu.org> | ||
| 196 | |||
| 197 | Synch Semantic to CEDET 1.0. | ||
| 198 | |||
| 199 | * semantic.el (semantic-version): Update to 2.0. | ||
| 200 | (semantic-mode-map): Add "," and "m" bindings. | ||
| 201 | (navigate-menu): Update. | ||
| 202 | |||
| 203 | * semantic/symref.el (semantic-symref-calculate-rootdir): | ||
| 204 | New function. | ||
| 205 | (semantic-symref-detect-symref-tool): Use it. | ||
| 206 | |||
| 207 | * semantic/symref/grep.el (semantic-symref-grep-shell): New var. | ||
| 208 | (semantic-symref-perform-search): Use it. Calculate root dir with | ||
| 209 | semantic-symref-calculate-rootdir. | ||
| 210 | (semantic-symref-derive-find-filepatterns): Improve error message. | ||
| 211 | |||
| 212 | * semantic/symref/list.el | ||
| 213 | (semantic-symref-results-mode-map): New bindings. | ||
| 214 | (semantic-symref-auto-expand-results): New option. | ||
| 215 | (semantic-symref-results-dump): Obey auto-expand. | ||
| 216 | (semantic-symref-list-expand-all, semantic-symref-regexp) | ||
| 217 | (semantic-symref-list-contract-all) | ||
| 218 | (semantic-symref-list-map-open-hits) | ||
| 219 | (semantic-symref-list-update-open-hits) | ||
| 220 | (semantic-symref-list-create-macro-on-open-hit) | ||
| 221 | (semantic-symref-list-call-macro-on-open-hits): New functions. | ||
| 222 | (semantic-symref-list-menu-entries) | ||
| 223 | (semantic-symref-list-menu): New vars. | ||
| 224 | (semantic-symref-list-map-open-hits): Move cursor to beginning of | ||
| 225 | match before calling the mapped function. | ||
| 226 | |||
| 227 | * semantic/doc.el | ||
| 228 | (semantic-documentation-comment-preceeding-tag): Do nothing if the | ||
| 229 | mode doesn't provide comment-start-skip. | ||
| 230 | |||
| 231 | * semantic/scope.el | ||
| 232 | (semantic-analyze-scope-nested-tags-default): Strip duplicates. | ||
| 233 | (semantic-analyze-scoped-inherited-tag-map): Take the tag we are | ||
| 234 | looking for as part of the scoped tags list. | ||
| 235 | |||
| 236 | * semantic/html.el (semantic-default-html-setup): Add | ||
| 237 | senator-step-at-tag-classes. | ||
| 238 | |||
| 239 | * semantic/decorate/include.el | ||
| 240 | (semantic-decoration-on-unknown-includes): Change light bgcolor. | ||
| 241 | (semantic-decoration-on-includes-highlight-default): Check that | ||
| 242 | the include tag has a postion. | ||
| 243 | |||
| 244 | * semantic/complete.el (semantic-collector-local-members): | ||
| 245 | (semantic-complete-read-tag-local-members) | ||
| 246 | (semantic-complete-jump-local-members): New class and functions. | ||
| 247 | (semantic-complete-self-insert): Save excursion before completing. | ||
| 248 | |||
| 249 | * semantic/analyze/complete.el | ||
| 250 | (semantic-analyze-possible-completions-default): If no completions | ||
| 251 | are found, return the raw by-name-only completion list. Add FLAGS | ||
| 252 | arguments. Add support for 'no-tc (type constraint) and | ||
| 253 | 'no-unique, or no stripping duplicates. | ||
| 254 | (semantic-analyze-possible-completions-default): Add FLAGS arg. | ||
| 255 | |||
| 256 | * semantic/util-modes.el | ||
| 257 | (semantic-stickyfunc-show-only-functions-p): New option. | ||
| 258 | (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for | ||
| 259 | the very first line in a buffer. | ||
| 260 | |||
| 261 | * semantic/util.el (semantic-hack-search) | ||
| 262 | (semantic-recursive-find-nonterminal-by-name) | ||
| 263 | (semantic-current-tag-interactive): Deleted. | ||
| 264 | (semantic-describe-buffer): Fix expand-nonterminal. Add | ||
| 265 | lex-syntax-mods, type relation separator char, and command | ||
| 266 | separation char. | ||
| 267 | (semantic-sanity-check): Only message if called interactively. | ||
| 268 | |||
| 269 | * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the | ||
| 270 | :filename property and the tag position. | ||
| 271 | |||
| 272 | * semantic/lex-spp.el (semantic-lex-spp-lex-text-string): | ||
| 273 | Add recursion limit. | ||
| 274 | |||
| 275 | * semantic/imenu.el (semantic-imenu-bucketize-type-members): | ||
| 276 | Make this buffer local, not the obsoleted variable. | ||
| 277 | |||
| 278 | * semantic/idle.el: Add breadcrumbs support. | ||
| 279 | (semantic-idle-summary-current-symbol-info-default) | ||
| 280 | (semantic-idle-tag-highlight) | ||
| 281 | (semantic-idle-completion-list-default): Use | ||
| 282 | semanticdb-without-unloaded-file-searches for speed, and to | ||
| 283 | conform to the controls that specify if the idle timer is supposed | ||
| 284 | to be parsing unparsed includes. | ||
| 285 | (semantic-idle-symbol-highlight-face) | ||
| 286 | (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*. | ||
| 287 | Callers changed. | ||
| 288 | (semantic-idle-work-parse-neighboring-files-flag): Default to nil. | ||
| 289 | (semantic-idle-work-update-headers-flag): New var. | ||
| 290 | (semantic-idle-work-for-one-buffer): Use it. | ||
| 291 | (semantic-idle-local-symbol-highlight): Rename from | ||
| 292 | semantic-idle-tag-highlight. | ||
| 293 | (semantic-idle-truncate-long-summaries): New option. | ||
| 294 | |||
| 295 | * semantic/ia.el (semantic-ia-cache) | ||
| 296 | (semantic-ia-get-completions): Deleted. Callers changed. | ||
| 297 | (semantic-ia-show-variants): New command. | ||
| 298 | (semantic-ia-show-doc): If doc is empty, don't make a temp buffer. | ||
| 299 | (semantic-ia-show-summary): If there isn't anything to show, say so. | ||
| 300 | |||
| 301 | * semantic/grammar.el (semantic-grammar-create-package): | ||
| 302 | Save the buffer even in batch mode. | ||
| 303 | |||
| 304 | * semantic/fw.el | ||
| 305 | (semanticdb-without-unloaded-file-searches): New macro. | ||
| 306 | |||
| 307 | * semantic/dep.el (semantic-dependency-find-file-on-path): | ||
| 308 | Fix case dereferencing ede-object when it is a list. | ||
| 309 | |||
| 310 | * semantic/db-typecache.el (semanticdb-expand-nested-tag) | ||
| 311 | (semanticdb-typecache-faux-namespace): New functions. | ||
| 312 | (semanticdb-typecache-file-tags) | ||
| 313 | (semanticdb-typecache-merge-streams): Use them. | ||
| 314 | (semanticdb-typecache-file-tags): When deriving tags from a file, | ||
| 315 | give the mode a chance to monkey with the tag copy. | ||
| 316 | (semanticdb-typecache-find-default): Wrap find in save-excursion. | ||
| 317 | (semanticdb-typecache-find-by-name-helper): Merge found names down. | ||
| 318 | |||
| 319 | * semantic/db-global.el | ||
| 320 | (semanticdb-enable-gnu-global-in-buffer): Don't show messages if | ||
| 321 | GNU Global is not available and we don't want to throw an error. | ||
| 322 | |||
| 323 | * semantic/db-find.el (semanticdb-find-result-nth-in-buffer): | ||
| 324 | When trying to normalize the tag to a buffer, don't error if | ||
| 325 | set-buffer method doesn't exist. | ||
| 326 | |||
| 327 | * semantic/db-file.el (semanticdb-save-db): Simplify msg. | ||
| 328 | |||
| 329 | * semantic/db.el (semanticdb-refresh-table): If forcing a | ||
| 330 | refresh on a file not in a buffer, use semantic-find-file-noselect | ||
| 331 | and delete the buffer after use. | ||
| 332 | (semanticdb-current-database-list): When calculating root via | ||
| 333 | hooks, force it through true-filename and skip the list of | ||
| 334 | possible roots. | ||
| 335 | |||
| 336 | * semantic/ctxt.el (semantic-ctxt-imported-packages): New. | ||
| 337 | |||
| 338 | * semantic/analyze/debug.el | ||
| 339 | (semantic-analyzer-debug-insert-tag): Reset standard output to | ||
| 340 | current buffer. | ||
| 341 | (semantic-analyzer-debug-global-symbol) | ||
| 342 | (semantic-analyzer-debug-missing-innertype): Change "prefix" to | ||
| 343 | "symbol" in messages. | ||
| 344 | |||
| 345 | * semantic/analyze/refs.el: (semantic-analyze-refs-impl) | ||
| 346 | (semantic-analyze-refs-proto): When calculating value, make sure | ||
| 347 | the found tag is 'similar' to the originating tag. | ||
| 348 | (semantic--analyze-refs-find-tags-with-parent): Attempt to | ||
| 349 | identify matches via imported symbols of parents. | ||
| 350 | (semantic--analyze-refs-full-lookup-with-parents): Do a deep | ||
| 351 | search during the brute search. | ||
| 352 | |||
| 353 | * semantic/analyze.el | ||
| 354 | (semantic-analyze-find-tag-sequence-default): Be robust to | ||
| 355 | calculated scopes being nil. | ||
| 356 | |||
| 357 | * semantic/bovine/c.el (semantic-c-describe-environment): Add | ||
| 358 | project macro symbol array. | ||
| 359 | (semantic-c-parse-lexical-token): Add recursion limit. | ||
| 360 | (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag): | ||
| 361 | New overrides. | ||
| 362 | (semantic-expand-c-tag-namelist): Split a full type from a typedef | ||
| 363 | out to its own tag. | ||
| 364 | (semantic-expand-c-tag-namelist): Do not split out a typedef'd | ||
| 365 | inline type if it is an anonymous type. | ||
| 366 | (semantic-c-reconstitute-token): Use the optional initializers as | ||
| 367 | a clue that some function is probably a constructor. When | ||
| 368 | defining the type of these constructors, split the parent name, | ||
| 369 | and use only the class part, if applicable. | ||
| 370 | |||
| 371 | * semantic/bovine/c-by.el: | ||
| 372 | * semantic/wisent/python-wy.el: Regenerate. | ||
| 373 | |||
| 374 | 2010-07-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 375 | |||
| 376 | * semantic/db-file.el (object-write): Fix typo in docstring. | ||
| 377 | |||
| 378 | 2010-06-03 Eric Ludlam <zappo@gnu.org> | ||
| 379 | |||
| 380 | * semantic/lex-spp.el | ||
| 381 | (semantic-lex-spp-table-write-slot-value): Instead of erroring on | ||
| 382 | invalid values during save, just save a nil (Bug#6324). | ||
| 383 | |||
| 384 | 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change) | ||
| 385 | |||
| 386 | * ede/cpp-root.el (ede-set-project-variables): Fix feature name | ||
| 387 | (bug#6231). | ||
| 388 | |||
| 389 | 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 390 | |||
| 391 | Use a mode-line spec rather than a static string in Semantic. | ||
| 392 | * semantic/util-modes.el: | ||
| 393 | (semantic-minor-modes-format): New var to replace... | ||
| 394 | (semantic-minor-modes-status): Remove. | ||
| 395 | (semantic-mode-line-update): Construct a mode-line spec rather than | ||
| 396 | a static string so that mouse buttons can be used on individual minor | ||
| 397 | modes and so that semantic-mode-line-update only needs to be called | ||
| 398 | when global settings are changed. | ||
| 399 | (semantic-add-minor-mode, semantic-toggle-minor-mode-globally): | ||
| 400 | Call semantic-mode-line-update. | ||
| 401 | (semantic-toggle-minor-mode-globally): Don't assume mode is on | ||
| 402 | minor-mode-alist, check semantic-minor-mode-alist as well. | ||
| 403 | (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker) | ||
| 404 | (semantic-show-parser-state-marker, semantic-show-parser-state-mode) | ||
| 405 | (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode): | ||
| 406 | * semantic/mru-bookmark.el (semantic-mru-bookmark-mode): | ||
| 407 | * semantic/idle.el (semantic-idle-scheduler-mode) | ||
| 408 | (define-semantic-idle-service, semantic-idle-summary-mode): | ||
| 409 | * semantic/decorate/mode.el (semantic-decoration-mode): | ||
| 410 | Don't call semantic-mode-line-update any more. | ||
| 411 | |||
| 412 | 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 413 | |||
| 414 | Use define-minor-mode in CEDET where applicable. | ||
| 415 | |||
| 416 | * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode): | ||
| 417 | Use define-minor-mode. | ||
| 418 | |||
| 419 | * semantic/util-modes.el (semantic-add-minor-mode): | ||
| 420 | Remove unused arg `keymap' and code redundant with define-minor-mode. | ||
| 421 | (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1. | ||
| 422 | (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode) | ||
| 423 | (semantic-highlight-func-mode, global-semantic-show-parser-state-mode) | ||
| 424 | (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode) | ||
| 425 | (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode) | ||
| 426 | (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode): | ||
| 427 | Use define-minor-mode. | ||
| 428 | (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup) | ||
| 429 | (semantic-show-unmatched-syntax-mode-setup) | ||
| 430 | (semantic-show-parser-state-mode-setup) | ||
| 431 | (semantic-highlight-func-mode-setup): Inline into sole caller. | ||
| 432 | |||
| 433 | * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode) | ||
| 434 | (semantic-mru-bookmark-mode): Use define-minor-mode. | ||
| 435 | (semantic-mru-bookmark-mode-setup): Inline into sole caller. | ||
| 436 | |||
| 437 | * semantic/idle.el (define-semantic-idle-service): | ||
| 438 | Use define-minor-mode and inline setup function into its sole caller. | ||
| 439 | (semantic-idle-scheduler-mode-setup) | ||
| 440 | (semantic-idle-summary-mode-setup): Inline into sole caller. | ||
| 441 | (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode): | ||
| 442 | Use define-minor-mode. | ||
| 443 | |||
| 444 | * semantic/decorate/mode.el (global-semantic-decoration-mode) | ||
| 445 | (semantic-decoration-mode): Use define-minor-mode. | ||
| 446 | (semantic-decoration-mode-setup): Inline into sole caller. | ||
| 447 | |||
| 448 | * ede/dired.el (ede-dired-minor-mode): Initialize in declaration. | ||
| 449 | (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p. | ||
| 450 | (ede-dired-add-to-target): Use dolist. | ||
| 451 | |||
| 452 | 2010-04-18 Chong Yidong <cyd@stupidchicken.com> | ||
| 453 | |||
| 454 | * ede/pmake.el (ede-proj-makefile-insert-variables): | ||
| 455 | Don't destroy list before using it. | ||
| 456 | |||
| 457 | 2010-04-29 Chong Yidong <cyd@stupidchicken.com> | ||
| 458 | |||
| 459 | * semantic.el (semantic-completion-at-point-function): | ||
| 460 | New function. | ||
| 461 | (semantic-mode): Use semantic-completion-at-point-function for | ||
| 462 | completion-at-point-functions instead. | ||
| 463 | |||
| 464 | 2010-04-28 Chong Yidong <cyd@stupidchicken.com> | ||
| 465 | |||
| 466 | * semantic.el (semantic-mode): When enabled, add | ||
| 467 | semantic-ia-complete-symbol to completion-at-point-functions. | ||
| 468 | |||
| 469 | * semantic/ia.el (semantic-ia-complete-symbol): Return nil | ||
| 470 | if Semantic is not active. | ||
| 471 | |||
| 472 | 2010-04-19 Chong Yidong <cyd@stupidchicken.com> | ||
| 473 | |||
| 474 | * ede/pmake.el (ede-proj-makefile-insert-variables): | ||
| 475 | Don't destroy list before using it. | ||
| 476 | |||
| 477 | 2010-04-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 478 | |||
| 479 | * semantic/imenu.el (semantic-imenu-bucketize-type-members) | ||
| 480 | (semantic-create-imenu-directory-index): Fix typos in docstrings. | ||
| 481 | (semantic-imenu-goto-function): Reflow docstring. | ||
| 482 | |||
| 483 | 2010-03-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 484 | |||
| 485 | * srecode/table.el (srecode-template-table): Fix docstring typo. | ||
| 486 | |||
| 487 | 2010-03-24 Glenn Morris <rgm@gnu.org> | ||
| 488 | |||
| 489 | * semantic/bovine/c.el (semantic-c-describe-environment): | ||
| 490 | Consistently check ede-object is bound throughout. | ||
| 491 | |||
| 492 | * ede/project-am.el (ede-shell-run-something): Declare. | ||
| 493 | |||
| 494 | 2010-03-13 Eric M. Ludlam <zappo@gnu.org> | ||
| 495 | |||
| 496 | * semantic/imenu.el: New file, from the CEDET repository | ||
| 497 | (Bug#5412). | ||
| 498 | |||
| 499 | 2010-03-06 Glenn Morris <rgm@gnu.org> | ||
| 500 | |||
| 501 | * semantic/grammar.el (semantic-grammar-header-template): | ||
| 502 | Update template copyright to GPLv3+. | ||
| 503 | |||
| 504 | 2010-02-28 Chong Yidong <cyd@stupidchicken.com> | ||
| 505 | |||
| 506 | * semantic/db-find.el | ||
| 507 | (semanticdb-find-translate-path-brutish-default): | ||
| 508 | * ede/make.el (ede-make-check-version): Use | ||
| 509 | with-current-buffer instead of save-excursion. | ||
| 510 | |||
| 511 | 2010-02-16 Chong Yidong <cyd@stupidchicken.com> | ||
| 512 | |||
| 513 | * data-debug.el (data-debug): Move to extensions group. | ||
| 514 | |||
| 515 | * ede.el (ede): | ||
| 516 | * srecode.el (srecode): | ||
| 517 | * semantic.el (semantic): Put in tools and extensions group. | ||
| 518 | |||
| 519 | 2010-02-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 520 | |||
| 521 | * ede.el (ede-run-target, project-delete-target) | ||
| 522 | (project-dist-files, ede-name, ede-documentation, ede-parent-project) | ||
| 523 | (ede-adebug-project, ede-adebug-project-parent) | ||
| 524 | (ede-adebug-project-root): Fix typos in docstrings. | ||
| 525 | |||
| 526 | 2010-01-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 527 | |||
| 528 | * ede/locate.el (ede-locate-file-in-project) | ||
| 529 | (ede-locate-file-in-project-impl): Fix typos in docstrings. | ||
| 530 | (ede-enable-locate-on-project): Fix typos in error messages. | ||
| 531 | |||
| 532 | * semantic/util-modes.el (semantic-unmatched-syntax-face) | ||
| 533 | (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format) | ||
| 534 | (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup) | ||
| 535 | (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings. | ||
| 536 | (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu): | ||
| 537 | Fix typos in menu help. | ||
| 538 | |||
| 539 | * semantic.el (semantic-require-version, semantic--buffer-cache) | ||
| 540 | (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook) | ||
| 541 | (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run) | ||
| 542 | (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time) | ||
| 543 | (semantic-parse-stream, semantic-parse-region) | ||
| 544 | (semantic-parse-region-default, semantic--set-buffer-cache) | ||
| 545 | (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe) | ||
| 546 | (semantic-bovinate-toplevel, semantic-load-system-cache-loaded) | ||
| 547 | (semantic-default-submodes): | ||
| 548 | * semantic/db-ebrowse.el (semanticdb-table-ebrowse) | ||
| 549 | (semanticdb-create-ebrowse-database) | ||
| 550 | (semanticdb-find-tags-for-completion-method) | ||
| 551 | (semanticdb-find-tags-by-class-method) | ||
| 552 | (semanticdb-deep-find-tags-by-name-method) | ||
| 553 | (semanticdb-deep-find-tags-for-completion-method): | ||
| 554 | * semantic/db-el.el (semanticdb-elisp-mapatom-collector) | ||
| 555 | (semanticdb-find-tags-by-name-method, emacs-lisp-mode) | ||
| 556 | (semanticdb-find-tags-for-completion-method) | ||
| 557 | (semanticdb-find-tags-by-class-method) | ||
| 558 | (semanticdb-deep-find-tags-for-completion-method): | ||
| 559 | * semantic/db-find.el (semanticdb-find-translate-path) | ||
| 560 | (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p) | ||
| 561 | (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector) | ||
| 562 | (semanticdb-find-tags-by-name-method) | ||
| 563 | (semanticdb-find-tags-by-name-regexp-method) | ||
| 564 | (semanticdb-find-tags-for-completion-method) | ||
| 565 | (semanticdb-find-tags-by-class-method) | ||
| 566 | (semanticdb-find-tags-external-children-of-type-method) | ||
| 567 | (semanticdb-find-tags-subclasses-of-type-method) | ||
| 568 | (semanticdb-deep-find-tags-by-name-method) | ||
| 569 | (semanticdb-deep-find-tags-by-name-regexp-method) | ||
| 570 | (semanticdb-deep-find-tags-for-completion-method): | ||
| 571 | * semantic/db-global.el (semanticdb-enable-gnu-global-hook) | ||
| 572 | (semanticdb-enable-gnu-global-in-buffer) | ||
| 573 | (semanticdb-find-tags-for-completion-method) | ||
| 574 | (semanticdb-deep-find-tags-by-name-method) | ||
| 575 | (semanticdb-deep-find-tags-for-completion-method): | ||
| 576 | * semantic/db-javascript.el (semanticdb-javascript-tags) | ||
| 577 | (javascript-mode, semanticdb-find-translate-path) | ||
| 578 | (semanticdb-find-tags-for-completion-method) | ||
| 579 | (semanticdb-find-tags-by-class-method) | ||
| 580 | (semanticdb-deep-find-tags-by-name-method) | ||
| 581 | (semanticdb-deep-find-tags-for-completion-method) | ||
| 582 | (semanticdb-find-tags-external-children-of-type-method): | ||
| 583 | * semantic/idle.el (semantic-idle-work-core-handler) | ||
| 584 | (define-semantic-idle-service, semantic-idle-summary-useful-context-p) | ||
| 585 | (global-semantic-idle-scheduler-mode): | ||
| 586 | * srecode/dictionary.el (srecode-field-value) | ||
| 587 | (srecode-dictionary-add-section-dictionary): | ||
| 588 | Fix typos in docstrings. | ||
| 589 | |||
| 590 | 2010-01-17 Glenn Morris <rgm@gnu.org> | ||
| 591 | |||
| 592 | * semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix. | ||
| 593 | |||
| 594 | 2010-01-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 595 | |||
| 596 | * semantic.el (semantic-mode): Fix typos in docstrings. | ||
| 597 | |||
| 598 | 2010-01-16 Mario Lang <mlang@delysid.org> | ||
| 599 | |||
| 600 | * ede/cpp-root.el (ede-cpp-root-project): | ||
| 601 | * ede/files.el (ede-expand-filename): | ||
| 602 | * ede/simple.el (ede-simple-project): | ||
| 603 | * semantic/complete.el (semantic-complete-read-tag-engine) | ||
| 604 | (semantic-complete-inline-tag-engine): | ||
| 605 | * semantic/db-el.el (semanticdb-equivalent-mode): | ||
| 606 | * semantic/db-global.el (semanticdb-equivalent-mode): | ||
| 607 | * semantic/db-javascript.el (semanticdb-equivalent-mode): | ||
| 608 | * semantic/db.el (semanticdb-equivalent-mode): | ||
| 609 | * semantic/decorate/include.el (semantic-decoration-unknown-include-describe): | ||
| 610 | * semantic/idle.el (semantic-idle-work-for-one-buffer): | ||
| 611 | Remove duplicated words in doc-strings. | ||
| 612 | |||
| 613 | 2010-01-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 614 | |||
| 615 | * semantic/edit.el (semantic-reparse-needed-change-hook) | ||
| 616 | (semantic-no-reparse-needed-change-hook): | ||
| 617 | * srecode/insert.el (srecode-resolve-argument-list) | ||
| 618 | (srecode-template-inserter-blank, srecode-template-inserter-variable) | ||
| 619 | (srecode-template-inserter-ask, srecode-template-inserter-width) | ||
| 620 | (srecode-template-inserter-section-start) | ||
| 621 | (srecode-template-inserter-section-end, srecode-insert-method): | ||
| 622 | |||
| 623 | 2010-01-12 Juanma Barranquero <lekktu@gmail.com> | ||
| 624 | |||
| 625 | * data-debug.el (data-debug): Fix customization group reference. | ||
| 626 | |||
| 627 | 2010-01-12 Juanma Barranquero <lekktu@gmail.com> | ||
| 628 | |||
| 629 | * semantic/analyze.el (semantic-analyze-push-error) | ||
| 630 | (semantic-analyze-context, semantic-analyze-context-assignment) | ||
| 631 | (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag): | ||
| 632 | * semantic/java.el (java-mode, semantic-tag-include-filename) | ||
| 633 | (semantic-java-doc-keywords-map): | ||
| 634 | * semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast) | ||
| 635 | (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region) | ||
| 636 | (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch) | ||
| 637 | (semantic-c-classname, semantic-format-tag-uml-prototype) | ||
| 638 | (semantic-c-dereference-namespace, semantic-analyze-type-constants): | ||
| 639 | * semantic/bovine/el.el (semantic-elisp-form-to-doc-string) | ||
| 640 | (semantic-emacs-lisp-obsoleted-doc, semantic-up-context) | ||
| 641 | (semantic-get-local-variables, semantic-end-of-command) | ||
| 642 | (semantic-beginning-of-command, semantic-ctxt-current-class-list) | ||
| 643 | (lisp-mode): | ||
| 644 | * semantic/bovine/make.el (makefile-mode): | ||
| 645 | * semantic/wisent/python.el (wisent-python-string-re) | ||
| 646 | (wisent-python-implicit-line-joining-p, wisent-python-forward-string) | ||
| 647 | (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line) | ||
| 648 | (semantic-lex, semantic-get-local-variables, python-mode): | ||
| 649 | * semantic/wisent/python-wy.el (wisent-python-wy--keyword-table): | ||
| 650 | * srecode/extract.el (srecode-extract-state-set) | ||
| 651 | (srecode-extract-method): Fix typos in docstrings. | ||
| 652 | |||
| 653 | 2010-01-10 Chong Yidong <cyd@stupidchicken.com> | ||
| 654 | |||
| 655 | * semantic.el (semantic-new-buffer-setup-functions): | ||
| 656 | Add python parser. | ||
| 657 | |||
| 658 | 2010-01-10 Richard Kim <emacs18@gmail.com> | ||
| 659 | |||
| 660 | * semantic/wisent/python-wy.el: | ||
| 661 | * semantic/wisent/python.el: New files. | ||
| 662 | |||
| 663 | 2010-01-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 664 | |||
| 665 | * semantic/db-typecache.el (semanticdb-typecache-find-default): | ||
| 666 | Fix typo in docstring. | ||
| 667 | |||
| 668 | 2009-12-14 Chong Yidong <cyd@stupidchicken.com> | ||
| 669 | |||
| 670 | * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode) | ||
| 671 | (semantic-mru-bookmark-mode): Doc fixes. | ||
| 672 | |||
| 673 | * semantic/db.el (semanticdb-cache-get): Use error instead | ||
| 674 | of assert. | ||
| 675 | |||
| 676 | 2009-12-05 Chong Yidong <cyd@stupidchicken.com> | ||
| 677 | |||
| 678 | * semantic/ia.el (semantic-ia-complete-symbol): | ||
| 679 | Make argument optional. | ||
| 680 | |||
| 681 | 2009-12-05 Eric Ludlam <zappo@gnu.org> | ||
| 682 | |||
| 683 | * semantic/bovine/c.el (semantic-c-describe-environment): | ||
| 684 | Describe project macro symbols. | ||
| 685 | |||
| 686 | * semantic/complete.el (semantic-complete-do-completion): | ||
| 687 | Don't call semantic-collector-current-exact-match. | ||
| 688 | |||
| 689 | * ede.el (ede-apply-preprocessor-map): Accept lists of | ||
| 690 | ede-objects as targets. | ||
| 691 | |||
| 692 | * ede/pmake.el (ede-proj-makefile-insert-variables): Output | ||
| 693 | a target's object list even if compiler vars are already in the | ||
| 694 | Makefile. | ||
| 695 | |||
| 696 | * ede/emacs.el (ede-preprocessor-map): Add config.h to the | ||
| 697 | list of headers producing necessary macros. | ||
| 698 | |||
| 699 | 2009-11-24 Glenn Morris <rgm@gnu.org> | ||
| 700 | |||
| 701 | * semantic/idle.el (global-semantic-idle-scheduler-mode): | ||
| 702 | Move after definition of global-semantic-idle-tag-highlight-mode. | ||
| 703 | |||
| 704 | 2009-11-22 Chong Yidong <cyd@stupidchicken.com> | ||
| 705 | |||
| 706 | * srecode/map.el (srecode-get-maps): | ||
| 707 | * semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag): | ||
| 708 | * semantic/wisent/comp.el (wisent-toggle-verbose-flag): | ||
| 709 | * semantic/decorate/mode.el (semantic-decoration-mode) | ||
| 710 | (semantic-toggle-decoration-style): | ||
| 711 | * semantic/decorate/include.el | ||
| 712 | (semantic-decoration-include-describe) | ||
| 713 | (semantic-decoration-unknown-include-describe) | ||
| 714 | (semantic-decoration-unparsed-include-describe) | ||
| 715 | (semantic-decoration-all-include-summary): | ||
| 716 | * semantic/bovine/c.el (semantic-c-debug-mode-init): | ||
| 717 | * semantic/analyze/complete.el | ||
| 718 | (semantic-analyze-possible-completions): | ||
| 719 | * semantic/util-modes.el (semantic-highlight-edits-mode) | ||
| 720 | (semantic-show-unmatched-syntax-mode) | ||
| 721 | (semantic-show-parser-state-mode, semantic-stickyfunc-mode) | ||
| 722 | (semantic-highlight-func-mode): | ||
| 723 | * semantic/util.el (semantic-describe-buffer): | ||
| 724 | * semantic/symref.el (semantic-symref-find-references-by-name) | ||
| 725 | (semantic-symref-find-tags-by-name) | ||
| 726 | (semantic-symref-find-tags-by-regexp) | ||
| 727 | (semantic-symref-find-tags-by-completion) | ||
| 728 | (semantic-symref-find-file-references-by-name) | ||
| 729 | (semantic-symref-find-text): | ||
| 730 | * semantic/senator.el (senator-copy-tag, senator-kill-tag) | ||
| 731 | (senator-yank-tag): | ||
| 732 | * semantic/scope.el (semantic-calculate-scope): | ||
| 733 | * semantic/mru-bookmark.el (semantic-mru-bookmark-mode): | ||
| 734 | * semantic/idle.el (semantic-idle-scheduler-mode) | ||
| 735 | (define-semantic-idle-service): | ||
| 736 | * semantic/complete.el (semantic-complete-analyze-inline) | ||
| 737 | (semantic-complete-analyze-inline-idle): | ||
| 738 | * semantic/analyze.el (semantic-analyze-current-context): | ||
| 739 | * mode-local.el (describe-mode-local-bindings) | ||
| 740 | (describe-mode-local-bindings-in-mode): | ||
| 741 | * ede/make.el (ede-make-check-version): | ||
| 742 | * ede/locate.el (ede-enable-locate-on-project): | ||
| 743 | * cedet-idutils.el (cedet-idutils-expand-filename) | ||
| 744 | (cedet-idutils-version-check): | ||
| 745 | * cedet-global.el (cedet-gnu-global-expand-filename) | ||
| 746 | (cedet-gnu-global-version-check): | ||
| 747 | * cedet-cscope.el (cedet-cscope-expand-filename) | ||
| 748 | (cedet-cscope-version-check): Use called-interactively-p instead | ||
| 749 | of interactive-p. | ||
| 750 | |||
| 751 | * semantic/ia.el (semantic-ia-completion-format-tag-function): | ||
| 752 | Use semantic-format-tag-prototype. | ||
| 753 | |||
| 754 | 2009-11-21 Chong Yidong <cyd@stupidchicken.com> | ||
| 755 | |||
| 756 | * semantic/complete.el (semantic-complete-read-tag-engine) | ||
| 757 | (semantic-complete-jump-local, semantic-complete-jump): | ||
| 758 | Improve prompt string. | ||
| 759 | |||
| 760 | 2009-11-20 Chong Yidong <cyd@stupidchicken.com> | ||
| 761 | |||
| 762 | * semantic/complete.el (semantic-complete-inline-map): Doc fix. | ||
| 763 | |||
| 764 | * semantic/idle.el (define-semantic-idle-service) | ||
| 765 | (semantic-idle-summary-mode, semantic-idle-completions): Doc fix. | ||
| 766 | |||
| 767 | 2009-11-20 Chong Yidong <cyd@stupidchicken.com> | ||
| 768 | |||
| 769 | * cedet.el (cedet-menu-map): Re-order menu items. | ||
| 770 | |||
| 771 | * semantic.el: Enable idle-mode menu items only if | ||
| 772 | global-semantic-idle-scheduler-mode is enabled. | ||
| 773 | (semantic-default-submodes): Doc fix. | ||
| 774 | |||
| 775 | * semantic/idle.el (global-semantic-idle-scheduler-mode): | ||
| 776 | When turning off, disable other idle modes. | ||
| 777 | |||
| 778 | 2009-11-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 779 | |||
| 780 | * semantic/idle.el (semantic-idle-summary-mode) | ||
| 781 | (semantic-idle-summary-mode): Define using define-minor-mode | ||
| 782 | instead of define-semantic-idle-service. | ||
| 783 | (semantic-idle-summary-mode): New function. | ||
| 784 | (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure | ||
| 785 | that mouse motion does not reset the echo area. | ||
| 786 | |||
| 787 | 2009-11-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 788 | |||
| 789 | * semantic/ctxt.el (semantic-get-local-variables): Disable | ||
| 790 | the progress reporter entirely. | ||
| 791 | |||
| 792 | 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 793 | |||
| 794 | * semantic/fw.el (semantic/loaddefs): | ||
| 795 | * srecode.el (srecode/loaddefs): | ||
| 796 | * ede.el (ede/loaddefs): Load rather than require. | ||
| 797 | * ede/cpp-root.el: | ||
| 798 | * ede/emacs.el: | ||
| 799 | * ede/files.el: | ||
| 800 | * ede/linux.el: | ||
| 801 | * ede/locate.el: | ||
| 802 | * ede/make.el: | ||
| 803 | * ede/shell.el: | ||
| 804 | * ede/speedbar.el: | ||
| 805 | * ede/system.el: | ||
| 806 | * ede/util.el: | ||
| 807 | * semantic/analyze.el: | ||
| 808 | * semantic/bovine.el: | ||
| 809 | * semantic/complete.el: | ||
| 810 | * semantic/ctxt.el: | ||
| 811 | * semantic/db-file.el: | ||
| 812 | * semantic/db-find.el: | ||
| 813 | * semantic/db-global.el: | ||
| 814 | * semantic/db-mode.el: | ||
| 815 | * semantic/db-typecache.el: | ||
| 816 | * semantic/db.el: | ||
| 817 | * semantic/debug.el: | ||
| 818 | * semantic/dep.el: | ||
| 819 | * semantic/doc.el: | ||
| 820 | * semantic/edit.el: | ||
| 821 | * semantic/find.el: | ||
| 822 | * semantic/format.el: | ||
| 823 | * semantic/html.el: | ||
| 824 | * semantic/ia-sb.el: | ||
| 825 | * semantic/ia.el: | ||
| 826 | * semantic/idle.el: | ||
| 827 | * semantic/lex-spp.el: | ||
| 828 | * semantic/lex.el: | ||
| 829 | * semantic/mru-bookmark.el: | ||
| 830 | * semantic/scope.el: | ||
| 831 | * semantic/senator.el: | ||
| 832 | * semantic/sort.el: | ||
| 833 | * semantic/symref.el: | ||
| 834 | * semantic/tag-file.el: | ||
| 835 | * semantic/tag-ls.el: | ||
| 836 | * semantic/tag-write.el: | ||
| 837 | * semantic/tag.el: | ||
| 838 | * semantic/util-modes.el: | ||
| 839 | * semantic/analyze/complete.el: | ||
| 840 | * semantic/analyze/refs.el: | ||
| 841 | * semantic/bovine/c.el: | ||
| 842 | * semantic/bovine/gcc.el: | ||
| 843 | * semantic/bovine/make.el: | ||
| 844 | * semantic/bovine/scm.el: | ||
| 845 | * semantic/decorate/include.el: | ||
| 846 | * semantic/decorate/mode.el: | ||
| 847 | * semantic/symref/cscope.el: | ||
| 848 | * semantic/symref/global.el: | ||
| 849 | * semantic/symref/grep.el: | ||
| 850 | * semantic/symref/idutils.el: | ||
| 851 | * semantic/symref/list.el: | ||
| 852 | * semantic/wisent/java-tags.el: | ||
| 853 | * semantic/wisent/javascript.el: | ||
| 854 | * srecode/compile.el: | ||
| 855 | * srecode/cpp.el: | ||
| 856 | * srecode/document.el: | ||
| 857 | * srecode/el.el: | ||
| 858 | * srecode/expandproto.el: | ||
| 859 | * srecode/getset.el: | ||
| 860 | * srecode/insert.el: | ||
| 861 | * srecode/java.el: | ||
| 862 | * srecode/map.el: | ||
| 863 | * srecode/mode.el: | ||
| 864 | * srecode/template.el: | ||
| 865 | * srecode/texi.el: Remove the file-local setting of | ||
| 866 | generated-autoload-feature. | ||
| 867 | |||
| 868 | 2009-11-03 Glenn Morris <rgm@gnu.org> | ||
| 869 | |||
| 870 | * mode-local.el (with-mode-local): Doc fix. | ||
| 871 | |||
| 872 | 2009-10-31 Chong Yidong <cyd@stupidchicken.com> | ||
| 873 | |||
| 874 | * cedet.el (cedet-menu-map): Remove Semantic and EDE menu | ||
| 875 | items. | ||
| 876 | |||
| 877 | * ede.el (ede-minor-mode): | ||
| 878 | * semantic.el (semantic-mode): Toggle menu separators. | ||
| 879 | |||
| 880 | 2009-10-31 Glenn Morris <rgm@gnu.org> | ||
| 881 | |||
| 882 | * semantic/tag.el (semantic--tag-link-list-to-buffer): | ||
| 883 | Use mapc rather than mapcar because the return value is never used. | ||
| 884 | |||
| 885 | * srecode/template.el, semantic/wisent/javascript.el: | ||
| 886 | * semantic/wisent/java-tags.el, semantic/texi.el: | ||
| 887 | * semantic/html.el: | ||
| 888 | Suppress harmless warnings about setting up semantic-imenu (not | ||
| 889 | part of Emacs) variables. | ||
| 890 | |||
| 891 | 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 892 | |||
| 893 | * srecode/srt-mode.el (semantic-analyze-possible-completions): | ||
| 894 | * semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag): | ||
| 895 | * semantic/symref/grep.el (semantic-symref-perform-search): | ||
| 896 | * semantic/bovine/gcc.el (semantic-gcc-query): | ||
| 897 | * semantic/bovine/c.el (semantic-c-parse-lexical-token): | ||
| 898 | * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons) | ||
| 899 | (semantic-analyzer-debug-global-symbol) | ||
| 900 | (semantic-analyzer-debug-missing-innertype) | ||
| 901 | (semantic-analyzer-debug-insert-include-summary): | ||
| 902 | * semantic/util.el (semantic-file-tag-table): | ||
| 903 | (semantic-describe-buffer-var-helper, semantic-something-to-tag-table) | ||
| 904 | (semantic-recursive-find-nonterminal-by-name): | ||
| 905 | * semantic/tag-ls.el (semantic-tag-calculate-parent-default): | ||
| 906 | * semantic/tag-file.el (semantic-prototype-file): | ||
| 907 | * semantic/symref.el (semantic-symref-parse-tool-output): | ||
| 908 | * semantic/sb.el (semantic-sb-fetch-tag-table): | ||
| 909 | * semantic/lex-spp.el (semantic-lex-spp-lex-text-string): | ||
| 910 | * semantic/idle.el (semantic-idle-work-for-one-buffer): | ||
| 911 | (semantic-idle-summary-maybe-highlight): | ||
| 912 | * semantic/ia-sb.el (semantic-ia-speedbar) | ||
| 913 | (semantic-ia-sb-tag-info): | ||
| 914 | * semantic/grammar.el (semantic-analyze-possible-completions): | ||
| 915 | * semantic/find.el (semantic-brute-find-tag-by-position): | ||
| 916 | * semantic/ede-grammar.el (project-compile-target): | ||
| 917 | (ede-proj-makefile-insert-variables): | ||
| 918 | * semantic/debug.el (semantic-debug-set-parser-location): | ||
| 919 | (semantic-debug-set-source-location, semantic-debug-interface-layout) | ||
| 920 | (semantic-debug-mode, semantic-debug): | ||
| 921 | * semantic/db.el (semanticdb-needs-refresh-p): | ||
| 922 | * semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer): | ||
| 923 | * semantic/db-javascript.el (semanticdb-equivalent-mode): | ||
| 924 | * semantic/db-find.el (semanticdb-find-log-new-search) | ||
| 925 | (semanticdb-find-translate-path-includes--internal) | ||
| 926 | (semanticdb-reset-log, semanticdb-find-log-activity): | ||
| 927 | * semantic/db-file.el (object-write): | ||
| 928 | * semantic/db-el.el (semanticdb-equivalent-mode): | ||
| 929 | * semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p) | ||
| 930 | (semanticdb-create-ebrowse-database): | ||
| 931 | * semantic/db-debug.el (semanticdb-table-sanity-check): | ||
| 932 | * semantic/complete.el (semantic-displayor-focus-request) | ||
| 933 | (semantic-collector-calculate-completions-raw) | ||
| 934 | (semantic-complete-read-tag-analyzer): | ||
| 935 | * semantic/analyze.el (semantic-analyze-pulse): | ||
| 936 | * ede/util.el (ede-update-version-in-source): | ||
| 937 | * ede/proj.el (project-delete-target): | ||
| 938 | * ede/proj-elisp.el (ede-update-version-in-source) | ||
| 939 | (ede-proj-flush-autoconf): | ||
| 940 | * ede/pconf.el (ede-proj-configure-synchronize) | ||
| 941 | (ede-proj-configure-synchronize): | ||
| 942 | * ede/locate.el (ede-locate-file-in-project-impl): | ||
| 943 | * ede/linux.el (ede-linux-version): | ||
| 944 | * ede/emacs.el (ede-emacs-version): | ||
| 945 | * ede/dired.el (ede-dired-add-to-target): | ||
| 946 | * ede.el (ede-buffer-header-file, ede-find-target) | ||
| 947 | (ede-buffer-documentation-files, ede-project-buffers, ede-set) | ||
| 948 | (ede-target-buffers, ede-buffers, ede-make-project-local-variable): | ||
| 949 | * cedet-idutils.el (cedet-idutils-fnid-call): | ||
| 950 | (cedet-idutils-lid-call, cedet-idutils-expand-filename) | ||
| 951 | (cedet-idutils-version-check): | ||
| 952 | * cedet-global.el (cedet-gnu-global-call): | ||
| 953 | (cedet-gnu-global-expand-filename, cedet-gnu-global-root) | ||
| 954 | (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits): | ||
| 955 | * cedet-cscope.el (cedet-cscope-call) | ||
| 956 | (cedet-cscope-expand-filename, cedet-cscope-version-check): | ||
| 957 | Use with-current-buffer. | ||
| 958 | * ede.el (ede-make-project-local-variable) | ||
| 959 | (ede-set-project-variables, ede-set): Use dolist. | ||
| 960 | |||
| 961 | 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 962 | |||
| 963 | * mode-local.el (make-obsolete-overload): Add `when' argument. | ||
| 964 | (overload-docstring-extension): Use that info. | ||
| 965 | * semantic/fw.el (semantic-alias-obsolete): Pass the `when' info. | ||
| 966 | * semantic/idle.el (semantic-eldoc-current-symbol-info): | ||
| 967 | * semantic/tag-ls.el (semantic-nonterminal-protection) | ||
| 968 | (semantic-nonterminal-abstract, semantic-nonterminal-leaf) | ||
| 969 | (semantic-nonterminal-full-name): Add the new `when' info. | ||
| 970 | * semantic/decorate/mode.el (semantic/decorate): Require CL for | ||
| 971 | `assert'. | ||
| 972 | |||
| 973 | 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 974 | |||
| 975 | * semantic/fw.el (semantic-alias-obsolete) | ||
| 976 | (semantic-varalias-obsolete): Make the `when' arg mandatory. | ||
| 977 | (define-mode-overload-implementation): | ||
| 978 | * semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks): | ||
| 979 | * semantic/wisent.el (wisent-lex-make-token-table): | ||
| 980 | * semantic/util.el (semantic-file-token-stream) | ||
| 981 | (semantic-something-to-stream): | ||
| 982 | * semantic/tag.el (semantic-tag-make-assoc-list) | ||
| 983 | (semantic-expand-nonterminal): | ||
| 984 | * semantic/tag-file.el (semantic-find-nonterminal) | ||
| 985 | (semantic-find-dependency, semantic-find-nonterminal) | ||
| 986 | (semantic-find-dependency): | ||
| 987 | * semantic/lex.el (semantic-flex-start, semantic-flex-end) | ||
| 988 | (semantic-flex-text, semantic-flex-make-keyword-table) | ||
| 989 | (semantic-flex-keyword-p, semantic-flex-keyword-put) | ||
| 990 | (semantic-flex-keyword-get, semantic-flex-map-keywords) | ||
| 991 | (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list): | ||
| 992 | * semantic/java.el (semantic-java-prototype-nonterminal): | ||
| 993 | * semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks) | ||
| 994 | (semantic-after-idle-scheduler-reparse-hooks): | ||
| 995 | * semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks): | ||
| 996 | * semantic/db-mode.el (semanticdb-mode-hooks): | ||
| 997 | * semantic.el (semantic-toplevel-bovine-table) | ||
| 998 | (semantic-toplevel-bovine-cache) | ||
| 999 | (semantic-before-toplevel-bovination-hook, semantic-init-hooks) | ||
| 1000 | (semantic-init-mode-hooks, semantic-init-db-hooks) | ||
| 1001 | (semantic-bovination-working-type): Provide the `when' arg. | ||
| 1002 | |||
| 1003 | 2009-10-24 Chong Yidong <cyd@stupidchicken.com> | ||
| 1004 | |||
| 1005 | * semantic/util.el (semantic-recursive-find-nonterminal-by-name): | ||
| 1006 | * semantic/tag.el (semantic-token-type-parent): Add WHEN | ||
| 1007 | argument to make-obsolete. | ||
| 1008 | |||
| 1009 | * semantic/fw.el (semantic-alias-obsolete) | ||
| 1010 | (semantic-varalias-obsolete): Add optional WHEN argument. | ||
| 1011 | |||
| 1012 | 2009-10-21 Eric Ludlam <zappo@gnu.org> | ||
| 1013 | |||
| 1014 | * semantic/bovine/c.el (semantic-c-debug-mode-init) | ||
| 1015 | (semantic-c-debug-mode-init-pch): New functions. | ||
| 1016 | (semantic-c-debug-mode-init-last-mode): New var. | ||
| 1017 | (semantic-c-parse-lexical-token): Use them. | ||
| 1018 | |||
| 1019 | * semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace): | ||
| 1020 | When extracting the argument list, limit only by point-max. | ||
| 1021 | |||
| 1022 | 2009-10-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 1023 | |||
| 1024 | * srecode/srt.el: | ||
| 1025 | * srecode/compile.el: | ||
| 1026 | * semantic/mru-bookmark.el: | ||
| 1027 | * semantic/debug.el: | ||
| 1028 | * semantic/complete.el: | ||
| 1029 | * semantic/analyze.el: Require CL when compiling. | ||
| 1030 | |||
| 1031 | 2009-10-17 Eric Ludlam <zappo@gnu.org> | ||
| 1032 | |||
| 1033 | * semantic/scope.el | ||
| 1034 | (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of | ||
| 1035 | tmpscope so that the regular scope will continue to work. | ||
| 1036 | |||
| 1037 | * semantic/idle.el (semantic-idle-tag-highlight): | ||
| 1038 | Use semantic-idle-summary-highlight-face as the highlighting. | ||
| 1039 | |||
| 1040 | * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer | ||
| 1041 | contains multibyte characters, choose first applicable coding | ||
| 1042 | system automatically. | ||
| 1043 | |||
| 1044 | * ede/project-am.el (project-run-target): New method. | ||
| 1045 | (project-run-target): New method. | ||
| 1046 | |||
| 1047 | * ede.el (ede-target): Add run target menu item. | ||
| 1048 | (ede-project, ede-minor-keymap): Add ede-run-target binding. | ||
| 1049 | (ede-run-target): New function. | ||
| 1050 | (ede-target::project-run-target): New method. | ||
| 1051 | |||
| 1052 | * ede/proj.el (project-run-target): New method. | ||
| 1053 | |||
| 1054 | * ede/proj-shared.el (ede-gcc-libtool-shared-compiler) | ||
| 1055 | (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS. | ||
| 1056 | Add :rules. | ||
| 1057 | (ede-proj-target-makefile-shared-object): Only libtool compilers | ||
| 1058 | now available. Add linkers for libtool. | ||
| 1059 | (ede-cc-linker-libtool, ede-g++-linker-libtool): New. | ||
| 1060 | (ede-proj-makefile-target-name): Always use .la extension. | ||
| 1061 | |||
| 1062 | * ede/proj-prog.el (project-run-target): New method. | ||
| 1063 | |||
| 1064 | * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker. | ||
| 1065 | (ede-g++-linker): Change Change link lines. | ||
| 1066 | |||
| 1067 | * ede/pmake.el (ede-pmake-insert-variable-shared): | ||
| 1068 | When searching for old variables, go to the end of the buffer and | ||
| 1069 | search backward from there. | ||
| 1070 | (ede-proj-makefile-automake-insert-subdirs) | ||
| 1071 | (ede-proj-makefile-automake-insert-extradist): New methods. | ||
| 1072 | (ede-proj-makefile-create): Use them. | ||
| 1073 | |||
| 1074 | * ede/pconf.el (ede-proj-configure-test-required-file): | ||
| 1075 | Force FILE to expand to the current target. Use file-exists-p to | ||
| 1076 | check that it exists. | ||
| 1077 | |||
| 1078 | * ede/linux.el (ede-linux-version): Don't call "head". | ||
| 1079 | (ede-linux-load): Wrap dir in file-name-as-directory. | ||
| 1080 | Set :version slot. | ||
| 1081 | |||
| 1082 | * ede/files.el (ede-get-locator-object): When enabling | ||
| 1083 | locate, do so on "top". | ||
| 1084 | |||
| 1085 | * ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in | ||
| 1086 | file-name-as-directory during compare. | ||
| 1087 | (ede-emacs-version): Return Emacs/XEmacs differentiator. | ||
| 1088 | Get version number from different places. Don't call egrep. | ||
| 1089 | (ede-emacs-load): Set :version slot. Call file-name-as-directory | ||
| 1090 | to set the directory. | ||
| 1091 | |||
| 1092 | * ede/shell.el: New file. | ||
| 1093 | |||
| 1094 | * inversion.el (inversion-decoders): Allow for stray . in | ||
| 1095 | alpha/beta variants. | ||
| 1096 | |||
| 1097 | 2009-10-17 Glenn Morris <rgm@gnu.org> | ||
| 1098 | |||
| 1099 | * semantic/grammar.el (semantic-grammar--lex-delim-spec): | ||
| 1100 | All errors should have messages. | ||
| 1101 | |||
| 1102 | 2009-10-10 Sascha Wilde <wilde@sha-bang.de> | ||
| 1103 | |||
| 1104 | * ede/proj-shared.el (ede-proj-makefile-target-name): | ||
| 1105 | Use .la for Automake. | ||
| 1106 | |||
| 1107 | 2009-10-09 Chong Yidong <cyd@stupidchicken.com> | ||
| 1108 | |||
| 1109 | * ede/pconf.el (ede-proj-configure-synchronize): | ||
| 1110 | Use "autoreconf -i". Suggested by Andreas Schwab. | ||
| 1111 | |||
| 1112 | 2009-10-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 1113 | |||
| 1114 | * ede/proj.el (project-make-dist, project-compile-project): | ||
| 1115 | Fix filename test. | ||
| 1116 | (ede-proj-dist-makefile): Use expand-file-name instead of concat | ||
| 1117 | to expand file names. | ||
| 1118 | |||
| 1119 | 2009-10-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 1120 | |||
| 1121 | * ede/proj-obj.el (ede-gcc-linker): New var. | ||
| 1122 | (ede-proj-target-makefile-objectcode): Use it. | ||
| 1123 | |||
| 1124 | * ede/source.el (ede-want-any-source-files-p) | ||
| 1125 | (ede-want-any-auxiliary-files-p, ede-want-any-files-p): | ||
| 1126 | Return search result. This error was introduced while merging. | ||
| 1127 | |||
| 1128 | 2009-10-04 Chong Yidong <cyd@stupidchicken.com> | ||
| 1129 | |||
| 1130 | * semantic.el (semantic-new-buffer-setup-functions): New option. | ||
| 1131 | (semantic-new-buffer-fcn): Call parser setup functions here. | ||
| 1132 | (semantic-mode): Don't call parser setup functions here, it's done | ||
| 1133 | in semantic-new-buffer-fcn now. | ||
| 1134 | (semantic-mode): Parse all existing buffers when enabled. | ||
| 1135 | |||
| 1136 | * srecode/compile.el (srecode-compile-file): | ||
| 1137 | Call semantic-new-buffer-fcn if the buffer has not been parsed. | ||
| 1138 | |||
| 1139 | 2009-10-04 Chong Yidong <cyd@stupidchicken.com> | ||
| 1140 | |||
| 1141 | * ede/pmake.el (ede-pmake-insert-variable-once): Delete. | ||
| 1142 | |||
| 1143 | * ede/proj-comp.el: Don't require ede/pmake at toplevel. | ||
| 1144 | (proj-comp-insert-variable-once): New macro, renamed from | ||
| 1145 | ede-pmake-insert-variable-once in ede/pmake.edl. | ||
| 1146 | (ede-proj-makefile-insert-variables): Use it. | ||
| 1147 | |||
| 1148 | 2009-10-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 1149 | |||
| 1150 | * ede/makefile-edit.el (makefile-beginning-of-command) | ||
| 1151 | (makefile-end-of-command): | ||
| 1152 | * srecode/srt-mode.el (semantic-beginning-of-context) | ||
| 1153 | (semantic-end-of-context): Fix previous change. Doc fixes. | ||
| 1154 | |||
| 1155 | 2009-10-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 1156 | |||
| 1157 | * ede/makefile-edit.el (makefile-beginning-of-command) | ||
| 1158 | (makefile-end-of-command): | ||
| 1159 | * semantic/lex.el (semantic-lex-token): | ||
| 1160 | * semantic/analyze/fcn.el | ||
| 1161 | (semantic-analyze-dereference-metatype-1): | ||
| 1162 | * semantic/bovine/c.el (semantic-lex-cpp-define) | ||
| 1163 | (semantic-lex-cpp-undef): | ||
| 1164 | * semantic/wisent/wisent.el (wisent-skip-block): | ||
| 1165 | * srecode/srt-mode.el (semantic-beginning-of-context) | ||
| 1166 | (semantic-end-of-context): Fix typos in docstrings. | ||
| 1167 | |||
| 1168 | 2009-10-04 Chong Yidong <cyd@stupidchicken.com> | ||
| 1169 | |||
| 1170 | * ede.el (ede-project-placeholder-cache-file): | ||
| 1171 | * semantic/db-file.el (semanticdb-default-save-directory): | ||
| 1172 | * srecode/map.el (srecode-map-save-file): | ||
| 1173 | Use locate-user-emacs-file. Suggested by Juanma Barranquero. | ||
| 1174 | |||
| 1175 | 2009-10-03 Chong Yidong <cyd@stupidchicken.com> | ||
| 1176 | |||
| 1177 | * srecode/insert.el: Require srecode/args. | ||
| 1178 | |||
| 1179 | * srecode/args.el: Require srecode/dictionary instead of | ||
| 1180 | srecode/insert. | ||
| 1181 | |||
| 1182 | * srecode/srt-mode.el (srecode-template-mode): Doc fix. | ||
| 1183 | |||
| 1184 | * files.el (auto-mode-alist): Add .srt and Project.ede. | ||
| 1185 | |||
| 1186 | * semantic.el (semantic-mode): | ||
| 1187 | Handle srecode-template-mode-hook as well. | ||
| 1188 | (semantic-mode): Use js-mode-hook for Javascript hook. | ||
| 1189 | |||
| 1190 | * srecode/template.el: Remove hook variable. | ||
| 1191 | |||
| 1192 | * ede/proj-comp.el: Require ede/pmake when compiling. | ||
| 1193 | |||
| 1194 | * ede.el (ede-target-forms-menu): Don't enable if no | ||
| 1195 | projects exist. | ||
| 1196 | (ede-project-placeholder-cache-file): Default to a file in | ||
| 1197 | user-emacs-directory. | ||
| 1198 | |||
| 1199 | * srecode/map.el (srecode-map-base-template-dir): Look for | ||
| 1200 | templates in data-directory. | ||
| 1201 | (srecode-map-save-file): Default to a file in user-emacs-directory. | ||
| 1202 | |||
| 1203 | * ede/srecode.el (ede-srecode-setup): Use default templates | ||
| 1204 | directory. | ||
| 1205 | |||
| 1206 | 2009-09-30 Eric Ludlam <zappo@gnu.org> | ||
| 1207 | |||
| 1208 | * semantic/util-modes.el (semantic-highlight-func-mode): | ||
| 1209 | Doc fix. | ||
| 1210 | |||
| 1211 | * ede/proj-comp.el (ede-proj-makefile-insert-variables): | ||
| 1212 | Only insert each variable once. | ||
| 1213 | |||
| 1214 | * ede/pmake.el (ede-pmake-insert-variable-once): New macro. | ||
| 1215 | (ede-pmake-insert-variable-shared): Use it. | ||
| 1216 | |||
| 1217 | * ede/cpp-root.el (ede-preprocessor-map): Do not deref table | ||
| 1218 | for lexical table iff table is nil. | ||
| 1219 | |||
| 1220 | 2009-10-01 Glenn Morris <rgm@gnu.org> | ||
| 1221 | |||
| 1222 | * semantic/bovine/gcc.el | ||
| 1223 | (semantic-c-reset-preprocessor-symbol-map): Fix declaration. | ||
| 1224 | (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes. | ||
| 1225 | |||
| 1226 | 2009-10-03 Glenn Morris <rgm@gnu.org> | ||
| 1227 | |||
| 1228 | * semantic/db-find.el (data-debug-insert-tag-list): Comment out | ||
| 1229 | declaration, currently false. | ||
| 1230 | |||
| 1231 | 2009-10-01 Glenn Morris <rgm@gnu.org> | ||
| 1232 | |||
| 1233 | * cedet-files.el (cedet-directory-name-to-file-name): | ||
| 1234 | * cedet-idutils.el (cedet-idutils-search) | ||
| 1235 | (cedet-idutils-expand-filename, cedet-idutils-support-for-directory) | ||
| 1236 | (cedet-idutils-version-check): | ||
| 1237 | * cedet.el (cedet-version): | ||
| 1238 | * data-debug.el (data-debug-insert-overlay-button) | ||
| 1239 | (data-debug-insert-overlay-list-button) | ||
| 1240 | (data-debug-insert-buffer-button) | ||
| 1241 | (data-debug-insert-buffer-list-button) | ||
| 1242 | (data-debug-insert-process-button, data-debug-insert-ring-button) | ||
| 1243 | (data-debug-insert-widget, data-debug-insert-stuff-list-button) | ||
| 1244 | (data-debug-insert-stuff-vector-button) | ||
| 1245 | (data-debug-insert-symbol-button, data-debug-insert-string) | ||
| 1246 | (data-debug-insert-number, data-debug-insert-lambda-expression) | ||
| 1247 | (data-debug-insert-nil, data-debug-insert-simple-thing) | ||
| 1248 | (data-debug-insert-custom, data-debug-edebug-expr): | ||
| 1249 | * ede.el (ede-auto-add-method, ede-project-class-files) | ||
| 1250 | (global-ede-mode-map, ede-new, ede-debug-target) | ||
| 1251 | (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set): | ||
| 1252 | * semantic.el (semantic-minimum-working-buffer-size) | ||
| 1253 | (semantic-fetch-tags, semantic-submode-list) | ||
| 1254 | (semantic-default-submodes): | ||
| 1255 | * ede/source.el (ede-source-match): | ||
| 1256 | * ede/project-am.el (project-am-type-alist, project-add-file) | ||
| 1257 | (project-am-package-info): | ||
| 1258 | * ede/proj.el (ede-proj-target, project-new-target): | ||
| 1259 | * ede/proj-elisp.el (ede-proj-tweak-autoconf): | ||
| 1260 | * ede/proj-comp.el (ede-current-build-list): | ||
| 1261 | * ede/makefile-edit.el (makefile-move-to-macro): | ||
| 1262 | * ede/files.el (ede-toplevel-project-or-nil): | ||
| 1263 | * ede/cpp-root.el (initialize-instance): | ||
| 1264 | * ede/autoconf-edit.el (autoconf-find-last-macro) | ||
| 1265 | (autoconf-parameter-strip, autoconf-insert-new-macro): | ||
| 1266 | * semantic/wisent.el (wisent-lex-eoi): | ||
| 1267 | * semantic/util-modes.el (global-semantic-show-parser-state-mode) | ||
| 1268 | (semantic-show-parser-state-mode): | ||
| 1269 | * semantic/texi.el (semantic-texi-environment-regexp): | ||
| 1270 | * semantic/tag.el (semantic-tag-new-variable) | ||
| 1271 | (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy) | ||
| 1272 | (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value) | ||
| 1273 | (semantic--tag-deep-copy-tag-list) | ||
| 1274 | (semantic-tag-components-with-overlays-default): | ||
| 1275 | * semantic/symref.el (semantic-symref-find-text): | ||
| 1276 | * semantic/senator.el (senator-yank-tag) | ||
| 1277 | (senator-transpose-tags-up): | ||
| 1278 | * semantic/scope.el (semantic-analyze-scoped-tags-default) | ||
| 1279 | (semantic-analyze-scoped-inherited-tags, semantic-scope-find): | ||
| 1280 | * semantic/sb.el (semantic-sb-autoexpand-length): | ||
| 1281 | * semantic/lex.el (semantic-lex-comment-regex) | ||
| 1282 | (semantic-lex-maximum-depth, define-lex, semantic-lex-token) | ||
| 1283 | (semantic-lex-unterminated-syntax-protection, define-lex-analyzer): | ||
| 1284 | * semantic/lex-spp.el | ||
| 1285 | (semantic-lex-spp-dynamic-macro-symbol-obarray-stack) | ||
| 1286 | (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt): | ||
| 1287 | * semantic/idle.el | ||
| 1288 | (semantic-idle-summary-current-symbol-info-brutish) | ||
| 1289 | (semantic-idle-summary-current-symbol-info-default): | ||
| 1290 | * semantic/grammar.el (semantic-grammar-recreate-package) | ||
| 1291 | (semantic--grammar-macro-compl-dict): | ||
| 1292 | * semantic/grammar-wy.el (semantic-grammar-wy--parse-table): | ||
| 1293 | * semantic/format.el (semantic-format-tag-custom-list) | ||
| 1294 | (semantic-format-tag-canonical-name-default): | ||
| 1295 | * semantic/find.el (semantic-find-tag-by-overlay-in-region) | ||
| 1296 | (semantic-find-tags-for-completion) | ||
| 1297 | (semantic-find-tags-by-scope-protection-default) | ||
| 1298 | (semantic-deep-find-tags-for-completion): | ||
| 1299 | * semantic/edit.el | ||
| 1300 | (semantic-edits-incremental-reparse-failed-hook) | ||
| 1301 | (semantic-edits-verbose-flag, semantic-edits-assert-valid-region) | ||
| 1302 | (semantic-edits-splice-remove, semantic-edits-splice-replace): | ||
| 1303 | * semantic/doc.el (semantic-documentation-comment-preceeding-tag): | ||
| 1304 | * semantic/dep.el (semantic-dependency-include-path): | ||
| 1305 | * semantic/db.el (semanticdb-default-find-index-class) | ||
| 1306 | (semanticdb-match-any-mode, semanticdb-with-match-any-mode) | ||
| 1307 | (semanticdb-project-roots): | ||
| 1308 | * semantic/db-find.el (semanticdb-implied-include-tags) | ||
| 1309 | (semanticdb-find-adebug-insert-scanned-tag-cons) | ||
| 1310 | (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc) | ||
| 1311 | (semanticdb-brute-deep-find-tags-for-completion): | ||
| 1312 | * semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table): | ||
| 1313 | * semantic/ctxt.el (semantic-beginning-of-context-default) | ||
| 1314 | (semantic-end-of-context-default) | ||
| 1315 | (semantic-ctxt-current-function-default) | ||
| 1316 | (semantic-ctxt-scoped-types-default): | ||
| 1317 | * semantic/complete.el (semantic-complete-read-tag-engine) | ||
| 1318 | (semantic-complete-inline-tag-engine) | ||
| 1319 | (semantic-complete-inline-custom-type) | ||
| 1320 | (semantic-complete-read-tag-analyzer): | ||
| 1321 | * semantic/chart.el (semantic-chart-tags-by-class) | ||
| 1322 | (semantic-chart-database-size): | ||
| 1323 | * semantic/analyze.el (semantic-analyze-current-symbol) | ||
| 1324 | (semantic-analyze-current-context): | ||
| 1325 | * semantic/symref/list.el (semantic-symref) | ||
| 1326 | (semantic-symref-hide-buffer, semantic-symref-symbol): | ||
| 1327 | * semantic/symref/grep.el (semantic-symref-grep-use-template): | ||
| 1328 | * semantic/symref/filter.el (semantic-symref-hits-in-region): | ||
| 1329 | * semantic/bovine/el.el (semantic-elisp-form-to-doc-string): | ||
| 1330 | * semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map) | ||
| 1331 | (semantic-c-parse-token-hack-depth, semantic-c--template-name-1) | ||
| 1332 | (semantic-c-dereference-template): | ||
| 1333 | * semantic/analyze/refs.el (semantic--analyze-refs-full-lookup) | ||
| 1334 | (semantic--analyze-refs-full-lookup-with-parents) | ||
| 1335 | (semantic--analyze-refs-full-lookup-simple): | ||
| 1336 | * semantic/analyze/complete.el | ||
| 1337 | (semantic-analyze-possible-completions): | ||
| 1338 | * srecode/table.el (srecode-mode-table-new): | ||
| 1339 | * srecode/srt.el (srecode-read-variable-name): | ||
| 1340 | * srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p): | ||
| 1341 | * srecode/semantic.el (srecode-semantic-handle-:tag) | ||
| 1342 | (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag): | ||
| 1343 | * srecode/map.el (srecode-current-map): | ||
| 1344 | * srecode/insert.el (srecode-insert) | ||
| 1345 | (srecode-insert-variable-secondname-handler, srecode-insert-method) | ||
| 1346 | (srecode-template-inserter-point-override) | ||
| 1347 | (srecode-insert-include-lookup): | ||
| 1348 | * srecode/getset.el (srecode-auto-choose-class): | ||
| 1349 | * srecode/extract.el (srecode-inserter-extract): | ||
| 1350 | * srecode/document.el | ||
| 1351 | (srecode-document-autocomment-return-last-alist) | ||
| 1352 | (srecode-document-autocomment-param-type-alist) | ||
| 1353 | (srecode-document-insert-function-comment) | ||
| 1354 | (srecode-document-insert-variable-one-line-comment) | ||
| 1355 | (srecode-document-function-name-comment): | ||
| 1356 | * srecode/dictionary.el (srecode-create-dictionary) | ||
| 1357 | (srecode-compound-toString): | ||
| 1358 | * srecode/compile.el (srecode-flush-active-templates): | ||
| 1359 | * srecode/args.el (srecode-semantic-handle-:blank): | ||
| 1360 | Doc/message fixes. | ||
| 1361 | |||
| 1362 | 2009-10-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 1363 | |||
| 1364 | * semantic/wisent/javat-wy.el | ||
| 1365 | (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@. | ||
| 1366 | |||
| 1367 | 2009-09-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 1368 | |||
| 1369 | * srecode/expandproto.el: Fix provide statement. | ||
| 1370 | |||
| 1371 | 2009-09-30 Eric Ludlam <zappo@gnu.org> | ||
| 1372 | |||
| 1373 | * emacs-lisp/eieio.el (boolean-p): Delete. | ||
| 1374 | |||
| 1375 | 2009-09-30 Sascha Wilde <wilde@sha-bang.de> | ||
| 1376 | |||
| 1377 | * ede/srecode.el: Fix provide statement. | ||
| 1378 | |||
| 1379 | 2009-09-30 Glenn Morris <rgm@gnu.org> | ||
| 1380 | |||
| 1381 | * ede/proj.el (ede-proj-target-makefile-miscelaneous): | ||
| 1382 | * ede/proj-aux.el (ede-aux-source): | ||
| 1383 | * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous) | ||
| 1384 | (ede-misc-source): | ||
| 1385 | * semantic/mru-bookmark.el (semantic-mrub-completing-read) | ||
| 1386 | (semantic-mrub-switch-tags): Fix doc typos. | ||
| 1387 | |||
| 1388 | * semantic/db-global.el (data-debug-new-buffer) | ||
| 1389 | (data-debug-insert-thing): Remove unneeded declarations (one broken). | ||
| 1390 | (semanticdb-enable-gnu-global-databases): Fix prompt typo. | ||
| 1391 | |||
| 1392 | * semantic/analyze/fcn.el (semantic-scope-find): Fix declaration. | ||
| 1393 | |||
| 1394 | * semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime | ||
| 1395 | use of CL function `remove-if-not'. | ||
| 1396 | |||
| 1397 | 2009-09-29 Glenn Morris <rgm@gnu.org> | ||
| 1398 | |||
| 1399 | * semantic/symref/idutils.el: | ||
| 1400 | * semantic/symref/list.el: Relicense under GPLv3+. | ||
| 1401 | |||
| 1402 | * ede/srecode.el (srecode-resolve-arguments): Fix declaration. | ||
| 1403 | |||
| 1404 | * semantic/complete.el (semantic-displayor-focus-abstract-child-p): | ||
| 1405 | * semantic/tag-file.el (semanticdb-table-child-p): | ||
| 1406 | * srecode/compile.el (srecode-template-inserter-newline-child-p): | ||
| 1407 | Mark declarations not understood by check-declare. | ||
| 1408 | |||
| 1409 | 2009-09-28 Eric Ludlam <zappo@gnu.org> | ||
| 1410 | |||
| 1411 | CEDET (development tools) package merged. | ||
| 1412 | |||
| 1413 | * *.el: | ||
| 1414 | * ede/*.el: | ||
| 1415 | * semantic/*.el: | ||
| 1416 | * srecode/*.el: New files. | ||
| 1417 | |||
| 1418 | 2009-09-28 Eric Ludlam <zappo@gnu.org> | ||
| 1419 | |||
| 1420 | * emacs-lisp/chart.el: | ||
| 1421 | * emacs-lisp/eieio-base.el: | ||
| 1422 | * emacs-lisp/eieio-comp.el: | ||
| 1423 | * emacs-lisp/eieio-custom.el: | ||
| 1424 | * emacs-lisp/eieio-datadebug.el: | ||
| 1425 | * emacs-lisp/eieio-opt.el: | ||
| 1426 | * emacs-lisp/eieio-speedbar.el: | ||
| 1427 | * emacs-lisp/eieio.el: New files. | ||
| 1428 | |||
| 1429 | * cedet-cscope.el: | ||
| 1430 | * cedet-files.el: | ||
| 1431 | * cedet-global.el: | ||
| 1432 | * cedet-idutils.el: | ||
| 1433 | * data-debug.el: | ||
| 1434 | * inversion.el: | ||
| 1435 | * mode-local.el: | ||
| 1436 | * pulse.el: New files. | ||