# HG changeset patch # User Chong Yidong # Date 1253992622 0 # Node ID 78d37f6e576f9521ed29f98a23c037a100c88129 # Parent beb4db733a345402c44a9a857bdc8ac37d6f403c * cedet/srecode/mode.el (srecode-menu-bar): Use semantic-menu-item. diff -r beb4db733a34 -r 78d37f6e576f lisp/ChangeLog --- a/lisp/ChangeLog Sat Sep 26 18:30:17 2009 +0000 +++ b/lisp/ChangeLog Sat Sep 26 19:17:02 2009 +0000 @@ -1,5 +1,11 @@ 2009-09-26 Chong Yidong + * cedet/srecode/mode.el (srecode-menu-bar): Use + semantic-menu-item. + + * cedet/srecode/expandproto.el (senator-tag-ring): Declare + senator-tag-ring. + * cedet/semantic/lex.el (semantic-lex-reset-hooks): Doc fix. * cedet/semantic/idle.el diff -r beb4db733a34 -r 78d37f6e576f lisp/cedet/srecode/mode.el --- a/lisp/cedet/srecode/mode.el Sat Sep 26 18:30:17 2009 +0000 +++ b/lisp/cedet/srecode/mode.el Sat Sep 26 19:17:02 2009 +0000 @@ -80,19 +80,19 @@ (defvar srecode-menu-bar (list "SRecoder" - (senator-menu-item + (semantic-menu-item ["Insert Template" srecode-insert :active t :help "Insert a template by name." ]) - (senator-menu-item + (semantic-menu-item ["Insert Template Again" srecode-insert-again :active t :help "Run the same template as last time again." ]) - (senator-menu-item + (semantic-menu-item ["Edit Template" srecode-edit :active t @@ -102,7 +102,7 @@ '( "Insert ..." :filter srecode-minor-mode-templates-menu ) `( "Generate ..." :filter srecode-minor-mode-generate-menu ) "---" - (senator-menu-item + (semantic-menu-item ["Customize..." (customize-group "srecode") :active t @@ -110,19 +110,19 @@ ]) (list "Debugging Tools..." - (senator-menu-item + (semantic-menu-item ["Dump Template MAP" srecode-get-maps :active t :help "Calculate (if needed) and display the current template file map." ]) - (senator-menu-item + (semantic-menu-item ["Dump Tables" srecode-dump-templates :active t :help "Dump the current template table." ]) - (senator-menu-item + (semantic-menu-item ["Dump Dictionary" srecode-dictionary-dump :active t