]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/ChangeLog
Shrink EIEIO object header. Move generics to eieio-generic.el.
[gnu-emacs] / lisp / cedet / ChangeLog
index b5591adcefcae5cd414b2284474745972759555d..5c958350ff07b8f3edd7619f1cee01afebf6e27e 100644 (file)
        (semantic-analyze-nolongprefix-completion-at-point-function):
        Do nothing if the current buffer is not using Semantic (bug#19077).
 
+2014-12-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * semantic/lex-spp.el (semantic-lex-spp-analyzer-do-replace):
+       Rename from semantic-lex-spp-anlyzer-do-replace.
+
 2014-12-08  Matt Curtis  <matt.r.curtis@gmail.com>  (tiny change)
 
        * pulse.el (pulse-momentary-highlight-one-line): Respect the POINT
        (ede-project-autoload): Remove dirmatch entry - it is no longer
        needed.
 
-       * lisp/cedet/ede/proj.el (project-rescan): Replace direct
+       * ede/proj.el (project-rescan): Replace direct
        manipulation of `ede-projects' with equivalent and better
        functions.
        (ede-proj-load): Replace call to test if dir has project to
 
 2014-11-09  David Engster  <dengste@eml.cc>
 
-       * lisp/cedet/ede/proj-elisp.el
-       (ede-proj-target-elisp::ede-proj-tweak-autoconf): Kill buffer
-       after saving modified elisp-comp script, as to avoid "file has
-       changed on disk; really edit the buffer" questions when script
-       gets rewritten.
+       * ede/proj-elisp.el (ede-proj-target-elisp::ede-proj-tweak-autoconf):
+       Kill buffer after saving modified elisp-comp script, so as to avoid
+       "file has changed on disk; really edit the buffer" questions when
+       script gets rewritten.
 
 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>