log lisp/cedet/semantic.el @ 112418:106bf56d370e

age author description
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Thu, 23 Sep 2010 15:00:31 -0400 Chong Yidong Merge changes from emacs-23 branch
Sat, 18 Sep 2010 22:49:54 -0400 Chong Yidong Synch Semantic to CEDET 1.0.
Sun, 29 Aug 2010 16:10:43 -0400 Chong Yidong Add "Version:" and "Package:" Lisp file headers.
Sun, 29 Aug 2010 12:17:13 -0400 Chong Yidong Add "Package:" file headers to denote built-in packages.
Thu, 29 Apr 2010 11:32:11 -0400 Chong Yidong * minibuffer.el (tags-completion-at-point-function): New function.
Wed, 28 Apr 2010 15:04:16 -0400 Chong Yidong Unify complete-symbol with completion-at-point.
Tue, 16 Feb 2010 09:35:45 -0500 Chong Yidong Minor tweaks to custom groups.
Mon, 18 Jan 2010 05:39:40 +0100 Juanma Barranquero Fix typos in docstrings, error messages, etc.
Sun, 17 Jan 2010 03:25:53 +0100 Juanma Barranquero Fix typos in docstrings.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Sat, 09 Jan 2010 19:38:07 -0500 Chong Yidong Add Semantic parsers for Python.
Sun, 13 Dec 2009 01:55:09 +0000 Chong Yidong Add commentary about how to use Semantic.
Fri, 20 Nov 2009 01:35:49 +0000 Chong Yidong * cedet/cedet.el (cedet-menu-map): Re-order menu items.
Sat, 31 Oct 2009 18:03:02 +0000 Chong Yidong * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
Sun, 25 Oct 2009 02:55:27 +0000 Stefan Monnier * cedet/semantic/fw.el (semantic-alias-obsolete)
Sun, 04 Oct 2009 19:25:26 +0000 Chong Yidong * cedet/semantic.el (semantic-mode): Parse all existing buffers when
Sun, 04 Oct 2009 19:22:09 +0000 Chong Yidong * cedet/semantic.el (semantic-new-buffer-setup-functions): New
Sat, 03 Oct 2009 20:30:43 +0000 Chong Yidong * cedet/semantic.el (semantic-mode): Use js-mode-hook for Javascript hook.
Sat, 03 Oct 2009 19:28:05 +0000 Chong Yidong * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
Fri, 02 Oct 2009 10:53:34 +0000 Miles Bader Add arch tagline
Thu, 01 Oct 2009 02:39:07 +0000 Glenn Morris Doc/message fixes.
Mon, 28 Sep 2009 15:15:00 +0000 Chong Yidong CEDET (development tools) package merged.
Sun, 27 Sep 2009 21:35:46 +0000 Chong Yidong * cedet/ede/system.el (ede-upload-html-documentation)
Sun, 27 Sep 2009 17:50:53 +0000 Chong Yidong * cedet/ede.el (global-ede-mode-map): Move menu to
Sun, 27 Sep 2009 03:36:58 +0000 Chong Yidong * cedet/semantic/idle.el (semantic-idle-scheduler-work-timer):
Sat, 26 Sep 2009 18:03:54 +0000 Chong Yidong Fix last change to use semantic-varalias-obsolete.
Mon, 21 Sep 2009 19:05:56 +0000 Chong Yidong * cedet/semantic.el (semantic-parser-working-message): Use a less
Mon, 21 Sep 2009 15:59:48 +0000 Chong Yidong * cedet/semantic.el: Add autoloads for semantic/idle functions.
Mon, 21 Sep 2009 02:14:58 +0000 Chong Yidong * menu-bar.el: Remove ediff-misc from Tools menu.
Sun, 20 Sep 2009 03:44:02 +0000 Chong Yidong * files.el (auto-mode-alist): Use emacs-lisp-mode for Project.ede.
Mon, 07 Sep 2009 01:31:06 +0000 Chong Yidong lisp/cedet/semantic.el (semantic-fetch-tags): Check if progress
Sun, 06 Sep 2009 21:22:05 +0000 Chong Yidong Minor whitespace changes and `require' fixes.
Sat, 05 Sep 2009 20:32:50 +0000 Chong Yidong lisp/cedet/semantic.el (semantic--set-buffer-cache): Ensure that
Sun, 30 Aug 2009 21:16:39 +0000 Chong Yidong cedet/cedet.el (cedet-packages): Bump srecode version.
Fri, 28 Aug 2009 15:01:48 +0000 Chong Yidong cedet/semantic.el: Change requires to use semantic/FOO format.
Sun, 23 Aug 2009 03:46:01 +0000 Chong Yidong semantic.el, semantic-tag.el, semantic-lex.el, semantic-fw.el: Initial