annotate lisp/cedet/ChangeLog @ 112408:04c350138c72

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