aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet
diff options
context:
space:
mode:
authorJuanma Barranquero2014-03-03 05:57:26 +0100
committerJuanma Barranquero2014-03-03 05:57:26 +0100
commit35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099 (patch)
treee62433e0952c3192f466f1334180683d6334f8c3 /lisp/cedet
parent542a38406dd041c1870760c792e0d05e1d0d9e39 (diff)
downloademacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.tar.gz
emacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.zip
*/ChangeLog: Trivial fixes.
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/ChangeLog30
1 files changed, 15 insertions, 15 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog
index 9a4d8871568..cae0dd1c435 100644
--- a/lisp/cedet/ChangeLog
+++ b/lisp/cedet/ChangeLog
@@ -1238,7 +1238,7 @@
1238 1238
1239 * semantic/wisent/python.el (wisent-python-string-start-re) 1239 * semantic/wisent/python.el (wisent-python-string-start-re)
1240 (wisent-python-string-re, wisent-python-forward-string) 1240 (wisent-python-string-re, wisent-python-forward-string)
1241 (wisent-python-forward-line,wisent-python-lex-string): 1241 (wisent-python-forward-line, wisent-python-lex-string):
1242 New variables. 1242 New variables.
1243 (wisent-python-forward-balanced-expression): New function. 1243 (wisent-python-forward-balanced-expression): New function.
1244 1244
@@ -1341,7 +1341,7 @@
1341 (ede-directory-safe-p): Check it. 1341 (ede-directory-safe-p): Check it.
1342 (ede-initialize-state-current-buffer, ede, ede-new) 1342 (ede-initialize-state-current-buffer, ede, ede-new)
1343 (ede-check-project-directory, ede-rescan-toplevel) 1343 (ede-check-project-directory, ede-rescan-toplevel)
1344 (ede-load-project-file, ede-parent-project, ede-current-project): 1344 (ede-load-project-file, ede-parent-project, ede-current-project)
1345 (ede-target-parent): Avoid loading in a project unless it is safe, 1345 (ede-target-parent): Avoid loading in a project unless it is safe,
1346 since it may involve malicious code. This security flaw was 1346 since it may involve malicious code. This security flaw was
1347 pointed out by Hiroshi Oota. 1347 pointed out by Hiroshi Oota.
@@ -1454,7 +1454,7 @@
1454 (semantic-decoration-unknown-include-describe): Fix filenames in 1454 (semantic-decoration-unknown-include-describe): Fix filenames in
1455 docstring. 1455 docstring.
1456 1456
1457 * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent): 1457 * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent)
1458 (semantic-ede-grammar-compiler-bovine): Fix requires that are 1458 (semantic-ede-grammar-compiler-bovine): Fix requires that are
1459 added to the grammar-make-script. 1459 added to the grammar-make-script.
1460 1460
@@ -1471,7 +1471,7 @@
1471 1471
14722011-10-19 Chong Yidong <cyd@gnu.org> 14722011-10-19 Chong Yidong <cyd@gnu.org>
1473 1473
1474 * ede.el (ede-minor-mode,global-ede-mode): 1474 * ede.el (ede-minor-mode, global-ede-mode):
1475 * semantic.el (semantic-mode): Doc fix to reflect new 1475 * semantic.el (semantic-mode): Doc fix to reflect new
1476 define-minor-mode calling behavior. 1476 define-minor-mode calling behavior.
1477 1477
@@ -1695,10 +1695,10 @@
1695 Synch EDE to CEDET 1.0. 1695 Synch EDE to CEDET 1.0.
1696 1696
1697 * cedet-idutils.el (cedet-idutils-make-command): New option. 1697 * cedet-idutils.el (cedet-idutils-make-command): New option.
1698 (cedet-idutils-mkid-call): 1698 (cedet-idutils-mkid-call)
1699 (cedet-idutils-create/update-database): New functions. 1699 (cedet-idutils-create/update-database): New functions.
1700 1700
1701 * cedet-cscope.el (cedet-cscope-create): 1701 * cedet-cscope.el (cedet-cscope-create)
1702 (cedet-cscope-create/update-database): New functions. 1702 (cedet-cscope-create/update-database): New functions.
1703 (cedet-cscope-support-for-directory): Make interactive. 1703 (cedet-cscope-support-for-directory): Make interactive.
1704 1704
@@ -1750,7 +1750,7 @@
1750 (ede-project-root, ede-project-root-directory): Move to 1750 (ede-project-root, ede-project-root-directory): Move to
1751 ede/auto.el. 1751 ede/auto.el.
1752 1752
1753 * ede/locate.el (ede-locate-flush-hash): 1753 * ede/locate.el (ede-locate-flush-hash)
1754 (ede-locate-create/update-root-database): New methods. 1754 (ede-locate-create/update-root-database): New methods.
1755 (initialize-instance): Use ede-locate-flush-hash. 1755 (initialize-instance): Use ede-locate-flush-hash.
1756 1756
@@ -1863,7 +1863,7 @@
1863 (semantic-decoration-on-includes-highlight-default): Check that 1863 (semantic-decoration-on-includes-highlight-default): Check that
1864 the include tag has a position. 1864 the include tag has a position.
1865 1865
1866 * semantic/complete.el (semantic-collector-local-members): 1866 * semantic/complete.el (semantic-collector-local-members)
1867 (semantic-complete-read-tag-local-members) 1867 (semantic-complete-read-tag-local-members)
1868 (semantic-complete-jump-local-members): New class and functions. 1868 (semantic-complete-jump-local-members): New class and functions.
1869 (semantic-complete-self-insert): Save excursion before completing. 1869 (semantic-complete-self-insert): Save excursion before completing.
@@ -2035,7 +2035,7 @@
2035 2035
2036 Use define-minor-mode in CEDET where applicable. 2036 Use define-minor-mode in CEDET where applicable.
2037 2037
2038 * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode): 2038 * srecode/mode.el (srecode-minor-mode, global-srecode-minor-mode):
2039 Use define-minor-mode. 2039 Use define-minor-mode.
2040 2040
2041 * semantic/util-modes.el (semantic-add-minor-mode): 2041 * semantic/util-modes.el (semantic-add-minor-mode):
@@ -2522,7 +2522,7 @@
2522 (semantic-analyzer-debug-global-symbol) 2522 (semantic-analyzer-debug-global-symbol)
2523 (semantic-analyzer-debug-missing-innertype) 2523 (semantic-analyzer-debug-missing-innertype)
2524 (semantic-analyzer-debug-insert-include-summary): 2524 (semantic-analyzer-debug-insert-include-summary):
2525 * semantic/util.el (semantic-file-tag-table): 2525 * semantic/util.el (semantic-file-tag-table)
2526 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table) 2526 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2527 (semantic-recursive-find-nonterminal-by-name): 2527 (semantic-recursive-find-nonterminal-by-name):
2528 * semantic/tag-ls.el (semantic-tag-calculate-parent-default): 2528 * semantic/tag-ls.el (semantic-tag-calculate-parent-default):
@@ -2530,15 +2530,15 @@
2530 * semantic/symref.el (semantic-symref-parse-tool-output): 2530 * semantic/symref.el (semantic-symref-parse-tool-output):
2531 * semantic/sb.el (semantic-sb-fetch-tag-table): 2531 * semantic/sb.el (semantic-sb-fetch-tag-table):
2532 * semantic/lex-spp.el (semantic-lex-spp-lex-text-string): 2532 * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2533 * semantic/idle.el (semantic-idle-work-for-one-buffer): 2533 * semantic/idle.el (semantic-idle-work-for-one-buffer)
2534 (semantic-idle-summary-maybe-highlight): 2534 (semantic-idle-summary-maybe-highlight):
2535 * semantic/ia-sb.el (semantic-ia-speedbar) 2535 * semantic/ia-sb.el (semantic-ia-speedbar)
2536 (semantic-ia-sb-tag-info): 2536 (semantic-ia-sb-tag-info):
2537 * semantic/grammar.el (semantic-analyze-possible-completions): 2537 * semantic/grammar.el (semantic-analyze-possible-completions):
2538 * semantic/find.el (semantic-brute-find-tag-by-position): 2538 * semantic/find.el (semantic-brute-find-tag-by-position):
2539 * semantic/ede-grammar.el (project-compile-target): 2539 * semantic/ede-grammar.el (project-compile-target)
2540 (ede-proj-makefile-insert-variables): 2540 (ede-proj-makefile-insert-variables):
2541 * semantic/debug.el (semantic-debug-set-parser-location): 2541 * semantic/debug.el (semantic-debug-set-parser-location)
2542 (semantic-debug-set-source-location, semantic-debug-interface-layout) 2542 (semantic-debug-set-source-location, semantic-debug-interface-layout)
2543 (semantic-debug-mode, semantic-debug): 2543 (semantic-debug-mode, semantic-debug):
2544 * semantic/db.el (semanticdb-needs-refresh-p): 2544 * semantic/db.el (semanticdb-needs-refresh-p):
@@ -2569,10 +2569,10 @@
2569 * ede.el (ede-buffer-header-file, ede-find-target) 2569 * ede.el (ede-buffer-header-file, ede-find-target)
2570 (ede-buffer-documentation-files, ede-project-buffers, ede-set) 2570 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2571 (ede-target-buffers, ede-buffers, ede-make-project-local-variable): 2571 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2572 * cedet-idutils.el (cedet-idutils-fnid-call): 2572 * cedet-idutils.el (cedet-idutils-fnid-call)
2573 (cedet-idutils-lid-call, cedet-idutils-expand-filename) 2573 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2574 (cedet-idutils-version-check): 2574 (cedet-idutils-version-check):
2575 * cedet-global.el (cedet-gnu-global-call): 2575 * cedet-global.el (cedet-gnu-global-call)
2576 (cedet-gnu-global-expand-filename, cedet-gnu-global-root) 2576 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2577 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits): 2577 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2578 * cedet-cscope.el (cedet-cscope-call) 2578 * cedet-cscope.el (cedet-cscope-call)