ChangeLog 66 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762
  1. 2012-08-15 Chong Yidong <cyd@gnu.org>
  2. * Version 24.2 released.
  3. 2012-06-01 Chong Yidong <cyd@gnu.org>
  4. * Version 24.1 released.
  5. 2012-03-12 David Engster <deng@randomsample.de>
  6. * semantic/db-find.el
  7. (semanticdb-find-translate-path-brutish-default): If we don't yet
  8. have a proper table for PATH, use `semanticdb-current-database'
  9. instead (bug #10343).
  10. 2012-03-11 David Engster <deng@randomsample.de>
  11. * semantic/wisent/javascript.el (js-mode): Define `js-mode' as
  12. child-mode of `javascript-mode' (bug #8445).
  13. 2012-02-28 Glenn Morris <rgm@gnu.org>
  14. * semantic/db.el (semanticdb-search-results-table):
  15. Doc fix (standardize possessive apostrophe usage).
  16. 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
  17. * ede/auto.el (ede-directory-safe-p, ede-add-project-to-global-list):
  18. Add declarations.
  19. 2012-01-29 David Engster <deng@randomsample.de>
  20. Fix require error when using srecode-insert (Bug#9967).
  21. * srecode/insert.el: Require srecode/filters.
  22. * srecode/filters.el: Drop two requires.
  23. 2012-01-09 Eric Ludlam <zappo@gnu.org>
  24. * ede.el (ede-project-directories): New option.
  25. (ede-directory-safe-p): Check it.
  26. (ede-initialize-state-current-buffer, ede, ede-new)
  27. (ede-check-project-directory, ede-rescan-toplevel)
  28. (ede-load-project-file, ede-parent-project, ede-current-project):
  29. (ede-target-parent): Avoid loading in a project unless it is safe,
  30. since it may involve malicious code. This security flaw was
  31. pointed out by Hiroshi Oota.
  32. * ede/auto.el (ede-project-autoload): Add safe-p slot.
  33. (ede-project-class-files): Projects using Project.ede are unsafe.
  34. (ede-auto-load-project): New method.
  35. * ede/simple.el (ede-project-class-files): Mark as unsafe.
  36. 2011-12-19 Sam Steingold <sds@gnu.org>
  37. * semantic/edit.el (semantic-edits-incremental-parser): Add the
  38. autoload cookie, necessary for JDEE.
  39. 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
  40. * semantic/bovine/c.el (semantic-tag-abstract-p): Fix typo.
  41. 2011-11-26 Chong Yidong <cyd@gnu.org>
  42. * semantic/wisent/python-wy.el:
  43. * semantic/wisent/js-wy.el:
  44. * semantic/wisent/javat-wy.el:
  45. * semantic/bovine/c-by.el:
  46. * semantic/grammar-wy.el: Regenerate.
  47. 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
  48. * semantic/lex-spp.el (semantic-lex-spp-first-token-arg-list): Fix typo.
  49. 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
  50. * cedet-cscope.el (cedet-cscope-version-check):
  51. * cedet-global.el (cedet-global-min-version)
  52. (cedet-gnu-global-version-check):
  53. * cedet.el (cedet-version):
  54. * data-debug.el (data-debug-prev, data-debug-contract-current-line):
  55. * ede.el (ede-buffer-belongs-to-project-p, ede-auto-add-to-target)
  56. (ede-new, ede-invoke-method, project-edit-file-target, project-rescan)
  57. (ede-add-project-to-global-list, ede-map-all-subprojects):
  58. * inversion.el (inversion-check-version):
  59. * mode-local.el (mode-local-map-file-buffers, define-child-mode)
  60. (define-overloadable-function):
  61. * pulse.el (pulse-flag, pulse):
  62. * semantic.el (semantic-elapsed-time, semantic-parse-region)
  63. (navigate-menu):
  64. * ede/proj-comp.el (ede-compilation-program):
  65. * semantic/debug.el (semantic-debug-parser-go)
  66. (semantic-debug-parser-fail, semantic-debug-parser-quit)
  67. (semantic-debug-parser-abort):
  68. * semantic/idle.el (semantic-idle-core-handler):
  69. * semantic/bovine/debug.el (semantic-bovine-debug-error-frame):
  70. Fix typos.
  71. 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
  72. * semantic/lex.el (semantic-lex-tokens):
  73. * semantic/tag-ls.el (semantic-tag-protected-p):
  74. * srecode/mode.el (srecode-prefix-map): Fix typos.
  75. 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
  76. * ede/project-am.el (project-compile-target-command): Fix typo.
  77. 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
  78. * ede/auto.el (ede-project-autoload):
  79. * ede/proj-comp.el (ede-makefile-rule):
  80. * semantic/analyze.el (semantic-analyze-current-context):
  81. * semantic/ctxt.el (semantic-get-local-variables):
  82. * semantic/tag-ls.el (semantic-tag-calculate-parent): Fix typos.
  83. 2011-11-03 David Engster <dengste@eml.cc>
  84. * srecode.el:
  85. * srecode/texi.el:
  86. * srecode/template.el:
  87. * srecode/java.el:
  88. * srecode/insert.el:
  89. * srecode/document.el:
  90. * srecode/dictionary.el:
  91. * srecode/compile.el:
  92. * semantic/wisent/java-tags.el:
  93. * semantic/texi.el:
  94. * semantic/sort.el:
  95. * semantic/lex-spp.el:
  96. * semantic/idle.el:
  97. * semantic/html.el:
  98. * semantic/db-typecache.el:
  99. * semantic/analyze/complete.el:
  100. * ede/generic.el:
  101. * ede/custom.el:
  102. * ede/cpp-root.el:
  103. * ede/base.el: Fix filenames in comments and headers.
  104. * semantic/db-find.el:
  105. * srecode/insert.el (srecode-insert-include-lookup):
  106. * ede/proj-comp.el (ede-compilation-program): Fix it's -> its in
  107. comments and docstrings.
  108. * semantic/ctxt.el (semantic-end-of-context-default):
  109. * semantic/find.el (semantic-find-tags-by-scope-protection):
  110. * semantic/java.el (semantic-documentation-for-tag): Fix typos in
  111. docstrings.
  112. * semantic/db.el (semanticdb-table, semanticdb-abstract-cache)
  113. (semanticdb-abstract-db-cache):
  114. * semantic/decorate/include.el
  115. (semantic-decoration-unknown-include-describe): Fix filenames in
  116. docstring.
  117. * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent):
  118. (semantic-ede-grammar-compiler-bovine): Fix requires that are
  119. added to the grammar-make-script.
  120. 2011-10-23 Chong Yidong <cyd@gnu.org>
  121. * ede.el (ede-maybe-checkout): Function deleted;
  122. vc-toggle-read-only does not do version control now.
  123. * ede/util.el (ede-make-buffer-writable): Don't use
  124. vc-toggle-read-only.
  125. * ede/project-am.el (project-remove-file, project-add-file)
  126. (project-new-target): Don't call ede-maybe-checkout.
  127. 2011-10-19 Chong Yidong <cyd@gnu.org>
  128. * ede.el (ede-minor-mode,global-ede-mode):
  129. * semantic.el (semantic-mode): Doc fix to reflect new
  130. define-minor-mode calling behavior.
  131. 2011-07-30 Chong Yidong <cyd@stupidchicken.com>
  132. * semantic/grammar.el (semantic-grammar-insert-defanalyzers):
  133. Fix require.
  134. 2011-07-04 Darren Hoo <darren.hoo@gmail.com> (tiny change)
  135. * semantic/db.el (semanticdb-file-table-object): Don't bug out on
  136. unconfigured projects if `global-ede-mode' is on (bug#8092).
  137. 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
  138. * semantic.el (semantic-elapsed-time): Rewrite using
  139. time-subtract and float-time.
  140. 2011-05-11 Glenn Morris <rgm@gnu.org>
  141. * semantic/wisent/javascript.el (semantic-get-local-variables):
  142. Use define-mode-local-override rather than its obsolete alias.
  143. 2011-05-10 Jim Meyering <meyering@redhat.com>
  144. Fix doubled-word typos.
  145. * ede/pmake.el (ede-proj-makefile-garbage-patterns): the the -> the
  146. * semantic/complete.el (semantic-complete-read-tag-local-members):
  147. Likewise.
  148. * ede.el (ede-auto-add-method): then then -> then
  149. 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
  150. * ede/pconf.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
  151. * ede/proj-comp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
  152. * ede/proj-elisp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf)
  153. (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
  154. * ede/proj-scheme.el (ede-proj-tweak-autoconf): Fix typos in docstrings.
  155. 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
  156. * Version 23.3 released.
  157. 2011-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
  158. * semantic/wisent/comp.el (wisent-byte-compile-grammar):
  159. Macroexpand before passing to byte-compile-form.
  160. 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
  161. * srecode/srt-mode.el (srecode-template-mode): Use define-derived-mode.
  162. * semantic/symref/list.el (semantic-symref-results-mode):
  163. Use run-mode-hooks.
  164. 2010-11-12 Glenn Morris <rgm@gnu.org>
  165. * semantic/wisent/comp.el: Remove unnecessary eval-when-compiles.
  166. 2010-11-10 Glenn Morris <rgm@gnu.org>
  167. * semantic/bovine/c.el: Test system-type with memq.
  168. 2010-11-09 Glenn Morris <rgm@gnu.org>
  169. * semantic/lex.el (semantic-lex-ignore-comments, semantic-flex):
  170. * semantic/grammar.el (semantic-grammar-epilogue):
  171. * ede/speedbar.el (ede-find-nearest-file-line):
  172. * ede/pmake.el (ede-proj-makefile-insert-dist-rules):
  173. * ede/autoconf-edit.el (autoconf-delete-parameter):
  174. Use point-at-bol and point-at-eol.
  175. 2010-11-07 Glenn Morris <rgm@gnu.org>
  176. * ede/proj-elisp.el (ede-proj-flush-autoconf): Use point-at-bol.
  177. 2010-11-01 Glenn Morris <rgm@gnu.org>
  178. * semantic/bovine/c.el (semantic-analyze-split-name): Move before use.
  179. * semantic/symref/cscope.el (ede-toplevel):
  180. * semantic/symref.el (ede-toplevel):
  181. * semantic/tag-file.el (ede-toplevel):
  182. * ede.el (ede-toplevel): Fix declarations.
  183. 2010-10-31 Glenn Morris <rgm@gnu.org>
  184. * ede/proj-elisp.el (project-compile-target): Fix previous change.
  185. * semantic/ede-grammar.el (project-compile-target): Fix previous change.
  186. 2010-10-31 Julien Danjou <julien@danjou.info>
  187. * ede/proj-elisp.el (project-compile-target):
  188. * semantic/ede-grammar.el (project-compile-target):
  189. Use `byte-recompile-file'.
  190. 2010-10-31 Glenn Morris <rgm@gnu.org>
  191. * mode-local.el (mode-local-augment-function-help):
  192. * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons):
  193. * semantic/symref/list.el (semantic-symref-results-dump)
  194. (semantic-symref-rb-toggle-expand-tag): Replace inappropriate uses
  195. of toggle-read-only.
  196. 2010-09-30 Chong Yidong <cyd@stupidchicken.com>
  197. * semantic/bovine/el.el:
  198. * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode):
  199. Fix require statements.
  200. 2010-09-29 Chong Yidong <cyd@stupidchicken.com>
  201. * semantic/tag.el (semantic-tag-version): Bump to 2.0.
  202. * semantic/db-typecache.el (semanticdb-typecache-find-default):
  203. * semantic/imenu.el (semantic-create-imenu-index):
  204. * semantic/grammar.el (semantic--grammar-macro-function-tag):
  205. * semantic/fw.el (semanticdb-without-unloaded-file-searches):
  206. Fix require. Suggested by David Engster.
  207. * semantic/bovine/c-by.el: Regenerate.
  208. 2010-09-29 Eric Ludlam <zappo@gnu.org>
  209. * semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var.
  210. (semantic-lex-spp-enable-debug-symbol): New command
  211. (semantic-lex-spp-value-valid-p)
  212. (semantic-lex-spp-validate-value): New functions
  213. (semantic-lex-spp-symbol-set)
  214. (semantic-lex-spp-symbol-push): Add call to validate value.
  215. (semantic-lex-spp-table-write-slot-value): Instead of erroring on
  216. invalid values during save, just save a nil.
  217. 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
  218. * ede/linux.el (ede-project-class-files):
  219. * ede/generic.el (ede-generic-new-autoloader):
  220. * ede/emacs.el (ede-project-class-files):
  221. * ede/simple.el (ede-project-class-files):
  222. * ede/cpp-root.el (ede-project-class-files): Fix require name.
  223. 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
  224. * semantic/lex.el (semantic-ignore-comments): Doc fix.
  225. * semantic/symref/list.el (semantic-symref-list-rename-open-hits):
  226. Fix typo in error message.
  227. (semantic-symref-list-map-open-hits): Fix typo in docstring.
  228. 2010-09-21 Eric Ludlam <zappo@gnu.org>
  229. Synch SRecode to CEDET 1.0.
  230. * pulse.el (pulse-momentary-highlight-overlay): If pulse-flag is
  231. 'never, disable all pulsing.
  232. * cedet.el (cedet-version):
  233. * srecode.el (srecode-version): Bump version to 1.0.
  234. * srecode/texi.el (srecode-texi-insert-tag-as-doc): New function.
  235. (semantic-insert-foreign-tag): Use it.
  236. * srecode/mode.el (srecode-bind-insert):
  237. Call srecode-load-tables-for-mode.
  238. (srecode-minor-mode-templates-menu): Do not list templates that
  239. are not in the current project.
  240. (srecode-menu-bar): Add binding for srecode-macro-help.
  241. * srecode/table.el (srecode-template-table): Add :project slot.
  242. (srecode-dump): Dump it.
  243. * srecode/map.el (srecode-map-update-map): Make map loading more
  244. robust.
  245. * srecode/insert.el (srecode-insert-fcn): Merge template
  246. dictionary before resolving arguments.
  247. (srecode-insert-method-helper): Add error checking to make sure
  248. that we only have dictionaries.
  249. (srecode-insert-method): Check template nesting depth when using
  250. point inserter override.
  251. (srecode-insert-method): Install override with depth limit.
  252. * srecode/getset.el (srecode-insert-getset): Force tag table
  253. update. Don't query the class if it is empty.
  254. * srecode/find.el (srecode-template-get-table)
  255. (srecode-template-get-table-for-binding)
  256. (srecode-all-template-hash): Skip if not in current project.
  257. (srecode-template-table-in-project-p): New method.
  258. * srecode/fields.el (srecode-fields-exit-confirmation): New option.
  259. (srecode-field-exit-ask): Use it.
  260. * srecode/dictionary.el (srecode-dictionary-add-template-table):
  261. Do not add variables in tables not for the current project.
  262. (srecode-compound-toString): Handle cases where the default value
  263. is another compound value.
  264. (srecode-dictionary-lookup-name): New optional argument
  265. NON-RECURSIVE, which inhibits visiting dictionary parents.
  266. (srecode-dictionary-add-section-dictionary)
  267. (srecode-dictionary-merge): New optional argument FORCE adds
  268. values even if an identically named entry exists.
  269. (srecode-dictionary-add-entries): New method.
  270. (srecode-create-dictionaries-from-tags): New function.
  271. * srecode/cpp.el (srecode-cpp): New defgroup.
  272. (srecode-cpp-namespaces): New option.
  273. (srecode-semantic-handle-:using-namespaces)
  274. (srecode-cpp-apply-templates): New functions.
  275. (srecode-semantic-apply-tag-to-dict): Handle template parameters
  276. by calling `srecode-cpp-apply-templates'.
  277. * srecode/compile.el (srecode-compile-templates): Fix directory
  278. compare of built-in templates. Give built-ins lower piority.
  279. Support special variable "project".
  280. (srecode-compile-template-table): Set :project slot of new tables.
  281. (srecode-compile-one-template-tag):
  282. Use srecode-create-dictionaries-from-tags.
  283. 2010-09-21 Eric Ludlam <zappo@gnu.org>
  284. Synch EDE to CEDET 1.0.
  285. * cedet-idutils.el (cedet-idutils-make-command): New option.
  286. (cedet-idutils-mkid-call):
  287. (cedet-idutils-create/update-database): New functions.
  288. * cedet-cscope.el (cedet-cscope-create):
  289. (cedet-cscope-create/update-database): New functions.
  290. (cedet-cscope-support-for-directory): Make interactive.
  291. * cedet-global.el (cedet-global-gtags-command): New option.
  292. (cedet-gnu-global-gtags-call)
  293. (cedet-gnu-global-create/update-database): New functions.
  294. * ede.el (ede-save-cache): Fix recentf-exclude expression.
  295. (ede-make-dist): Always use toplevel project.
  296. (ede-buffer-object): If we fail to find an object in the current
  297. project, loop upward looking for a match. If no target is found,
  298. use most local project.
  299. (ede-buffer-belongs-to-target-p)
  300. (ede-buffer-belongs-to-project-p): New functions.
  301. (ede-initialize-state-current-buffer): New function.
  302. (ede-target-forms-menu, ede-project-buffers): Use them.
  303. (ede-minor-mode, ede-reset-all-buffers): Use it.
  304. (project-interactive-select-target, project-add-file): Don't use
  305. ede-project-force-load.
  306. (ede-buffer-object): New arg PROJSYM.
  307. (ede-minor-mode): Remove ede-directory-project-p test.
  308. (ede-initialize-state-current-buffer): Don't test for
  309. ede-directory-project-p if there is a matching open project.
  310. (ede-customize-forms-menu): Prevent error if there is no project.
  311. (ede-load-project-file): Set ede-constructing to the thing being
  312. constructed, instead of t.
  313. (ede-project-force-load): Deleted.
  314. * ede/base.el:
  315. * ede/auto.el:
  316. * ede/custom.el: New files.
  317. * ede/autoconf-edit.el (autoconf-find-last-macro)
  318. (autoconf-parameters-for-macro): Parse multiline parameters of
  319. macros. Optionally ignore case and at bol for macro.
  320. (autoconf-parameter-strip): Use greedy match for newlines.
  321. (autoconf-new-automake-string): Deleted.
  322. (autoconf-new-program): Use SRecode to fill an empty file.
  323. * ede/cpp-root.el (ede-create-lots-of-projects-under-dir):
  324. New function.
  325. * ede/files.el (ede-flush-project-hash): New command.
  326. (ede-convert-path): Add optional PROJECT arg.
  327. (ede-directory-project-p): Obey ".ede-ignore".
  328. (ede-expand-filename-local)
  329. (ede-expand-filename-impl-via-subproj): New methods.
  330. (ede-expand-filename-impl): Use them.
  331. (ede-project-root, ede-project-root-directory): Move to
  332. ede/auto.el.
  333. * ede/locate.el (ede-locate-flush-hash):
  334. (ede-locate-create/update-root-database): New methods.
  335. (initialize-instance): Use ede-locate-flush-hash.
  336. * ede/pmake.el (ede-proj-makefile-insert-variables): If this is
  337. the top project and not a metasubproject, set TOP to CURDIR.
  338. (ede-proj-makefile-insert-variables): Output a target's object
  339. list whether or not the vars are already in the Makefile.
  340. (ede-pmake-insert-variable-once): New macro.
  341. * ede/project-am.el (project-am-with-makefile-current):
  342. Add recentf-exclude.
  343. (project-am-load-makefile): Obey an optional suggested name.
  344. (project-am-expand-subdirlist): New function.
  345. (project-am-makefile::project-rescan): Use it. Combine SUBDIRS
  346. and DIST_SUBDIRS.
  347. (project-am-meta-type-alist): A list to scan better Makefile.am
  348. (project-am-scan-for-targets): Scan also over
  349. project-am-meta-type-alist.
  350. (ede-system-include-path): Simple implementation.
  351. (ede-find-target): Deleted. EDE core takes care of this.
  352. (ede-buffer-mine): Create the searched filename as relative.
  353. (project-am-load): Simplify, using autoconf-edit.
  354. (project-am-extract-package-info): Fix separators.
  355. * ede/proj.el (project-run-target): New method.
  356. (project-make-dist, project-compile-project):
  357. Use ede-proj-automake-p to determine which kind of compile to use.
  358. (project-rescan): Call ede-load-project-file.
  359. (ede-buffer-mine): Add more file names that belong to the project.
  360. (ede-proj-compilers): Improve error message.
  361. * ede/proj-obj.el (ede-ld-linker): Use the LDDEPS variable.
  362. (ede-source-c++): Add more C++ extensions.
  363. (ede-proj-target-makefile-objectcode): Quote initforms.
  364. Support lex and yacc.
  365. * ede/proj-prog.el (ede-proj-makefile-insert-rules): Removed.
  366. (ede-proj-makefile-insert-variables): New, add LDDEPS.
  367. (ede-proj-makefile-insert-automake-post-variables): Add LDADD
  368. variable. Use ldlibs-local slot. Add a -l to ldlibs strings.
  369. (ede-proj-target-makefile-program): Swap order of two slots so
  370. they show up in the same order as in the command line.
  371. (ede-proj-target-makefile-program): Add ldlibs-local slot.
  372. * ede/proj-shared.el (ede-g++-libtool-shared-compiler):
  373. Fix inference rule to use cpp files.
  374. (ede-proj-target-makefile-shared-object): Quote initforms.
  375. * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous):
  376. * ede/proj-info.el (ede-proj-target-makefile-info):
  377. * ede/proj-aux.el (ede-proj-target-aux):
  378. * ede/proj-archive.el (ede-proj-target-makefile-archive):
  379. * ede/proj-elisp.el (ede-proj-target-elisp)
  380. (ede-proj-target-elisp-autoloads): Quote initforms.
  381. * ede/srecode.el (ede-srecode-setup): Load autoconf templates.
  382. * ede/shell.el (ede-shell-buffer): Fix buffer name.
  383. * ede/pconf.el (ede-proj-configure-synchronize): If user events
  384. occur while waiting for the compile process to finish, pull them
  385. in and discard those events.
  386. 2010-09-19 Eric Ludlam <zappo@gnu.org>
  387. Synch Semantic to CEDET 1.0.
  388. * semantic.el (semantic-version): Update to 2.0.
  389. (semantic-mode-map): Add "," and "m" bindings.
  390. (navigate-menu): Update.
  391. * semantic/symref.el (semantic-symref-calculate-rootdir):
  392. New function.
  393. (semantic-symref-detect-symref-tool): Use it.
  394. * semantic/symref/grep.el (semantic-symref-grep-shell): New var.
  395. (semantic-symref-perform-search): Use it. Calculate root dir with
  396. semantic-symref-calculate-rootdir.
  397. (semantic-symref-derive-find-filepatterns): Improve error message.
  398. * semantic/symref/list.el
  399. (semantic-symref-results-mode-map): New bindings.
  400. (semantic-symref-auto-expand-results): New option.
  401. (semantic-symref-results-dump): Obey auto-expand.
  402. (semantic-symref-list-expand-all, semantic-symref-regexp)
  403. (semantic-symref-list-contract-all)
  404. (semantic-symref-list-map-open-hits)
  405. (semantic-symref-list-update-open-hits)
  406. (semantic-symref-list-create-macro-on-open-hit)
  407. (semantic-symref-list-call-macro-on-open-hits): New functions.
  408. (semantic-symref-list-menu-entries)
  409. (semantic-symref-list-menu): New vars.
  410. (semantic-symref-list-map-open-hits): Move cursor to beginning of
  411. match before calling the mapped function.
  412. * semantic/doc.el
  413. (semantic-documentation-comment-preceeding-tag): Do nothing if the
  414. mode doesn't provide comment-start-skip.
  415. * semantic/scope.el
  416. (semantic-analyze-scope-nested-tags-default): Strip duplicates.
  417. (semantic-analyze-scoped-inherited-tag-map): Take the tag we are
  418. looking for as part of the scoped tags list.
  419. * semantic/html.el (semantic-default-html-setup):
  420. Add senator-step-at-tag-classes.
  421. * semantic/decorate/include.el
  422. (semantic-decoration-on-unknown-includes): Change light bgcolor.
  423. (semantic-decoration-on-includes-highlight-default): Check that
  424. the include tag has a position.
  425. * semantic/complete.el (semantic-collector-local-members):
  426. (semantic-complete-read-tag-local-members)
  427. (semantic-complete-jump-local-members): New class and functions.
  428. (semantic-complete-self-insert): Save excursion before completing.
  429. * semantic/analyze/complete.el
  430. (semantic-analyze-possible-completions-default): If no completions
  431. are found, return the raw by-name-only completion list. Add FLAGS
  432. arguments. Add support for 'no-tc (type constraint) and
  433. 'no-unique, or no stripping duplicates.
  434. (semantic-analyze-possible-completions-default): Add FLAGS arg.
  435. * semantic/util-modes.el
  436. (semantic-stickyfunc-show-only-functions-p): New option.
  437. (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for
  438. the very first line in a buffer.
  439. * semantic/util.el (semantic-hack-search)
  440. (semantic-recursive-find-nonterminal-by-name)
  441. (semantic-current-tag-interactive): Deleted.
  442. (semantic-describe-buffer): Fix expand-nonterminal.
  443. Add lex-syntax-mods, type relation separator char, and command
  444. separation char.
  445. (semantic-sanity-check): Only message if called interactively.
  446. * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the
  447. :filename property and the tag position.
  448. * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
  449. Add recursion limit.
  450. * semantic/imenu.el (semantic-imenu-bucketize-type-members):
  451. Make this buffer local, not the obsoleted variable.
  452. * semantic/idle.el: Add breadcrumbs support.
  453. (semantic-idle-summary-current-symbol-info-default)
  454. (semantic-idle-tag-highlight)
  455. (semantic-idle-completion-list-default):
  456. Use semanticdb-without-unloaded-file-searches for speed, and to
  457. conform to the controls that specify if the idle timer is supposed
  458. to be parsing unparsed includes.
  459. (semantic-idle-symbol-highlight-face)
  460. (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*.
  461. Callers changed.
  462. (semantic-idle-work-parse-neighboring-files-flag): Default to nil.
  463. (semantic-idle-work-update-headers-flag): New var.
  464. (semantic-idle-work-for-one-buffer): Use it.
  465. (semantic-idle-local-symbol-highlight): Rename from
  466. semantic-idle-tag-highlight.
  467. (semantic-idle-truncate-long-summaries): New option.
  468. * semantic/ia.el (semantic-ia-cache)
  469. (semantic-ia-get-completions): Deleted. Callers changed.
  470. (semantic-ia-show-variants): New command.
  471. (semantic-ia-show-doc): If doc is empty, don't make a temp buffer.
  472. (semantic-ia-show-summary): If there isn't anything to show, say so.
  473. * semantic/grammar.el (semantic-grammar-create-package):
  474. Save the buffer even in batch mode.
  475. * semantic/fw.el
  476. (semanticdb-without-unloaded-file-searches): New macro.
  477. * semantic/dep.el (semantic-dependency-find-file-on-path):
  478. Fix case dereferencing ede-object when it is a list.
  479. * semantic/db-typecache.el (semanticdb-expand-nested-tag)
  480. (semanticdb-typecache-faux-namespace): New functions.
  481. (semanticdb-typecache-file-tags)
  482. (semanticdb-typecache-merge-streams): Use them.
  483. (semanticdb-typecache-file-tags): When deriving tags from a file,
  484. give the mode a chance to monkey with the tag copy.
  485. (semanticdb-typecache-find-default): Wrap find in save-excursion.
  486. (semanticdb-typecache-find-by-name-helper): Merge found names down.
  487. * semantic/db-global.el
  488. (semanticdb-enable-gnu-global-in-buffer): Don't show messages if
  489. GNU Global is not available and we don't want to throw an error.
  490. * semantic/db-find.el (semanticdb-find-result-nth-in-buffer):
  491. When trying to normalize the tag to a buffer, don't error if
  492. set-buffer method doesn't exist.
  493. * semantic/db-file.el (semanticdb-save-db): Simplify msg.
  494. * semantic/db.el (semanticdb-refresh-table): If forcing a
  495. refresh on a file not in a buffer, use semantic-find-file-noselect
  496. and delete the buffer after use.
  497. (semanticdb-current-database-list): When calculating root via
  498. hooks, force it through true-filename and skip the list of
  499. possible roots.
  500. * semantic/ctxt.el (semantic-ctxt-imported-packages): New.
  501. * semantic/analyze/debug.el
  502. (semantic-analyzer-debug-insert-tag): Reset standard output to
  503. current buffer.
  504. (semantic-analyzer-debug-global-symbol)
  505. (semantic-analyzer-debug-missing-innertype): Change "prefix" to
  506. "symbol" in messages.
  507. * semantic/analyze/refs.el (semantic-analyze-refs-impl)
  508. (semantic-analyze-refs-proto): When calculating value, make sure
  509. the found tag is 'similar' to the originating tag.
  510. (semantic--analyze-refs-find-tags-with-parent): Attempt to
  511. identify matches via imported symbols of parents.
  512. (semantic--analyze-refs-full-lookup-with-parents): Do a deep
  513. search during the brute search.
  514. * semantic/analyze.el
  515. (semantic-analyze-find-tag-sequence-default): Be robust to
  516. calculated scopes being nil.
  517. * semantic/bovine/c.el (semantic-c-describe-environment):
  518. Add project macro symbol array.
  519. (semantic-c-parse-lexical-token): Add recursion limit.
  520. (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag):
  521. New overrides.
  522. (semantic-expand-c-tag-namelist): Split a full type from a typedef
  523. out to its own tag.
  524. (semantic-expand-c-tag-namelist): Do not split out a typedef'd
  525. inline type if it is an anonymous type.
  526. (semantic-c-reconstitute-token): Use the optional initializers as
  527. a clue that some function is probably a constructor.
  528. When defining the type of these constructors, split the parent name,
  529. and use only the class part, if applicable.
  530. * semantic/bovine/c-by.el:
  531. * semantic/wisent/python-wy.el: Regenerate.
  532. 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
  533. * semantic/db-file.el (object-write): Fix typo in docstring.
  534. 2010-06-03 Eric Ludlam <zappo@gnu.org>
  535. * semantic/lex-spp.el
  536. (semantic-lex-spp-table-write-slot-value): Instead of erroring on
  537. invalid values during save, just save a nil (Bug#6324).
  538. 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
  539. * ede/cpp-root.el (ede-set-project-variables): Fix feature name
  540. (bug#6231).
  541. 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
  542. Use a mode-line spec rather than a static string in Semantic.
  543. * semantic/util-modes.el:
  544. (semantic-minor-modes-format): New var to replace...
  545. (semantic-minor-modes-status): Remove.
  546. (semantic-mode-line-update): Construct a mode-line spec rather than
  547. a static string so that mouse buttons can be used on individual minor
  548. modes and so that semantic-mode-line-update only needs to be called
  549. when global settings are changed.
  550. (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
  551. Call semantic-mode-line-update.
  552. (semantic-toggle-minor-mode-globally): Don't assume mode is on
  553. minor-mode-alist, check semantic-minor-mode-alist as well.
  554. (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
  555. (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
  556. (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
  557. * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
  558. * semantic/idle.el (semantic-idle-scheduler-mode)
  559. (define-semantic-idle-service, semantic-idle-summary-mode):
  560. * semantic/decorate/mode.el (semantic-decoration-mode):
  561. Don't call semantic-mode-line-update any more.
  562. 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
  563. Use define-minor-mode in CEDET where applicable.
  564. * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
  565. Use define-minor-mode.
  566. * semantic/util-modes.el (semantic-add-minor-mode):
  567. Remove unused arg `keymap' and code redundant with define-minor-mode.
  568. (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
  569. (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
  570. (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
  571. (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
  572. (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
  573. (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
  574. Use define-minor-mode.
  575. (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
  576. (semantic-show-unmatched-syntax-mode-setup)
  577. (semantic-show-parser-state-mode-setup)
  578. (semantic-highlight-func-mode-setup): Inline into sole caller.
  579. * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
  580. (semantic-mru-bookmark-mode): Use define-minor-mode.
  581. (semantic-mru-bookmark-mode-setup): Inline into sole caller.
  582. * semantic/idle.el (define-semantic-idle-service):
  583. Use define-minor-mode and inline setup function into its sole caller.
  584. (semantic-idle-scheduler-mode-setup)
  585. (semantic-idle-summary-mode-setup): Inline into sole caller.
  586. (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
  587. Use define-minor-mode.
  588. * semantic/decorate/mode.el (global-semantic-decoration-mode)
  589. (semantic-decoration-mode): Use define-minor-mode.
  590. (semantic-decoration-mode-setup): Inline into sole caller.
  591. * ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
  592. (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
  593. (ede-dired-add-to-target): Use dolist.
  594. 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
  595. * semantic.el (semantic-completion-at-point-function):
  596. New function.
  597. (semantic-mode): Use semantic-completion-at-point-function for
  598. completion-at-point-functions instead.
  599. 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
  600. * semantic.el (semantic-mode): When enabled, add
  601. semantic-ia-complete-symbol to completion-at-point-functions.
  602. * semantic/ia.el (semantic-ia-complete-symbol): Return nil
  603. if Semantic is not active.
  604. 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
  605. * ede/pmake.el (ede-proj-makefile-insert-variables):
  606. Don't destroy list before using it.
  607. 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
  608. * semantic/imenu.el (semantic-imenu-bucketize-type-members)
  609. (semantic-create-imenu-directory-index): Fix typos in docstrings.
  610. (semantic-imenu-goto-function): Reflow docstring.
  611. 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
  612. * srecode/table.el (srecode-template-table): Fix docstring typo.
  613. 2010-03-24 Glenn Morris <rgm@gnu.org>
  614. * semantic/bovine/c.el (semantic-c-describe-environment):
  615. Consistently check ede-object is bound throughout.
  616. * ede/project-am.el (ede-shell-run-something): Declare.
  617. 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
  618. * semantic/imenu.el: New file, from the CEDET repository
  619. (Bug#5412).
  620. 2010-03-06 Glenn Morris <rgm@gnu.org>
  621. * semantic/grammar.el (semantic-grammar-header-template):
  622. Update template copyright to GPLv3+.
  623. 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
  624. * semantic/db-find.el
  625. (semanticdb-find-translate-path-brutish-default):
  626. * ede/make.el (ede-make-check-version):
  627. Use with-current-buffer instead of save-excursion.
  628. 2010-02-24 Eduard Wiebe <usenet@pusto.de>
  629. * semantic/wisent/javascript.el (wisent-javascript-jv-expand-tag):
  630. Avoid c(ad)ddr and use c(ad)r of cddr (Bug#5640).
  631. 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
  632. * data-debug.el (data-debug): Move to extensions group.
  633. * ede.el (ede):
  634. * srecode.el (srecode):
  635. * semantic.el (semantic): Put in tools and extensions group.
  636. 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
  637. * ede.el (ede-run-target, project-delete-target)
  638. (project-dist-files, ede-name, ede-documentation, ede-parent-project)
  639. (ede-adebug-project, ede-adebug-project-parent)
  640. (ede-adebug-project-root): Fix typos in docstrings.
  641. 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
  642. * ede/locate.el (ede-locate-file-in-project)
  643. (ede-locate-file-in-project-impl): Fix typos in docstrings.
  644. (ede-enable-locate-on-project): Fix typos in error messages.
  645. * semantic/util-modes.el (semantic-unmatched-syntax-face)
  646. (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
  647. (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
  648. (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
  649. (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
  650. Fix typos in menu help.
  651. * semantic.el (semantic-require-version, semantic--buffer-cache)
  652. (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
  653. (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
  654. (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
  655. (semantic-parse-stream, semantic-parse-region)
  656. (semantic-parse-region-default, semantic--set-buffer-cache)
  657. (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
  658. (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
  659. (semantic-default-submodes):
  660. * semantic/db-ebrowse.el (semanticdb-table-ebrowse)
  661. (semanticdb-create-ebrowse-database)
  662. (semanticdb-find-tags-for-completion-method)
  663. (semanticdb-find-tags-by-class-method)
  664. (semanticdb-deep-find-tags-by-name-method)
  665. (semanticdb-deep-find-tags-for-completion-method):
  666. * semantic/db-el.el (semanticdb-elisp-mapatom-collector)
  667. (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
  668. (semanticdb-find-tags-for-completion-method)
  669. (semanticdb-find-tags-by-class-method)
  670. (semanticdb-deep-find-tags-for-completion-method):
  671. * semantic/db-find.el (semanticdb-find-translate-path)
  672. (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
  673. (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
  674. (semanticdb-find-tags-by-name-method)
  675. (semanticdb-find-tags-by-name-regexp-method)
  676. (semanticdb-find-tags-for-completion-method)
  677. (semanticdb-find-tags-by-class-method)
  678. (semanticdb-find-tags-external-children-of-type-method)
  679. (semanticdb-find-tags-subclasses-of-type-method)
  680. (semanticdb-deep-find-tags-by-name-method)
  681. (semanticdb-deep-find-tags-by-name-regexp-method)
  682. (semanticdb-deep-find-tags-for-completion-method):
  683. * semantic/db-global.el (semanticdb-enable-gnu-global-hook)
  684. (semanticdb-enable-gnu-global-in-buffer)
  685. (semanticdb-find-tags-for-completion-method)
  686. (semanticdb-deep-find-tags-by-name-method)
  687. (semanticdb-deep-find-tags-for-completion-method):
  688. * semantic/db-javascript.el (semanticdb-javascript-tags)
  689. (javascript-mode, semanticdb-find-translate-path)
  690. (semanticdb-find-tags-for-completion-method)
  691. (semanticdb-find-tags-by-class-method)
  692. (semanticdb-deep-find-tags-by-name-method)
  693. (semanticdb-deep-find-tags-for-completion-method)
  694. (semanticdb-find-tags-external-children-of-type-method):
  695. * semantic/idle.el (semantic-idle-work-core-handler)
  696. (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
  697. (global-semantic-idle-scheduler-mode):
  698. * srecode/dictionary.el (srecode-field-value)
  699. (srecode-dictionary-add-section-dictionary):
  700. Fix typos in docstrings.
  701. 2010-01-17 Glenn Morris <rgm@gnu.org>
  702. * semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
  703. 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
  704. * semantic.el (semantic-mode): Fix typos in docstrings.
  705. 2010-01-16 Mario Lang <mlang@delysid.org>
  706. * ede/cpp-root.el (ede-cpp-root-project):
  707. * ede/files.el (ede-expand-filename):
  708. * ede/simple.el (ede-simple-project):
  709. * semantic/complete.el (semantic-complete-read-tag-engine)
  710. (semantic-complete-inline-tag-engine):
  711. * semantic/db-el.el (semanticdb-equivalent-mode):
  712. * semantic/db-global.el (semanticdb-equivalent-mode):
  713. * semantic/db-javascript.el (semanticdb-equivalent-mode):
  714. * semantic/db.el (semanticdb-equivalent-mode):
  715. * semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
  716. * semantic/idle.el (semantic-idle-work-for-one-buffer):
  717. Remove duplicated words in doc-strings.
  718. 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
  719. * semantic/edit.el (semantic-reparse-needed-change-hook)
  720. (semantic-no-reparse-needed-change-hook):
  721. * srecode/insert.el (srecode-resolve-argument-list)
  722. (srecode-template-inserter-blank, srecode-template-inserter-variable)
  723. (srecode-template-inserter-ask, srecode-template-inserter-width)
  724. (srecode-template-inserter-section-start)
  725. (srecode-template-inserter-section-end, srecode-insert-method):
  726. 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
  727. * data-debug.el (data-debug): Fix customization group reference.
  728. 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
  729. * semantic/analyze.el (semantic-analyze-push-error)
  730. (semantic-analyze-context, semantic-analyze-context-assignment)
  731. (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
  732. * semantic/java.el (java-mode, semantic-tag-include-filename)
  733. (semantic-java-doc-keywords-map):
  734. * semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
  735. (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
  736. (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
  737. (semantic-c-classname, semantic-format-tag-uml-prototype)
  738. (semantic-c-dereference-namespace, semantic-analyze-type-constants):
  739. * semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
  740. (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
  741. (semantic-get-local-variables, semantic-end-of-command)
  742. (semantic-beginning-of-command, semantic-ctxt-current-class-list)
  743. (lisp-mode):
  744. * semantic/bovine/make.el (makefile-mode):
  745. * semantic/wisent/python.el (wisent-python-string-re)
  746. (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
  747. (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
  748. (semantic-lex, semantic-get-local-variables, python-mode):
  749. * semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
  750. * srecode/extract.el (srecode-extract-state-set)
  751. (srecode-extract-method): Fix typos in docstrings.
  752. 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
  753. * semantic.el (semantic-new-buffer-setup-functions):
  754. Add python parser.
  755. 2010-01-10 Richard Kim <emacs18@gmail.com>
  756. * semantic/wisent/python-wy.el:
  757. * semantic/wisent/python.el: New files.
  758. 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
  759. * semantic/db-typecache.el (semanticdb-typecache-find-default):
  760. Fix typo in docstring.
  761. 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
  762. * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
  763. (semantic-mru-bookmark-mode): Doc fixes.
  764. * semantic/db.el (semanticdb-cache-get): Use error instead
  765. of assert.
  766. 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
  767. * semantic/ia.el (semantic-ia-complete-symbol):
  768. Make argument optional.
  769. 2009-12-05 Eric Ludlam <zappo@gnu.org>
  770. * semantic/bovine/c.el (semantic-c-describe-environment):
  771. Describe project macro symbols.
  772. * semantic/complete.el (semantic-complete-do-completion):
  773. Don't call semantic-collector-current-exact-match.
  774. * ede.el (ede-apply-preprocessor-map): Accept lists of
  775. ede-objects as targets.
  776. * ede/pmake.el (ede-proj-makefile-insert-variables):
  777. Output a target's object list even if compiler vars are already in the
  778. Makefile.
  779. * ede/emacs.el (ede-preprocessor-map): Add config.h to the
  780. list of headers producing necessary macros.
  781. 2009-11-24 Glenn Morris <rgm@gnu.org>
  782. * semantic/idle.el (global-semantic-idle-scheduler-mode):
  783. Move after definition of global-semantic-idle-tag-highlight-mode.
  784. 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
  785. * srecode/map.el (srecode-get-maps):
  786. * semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
  787. * semantic/wisent/comp.el (wisent-toggle-verbose-flag):
  788. * semantic/decorate/mode.el (semantic-decoration-mode)
  789. (semantic-toggle-decoration-style):
  790. * semantic/decorate/include.el
  791. (semantic-decoration-include-describe)
  792. (semantic-decoration-unknown-include-describe)
  793. (semantic-decoration-unparsed-include-describe)
  794. (semantic-decoration-all-include-summary):
  795. * semantic/bovine/c.el (semantic-c-debug-mode-init):
  796. * semantic/analyze/complete.el
  797. (semantic-analyze-possible-completions):
  798. * semantic/util-modes.el (semantic-highlight-edits-mode)
  799. (semantic-show-unmatched-syntax-mode)
  800. (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
  801. (semantic-highlight-func-mode):
  802. * semantic/util.el (semantic-describe-buffer):
  803. * semantic/symref.el (semantic-symref-find-references-by-name)
  804. (semantic-symref-find-tags-by-name)
  805. (semantic-symref-find-tags-by-regexp)
  806. (semantic-symref-find-tags-by-completion)
  807. (semantic-symref-find-file-references-by-name)
  808. (semantic-symref-find-text):
  809. * semantic/senator.el (senator-copy-tag, senator-kill-tag)
  810. (senator-yank-tag):
  811. * semantic/scope.el (semantic-calculate-scope):
  812. * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
  813. * semantic/idle.el (semantic-idle-scheduler-mode)
  814. (define-semantic-idle-service):
  815. * semantic/complete.el (semantic-complete-analyze-inline)
  816. (semantic-complete-analyze-inline-idle):
  817. * semantic/analyze.el (semantic-analyze-current-context):
  818. * mode-local.el (describe-mode-local-bindings)
  819. (describe-mode-local-bindings-in-mode):
  820. * ede/make.el (ede-make-check-version):
  821. * ede/locate.el (ede-enable-locate-on-project):
  822. * cedet-idutils.el (cedet-idutils-expand-filename)
  823. (cedet-idutils-version-check):
  824. * cedet-global.el (cedet-gnu-global-expand-filename)
  825. (cedet-gnu-global-version-check):
  826. * cedet-cscope.el (cedet-cscope-expand-filename)
  827. (cedet-cscope-version-check): Use called-interactively-p instead
  828. of interactive-p.
  829. * semantic/ia.el (semantic-ia-completion-format-tag-function):
  830. Use semantic-format-tag-prototype.
  831. 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
  832. * semantic/complete.el (semantic-complete-read-tag-engine)
  833. (semantic-complete-jump-local, semantic-complete-jump):
  834. Improve prompt string.
  835. 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
  836. * semantic/complete.el (semantic-complete-inline-map): Doc fix.
  837. * semantic/idle.el (define-semantic-idle-service)
  838. (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
  839. 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
  840. * cedet.el (cedet-menu-map): Re-order menu items.
  841. * semantic.el: Enable idle-mode menu items only if
  842. global-semantic-idle-scheduler-mode is enabled.
  843. (semantic-default-submodes): Doc fix.
  844. * semantic/idle.el (global-semantic-idle-scheduler-mode):
  845. When turning off, disable other idle modes.
  846. 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
  847. * semantic/idle.el (semantic-idle-summary-mode)
  848. (semantic-idle-summary-mode): Define using define-minor-mode
  849. instead of define-semantic-idle-service.
  850. (semantic-idle-summary-mode): New function.
  851. (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
  852. that mouse motion does not reset the echo area.
  853. 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
  854. * semantic/ctxt.el (semantic-get-local-variables):
  855. Disable the progress reporter entirely.
  856. 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
  857. * semantic/fw.el (semantic/loaddefs):
  858. * srecode.el (srecode/loaddefs):
  859. * ede.el (ede/loaddefs): Load rather than require.
  860. * ede/cpp-root.el:
  861. * ede/emacs.el:
  862. * ede/files.el:
  863. * ede/linux.el:
  864. * ede/locate.el:
  865. * ede/make.el:
  866. * ede/shell.el:
  867. * ede/speedbar.el:
  868. * ede/system.el:
  869. * ede/util.el:
  870. * semantic/analyze.el:
  871. * semantic/bovine.el:
  872. * semantic/complete.el:
  873. * semantic/ctxt.el:
  874. * semantic/db-file.el:
  875. * semantic/db-find.el:
  876. * semantic/db-global.el:
  877. * semantic/db-mode.el:
  878. * semantic/db-typecache.el:
  879. * semantic/db.el:
  880. * semantic/debug.el:
  881. * semantic/dep.el:
  882. * semantic/doc.el:
  883. * semantic/edit.el:
  884. * semantic/find.el:
  885. * semantic/format.el:
  886. * semantic/html.el:
  887. * semantic/ia-sb.el:
  888. * semantic/ia.el:
  889. * semantic/idle.el:
  890. * semantic/lex-spp.el:
  891. * semantic/lex.el:
  892. * semantic/mru-bookmark.el:
  893. * semantic/scope.el:
  894. * semantic/senator.el:
  895. * semantic/sort.el:
  896. * semantic/symref.el:
  897. * semantic/tag-file.el:
  898. * semantic/tag-ls.el:
  899. * semantic/tag-write.el:
  900. * semantic/tag.el:
  901. * semantic/util-modes.el:
  902. * semantic/analyze/complete.el:
  903. * semantic/analyze/refs.el:
  904. * semantic/bovine/c.el:
  905. * semantic/bovine/gcc.el:
  906. * semantic/bovine/make.el:
  907. * semantic/bovine/scm.el:
  908. * semantic/decorate/include.el:
  909. * semantic/decorate/mode.el:
  910. * semantic/symref/cscope.el:
  911. * semantic/symref/global.el:
  912. * semantic/symref/grep.el:
  913. * semantic/symref/idutils.el:
  914. * semantic/symref/list.el:
  915. * semantic/wisent/java-tags.el:
  916. * semantic/wisent/javascript.el:
  917. * srecode/compile.el:
  918. * srecode/cpp.el:
  919. * srecode/document.el:
  920. * srecode/el.el:
  921. * srecode/expandproto.el:
  922. * srecode/getset.el:
  923. * srecode/insert.el:
  924. * srecode/java.el:
  925. * srecode/map.el:
  926. * srecode/mode.el:
  927. * srecode/template.el:
  928. * srecode/texi.el: Remove the file-local setting of
  929. generated-autoload-feature.
  930. 2009-11-03 Glenn Morris <rgm@gnu.org>
  931. * mode-local.el (with-mode-local): Doc fix.
  932. 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
  933. * cedet.el (cedet-menu-map): Remove Semantic and EDE menu
  934. items.
  935. * ede.el (ede-minor-mode):
  936. * semantic.el (semantic-mode): Toggle menu separators.
  937. 2009-10-31 Glenn Morris <rgm@gnu.org>
  938. * semantic/tag.el (semantic--tag-link-list-to-buffer):
  939. Use mapc rather than mapcar because the return value is never used.
  940. * srecode/template.el, semantic/wisent/javascript.el:
  941. * semantic/wisent/java-tags.el, semantic/texi.el:
  942. * semantic/html.el:
  943. Suppress harmless warnings about setting up semantic-imenu (not
  944. part of Emacs) variables.
  945. 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
  946. * srecode/srt-mode.el (semantic-analyze-possible-completions):
  947. * semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
  948. * semantic/symref/grep.el (semantic-symref-perform-search):
  949. * semantic/bovine/gcc.el (semantic-gcc-query):
  950. * semantic/bovine/c.el (semantic-c-parse-lexical-token):
  951. * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
  952. (semantic-analyzer-debug-global-symbol)
  953. (semantic-analyzer-debug-missing-innertype)
  954. (semantic-analyzer-debug-insert-include-summary):
  955. * semantic/util.el (semantic-file-tag-table):
  956. (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
  957. (semantic-recursive-find-nonterminal-by-name):
  958. * semantic/tag-ls.el (semantic-tag-calculate-parent-default):
  959. * semantic/tag-file.el (semantic-prototype-file):
  960. * semantic/symref.el (semantic-symref-parse-tool-output):
  961. * semantic/sb.el (semantic-sb-fetch-tag-table):
  962. * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
  963. * semantic/idle.el (semantic-idle-work-for-one-buffer):
  964. (semantic-idle-summary-maybe-highlight):
  965. * semantic/ia-sb.el (semantic-ia-speedbar)
  966. (semantic-ia-sb-tag-info):
  967. * semantic/grammar.el (semantic-analyze-possible-completions):
  968. * semantic/find.el (semantic-brute-find-tag-by-position):
  969. * semantic/ede-grammar.el (project-compile-target):
  970. (ede-proj-makefile-insert-variables):
  971. * semantic/debug.el (semantic-debug-set-parser-location):
  972. (semantic-debug-set-source-location, semantic-debug-interface-layout)
  973. (semantic-debug-mode, semantic-debug):
  974. * semantic/db.el (semanticdb-needs-refresh-p):
  975. * semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
  976. * semantic/db-javascript.el (semanticdb-equivalent-mode):
  977. * semantic/db-find.el (semanticdb-find-log-new-search)
  978. (semanticdb-find-translate-path-includes--internal)
  979. (semanticdb-reset-log, semanticdb-find-log-activity):
  980. * semantic/db-file.el (object-write):
  981. * semantic/db-el.el (semanticdb-equivalent-mode):
  982. * semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
  983. (semanticdb-create-ebrowse-database):
  984. * semantic/db-debug.el (semanticdb-table-sanity-check):
  985. * semantic/complete.el (semantic-displayor-focus-request)
  986. (semantic-collector-calculate-completions-raw)
  987. (semantic-complete-read-tag-analyzer):
  988. * semantic/analyze.el (semantic-analyze-pulse):
  989. * ede/util.el (ede-update-version-in-source):
  990. * ede/proj.el (project-delete-target):
  991. * ede/proj-elisp.el (ede-update-version-in-source)
  992. (ede-proj-flush-autoconf):
  993. * ede/pconf.el (ede-proj-configure-synchronize)
  994. (ede-proj-configure-synchronize):
  995. * ede/locate.el (ede-locate-file-in-project-impl):
  996. * ede/linux.el (ede-linux-version):
  997. * ede/emacs.el (ede-emacs-version):
  998. * ede/dired.el (ede-dired-add-to-target):
  999. * ede.el (ede-buffer-header-file, ede-find-target)
  1000. (ede-buffer-documentation-files, ede-project-buffers, ede-set)
  1001. (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
  1002. * cedet-idutils.el (cedet-idutils-fnid-call):
  1003. (cedet-idutils-lid-call, cedet-idutils-expand-filename)
  1004. (cedet-idutils-version-check):
  1005. * cedet-global.el (cedet-gnu-global-call):
  1006. (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
  1007. (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
  1008. * cedet-cscope.el (cedet-cscope-call)
  1009. (cedet-cscope-expand-filename, cedet-cscope-version-check):
  1010. Use with-current-buffer.
  1011. * ede.el (ede-make-project-local-variable)
  1012. (ede-set-project-variables, ede-set): Use dolist.
  1013. 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
  1014. * mode-local.el (make-obsolete-overload): Add `when' argument.
  1015. (overload-docstring-extension): Use that info.
  1016. * semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
  1017. * semantic/idle.el (semantic-eldoc-current-symbol-info):
  1018. * semantic/tag-ls.el (semantic-nonterminal-protection)
  1019. (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
  1020. (semantic-nonterminal-full-name): Add the new `when' info.
  1021. * semantic/decorate/mode.el (semantic/decorate): Require CL for
  1022. `assert'.
  1023. 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
  1024. * semantic/fw.el (semantic-alias-obsolete)
  1025. (semantic-varalias-obsolete): Make the `when' arg mandatory.
  1026. (define-mode-overload-implementation):
  1027. * semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
  1028. * semantic/wisent.el (wisent-lex-make-token-table):
  1029. * semantic/util.el (semantic-file-token-stream)
  1030. (semantic-something-to-stream):
  1031. * semantic/tag.el (semantic-tag-make-assoc-list)
  1032. (semantic-expand-nonterminal):
  1033. * semantic/tag-file.el (semantic-find-nonterminal)
  1034. (semantic-find-dependency, semantic-find-nonterminal)
  1035. (semantic-find-dependency):
  1036. * semantic/lex.el (semantic-flex-start, semantic-flex-end)
  1037. (semantic-flex-text, semantic-flex-make-keyword-table)
  1038. (semantic-flex-keyword-p, semantic-flex-keyword-put)
  1039. (semantic-flex-keyword-get, semantic-flex-map-keywords)
  1040. (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
  1041. * semantic/java.el (semantic-java-prototype-nonterminal):
  1042. * semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
  1043. (semantic-after-idle-scheduler-reparse-hooks):
  1044. * semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
  1045. * semantic/db-mode.el (semanticdb-mode-hooks):
  1046. * semantic.el (semantic-toplevel-bovine-table)
  1047. (semantic-toplevel-bovine-cache)
  1048. (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
  1049. (semantic-init-mode-hooks, semantic-init-db-hooks)
  1050. (semantic-bovination-working-type): Provide the `when' arg.
  1051. 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
  1052. * semantic/util.el (semantic-recursive-find-nonterminal-by-name):
  1053. * semantic/tag.el (semantic-token-type-parent): Add WHEN
  1054. argument to make-obsolete.
  1055. * semantic/fw.el (semantic-alias-obsolete)
  1056. (semantic-varalias-obsolete): Add optional WHEN argument.
  1057. 2009-10-21 Eric Ludlam <zappo@gnu.org>
  1058. * semantic/bovine/c.el (semantic-c-debug-mode-init)
  1059. (semantic-c-debug-mode-init-pch): New functions.
  1060. (semantic-c-debug-mode-init-last-mode): New var.
  1061. (semantic-c-parse-lexical-token): Use them.
  1062. * semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
  1063. When extracting the argument list, limit only by point-max.
  1064. 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
  1065. * srecode/srt.el:
  1066. * srecode/compile.el:
  1067. * semantic/mru-bookmark.el:
  1068. * semantic/debug.el:
  1069. * semantic/complete.el:
  1070. * semantic/analyze.el: Require CL when compiling.
  1071. 2009-10-17 Eric Ludlam <zappo@gnu.org>
  1072. * semantic/scope.el
  1073. (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
  1074. tmpscope so that the regular scope will continue to work.
  1075. * semantic/idle.el (semantic-idle-tag-highlight):
  1076. Use semantic-idle-summary-highlight-face as the highlighting.
  1077. * ede/project-am.el (project-run-target): New method.
  1078. (project-run-target): New method.
  1079. * ede.el (ede-target): Add run target menu item.
  1080. (ede-project, ede-minor-keymap): Add ede-run-target binding.
  1081. (ede-run-target): New function.
  1082. (ede-target::project-run-target): New method.
  1083. * ede/proj.el (project-run-target): New method.
  1084. * ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
  1085. (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
  1086. Add :rules.
  1087. (ede-proj-target-makefile-shared-object): Only libtool compilers
  1088. now available. Add linkers for libtool.
  1089. (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
  1090. (ede-proj-makefile-target-name): Always use .la extension.
  1091. * ede/proj-prog.el (project-run-target): New method.
  1092. * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
  1093. (ede-g++-linker): Change Change link lines.
  1094. * ede/pmake.el (ede-pmake-insert-variable-shared):
  1095. When searching for old variables, go to the end of the buffer and
  1096. search backward from there.
  1097. (ede-proj-makefile-automake-insert-subdirs)
  1098. (ede-proj-makefile-automake-insert-extradist): New methods.
  1099. (ede-proj-makefile-create): Use them.
  1100. * ede/pconf.el (ede-proj-configure-test-required-file):
  1101. Force FILE to expand to the current target. Use file-exists-p to
  1102. check that it exists.
  1103. * ede/linux.el (ede-linux-version): Don't call "head".
  1104. (ede-linux-load): Wrap dir in file-name-as-directory.
  1105. Set :version slot.
  1106. * ede/files.el (ede-get-locator-object): When enabling
  1107. locate, do so on "top".
  1108. * ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
  1109. file-name-as-directory during compare.
  1110. (ede-emacs-version): Return Emacs/XEmacs differentiator.
  1111. Get version number from different places. Don't call egrep.
  1112. (ede-emacs-load): Set :version slot. Call file-name-as-directory
  1113. to set the directory.
  1114. * ede/shell.el: New file.
  1115. * inversion.el (inversion-decoders): Allow for stray . in
  1116. alpha/beta variants.
  1117. 2009-10-17 Glenn Morris <rgm@gnu.org>
  1118. * semantic/grammar.el (semantic-grammar--lex-delim-spec):
  1119. All errors should have messages.
  1120. 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
  1121. * ede/proj-shared.el (ede-proj-makefile-target-name):
  1122. Use .la for Automake.
  1123. 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
  1124. * ede/pconf.el (ede-proj-configure-synchronize):
  1125. Use "autoreconf -i". Suggested by Andreas Schwab.
  1126. 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
  1127. * ede/proj.el (project-make-dist, project-compile-project):
  1128. Fix filename test.
  1129. (ede-proj-dist-makefile): Use expand-file-name instead of concat
  1130. to expand file names.
  1131. 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
  1132. * ede/proj-obj.el (ede-gcc-linker): New var.
  1133. (ede-proj-target-makefile-objectcode): Use it.
  1134. * ede/source.el (ede-want-any-source-files-p)
  1135. (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
  1136. Return search result. This error was introduced while merging.
  1137. 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
  1138. * semantic.el (semantic-new-buffer-setup-functions): New option.
  1139. (semantic-new-buffer-fcn): Call parser setup functions here.
  1140. (semantic-mode): Don't call parser setup functions here, it's done
  1141. in semantic-new-buffer-fcn now.
  1142. (semantic-mode): Parse all existing buffers when enabled.
  1143. * srecode/compile.el (srecode-compile-file):
  1144. Call semantic-new-buffer-fcn if the buffer has not been parsed.
  1145. 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
  1146. * ede/pmake.el (ede-pmake-insert-variable-once): Delete.
  1147. * ede/proj-comp.el: Don't require ede/pmake at toplevel.
  1148. (proj-comp-insert-variable-once): New macro, renamed from
  1149. ede-pmake-insert-variable-once in ede/pmake.edl.
  1150. (ede-proj-makefile-insert-variables): Use it.
  1151. 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
  1152. * ede/makefile-edit.el (makefile-beginning-of-command)
  1153. (makefile-end-of-command):
  1154. * srecode/srt-mode.el (semantic-beginning-of-context)
  1155. (semantic-end-of-context): Fix previous change. Doc fixes.
  1156. 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
  1157. * ede/makefile-edit.el (makefile-beginning-of-command)
  1158. (makefile-end-of-command):
  1159. * semantic/lex.el (semantic-lex-token):
  1160. * semantic/analyze/fcn.el
  1161. (semantic-analyze-dereference-metatype-1):
  1162. * semantic/bovine/c.el (semantic-lex-cpp-define)
  1163. (semantic-lex-cpp-undef):
  1164. * semantic/wisent/wisent.el (wisent-skip-block):
  1165. * srecode/srt-mode.el (semantic-beginning-of-context)
  1166. (semantic-end-of-context): Fix typos in docstrings.
  1167. 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
  1168. * ede.el (ede-project-placeholder-cache-file):
  1169. * semantic/db-file.el (semanticdb-default-save-directory):
  1170. * srecode/map.el (srecode-map-save-file):
  1171. Use locate-user-emacs-file. Suggested by Juanma Barranquero.
  1172. 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
  1173. * srecode/insert.el: Require srecode/args.
  1174. * srecode/args.el: Require srecode/dictionary instead of
  1175. srecode/insert.
  1176. * srecode/srt-mode.el (srecode-template-mode): Doc fix.
  1177. * files.el (auto-mode-alist): Add .srt and Project.ede.
  1178. * semantic.el (semantic-mode):
  1179. Handle srecode-template-mode-hook as well.
  1180. (semantic-mode): Use js-mode-hook for Javascript hook.
  1181. * srecode/template.el: Remove hook variable.
  1182. * ede/proj-comp.el: Require ede/pmake when compiling.
  1183. * ede.el (ede-target-forms-menu): Don't enable if no
  1184. projects exist.
  1185. (ede-project-placeholder-cache-file): Default to a file in
  1186. user-emacs-directory.
  1187. * srecode/map.el (srecode-map-base-template-dir): Look for
  1188. templates in data-directory.
  1189. (srecode-map-save-file): Default to a file in user-emacs-directory.
  1190. * ede/srecode.el (ede-srecode-setup): Use default templates
  1191. directory.
  1192. 2009-09-30 Eric Ludlam <zappo@gnu.org>
  1193. * semantic/util-modes.el (semantic-highlight-func-mode):
  1194. Doc fix.
  1195. * ede/proj-comp.el (ede-proj-makefile-insert-variables):
  1196. Only insert each variable once.
  1197. * ede/pmake.el (ede-pmake-insert-variable-once): New macro.
  1198. (ede-pmake-insert-variable-shared): Use it.
  1199. * ede/cpp-root.el (ede-preprocessor-map): Do not deref table
  1200. for lexical table iff table is nil.
  1201. 2009-10-01 Glenn Morris <rgm@gnu.org>
  1202. * semantic/bovine/gcc.el
  1203. (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
  1204. (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
  1205. 2009-10-03 Glenn Morris <rgm@gnu.org>
  1206. * semantic/db-find.el (data-debug-insert-tag-list): Comment out
  1207. declaration, currently false.
  1208. 2009-10-01 Glenn Morris <rgm@gnu.org>
  1209. * cedet-files.el (cedet-directory-name-to-file-name):
  1210. * cedet-idutils.el (cedet-idutils-search)
  1211. (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
  1212. (cedet-idutils-version-check):
  1213. * cedet.el (cedet-version):
  1214. * data-debug.el (data-debug-insert-overlay-button)
  1215. (data-debug-insert-overlay-list-button)
  1216. (data-debug-insert-buffer-button)
  1217. (data-debug-insert-buffer-list-button)
  1218. (data-debug-insert-process-button, data-debug-insert-ring-button)
  1219. (data-debug-insert-widget, data-debug-insert-stuff-list-button)
  1220. (data-debug-insert-stuff-vector-button)
  1221. (data-debug-insert-symbol-button, data-debug-insert-string)
  1222. (data-debug-insert-number, data-debug-insert-lambda-expression)
  1223. (data-debug-insert-nil, data-debug-insert-simple-thing)
  1224. (data-debug-insert-custom, data-debug-edebug-expr):
  1225. * ede.el (ede-auto-add-method, ede-project-class-files)
  1226. (global-ede-mode-map, ede-new, ede-debug-target)
  1227. (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
  1228. * semantic.el (semantic-minimum-working-buffer-size)
  1229. (semantic-fetch-tags, semantic-submode-list)
  1230. (semantic-default-submodes):
  1231. * ede/source.el (ede-source-match):
  1232. * ede/project-am.el (project-am-type-alist, project-add-file)
  1233. (project-am-package-info):
  1234. * ede/proj.el (ede-proj-target, project-new-target):
  1235. * ede/proj-elisp.el (ede-proj-tweak-autoconf):
  1236. * ede/proj-comp.el (ede-current-build-list):
  1237. * ede/makefile-edit.el (makefile-move-to-macro):
  1238. * ede/files.el (ede-toplevel-project-or-nil):
  1239. * ede/cpp-root.el (initialize-instance):
  1240. * ede/autoconf-edit.el (autoconf-find-last-macro)
  1241. (autoconf-parameter-strip, autoconf-insert-new-macro):
  1242. * semantic/wisent.el (wisent-lex-eoi):
  1243. * semantic/util-modes.el (global-semantic-show-parser-state-mode)
  1244. (semantic-show-parser-state-mode):
  1245. * semantic/texi.el (semantic-texi-environment-regexp):
  1246. * semantic/tag.el (semantic-tag-new-variable)
  1247. (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
  1248. (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
  1249. (semantic--tag-deep-copy-tag-list)
  1250. (semantic-tag-components-with-overlays-default):
  1251. * semantic/symref.el (semantic-symref-find-text):
  1252. * semantic/senator.el (senator-yank-tag)
  1253. (senator-transpose-tags-up):
  1254. * semantic/scope.el (semantic-analyze-scoped-tags-default)
  1255. (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
  1256. * semantic/sb.el (semantic-sb-autoexpand-length):
  1257. * semantic/lex.el (semantic-lex-comment-regex)
  1258. (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
  1259. (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
  1260. * semantic/lex-spp.el
  1261. (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
  1262. (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
  1263. * semantic/idle.el
  1264. (semantic-idle-summary-current-symbol-info-brutish)
  1265. (semantic-idle-summary-current-symbol-info-default):
  1266. * semantic/grammar.el (semantic-grammar-recreate-package)
  1267. (semantic--grammar-macro-compl-dict):
  1268. * semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
  1269. * semantic/format.el (semantic-format-tag-custom-list)
  1270. (semantic-format-tag-canonical-name-default):
  1271. * semantic/find.el (semantic-find-tag-by-overlay-in-region)
  1272. (semantic-find-tags-for-completion)
  1273. (semantic-find-tags-by-scope-protection-default)
  1274. (semantic-deep-find-tags-for-completion):
  1275. * semantic/edit.el
  1276. (semantic-edits-incremental-reparse-failed-hook)
  1277. (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
  1278. (semantic-edits-splice-remove, semantic-edits-splice-replace):
  1279. * semantic/doc.el (semantic-documentation-comment-preceeding-tag):
  1280. * semantic/dep.el (semantic-dependency-include-path):
  1281. * semantic/db.el (semanticdb-default-find-index-class)
  1282. (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
  1283. (semanticdb-project-roots):
  1284. * semantic/db-find.el (semanticdb-implied-include-tags)
  1285. (semanticdb-find-adebug-insert-scanned-tag-cons)
  1286. (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
  1287. (semanticdb-brute-deep-find-tags-for-completion):
  1288. * semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
  1289. * semantic/ctxt.el (semantic-beginning-of-context-default)
  1290. (semantic-end-of-context-default)
  1291. (semantic-ctxt-current-function-default)
  1292. (semantic-ctxt-scoped-types-default):
  1293. * semantic/complete.el (semantic-complete-read-tag-engine)
  1294. (semantic-complete-inline-tag-engine)
  1295. (semantic-complete-inline-custom-type)
  1296. (semantic-complete-read-tag-analyzer):
  1297. * semantic/chart.el (semantic-chart-tags-by-class)
  1298. (semantic-chart-database-size):
  1299. * semantic/analyze.el (semantic-analyze-current-symbol)
  1300. (semantic-analyze-current-context):
  1301. * semantic/symref/list.el (semantic-symref)
  1302. (semantic-symref-hide-buffer, semantic-symref-symbol):
  1303. * semantic/symref/grep.el (semantic-symref-grep-use-template):
  1304. * semantic/symref/filter.el (semantic-symref-hits-in-region):
  1305. * semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
  1306. * semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
  1307. (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
  1308. (semantic-c-dereference-template):
  1309. * semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
  1310. (semantic--analyze-refs-full-lookup-with-parents)
  1311. (semantic--analyze-refs-full-lookup-simple):
  1312. * semantic/analyze/complete.el
  1313. (semantic-analyze-possible-completions):
  1314. * srecode/table.el (srecode-mode-table-new):
  1315. * srecode/srt.el (srecode-read-variable-name):
  1316. * srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
  1317. * srecode/semantic.el (srecode-semantic-handle-:tag)
  1318. (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
  1319. * srecode/map.el (srecode-current-map):
  1320. * srecode/insert.el (srecode-insert)
  1321. (srecode-insert-variable-secondname-handler, srecode-insert-method)
  1322. (srecode-template-inserter-point-override)
  1323. (srecode-insert-include-lookup):
  1324. * srecode/getset.el (srecode-auto-choose-class):
  1325. * srecode/extract.el (srecode-inserter-extract):
  1326. * srecode/document.el
  1327. (srecode-document-autocomment-return-last-alist)
  1328. (srecode-document-autocomment-param-type-alist)
  1329. (srecode-document-insert-function-comment)
  1330. (srecode-document-insert-variable-one-line-comment)
  1331. (srecode-document-function-name-comment):
  1332. * srecode/dictionary.el (srecode-create-dictionary)
  1333. (srecode-compound-toString):
  1334. * srecode/compile.el (srecode-flush-active-templates):
  1335. * srecode/args.el (srecode-semantic-handle-:blank):
  1336. Doc/message fixes.
  1337. 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
  1338. * semantic/wisent/javat-wy.el
  1339. (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
  1340. 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
  1341. * srecode/expandproto.el: Fix provide statement.
  1342. 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
  1343. * ede/srecode.el: Fix provide statement.
  1344. 2009-09-30 Glenn Morris <rgm@gnu.org>
  1345. * ede/proj.el (ede-proj-target-makefile-miscelaneous):
  1346. * ede/proj-aux.el (ede-aux-source):
  1347. * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
  1348. (ede-misc-source):
  1349. * semantic/mru-bookmark.el (semantic-mrub-completing-read)
  1350. (semantic-mrub-switch-tags): Fix doc typos.
  1351. * semantic/db-global.el (data-debug-new-buffer)
  1352. (data-debug-insert-thing): Remove unneeded declarations (one broken).
  1353. (semanticdb-enable-gnu-global-databases): Fix prompt typo.
  1354. * semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
  1355. * semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
  1356. use of CL function `remove-if-not'.
  1357. 2009-09-29 Glenn Morris <rgm@gnu.org>
  1358. * semantic/symref/idutils.el:
  1359. * semantic/symref/list.el: Relicense under GPLv3+.
  1360. * ede/srecode.el (srecode-resolve-arguments): Fix declaration.
  1361. * semantic/complete.el (semantic-displayor-focus-abstract-child-p):
  1362. * semantic/tag-file.el (semanticdb-table-child-p):
  1363. * srecode/compile.el (srecode-template-inserter-newline-child-p):
  1364. Mark declarations not understood by check-declare.
  1365. 2009-09-28 Eric Ludlam <zappo@gnu.org>
  1366. CEDET (development tools) package merged.
  1367. * *.el:
  1368. * ede/*.el:
  1369. * semantic/*.el:
  1370. * srecode/*.el: New files.
  1371. 2009-09-28 Eric Ludlam <zappo@gnu.org>
  1372. * cedet-cscope.el:
  1373. * cedet-files.el:
  1374. * cedet-global.el:
  1375. * cedet-idutils.el:
  1376. * data-debug.el:
  1377. * inversion.el:
  1378. * mode-local.el:
  1379. * pulse.el: New files.
  1380. ;; Local Variables:
  1381. ;; coding: utf-8
  1382. ;; End:
  1383. Copyright (C) 2009-2012 Free Software Foundation, Inc.
  1384. This file is part of GNU Emacs.
  1385. GNU Emacs is free software: you can redistribute it and/or modify
  1386. it under the terms of the GNU General Public License as published by
  1387. the Free Software Foundation, either version 3 of the License, or
  1388. (at your option) any later version.
  1389. GNU Emacs is distributed in the hope that it will be useful,
  1390. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1391. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  1392. GNU General Public License for more details.
  1393. You should have received a copy of the GNU General Public License
  1394. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.