Fix message-* user options that differ from Gnus trunk.
[bpt/emacs.git] / lisp / ChangeLog
index 6f80ba5..54564dc 100644 (file)
@@ -1,3 +1,486 @@
+2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
+       citation prefix.
+
+2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
+       Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
+
+2010-09-27  Kenichi Handa  <handa@m17n.org>
+
+       * tar-mode.el (tar-header-block-tokenize): Decode filenames in
+       "ustar" format.
+
+2010-09-27  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule.el (define-coding-system): Docstring fixed.
+
+       * international/mule-diag.el (describe-character-set): Use princ
+       with proper print-length and print-level instead of insert.
+
+2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * window.el (walk-windows): Doc fix (bug#7105).
+
+2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/float-sup.el (e): Remove.
+
+2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
+       variable.
+       (starttls-negotiate): Use it.
+
+2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
+       back.
+
+2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
+
+2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
+
+       * net/netrc.el (netrc-store-data): New function.
+
+2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * net/gnutls.el: GnuTLS glue code to set up a connection.
+
+2010-09-25  Julien Danjou  <julien@danjou.info>
+
+       * notifications.el: Call dbus-register-signal only if it is bound.
+
+2010-09-25  Glenn Morris  <rgm@gnu.org>
+
+       * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
+       * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
+       * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
+       * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
+       * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
+       * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
+       * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
+       * eshell/esh-util.el, eshell/esh-var.el:
+       Remove leading `*' from docs of faces and defcustoms.
+
+2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
+
+       * eshell/em-ls.el (eshell-ls-archive-regexp):
+       * eshell/esh-util.el (eshell-tar-regexp):
+       * ibuffer.el (ibuffer-compressed-file-name-regexp):
+       * info.el (Info-suffix-list):
+       * international/mule.el (auto-coding-alist):
+       * woman.el (woman-file-regexp, woman-file-compression-regexp):
+       * progmodes/etags.el (tags-compression-info-list):
+       Support xz compression.
+
+2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (get-free-disk-space): Don't assume the "df" output
+       columns line up (Bug#6995).
+
+2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * finder.el (finder-unknown-keywords):
+       * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
+       * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
+
+2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * server.el (server-start): Revert part of 2010-08-08 change.  Using
+       address 127.0.0.1 for local host is now done in Fmake_network_process.
+
+2010-09-24  Glenn Morris  <rgm@gnu.org>
+
+       * image-mode.el, progmodes/compile.el, progmodes/gud.el:
+       * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
+       * textmodes/css-mode.el, textmodes/dns-mode.el:
+       Move autoloaded auto-mode-alist entries to files.el.
+       * files.el (auto-mode-alist): Move entries here.
+
+2010-09-23  Glenn Morris  <rgm@gnu.org>
+
+       * isearch.el (isearch-lazy-highlight-cleanup)
+       (isearch-lazy-highlight-initial-delay)
+       (isearch-lazy-highlight-interval)
+       (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
+       * net/net-utils.el (ipconfig-program-options):
+       Move aliases to options before the associated definitions.
+
+2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * newcomment.el (comment-normalize-vars): Better test validity of
+       comment-end-skip.
+
+2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
+       (float-e): New name for `e'.
+       (degrees-to-radians, radians-to-degrees):
+       * calendar/solar.el (solar-longitude):
+       * calculator.el (calculator-registers, calculator-funcall):
+       * textmodes/artist.el (artist-spray-random-points):
+       * play/bubbles.el (bubbles--initialize-images): Use new names.
+
+2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
+
+       Update to CEDET 1.0's version of EIEIO.
+
+       * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
+       New function.
+       (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
+       (eieio-default-eval-maybe): Eval val instead of unquoting only.
+       (class-precedence-list): If class is nil, return nil.
+       (eieio-generic-call): If class of first input arg is nil, don't
+       look up static methods, and do check for primary methods.
+       (initialize-instance): See if the default needs to be evaluated
+       during the constructor.
+       (eieio-perform-slot-validation-for-default): Don't do the check
+       for values that will eventually be evaluated.
+       (eieio-eval-default-p): New function.
+       (eieio-default-eval-maybe): Use it.
+
+2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
+
+       * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
+       method-invocation-order.
+       (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
+       (eieio-class-precedence-dfs): Compute class precedence list using
+       dfs algorithm.
+       (eieio-class-precedence-bfs): Compute class precedence list using
+       bfs algorithm.
+       (eieio-class-precedence-c3): Compute class precedence list using
+       c3 algorithm.
+       (class-precedence-list): New function.
+       (eieiomt-method-list, eieiomt-sym-optimize): Use it.
+       (inconsistent-class-hierarchy): New error symbol.
+       (call-next-method): Stow the replacement argument list for future
+       call-next-method invocations.
+
+2010-09-23  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/appt.el (appt-check): If not displaying the diary,
+       use (diary 1) to only get the entries we need.
+       (appt-make-list): Sort diary-list-entries, if we cannot guarantee
+       that it is in day order.  (Bug#7019)
+
+       * calendar/appt.el (appt-check): Rather than showing the diary,
+       just turn off invisible display, and only if needed.
+
+       * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
+
+2010-09-23  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
+       (byte-compile-defvar, byte-compile-cl-warn):
+       Start warnings with lower-case, like the majority.
+
+       * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
+
+       * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
+
+       * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
+       * files.el (auto-mode-alist): Move ld-script entries here, further down
+       the list.
+
+       * vc/add-log.el: Don't require timezone when compiling.
+       (timezone-make-date-sortable): Autoload it.
+       (change-log-sortable-date-at): Don't require timezone.
+       Use `ignore-errors'.
+
+       * comint.el (comint-use-prompt-regexp-instead-of-fields):
+       Move alias before definition, so it does not need autoloading.
+
+       * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
+       * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
+       * international/kkc.el, international/ogonek.el, mail/feedmail.el:
+       * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
+       * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
+       * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
+       * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
+       * textmodes/tex-mode.el, textmodes/two-column.el:
+       Remove leading `*' from docs of defcustoms etc.
+
+2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
+
+2010-09-22  Dan Christensen  <jdc@uwo.ca>
+
+       * calendar/time-date.el (date-to-time): Try using parse-time-string
+       first before using the slower timezone-make-date-arpa-standard.
+
+2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * calendar/time-date.el (format-seconds): Comment fix.
+
+2010-09-22  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
+       is not automatically buffer-local.
+
+2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
+       (smie-indent-comment): Be more careful with comment-start-skip.
+       (smie-indent-comment-close, smie-indent-comment-inside): New funs.
+       (smie-indent-functions): Use them.
+
+2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
+
+2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
+       tool-bar-position.  Don't modify frame parameters here.
+       (menu-bar-options-save): Add tool-bar-position.
+
+       * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
+
+2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/reftex-parse.el (reftex-what-macro)
+       (reftex-context-substring): Let-bind forward-sexp-function to nil
+       since we don't need/want to treat \begin...\end as a block (bug#7053).
+
+       * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
+
+       * simple.el (blink-matching-open): Use syntax-class.
+
+       * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
+       Set invisibility spec for pascal's outline mode.
+       (pascal-outline-change): Clean up calling convention.
+       (pascal-show-all, pascal-hide-other-defuns): Update callers.
+
+       * progmodes/prolog.el (prolog-smie-forward-token)
+       (prolog-smie-backward-token): New functions.
+       (prolog-mode-variables): Use them to parse "!," correctly.
+       Set up smie-blink-matching for ".".
+
+       * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
+       and `end'.
+       (ispell-region, ispell-process-line): Update users.
+
+       * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
+       point-min==1.
+
+       * textmodes/ispell.el: Fix commenting convention.
+       (ispell-parse-output): Simplify, use push.
+       (ispell-region): Use match-string-no-properties.
+       (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
+       (ispell-minor-mode): Use define-minor-mode.
+       (ispell-message): Remove unused var `skip-regexp'.
+       (ispell-add-per-file-word-list): Use dynamic let-binding.
+       Try and use the proper comment marker.
+
+       * mail/sendmail.el: Fix commenting convention.
+       (sendmail-send-it): Use line-beginning-position.
+
+       * help-fns.el (describe-variable): Add original value, if applicable.
+
+2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
+
+       * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
+
+2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
+       (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
+       (smie-prec2-levels): Use them to better diagnose precedence cycles.
+       (smie-blink-matching-check): Don't signal a mismatch if car is t.
+       (smie-blink-matching-open): Rewrite to remove assumptions, so that
+       something like "." can also be a closer.
+       (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
+       (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
+       Rename internal functions to use "--".  Update callers.
+
+       * frame.el (make-frame-names-alist): Don't list frames on other displays.
+
+       * fringe.el (fringe-styles): New var.
+       (fringe-mode, fringe-query-style): Use it.
+
+2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
+
+       * progmodes/sql.el: Version 2.8
+       (sql-login-params): Update widget structure; changes still needed.
+       (sql-product-alist): Add :list-all and :list-table features for
+       SQLite, Postgres and MySQL products.
+       (sql-redirect): Handle default value.
+       (sql-execute, sql-execute-feature): New functions.
+       (sql-read-table-name): New function.
+       (sql-list-all, sql-list-table): New functions.  User API.
+       (sql-mode-map, sql-interactive-mode-map): Add key definitions
+       for above functions.
+       (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
+       for above functions.
+       (sql-postgres-login-params): Add user and database defaults.
+       (sql-buffer-live-p): Bug fix.
+       (sql-product-history): New variable.
+       (sql-read-product): New function. Use it.
+       (sql-set-product, sql-product-interactive): Use it.
+       (sql-connection-history): New variable.
+       (sql-read-connection): New function.  Use it.
+       (sql-connect): New function.
+       (sql-for-each-login): Redesign function interface.
+       (sql-make-alternate-buffer-name, sql-save-connection): Use it.
+       (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
+       (sql-comint): Check for program.  Existing live buffer.
+       (sql-comint-postgres): Add port parameter.
+
+2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/warnings.el: Fix commenting convention.
+       (display-warning): Use special mode and make the buffer read-only.
+
+2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
+       empty string when it follows a repeated or optional pattern.
+
+2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * indent.el (indent-according-to-mode): Apply syntax-propertize.
+       (indent-region): Use indent-according-to-mode.
+
+2010-09-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * fringe.el (fringe-mode): Doc fix.
+
+2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
+
+       * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
+       refreshing the preview buffer.
+
+2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/tex-mode.el (tex-syntax-propertize-rules)
+       (latex-syntax-propertize-rules): New consts; replace
+       tex-font-lock-syntactic-keywords.
+       (tex-env-mark, latex-env-before-change): New functions.
+       (latex-electric-env-pair-mode): New minor mode.
+       (tex-font-lock-verb): Change arguments; do move point.
+       (tex-font-lock-syntactic-face-function): Adjust to new verbatim
+       representation as a form of comment.
+       (tex-font-lock-keywords-1): Remove workaround, now unneeded.
+       (doctex-syntax-propertize-rules): New const; replaces
+       doctex-font-lock-syntactic-keywords.
+       (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
+
+       * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
+       (fortran-make-syntax-propertize-function): New function; replaces
+       fortran-font-lock-syntactic-keywords.
+       (fortran-mode): Use it.
+       (fortran-line-length): Use it.  Improve interactive spec.
+
+       * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
+       (syntax-propertize-rules): Add var-ref case.  Fix offset computation
+       when adding surrounding \(..\).
+
+       * progmodes/js.el (js-mode): Fix last change (bug#7054).
+
+2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
+       Use with-current-buffer.
+
+       * isearch.el (isearch-face): Rename from `isearch'.
+       (isearch-highlight): Use new name.
+
+2010-09-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
+       5, for `half' width fringes.  (Bug#6933)
+
+2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
+       (byte-compile-defvar): "foo/bar" does not lack a prefix.
+
+       * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
+
+2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
+
+       * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
+       in calculating new frame position.  Add more space between new and
+       parent on the left (Bug#7048).
+
+2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
+       defmacro.
+
+2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
+
+       * term/x-win.el (x-cut-buffer-or-selection-value): Define as
+       obsolete alias for x-selection-value.
+
+       * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
+
+2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
+       cookie.
+
+2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-compat.el (tramp-compat-with-temp-message)
+       (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
+       (tramp-compat-process-put): New defuns.
+
+       * net/tramp.el (top):
+       * net/tramp-gvfs.el (top):
+       * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
+
+       * net/tramp.el (tramp-progress-reporter-update):
+       Use `tramp-compat-funcall'.
+
+       * net/tramp.el (tramp-process-actions):
+       * net/tramp-gvfs.el (tramp-handle-vc-registered):
+       * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
+       (tramp-get-remote-stat, tramp-get-remote-readlink):
+       Use `tramp-compat-with-temp-message'.
+
+       * net/tramp-sh.el (top): Require 'cl.
+       (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
+       (tramp-open-connection-setup-interactive-shell):
+       Use `tramp-compat-process-put'.
+
+2010-09-15  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
+       indentation.
+       (c-forward-<>-arglist-recur): Fix an infinite recursion.
+
+2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
+       `lexical' for warnings related to lexical scoping.
+       (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
+       global vars which don't have a prefix and could hence affect lexical
+       scoping in unrelated files.
+
+2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/imap.el: Revert back to version
+       cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
+       seem problematic.
+
+2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * obsolete/old-whitespace.el (whitespace-unload-function):
+       Explicitly pass `obarray' to `unintern' to avoid a warning.
+
 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/byte-run.el (set-advertised-calling-convention):
        * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
 
        * net/tramp.el (top): Don't show loading message.  Require just
-       'tramp-compat, everything else is required there.  Use
-       `ignore-errors' where appropriate.
+       'tramp-compat, everything else is required there.
+       Use `ignore-errors' where appropriate.
        (tramp-inline-compress-start-size, tramp-copy-size-limit)
        (tramp-terminal-type, tramp-end-of-output)
        (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
        (tramp-find-inline-encoding, tramp-call-local-coding-command)
        (tramp-inline-compress-commands, tramp-find-inline-compress)
        (tramp-compute-multi-hops, tramp-maybe-open-connection)
-       (tramp-send-command , tramp-wait-for-output)
+       (tramp-send-command, tramp-wait-for-output)
        (tramp-send-command-and-check, tramp-barf-unless-okay)
        (tramp-send-command-and-read, tramp-mode-string-to-int)
        (tramp-convert-file-attributes, tramp-check-cached-permissions)
        (tramp-dissect-file-name): Don't check anymore for multi-hop
        methods.
        (tramp-debug-outline-regexp): Add a docstring.
-       (tramp-debug-outline-level): Renamed from `tramp-outline-level'.
+       (tramp-debug-outline-level): Rename from `tramp-outline-level'.
        (tramp-get-debug-buffer): Use it.
 
        * net/tramp-cache.el (top): Set tramp-autoload cookie for
 
        * net/tramp-sh.el: New file, derived from tramp.el.
        (top): Initialize `tramp-methods', `tramp-default-method-alist',
-       `tramp-default-user-alist', tramp-foreign-file-name-handler-alist.
-       Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".  Use
-       `ignore-errors' where appropriate.
-       (tramp-sh-file-name-handler-alist): Renamed from
+       `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
+       Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
+       Use `ignore-errors' where appropriate.
+       (tramp-sh-file-name-handler-alist): Rename from
        `tramp-file-name-handler-alist'.
        (tramp-send-command-and-check): Return t or nil.  Remove all
        `zerop' checks, where called.
        (tramp-handle-set-file-modes)
        (tramp-do-copy-or-rename-file-directly)
        (tramp-handle-delete-directory, tramp-handle-delete-file)
-       (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
+       (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
        (tramp-sh-file-name-handler, tramp-send-command-and-check)
        (tramp-get-remote-ln): Set tramp-autoload cookie.
 
 
 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * subr.el (y-or-n-p): New function, moved from src/fns.c.  Use read-key.
+       * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
 
 2010-09-12  Leo  <sdl.web@gmail.com>
 
        (sql-comint-mysql): Handle "sql-port" as a numeric.
        (sql-port-history): Delete unused variable.
        (sql-get-login): Default "sql-port" to a number.
-       (sql-product-alist): Correct Postgres prompt and terminator
-       regexp.
+       (sql-product-alist): Correct Postgres prompt and terminator regexp.
        (sql-sqlite-program): Dynamically detect presence of "sqlite" or
        "sqlite3" executables.
-       (sql-sqlite-login-params): Add "*.sqlite[23]?" database name
-       pattern.
+       (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
        (sql-buffer-live-p): New function.
        (sql-mode-menu, sql-send-string): Use it.
        (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
 
 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * net/netrc.el (netrc-credentials): New conveniency function.
+       * net/netrc.el (netrc-credentials): New convenience function.
 
 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        `default-directory' unless using Ispell per-directory personal
        dictionaries and not in a mini-buffer under XEmacs.
        (kill-buffer-hook): Do not kill ispell process on exit when
-       `ispell-process-directory' is "~/". (Bug#6143)
+       `ispell-process-directory' is "~/".  (Bug#6143)
 
 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
 
        Setup standard-display-table for 8-bit characters by storing 8-bit
        characters in the element vector.
 
-       * disp-table.el (standard-display-8bit): Setup
-       standard-display-table for 8-bit characters by storing 8-bit
+       * disp-table.el (standard-display-8bit):
+       Setup standard-display-table for 8-bit characters by storing 8-bit
        characters in the element vector.
        (standard-display-european): Likewise.
 
 2010-08-26  David Reitter  <david.reitter@gmail.com>
 
        * server.el (server-visit-files): Run pre-command-hook and
-       post-command-hook for each buffer while it is current
-       (Bug#6910).
+       post-command-hook for each buffer while it is current (Bug#6910).
        (server-execute): Do not run hooks here.
 
 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
        (tramp-compat-file-attributes): Handle only
        `wrong-number-of-arguments' error.
 
-       * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
-       PRESERVE_SELINUX_CONTEXT.
+       * net/tramp-fish.el (tramp-fish-handle-copy-file):
+       Add PRESERVE_SELINUX_CONTEXT.
        (tramp-fish-handle-delete-file): Add TRASH arg.
        (tramp-fish-handle-directory-files-and-attributes):
        Do not use `tramp-fish-handle-file-attributes.
        (with-tramp-dbus-call-method): Format trace message.
        (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
        (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
-       Implement backup call, when operation on local files fails.  Use
-       progress reporter.  Flush properties of changed files.
+       Implement backup call, when operation on local files fails.
+       Use progress reporter.  Flush properties of changed files.
        (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
        `tramp-compat-delete-file'.
        (tramp-gvfs-handle-expand-file-name): Expand "~/".
        into account for the resulting file name.
        (tramp-gvfs-handler-askquestion): Preserve current message, in
        order to let progress reporter continue afterwards.  (Bug#6257)
-       Return dummy mountpoint, when the answer is "no".  See
-       `tramp-gvfs-maybe-open-connection'.
+       Return dummy mountpoint, when the answer is "no".
+       See `tramp-gvfs-maybe-open-connection'.
        (tramp-gvfs-handler-mounted-unmounted)
        (tramp-gvfs-connection-mounted-p): Test also for new mountspec
-       attribute "default_location".  Set "prefix" property.  Handle
-       default-location.
+       attribute "default_location".  Set "prefix" property.
+       Handle default-location.
        (tramp-gvfs-mount-spec): Return both prefix and mountspec.
        (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
        exists.  Raise an error, if not (due to a corresponding answer
-       "no" in interactive questions, for example). Use
-       `tramp-compat-funcall'.
+       "no" in interactive questions, for example).
+       Use `tramp-compat-funcall'.
 
        * net/tramp-imap.el (top): Autoload `epg-make-context'.
        (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
        (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
        (tramp-imap-handle-delete-file): Add TRASH arg.
 
-       * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
-       PRESERVE-SELINUX-CONTEXT.
+       * net/tramp-smb.el (tramp-smb-handle-copy-file):
+       Add PRESERVE-SELINUX-CONTEXT.
        (tramp-smb-handle-copy-file)
        (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
        (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
        (tramp-get-remote-path): Use `copy-tree'.
        (tramp-completion-handle-file-name-all-completions): Ensure, that
        non remote files are still checked.  Oops.
-       (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
-       PRESERVE-SELINUX-CONTEXT.
+       (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
+       Handle PRESERVE-SELINUX-CONTEXT.
        (tramp-do-copy-or-rename-file): Add progress reporter.
        (tramp-do-copy-or-rename-file-directly): Do not use
        `tramp-handle-file-remote-p'.
        cache.
        (tramp-handle-expand-file-name)
        (tramp-completion-handle-file-name-all-completions)
-       (tramp-completion-handle-file-name-completion): Use
-       `tramp-connectable-p'.
+       (tramp-completion-handle-file-name-completion):
+       Use `tramp-connectable-p'.
        (tramp-handle-start-file-process): Set connection property "vec".
        Use it, in order to invalidate file caches.  Check only for
        `remote-tty' process property.
 2010-08-22  Leo  <sdl.web@gmail.com>
 
        Fix buffer-list rename&refresh after killing a buffer in ido.
-       * lisp/ido.el: Revert Óscar's.
+       * ido.el: Revert Óscar's.
        (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
        Remember the buffers at head, rather than their name.
-       * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
+       * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
 
 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
             Stefan Monnier  <monnier@iro.umontreal.ca>
 2010-08-08  Stephen Peters  <speters@itasoftware.com>
 
        * calendar/icalendar.el
-       (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
-       (icalendar--get-weekday-numbers): New
+       (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
+       (icalendar--get-weekday-numbers): New.
        (icalendar--convert-recurring-to-diary): Handle multiple byday
-       values in weekly rules. (Bug#6766)
+       values in weekly rules.  (Bug#6766)
 
 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
 
 
        * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
 
-       * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
-
        * time.el (display-time-day-and-date): Remove spurious * in docstring.
        (display-time-world-buffer-name, display-time-world-mode-map):
        Fix typos in docstrings.
 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/zeroconf.el (zeroconf-resolve-service)
-       (zeroconf-service-resolver-handler): Use
-       `dbus-byte-array-to-string'.
+       (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
        (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
 
 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
        * emacs-lisp/package-x.el: New file.  Package uploading
        functionality split out from package.el.
 
-       * startup.el (command-line): Load packages after reading init
-       file.
+       * startup.el (command-line): Load packages after reading init file.
 
 2010-06-17  Tom Tromey  <tromey@redhat.com>
 
 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
 
        Fix vc-annotate for renamed files when using Git.
-       * vc-git.el (vc-git-find-revision): Deal with empty results from
+       * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
        ls-files.  Doe not pass the object as a file name to cat-file, it
        is not a file name.
        (vc-git-annotate-command): Pass the file name using -- to avoid
 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
 
        Fix annotating other revisions for renamed files in vc-annotate.
-       * vc-annotate.el (vc-annotate): Add an optional argument for the
+       * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
        VC backend.  Use it when non-nil.
        (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
        (Bug#6487)
 
        Fix vc-annotate-show-changeset-diff-revision-at-line for git.
-       * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
+       * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
        Do not pass the file name to the 'previous-revision call when we
        don't want a file diff.  (Bug#6489)
 
 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
 
        Fix finding revisions for renamed files in vc-annotate.
-       * vc.el (vc-find-revision): Add an optional argument for
+       * vc/vc.el (vc-find-revision): Add an optional argument for
        the VC backend.  Use it when non-nil.
-       * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
+       * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
        backend to vc-find-revision.  (Bug#6487)
 
 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
 
        Fix reading file names in Git annotate buffers.
-       * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
-       trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
+       * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
+       Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
 
 2010-06-20  Alan Mackenzie  <acm@muc.de>
 
 
 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * vc-annotate.el (vc-annotate): Use vc-read-revision.
+       * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
 
 2010-06-16  Glenn Morris  <rgm@gnu.org>
 
 
 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
 
-       * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
+       * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
        older than version 1.6.  (Bug#6361)
 
 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
 
        * international/mule.el (make-translation-table-from-vector): Doc fix.
 
-2010-06-03  Eric Ludlam  <zappo@gnu.org>
-
-       * cedet/semantic/lex-spp.el
-       (semantic-lex-spp-table-write-slot-value): Instead of erroring on
-       invalid values during save, just save a nil (Bug#6324).
-
 2010-06-03  Glenn Morris  <rgm@gnu.org>
 
        * desktop.el (desktop-clear-preserve-buffers):
        * vc-bzr.el (vc-bzr-revision-completion-table): Apply
        `file-directory-p' to the filename part rather than to the whole text.
 
-2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
-
-       * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
-       (bug#6231).
-
 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
        * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
        * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
        * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
-       * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
+       * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
        * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
        * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
        * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
 
 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
 
-       * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
+       * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
 
 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        (filter-buffer-substring-functions): New variable.
        (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
 
-       Use a mode-line spec rather than a static string in Semantic.
-       * cedet/semantic/util-modes.el:
-       (semantic-minor-modes-format): New var to replace...
-       (semantic-minor-modes-status): Remove.
-       (semantic-mode-line-update): Construct a mode-line spec rather than
-       a static string so that mouse buttons can be used on individual minor
-       modes and so that semantic-mode-line-update only needs to be called
-       when global settings are changed.
-       (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
-       Call semantic-mode-line-update.
-       (semantic-toggle-minor-mode-globally): Don't assume mode is on
-       minor-mode-alist, check semantic-minor-mode-alist as well.
-       (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
-       (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
-       (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
-       * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
-       * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
-       (define-semantic-idle-service, semantic-idle-summary-mode):
-       * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
-       Don't call semantic-mode-line-update any more.
-
-2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Use define-minor-mode in CEDET where applicable.
-
-       * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
-       Use define-minor-mode.
-
-       * cedet/semantic/util-modes.el (semantic-add-minor-mode):
-       Remove unused arg `keymap' and code redundant with define-minor-mode.
-       (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
-       (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
-       (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
-       (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
-       (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
-       (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
-       Use define-minor-mode.
-       (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
-       (semantic-show-unmatched-syntax-mode-setup)
-       (semantic-show-parser-state-mode-setup)
-       (semantic-highlight-func-mode-setup): Inline into sole caller.
-
-       * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
-       (semantic-mru-bookmark-mode): Use define-minor-mode.
-       (semantic-mru-bookmark-mode-setup): Inline into sole caller.
-
-       * cedet/semantic/idle.el (define-semantic-idle-service):
-       Use define-minor-mode and inline setup function into its sole caller.
-       (semantic-idle-scheduler-mode-setup)
-       (semantic-idle-summary-mode-setup): Inline into sole caller.
-       (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
-       Use define-minor-mode.
-
-       * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
-       (semantic-decoration-mode): Use define-minor-mode.
-       (semantic-decoration-mode-setup): Inline into sole caller.
-
-       * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
-       (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
-       (ede-dired-add-to-target): Use dolist.
-
 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
             Michael Albinus  <michael.albinus@gmx.de>
 
        * minibuffer.el (tags-completion-at-point-function): New function.
        (completion-at-point-functions): Use it.
 
-       * cedet/semantic.el (semantic-completion-at-point-function):
-       New function.
-       (semantic-mode): Use semantic-completion-at-point-function for
-       completion-at-point-functions instead.
-
        * progmodes/etags.el (complete-tag): Revert last change.
 
 2010-04-29  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/etags.el (complete-tag): Move to minibuffer.el.
 
-       * cedet/semantic.el (semantic-mode): When enabled, add
-       semantic-ia-complete-symbol to completion-at-point-functions.
-
-       * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
-       if Semantic is not active.
-
 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-remote-selinux-p): New defun.
        (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
        Don't use *vc-bzr-shelve*.
 
-2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
-       Don't destroy list before using it.
-
 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
 
        Fix the version number for added files.
 
 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
+       * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
 
-       * calc-bin.el (calc-radix): Have the "O" option turn on
+       * calc/calc-bin.el (calc-radix): Have the "O" option turn on
        twos-complement mode.
 
 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
-       Add `calc-option-prefix-help' to calc-help autoloads.
+       * calc/calc-ext.el (calc-init-extensions): Add keybinding for
+       'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
        (calc-inverse): Add "Option" to message, as appropriate.
        (calc-hyperbolic): Add "Option" to message, as appropriate.
        (calc-option, calc-is-option): New functions.
 
-       * calc-help.el (calc-full-help): Add `calc-option-help'.
+       * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
        (calc-option-prefix-help): New function.
 
-       * calc-misc.el (calc-help): Add "Option" entry.
+       * calc/calc-misc.el (calc-help): Add "Option" entry.
 
-       * calc.el (calc-local-var-list): Add `calc-option-flag'.
+       * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
        (calc-option-flag): New variable.
        (calc-do): Set `calc-option-flag to nil.
        (calc-set-mode-line): Add "Opt " as appropriate.
 
        Enable recentf-mode if using virtual buffers.
        * ido.el (recentf-list): Declare for byte-compiler.
-       (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
+       (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
        (ido-make-buffer-list): Simplify.
        (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
 
        * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
        Zaretskii.
 
-2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
-
-       * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
-       (semantic-create-imenu-directory-index): Fix typos in docstrings.
-       (semantic-imenu-goto-function): Reflow docstring.
-
 2010-04-02  Juri Linkov  <juri@jurta.org>
 
        * ehelp.el (electric-help-orig-major-mode):
 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
 
        Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
-       * lisp/progmodes/gdb-mi.el: Restore.
-       * lisp/progmodes/gdb-ui.el: Remove.
-       * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
+       * progmodes/gdb-mi.el: Restore.
+       * progmodes/gdb-ui.el: Remove.
+       * progmodes/gud.el: Re-accommodate for gdb-mi.el.
 
 2010-03-25  Glenn Morris  <rgm@gnu.org>
 
        * faces.el (set-face-attribute): Fix typo in docstring.
        (face-valid-attribute-values): Reflow docstring.
 
-       * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
-
 2010-03-24  Glenn Morris  <rgm@gnu.org>
 
        * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
 
        * net/trampver.el: Update release number.
 
-2010-03-24  Glenn Morris  <rgm@gnu.org>
-
-       * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
-
 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-find-executable):
        (tramp-open-connection-setup-interactive-shell): Remove workaround
        for OpenSolaris bug, it is not needed anymore.
 
-2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
-
-       * cedet/semantic/imenu.el: New file, from the CEDET repository
-       (Bug#5412).
-
 2010-03-24  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
 
        * log-edit.el (log-edit-before-checkin-process): Doc fix.
 
-       * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
-       Consistently check ede-object is bound throughout.
-
-       * cedet/ede/project-am.el (ede-shell-run-something): Declare.
-
 2010-03-23  Sam Steingold  <sds@gnu.org>
 
        Fix bug#5620: recalculate all markers on compilation buffer
        (vc-git-show-log-entry): Use prog1.
        (vc-git-after-dir-status-stage): Remove unused var `remaining'.
 
-2010-03-06  Glenn Morris  <rgm@gnu.org>
-
-       * cedet/semantic/grammar.el (semantic-grammar-header-template):
-       Update template copyright to GPLv3+.
-
 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
 
        * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
        * emacs-lisp/elint.el (elint-add-required-env):
-       * cedet/semantic/db-find.el
-       (semanticdb-find-translate-path-brutish-default):
-       * cedet/ede/make.el (ede-make-check-version):
        * calendar/icalendar.el (icalendar--add-diary-entry):
        * calc/calcalg2.el (math-tracing-integral):
        * files.el (recover-session-finish): Use with-current-buffer
        * files.el (hack-local-variables-filter): For eval forms, also
        check safe-local-variable-p (Bug#5636).
 
-2010-02-24  Eduard Wiebe  <usenet@pusto.de>
-
-       * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
-       and use c(ad)r of cddr (Bug#5640).
-
 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
 
        * doc-view.el (doc-view): Add to data custom group.
 
-       * cedet/data-debug.el (data-debug): Move to extensions group.
-
-       * cedet/ede.el (ede):
-       * cedet/srecode.el (srecode):
-       * cedet/semantic.el (semantic): Put in tools and extensions group.
-
        * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
 
        * textmodes/flyspell.el (flyspell-word): Obey the offset specified
 
        * outline.el (outline-head-from-level):
        * simple.el (with-wrapper-hook):
-       * cedet/ede.el (ede-run-target, project-delete-target)
-       (project-dist-files, ede-name, ede-documentation, ede-parent-project)
-       (ede-adebug-project, ede-adebug-project-parent)
-       (ede-adebug-project-root):
        * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
        (elint-defun, elint-buffer-env, elint-top-form-logged)
        (elint-unbound-variable):
 
 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
 
-       * cedet/ede/locate.el (ede-locate-file-in-project)
-       (ede-locate-file-in-project-impl): Fix typos in docstrings.
-       (ede-enable-locate-on-project): Fix typos in error messages.
-
-       * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
-       (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
-       (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
-       (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
-       (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
-       Fix typos in menu help.
-
        * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
        Fix typos in chart titles.
 
        * whitespace.el (whitespace-style, global-whitespace-newline-mode):
-       * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
-       (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
-       (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
-       (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
-       (semantic-parse-stream, semantic-parse-region)
-       (semantic-parse-region-default, semantic--set-buffer-cache)
-       (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
-       (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
-       (semantic-default-submodes):
-       * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
-       (semanticdb-create-ebrowse-database)
-       (semanticdb-find-tags-for-completion-method)
-       (semanticdb-find-tags-by-class-method)
-       (semanticdb-deep-find-tags-by-name-method)
-       (semanticdb-deep-find-tags-for-completion-method):
-       * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
-       (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
-       (semanticdb-find-tags-for-completion-method)
-       (semanticdb-find-tags-by-class-method)
-       (semanticdb-deep-find-tags-for-completion-method):
-       * cedet/semantic/db-find.el (semanticdb-find-translate-path)
-       (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
-       (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
-       (semanticdb-find-tags-by-name-method)
-       (semanticdb-find-tags-by-name-regexp-method)
-       (semanticdb-find-tags-for-completion-method)
-       (semanticdb-find-tags-by-class-method)
-       (semanticdb-find-tags-external-children-of-type-method)
-       (semanticdb-find-tags-subclasses-of-type-method)
-       (semanticdb-deep-find-tags-by-name-method)
-       (semanticdb-deep-find-tags-by-name-regexp-method)
-       (semanticdb-deep-find-tags-for-completion-method):
-       * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
-       (semanticdb-enable-gnu-global-in-buffer)
-       (semanticdb-find-tags-for-completion-method)
-       (semanticdb-deep-find-tags-by-name-method)
-       (semanticdb-deep-find-tags-for-completion-method):
-       * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
-       (javascript-mode, semanticdb-find-translate-path)
-       (semanticdb-find-tags-for-completion-method)
-       (semanticdb-find-tags-by-class-method)
-       (semanticdb-deep-find-tags-by-name-method)
-       (semanticdb-deep-find-tags-for-completion-method)
-       (semanticdb-find-tags-external-children-of-type-method):
-       * cedet/semantic/idle.el (semantic-idle-work-core-handler)
-       (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
-       (global-semantic-idle-scheduler-mode):
-       * cedet/srecode/dictionary.el (srecode-field-value)
-       (srecode-dictionary-add-section-dictionary):
        * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
        (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
        (describe-class, eieio-describe-generic, describe-generic):
 
        * calc/calc.el (calc-command-flags): Give it an initial value.
 
-2010-01-17  Glenn Morris  <rgm@gnu.org>
-
-       * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
-
 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
 
-       * cedet/semantic.el (semantic-mode):
        * files.el (minibuffer-with-setup-hook):
        * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
        (artist-key-draw-continously, artist-key-do-continously-continously)
 
 2010-01-16  Mario Lang  <mlang@delysid.org>
 
-       * cedet/ede/cpp-root.el (ede-cpp-root-project):
-       * cedet/ede/files.el (ede-expand-filename):
-       * cedet/ede/simple.el (ede-simple-project):
-       * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
-       (semantic-complete-inline-tag-engine):
-       * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
-       * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
-       * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
-       * cedet/semantic/db.el (semanticdb-equivalent-mode):
-       * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
-       * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
        * emacs-lisp/chart.el (chart-translate-namezone):
        * textmodes/artist.el (artist-compute-popup-menu-table):
        Remove duplicated words in doc-strings.
        * find-cmd.el (find-constituents):
        * vc-arch.el (vc-arch-root):
        * window.el (window-body-height, pop-up-frames):
-       * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
-       (semantic-no-reparse-needed-change-hook):
-       * cedet/srecode/insert.el (srecode-resolve-argument-list)
-       (srecode-template-inserter-blank, srecode-template-inserter-variable)
-       (srecode-template-inserter-ask, srecode-template-inserter-width)
-       (srecode-template-inserter-section-start)
-       (srecode-template-inserter-section-end, srecode-insert-method):
        * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
        * progmodes/ada-stmt.el (ada-if):
        * progmodes/gdb-ui.el (gdb-jsonify-buffer):
        * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
        it to bug-gnu-emacs rather than emacs-pretest-bug.
 
-2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
-
-       * cedet/data-debug.el (data-debug): Fix customization group reference.
-
-2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
-
-       * cedet/semantic/analyze.el (semantic-analyze-push-error)
-       (semantic-analyze-context, semantic-analyze-context-assignment)
-       (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
-       * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
-       (semantic-java-doc-keywords-map):
-       * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
-       (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
-       (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
-       (semantic-c-classname, semantic-format-tag-uml-prototype)
-       (semantic-c-dereference-namespace, semantic-analyze-type-constants):
-       * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
-       (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
-       (semantic-get-local-variables, semantic-end-of-command)
-       (semantic-beginning-of-command, semantic-ctxt-current-class-list)
-       (lisp-mode):
-       * cedet/semantic/bovine/make.el (makefile-mode):
-       * cedet/semantic/wisent/python.el (wisent-python-string-re)
-       (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
-       (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
-       (semantic-lex, semantic-get-local-variables, python-mode):
-       * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
-       * cedet/srecode/extract.el (srecode-extract-state-set)
-       (srecode-extract-method): Fix typos in docstrings.
-
 2010-01-11  Sam Steingold  <sds@gnu.org>
 
        * imenu.el (imenu-default-create-index-function): Detect infinite
 
 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
 
-       * cedet/semantic.el (semantic-new-buffer-setup-functions):
-       Add python parser.
-
        * Makefile.in (ELCFILES): Add wisent/python-wy.el and
        wisent/python.el.
 
-2010-01-10  Richard Kim  <emacs18@gmail.com>
-
-       * cedet/semantic/wisent/python-wy.el:
-       * cedet/semantic/wisent/python.el: New files.
-
 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
 
        * man.el (Man-goto-section): Signal error if the section is not
 
        * mpc.el (mpc-playlist-delete): Fix typo in error messages.
 
-       * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
-       Fix typo in docstring.
-
        * net/imap-hash.el (imap-hash-make): Doc fix.
        (imap-hash-test): Fix typo in error message; reflow docstring.
        (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
        `Info-display-images-node', and not put the `invisible' property
        in this case.
 
-2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
-       (semantic-mru-bookmark-mode): Doc fixes.
-
-       * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
-       of assert.
-
 2009-12-13  Glenn Morris  <rgm@gnu.org>
 
        * mail/emacsbug.el (message-sort-headers): Define for compiler.
        * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
        if possible.
 
-       * cedet/semantic/ia.el (semantic-ia-complete-symbol):
-       Make argument optional.
-
        * shell.el (shell): Require ansi-color (Bug#5113).
 
        * ansi-color.el (ansi-color-for-comint-mode): Default to t.
        (Info-mode-menu): Add `Info-virtual-index' to the menu.
        (Info-mode): Add `Info-virtual-index' to the docstring.
 
-2009-12-05  Eric Ludlam  <zappo@gnu.org>
-
-       * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
-       Describe project macro symbols.
-
-       * cedet/semantic/complete.el (semantic-complete-do-completion):
-       Don't call semantic-collector-current-exact-match.
-
-       * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
-       ede-objects as targets.
-
-       * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
-       a target's object list even if compiler vars are already in the
-       Makefile.
-
-       * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
-       list of headers producing necessary macros.
-
 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
        * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
        * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
        deleted variable bookmark-bmenu-bookmark-column.
 
-       * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
-       Move after definition of global-semantic-idle-tag-highlight-mode.
-
 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
        * dired-x.el (dired-guess-shell-alist-default):
        Support xz format.  (Bug#4953)
 
-2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/srecode/map.el (srecode-get-maps):
-       * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
-       * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
-       * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
-       (semantic-toggle-decoration-style):
-       * cedet/semantic/decorate/include.el
-       (semantic-decoration-include-describe)
-       (semantic-decoration-unknown-include-describe)
-       (semantic-decoration-unparsed-include-describe)
-       (semantic-decoration-all-include-summary):
-       * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
-       * cedet/semantic/analyze/complete.el
-       (semantic-analyze-possible-completions):
-       * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
-       (semantic-show-unmatched-syntax-mode)
-       (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
-       (semantic-highlight-func-mode):
-       * cedet/semantic/util.el (semantic-describe-buffer):
-       * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
-       (semantic-symref-find-tags-by-name)
-       (semantic-symref-find-tags-by-regexp)
-       (semantic-symref-find-tags-by-completion)
-       (semantic-symref-find-file-references-by-name)
-       (semantic-symref-find-text):
-       * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
-       (senator-yank-tag):
-       * cedet/semantic/scope.el (semantic-calculate-scope):
-       * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
-       * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
-       (define-semantic-idle-service):
-       * cedet/semantic/complete.el (semantic-complete-analyze-inline)
-       (semantic-complete-analyze-inline-idle):
-       * cedet/semantic/analyze.el (semantic-analyze-current-context):
-       * cedet/mode-local.el (describe-mode-local-bindings)
-       (describe-mode-local-bindings-in-mode):
-       * cedet/ede/make.el (ede-make-check-version):
-       * cedet/ede/locate.el (ede-enable-locate-on-project):
-       * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
-       (cedet-idutils-version-check):
-       * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
-       (cedet-gnu-global-version-check):
-       * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
-       (cedet-cscope-version-check): Use called-interactively-p instead
-       of interactive-p.
-
-       * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
-       Use semantic-format-tag-prototype.
-
 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
 
        * emulation/viper-cmd.el: Use viper-last-command-char instead of
        * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
        generation from word-movement command names.
 
-2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
-       (semantic-complete-jump-local, semantic-complete-jump):
-       Improve prompt string.
-
 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
 
        * cus-start.el (all): Add native condition for font-use-system-font.
        (bookmark-bmenu-search): New command.
        (bookmark-bmenu-mode-map): Bind it.
 
-2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
-
-       * cedet/semantic/idle.el (define-semantic-idle-service)
-       (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
-
 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
 
        * progmodes/cc-cmds.el: declare-functioned forward-subword and
 
        * Makefile.in (ELCFILES): Regenerate.
 
-2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/cedet.el (cedet-menu-map): Re-order menu items.
-
-       * cedet/semantic.el: Enable idle-mode menu items only if
-       global-semantic-idle-scheduler-mode is enabled.
-       (semantic-default-submodes): Doc fix.
-
-       * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
-       When turning off, disable other idle modes.
-
 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
 
        * calc/calc.el (calc-set-mode-line):
        * strokes.el (strokes-update-window-configuration): Make strokes
        buffer current before erasing (Bug#4906).
 
-       * cedet/semantic/idle.el (semantic-idle-summary-mode)
-       (semantic-idle-summary-mode): Define using define-minor-mode
-       instead of define-semantic-idle-service.
-       (semantic-idle-summary-mode): New function.
-       (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
-       that mouse motion does not reset the echo area.
-
 2009-11-15  Juri Linkov  <juri@jurta.org>
 
        * simple.el (set-mark-default-inactive): Add :type, :group
 
 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
 
-       * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
-       the progress reporter entirely.
-
        * emulation/cua-base.el: Add CUA property to some CC mode commands
        (Bug#4100).
 
 
        * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
        (autoload-rubric): Don't use any more.
-       * cedet/semantic/fw.el (semantic/loaddefs):
-       * cedet/srecode.el (srecode/loaddefs):
-       * cedet/ede.el (ede/loaddefs): Load rather than require.
-       * cedet/ede/cpp-root.el:
-       * cedet/ede/emacs.el:
-       * cedet/ede/files.el:
-       * cedet/ede/linux.el:
-       * cedet/ede/locate.el:
-       * cedet/ede/make.el:
-       * cedet/ede/shell.el:
-       * cedet/ede/speedbar.el:
-       * cedet/ede/system.el:
-       * cedet/ede/util.el:
-       * cedet/semantic/analyze.el:
-       * cedet/semantic/bovine.el:
-       * cedet/semantic/complete.el:
-       * cedet/semantic/ctxt.el:
-       * cedet/semantic/db-file.el:
-       * cedet/semantic/db-find.el:
-       * cedet/semantic/db-global.el:
-       * cedet/semantic/db-mode.el:
-       * cedet/semantic/db-typecache.el:
-       * cedet/semantic/db.el:
-       * cedet/semantic/debug.el:
-       * cedet/semantic/dep.el:
-       * cedet/semantic/doc.el:
-       * cedet/semantic/edit.el:
-       * cedet/semantic/find.el:
-       * cedet/semantic/format.el:
-       * cedet/semantic/html.el:
-       * cedet/semantic/ia-sb.el:
-       * cedet/semantic/ia.el:
-       * cedet/semantic/idle.el:
-       * cedet/semantic/lex-spp.el:
-       * cedet/semantic/lex.el:
-       * cedet/semantic/mru-bookmark.el:
-       * cedet/semantic/scope.el:
-       * cedet/semantic/senator.el:
-       * cedet/semantic/sort.el:
-       * cedet/semantic/symref.el:
-       * cedet/semantic/tag-file.el:
-       * cedet/semantic/tag-ls.el:
-       * cedet/semantic/tag-write.el:
-       * cedet/semantic/tag.el:
-       * cedet/semantic/util-modes.el:
-       * cedet/semantic/analyze/complete.el:
-       * cedet/semantic/analyze/refs.el:
-       * cedet/semantic/bovine/c.el:
-       * cedet/semantic/bovine/gcc.el:
-       * cedet/semantic/bovine/make.el:
-       * cedet/semantic/bovine/scm.el:
-       * cedet/semantic/decorate/include.el:
-       * cedet/semantic/decorate/mode.el:
-       * cedet/semantic/symref/cscope.el:
-       * cedet/semantic/symref/global.el:
-       * cedet/semantic/symref/grep.el:
-       * cedet/semantic/symref/idutils.el:
-       * cedet/semantic/symref/list.el:
-       * cedet/semantic/wisent/java-tags.el:
-       * cedet/semantic/wisent/javascript.el:
-       * cedet/srecode/compile.el:
-       * cedet/srecode/cpp.el:
-       * cedet/srecode/document.el:
-       * cedet/srecode/el.el:
-       * cedet/srecode/expandproto.el:
-       * cedet/srecode/getset.el:
-       * cedet/srecode/insert.el:
-       * cedet/srecode/java.el:
-       * cedet/srecode/map.el:
-       * cedet/srecode/mode.el:
-       * cedet/srecode/template.el:
-       * cedet/srecode/texi.el: Remove the file-local setting of
-       generated-autoload-feature.
 
        * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
        and only put a prop if it is non-nil.
 
 2009-11-03  Glenn Morris  <rgm@gnu.org>
 
-       * cedet/mode-local.el (with-mode-local): Doc fix.
-
        * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
        (byte-compile-file-form-define-abbrev-table)
        (byte-compile-file-form-custom-declare-variable)
        * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
        items.
 
-       * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
-       items.
-
-       * cedet/ede.el (ede-minor-mode):
-       * cedet/semantic.el (semantic-mode): Toggle menu separators.
-
 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * textmodes/two-column.el (2C-split):
        (byte-compile-variable-ref, byte-compile-setq-default):
        Respect `constants' member of byte-compile-warnings.
 
-       * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
-       Use mapc rather than mapcar because the return value is never used.
-
-       * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
-       * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
-       * cedet/semantic/html.el:
-       Suppress harmless warnings about setting up semantic-imenu (not
-       part of Emacs) variables.
-
 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc-bzr.el (vc-bzr-revision-keywords): New var.
        (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
        to "submit:".
 
-       * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
-       * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
-       * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
-       * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
-       * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
-       * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
-       (semantic-analyzer-debug-global-symbol)
-       (semantic-analyzer-debug-missing-innertype)
-       (semantic-analyzer-debug-insert-include-summary):
-       * cedet/semantic/util.el (semantic-file-tag-table):
-       (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
-       (semantic-recursive-find-nonterminal-by-name):
-       * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
-       * cedet/semantic/tag-file.el (semantic-prototype-file):
-       * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
-       * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
-       * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
-       * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
-       (semantic-idle-summary-maybe-highlight):
-       * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
-       (semantic-ia-sb-tag-info):
-       * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
-       * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
-       * cedet/semantic/ede-grammar.el (project-compile-target):
-       (ede-proj-makefile-insert-variables):
-       * cedet/semantic/debug.el (semantic-debug-set-parser-location):
-       (semantic-debug-set-source-location, semantic-debug-interface-layout)
-       (semantic-debug-mode, semantic-debug):
-       * cedet/semantic/db.el (semanticdb-needs-refresh-p):
-       * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
-       * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
-       * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
-       (semanticdb-find-translate-path-includes--internal)
-       (semanticdb-reset-log, semanticdb-find-log-activity):
-       * cedet/semantic/db-file.el (object-write):
-       * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
-       * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
-       (semanticdb-create-ebrowse-database):
-       * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
-       * cedet/semantic/complete.el (semantic-displayor-focus-request)
-       (semantic-collector-calculate-completions-raw)
-       (semantic-complete-read-tag-analyzer):
-       * cedet/semantic/analyze.el (semantic-analyze-pulse):
-       * cedet/ede/util.el (ede-update-version-in-source):
-       * cedet/ede/proj.el (project-delete-target):
-       * cedet/ede/proj-elisp.el (ede-update-version-in-source)
-       (ede-proj-flush-autoconf):
-       * cedet/ede/pconf.el (ede-proj-configure-synchronize)
-       (ede-proj-configure-synchronize):
-       * cedet/ede/locate.el (ede-locate-file-in-project-impl):
-       * cedet/ede/linux.el (ede-linux-version):
-       * cedet/ede/emacs.el (ede-emacs-version):
-       * cedet/ede/dired.el (ede-dired-add-to-target):
-       * cedet/ede.el (ede-buffer-header-file, ede-find-target)
-       (ede-buffer-documentation-files, ede-project-buffers, ede-set)
-       (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
-       * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
-       (cedet-idutils-lid-call, cedet-idutils-expand-filename)
-       (cedet-idutils-version-check):
-       * cedet/cedet-global.el (cedet-gnu-global-call):
-       (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
-       (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
-       * cedet/cedet-cscope.el (cedet-cscope-call)
-       (cedet-cscope-expand-filename, cedet-cscope-version-check):
-       Use with-current-buffer.
-       * cedet/ede.el (ede-make-project-local-variable)
-       (ede-set-project-variables, ede-set): Use dolist.
-
 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * textmodes/ispell.el (ispell-skip-region-alist):
        (calc-embedded-finish-command, calc-embedded-stack-change):
        * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
 
-       * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
-       (overload-docstring-extension): Use that info.
-       * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
-       * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
-       * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
-       (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
-       (semantic-nonterminal-full-name): Add the new `when' info.
-       * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
-       `assert'.
-
        * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
        shell-dynamic-complete-filename in preference to
        comint-dynamic-complete-filename.
        * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
        we're inside a dedicated or minibuffer window.
 
-2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * cedet/semantic/fw.el (semantic-alias-obsolete)
-       (semantic-varalias-obsolete): Make the `when' arg mandatory.
-       (define-mode-overload-implementation):
-       * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
-       * cedet/semantic/wisent.el (wisent-lex-make-token-table):
-       * cedet/semantic/util.el (semantic-file-token-stream)
-       (semantic-something-to-stream):
-       * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
-       (semantic-expand-nonterminal):
-       * cedet/semantic/tag-file.el (semantic-find-nonterminal)
-       (semantic-find-dependency, semantic-find-nonterminal)
-       (semantic-find-dependency):
-       * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
-       (semantic-flex-text, semantic-flex-make-keyword-table)
-       (semantic-flex-keyword-p, semantic-flex-keyword-put)
-       (semantic-flex-keyword-get, semantic-flex-map-keywords)
-       (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
-       * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
-       * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
-       (semantic-after-idle-scheduler-reparse-hooks):
-       * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
-       * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
-       * cedet/semantic.el (semantic-toplevel-bovine-table)
-       (semantic-toplevel-bovine-cache)
-       (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
-       (semantic-init-mode-hooks, semantic-init-db-hooks)
-       (semantic-bovination-working-type): Provide the `when' arg.
-
 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
 
        * bookmark.el: Update documentation, especially documentation
        * files.el (delete-directory): Delete symlinks to directories with
        delete-file (Bug#4739).
 
-2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
-       * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
-       argument to make-obsolete.
-
-       * cedet/semantic/fw.el (semantic-alias-obsolete)
-       (semantic-varalias-obsolete): Add optional WHEN argument.
-
 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc.el (vc-backend-for-registration): Rename from
 
        * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
 
-2009-10-21  Eric Ludlam  <zappo@gnu.org>
-
-       * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
-       (semantic-c-debug-mode-init-pch): New functions.
-       (semantic-c-debug-mode-init-last-mode): New var.
-       (semantic-c-parse-lexical-token): Use them.
-
-       * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
-       When extracting the argument list, limit only by point-max.
-
 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
        (tar-header-block-tokenize): Decode the username and groupname.
        (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
 
-2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/srecode/srt.el:
-       * cedet/srecode/compile.el:
-       * cedet/semantic/mru-bookmark.el:
-       * cedet/semantic/debug.el:
-       * cedet/semantic/complete.el:
-       * cedet/semantic/analyze.el: Require CL when compiling.
-
-2009-10-17  Eric Ludlam  <zappo@gnu.org>
-
-       * cedet/semantic/scope.el
-       (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
-       tmpscope so that the regular scope will continue to work.
-
-       * cedet/semantic/idle.el (semantic-idle-tag-highlight):
-       Use semantic-idle-summary-highlight-face as the highlighting.
-
-       * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
-       contains multibyte characters, choose first applicable coding
-       system automatically.
-
-       * cedet/ede/project-am.el (project-run-target): New method.
-       (project-run-target): New method.
-
-       * cedet/ede.el (ede-target): Add run target menu item.
-       (ede-project, ede-minor-keymap): Add ede-run-target binding.
-       (ede-run-target): New function.
-       (ede-target::project-run-target): New method.
-
-       * cedet/ede/proj.el (project-run-target): New method.
-
-       * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
-       (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
-       Add :rules.
-       (ede-proj-target-makefile-shared-object): Only libtool compilers
-       now available.  Add linkers for libtool.
-       (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
-       (ede-proj-makefile-target-name): Always use .la extension.
-
-       * cedet/ede/proj-prog.el (project-run-target): New method.
-
-       * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
-       (ede-g++-linker): Change Change link lines.
-
-       * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
-       When searching for old variables, go to the end of the buffer and
-       search backward from there.
-       (ede-proj-makefile-automake-insert-subdirs)
-       (ede-proj-makefile-automake-insert-extradist): New methods.
-       (ede-proj-makefile-create): Use them.
-
-       * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
-       Force FILE to expand to the current target.  Use file-exists-p to
-       check that it exists.
-
-       * cedet/ede/linux.el (ede-linux-version): Don't call "head".
-       (ede-linux-load): Wrap dir in file-name-as-directory.
-       Set :version slot.
-
-       * cedet/ede/files.el (ede-get-locator-object): When enabling
-       locate, do so on "top".
-
-       * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
-       file-name-as-directory during compare.
-       (ede-emacs-version): Return Emacs/XEmacs differentiator.
-       Get version number from different places.  Don't call egrep.
-       (ede-emacs-load): Set :version slot.  Call file-name-as-directory
-       to set the directory.
-
-       * cedet/ede/shell.el: New file.
-
-       * cedet/inversion.el (inversion-decoders): Allow for stray . in
-       alpha/beta variants.
-
 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * international/mule-cmds.el (select-safe-coding-system): If the file
 
 2009-10-17  Glenn Morris  <rgm@gnu.org>
 
-       * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
-       All errors should have messages.
-
        * foldout.el (foldout-mouse-swallow-events):
        * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
 
        * calendar/calendar.el (calendar-split-width-threshold): New option.
        (calendar-basic-setup): Use calendar-split-width-threshold.
 
-2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
-
-       * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
-       Use .la for Automake.
-
-2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/ede/pconf.el (ede-proj-configure-synchronize):
-       Use "autoreconf -i".  Suggested by Andreas Schwab.
-
 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
 
        * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
        (bookmark-jump-other-window): Just invoke bookmark-jump with new
        argument now, so the two function's behaviors will match.  (Bug#3645)
 
-2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/ede/proj.el (project-make-dist, project-compile-project):
-       Fix filename test.
-       (ede-proj-dist-makefile): Use expand-file-name instead of concat
-       to expand file names.
-
 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
        (tramp-smb-handle-expand-file-name): Implement "~" expansion.
        (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
 
-2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
-       (ede-proj-target-makefile-objectcode): Use it.
-
-       * cedet/ede/source.el (ede-want-any-source-files-p)
-       (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
-       Return search result.  This error was introduced while merging.
-
 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
 
        * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
        (Info-bookmark-jump): Document with a doc string, not just a comment.
        (Bug#4203)
 
-2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
-       (semantic-new-buffer-fcn): Call parser setup functions here.
-       (semantic-mode): Don't call parser setup functions here, it's done
-       in semantic-new-buffer-fcn now.
-       (semantic-mode): Parse all existing buffers when enabled.
-
-       * cedet/srecode/compile.el (srecode-compile-file):
-       Call semantic-new-buffer-fcn if the buffer has not been parsed.
-
-2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
-
-       * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
-       (proj-comp-insert-variable-once): New macro, renamed from
-       ede-pmake-insert-variable-once in ede/pmake.edl.
-       (ede-proj-makefile-insert-variables): Use it.
-
 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
 
        * files.el (copy-directory): New defun.
 
        * dired-aux.el (dired-copy-file-recursive): Use it.
 
-2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
-
-       * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
-       (makefile-end-of-command):
-       * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
-       (semantic-end-of-context): Fix previous change.  Doc fixes.
-
 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
 
        * files-x.el (modify-dir-local-variable)
-       (copy-dir-locals-to-file-locals-prop-line):
-       * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
-       (makefile-end-of-command):
-       * cedet/semantic/lex.el (semantic-lex-token):
-       * cedet/semantic/analyze/fcn.el
-       (semantic-analyze-dereference-metatype-1):
-       * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
-       (semantic-lex-cpp-undef):
-       * cedet/semantic/wisent/wisent.el (wisent-skip-block):
-       * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
-       (semantic-end-of-context): Fix typos in docstrings.
+       (copy-dir-locals-to-file-locals-prop-line): Fix typos in
+       docstrings.
 
        * recentf.el (recentf-unload-function): New function.
 
-2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/ede.el (ede-project-placeholder-cache-file):
-       * cedet/semantic/db-file.el (semanticdb-default-save-directory):
-       * cedet/srecode/map.el (srecode-map-save-file):
-       Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
-
 2009-10-04  Glenn Morris  <rgm@gnu.org>
 
        * window.el (window-full-height-p): Add doc string.
 
        * window.el (window-full-height-p): New function.  (Bug#4543)
 
-2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
-
-       * cedet/srecode/insert.el: Require srecode/args.
-
-       * cedet/srecode/args.el: Require srecode/dictionary instead of
-       srecode/insert.
-
-       * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
-
-       * files.el (auto-mode-alist): Add .srt and Project.ede.
-
-       * cedet/semantic.el (semantic-mode):
-       Handle srecode-template-mode-hook as well.
-       (semantic-mode): Use js-mode-hook for Javascript hook.
-
-       * cedet/srecode/template.el: Remove hook variable.
-
-       * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
-
-       * cedet/ede.el (ede-target-forms-menu): Don't enable if no
-       projects exist.
-       (ede-project-placeholder-cache-file): Default to a file in
-       user-emacs-directory.
-
-       * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
-       templates in data-directory.
-       (srecode-map-save-file): Default to a file in user-emacs-directory.
-
-       * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
-       directory.
-
-2009-09-30  Eric Ludlam  <zappo@gnu.org>
-
-       * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
-       Doc fix.
-
-       * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
-       Only insert each variable once.
-
-       * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
-       (ede-pmake-insert-variable-shared): Use it.
-
-       * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
-       for lexical table iff table is nil.
-
 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc.el: Remove commented out code.
        the frame is wide.
        (calendar-generate-window): Test for shrinkability rather than width.
 
-       * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
-       declaration, currently false.
-
        * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
        reusing existing buffers, in case we happen to visit two files with the
        same basename.  (Bug#4593)
        * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
        (eieio-copy-parents-into-subclass, make-instance, class-children)
        (eieio-generic-form):
-       * cedet/cedet-files.el (cedet-directory-name-to-file-name):
-       * cedet/cedet-idutils.el (cedet-idutils-search)
-       (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
-       (cedet-idutils-version-check):
-       * cedet/cedet.el (cedet-version):
-       * cedet/data-debug.el (data-debug-insert-overlay-button)
-       (data-debug-insert-overlay-list-button)
-       (data-debug-insert-buffer-button)
-       (data-debug-insert-buffer-list-button)
-       (data-debug-insert-process-button, data-debug-insert-ring-button)
-       (data-debug-insert-widget, data-debug-insert-stuff-list-button)
-       (data-debug-insert-stuff-vector-button)
-       (data-debug-insert-symbol-button, data-debug-insert-string)
-       (data-debug-insert-number, data-debug-insert-lambda-expression)
-       (data-debug-insert-nil, data-debug-insert-simple-thing)
-       (data-debug-insert-custom, data-debug-edebug-expr):
-       * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
-       (global-ede-mode-map, ede-new, ede-debug-target)
-       (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
-       * cedet/semantic.el (semantic-minimum-working-buffer-size)
-       (semantic-fetch-tags, semantic-submode-list)
-       (semantic-default-submodes):
-       * cedet/ede/source.el (ede-source-match):
-       * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
-       (project-am-package-info):
-       * cedet/ede/proj.el (ede-proj-target, project-new-target):
-       * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
-       * cedet/ede/proj-comp.el (ede-current-build-list):
-       * cedet/ede/makefile-edit.el (makefile-move-to-macro):
-       * cedet/ede/files.el (ede-toplevel-project-or-nil):
-       * cedet/ede/cpp-root.el (initialize-instance):
-       * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
-       (autoconf-parameter-strip, autoconf-insert-new-macro):
-       * cedet/semantic/wisent.el (wisent-lex-eoi):
-       * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
-       (semantic-show-parser-state-mode):
-       * cedet/semantic/texi.el (semantic-texi-environment-regexp):
-       * cedet/semantic/tag.el (semantic-tag-new-variable)
-       (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
-       (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
-       (semantic--tag-deep-copy-tag-list)
-       (semantic-tag-components-with-overlays-default):
-       * cedet/semantic/symref.el (semantic-symref-find-text):
-       * cedet/semantic/senator.el (senator-yank-tag)
-       (senator-transpose-tags-up):
-       * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
-       (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
-       * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
-       * cedet/semantic/lex.el (semantic-lex-comment-regex)
-       (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
-       (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
-       * cedet/semantic/lex-spp.el
-       (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
-       (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
-       * cedet/semantic/idle.el
-       (semantic-idle-summary-current-symbol-info-brutish)
-       (semantic-idle-summary-current-symbol-info-default):
-       * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
-       (semantic--grammar-macro-compl-dict):
-       * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
-       * cedet/semantic/format.el (semantic-format-tag-custom-list)
-       (semantic-format-tag-canonical-name-default):
-       * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
-       (semantic-find-tags-for-completion)
-       (semantic-find-tags-by-scope-protection-default)
-       (semantic-deep-find-tags-for-completion):
-       * cedet/semantic/edit.el
-       (semantic-edits-incremental-reparse-failed-hook)
-       (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
-       (semantic-edits-splice-remove, semantic-edits-splice-replace):
-       * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
-       * cedet/semantic/dep.el (semantic-dependency-include-path):
-       * cedet/semantic/db.el (semanticdb-default-find-index-class)
-       (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
-       (semanticdb-project-roots):
-       * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
-       (semanticdb-find-adebug-insert-scanned-tag-cons)
-       (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
-       (semanticdb-brute-deep-find-tags-for-completion):
-       * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
-       * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
-       (semantic-end-of-context-default)
-       (semantic-ctxt-current-function-default)
-       (semantic-ctxt-scoped-types-default):
-       * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
-       (semantic-complete-inline-tag-engine)
-       (semantic-complete-inline-custom-type)
-       (semantic-complete-read-tag-analyzer):
-       * cedet/semantic/chart.el (semantic-chart-tags-by-class)
-       (semantic-chart-database-size):
-       * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
-       (semantic-analyze-current-context):
-       * cedet/semantic/symref/list.el (semantic-symref)
-       (semantic-symref-hide-buffer, semantic-symref-symbol):
-       * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
-       * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
-       * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
-       * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
-       (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
-       (semantic-c-dereference-template):
-       * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
-       (semantic--analyze-refs-full-lookup-with-parents)
-       (semantic--analyze-refs-full-lookup-simple):
-       * cedet/semantic/analyze/complete.el
-       (semantic-analyze-possible-completions):
-       * cedet/srecode/table.el (srecode-mode-table-new):
-       * cedet/srecode/srt.el (srecode-read-variable-name):
-       * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
-       * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
-       (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
-       * cedet/srecode/map.el (srecode-current-map):
-       * cedet/srecode/insert.el (srecode-insert)
-       (srecode-insert-variable-secondname-handler, srecode-insert-method)
-       (srecode-template-inserter-point-override)
-       (srecode-insert-include-lookup):
-       * cedet/srecode/getset.el (srecode-auto-choose-class):
-       * cedet/srecode/extract.el (srecode-inserter-extract):
-       * cedet/srecode/document.el
-       (srecode-document-autocomment-return-last-alist)
-       (srecode-document-autocomment-param-type-alist)
-       (srecode-document-insert-function-comment)
-       (srecode-document-insert-variable-one-line-comment)
-       (srecode-document-function-name-comment):
-       * cedet/srecode/dictionary.el (srecode-create-dictionary)
-       (srecode-compound-toString):
-       * cedet/srecode/compile.el (srecode-flush-active-templates):
-       * cedet/srecode/args.el (srecode-semantic-handle-:blank):
-       Doc/message fixes.
 
        * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
        match-data.  (Bug#4555).
 
-       * cedet/semantic/bovine/gcc.el
-       (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
-       (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
-
        * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
        rather than parsing it as a regexp.  This relaxes the layout
        requirements and makes errors easier to detect.
        * term/w32-win.el (setup-default-fontset, set-fontset-font):
        Remove unused declarations.
 
-2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
-
-       * cedet/semantic/wisent/javat-wy.el
-       (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
-
-2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
-
-       * cedet/srecode/expandproto.el: Fix provide statement.
-
-2009-09-30  Eric Ludlam  <zappo@gnu.org>
-
-       * emacs-lisp/eieio.el (boolean-p): Delete.
-
-2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
-
-       * cedet/ede/srecode.el: Fix provide statement.
-
 2009-09-30  Glenn Morris  <rgm@gnu.org>
 
-       * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
-       * cedet/ede/proj-aux.el (ede-aux-source):
-       * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
-       (ede-misc-source):
-       * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
-       (semantic-mrub-switch-tags): Fix doc typos.
-
-       * cedet/semantic/db-global.el (data-debug-new-buffer)
-       (data-debug-insert-thing): Remove unneeded declarations (one broken).
-       (semanticdb-enable-gnu-global-databases): Fix prompt typo.
-
-       * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
-
-       * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
-       use of CL function `remove-if-not'.
-
        * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
 
        * emacs-lisp/elint.el (elint-init-form): Report declarations where the
 
 2009-09-29  Glenn Morris  <rgm@gnu.org>
 
-       * cedet/semantic/symref/idutils.el:
-       * cedet/semantic/symref/list.el: Relicense under GPLv3+.
-
-       * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
-
-       * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
-       * cedet/semantic/tag-file.el (semanticdb-table-child-p):
-       * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
-       Mark declarations not understood by check-declare.
-
        * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
        file-name-nondirectory call preventing location of cedet files.
        (check-declare-verify): Use literal search rather than re-search.
 
        * Makefile.in (ELCFILES): Add CEDET files.
 
-2009-09-28  Eric Ludlam  <zappo@gnu.org>
-
-       CEDET (development tools) package merged.
-
-       * cedet/*.el:
-       * cedet/ede/*.el:
-       * cedet/semantic/*.el:
-       * cedet/srecode/*.el: New files.
-
 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
 
        * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
 
        * net/tramp-imap.el: New package.
 
-2009-09-28  Eric Ludlam  <zappo@gnu.org>
-
-       * emacs-lisp/chart.el:
-       * emacs-lisp/eieio-base.el:
-       * emacs-lisp/eieio-comp.el:
-       * emacs-lisp/eieio-custom.el:
-       * emacs-lisp/eieio-datadebug.el:
-       * emacs-lisp/eieio-opt.el:
-       * emacs-lisp/eieio-speedbar.el:
-       * emacs-lisp/eieio.el: New files.
-
-       * cedet/cedet-cscope.el:
-       * cedet/cedet-files.el:
-       * cedet/cedet-global.el:
-       * cedet/cedet-idutils.el:
-       * cedet/data-debug.el:
-       * cedet/inversion.el:
-       * cedet/mode-local.el:
-       * cedet/pulse.el: New files.
-
 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * whitespace.el (whitespace-trailing-regexp)