comparison lisp/ChangeLog @ 105442:96247a7ec10d

* cedet/semantic.el (semantic-mode): Parse all existing buffers when enabled.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 04 Oct 2009 19:25:26 +0000
parents 457c7a0ec078
children 96a9f1a0939b
comparison
equal deleted inserted replaced
105441:457c7a0ec078 105442:96247a7ec10d
3 * cedet/semantic.el (semantic-new-buffer-setup-functions): New 3 * cedet/semantic.el (semantic-new-buffer-setup-functions): New
4 option. 4 option.
5 (semantic-new-buffer-fcn): Call parser setup functions here. 5 (semantic-new-buffer-fcn): Call parser setup functions here.
6 (semantic-mode): Don't call parser setup functions here, it's done 6 (semantic-mode): Don't call parser setup functions here, it's done
7 in semantic-new-buffer-fcn now. 7 in semantic-new-buffer-fcn now.
8 (semantic-mode): Parse all existing buffers when enabled.
8 9
9 * cedet/srecode/compile.el (srecode-compile-file): Call 10 * cedet/srecode/compile.el (srecode-compile-file): Call
10 semantic-new-buffer-fcn if the buffer has not been parsed. 11 semantic-new-buffer-fcn if the buffer has not been parsed.
11 12
12 2009-10-04 Chong Yidong <cyd@stupidchicken.com> 13 2009-10-04 Chong Yidong <cyd@stupidchicken.com>