annotate lisp/cedet/ChangeLog @ 111445:56b71cddc9c5

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