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