1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

172 Commits

Author SHA1 Message Date
Miles Bader
3cf95e3eb6 Add arch tagline 2009-10-24 21:31:16 +00:00
Chong Yidong
86f1602f64 * 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 18:02:47 +00:00
Chong Yidong
8d106ea001 * 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 14:04:00 +00:00
Chong Yidong
67d3ffe498 * 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.

* 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 04:18:31 +00:00
Glenn Morris
547776f9b0 (semantic-grammar--lex-delim-spec): All errors should have messages. 2009-10-17 03:16:38 +00:00
Chong Yidong
d751f122b6 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name): Use .la
for Automake.
2009-10-10 19:15:50 +00:00
Chong Yidong
fa63f49c89 * cedet/ede/pconf.el (ede-proj-configure-synchronize): Use
"autoreconf -i".  Suggested by Andreas Schwab.
2009-10-09 20:32:02 +00:00
Chong Yidong
4f54db4b41 * cedet/ede/proj.el (project-compile-project): Fix filename test. 2009-10-08 22:13:42 +00:00
Chong Yidong
35c7e413c5 * cedet/ede/proj.el (project-make-dist): Fix filename test.
(ede-proj-dist-makefile): Use expand-file-name instead of concat
to expand file names.
2009-10-08 22:08:49 +00:00
Chong Yidong
a6b98754c9 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
(ede-proj-target-makefile-objectcode): Use it.
2009-10-08 14:09:09 +00:00
Chong Yidong
c2a81032c8 * 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-08 01:49:05 +00:00
Chong Yidong
8b31f1a612 Update comment. 2009-10-07 05:37:05 +00:00
Chong Yidong
d436f538ab * cedet/semantic.el (semantic-mode): Parse all existing buffers when
enabled.
2009-10-04 19:25:26 +00:00
Chong Yidong
82481502da * 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.

* cedet/srecode/compile.el (srecode-compile-file): Call
semantic-new-buffer-fcn if the buffer has not been parsed.
2009-10-04 19:22:09 +00:00
Chong Yidong
d91485a9a2 * 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 19:00:54 +00:00
Chong Yidong
2e7eba6021 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
(ede-proj-makefile-insert-variables): Require ede/pmake.
2009-10-04 14:25:42 +00:00
Juanma Barranquero
040759526f * 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 02:25:42 +00:00
Juanma Barranquero
b4dc7d9888 Fix typos in comments. 2009-10-04 02:11:57 +00:00
Juanma Barranquero
a30e71aee8 * 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.
2009-10-04 01:44:39 +00:00
Chong Yidong
0fd9cb9c21 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
* cedet/srecode/map.el (srecode-map-save-file):
* cedet/ede.el (ede-project-placeholder-cache-file): Use
locate-user-emacs-file.  Suggested by Juanma Barranquero.
2009-10-04 01:03:51 +00:00
Chong Yidong
ddae09e52b Fix last change. 2009-10-03 20:43:31 +00:00
Chong Yidong
8b440f7143 * cedet/ede.el (ede-project-placeholder-cache-file): Default to a file
in user-emacs-directory.
2009-10-03 20:40:21 +00:00
Chong Yidong
2f79fdf034 * cedet/srecode/map.el (srecode-map-save-file): Default to a file in
user-emacs-directory.
2009-10-03 20:38:30 +00:00
Chong Yidong
0b8cafba2c * cedet/semantic.el (semantic-mode): Use js-mode-hook for Javascript hook. 2009-10-03 20:30:43 +00:00
Chong Yidong
a70bfe61c0 * cedet/srecode/insert.el: Require srecode/args.
* cedet/srecode/args.el: Require srecode/dictionary instead of
srecode/insert.
2009-10-03 19:43:07 +00:00
Chong Yidong
e6e267fcba * 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.

* 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.

* cedet/srecode/map.el (srecode-map-base-template-dir): Look for
templates in data-directory.

* cedet/ede/srecode.el (ede-srecode-setup): Use default templates
directory.

* 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 19:28:05 +00:00
Glenn Morris
619392fc97 (data-debug-insert-tag-list): Comment out declaration, currently false. 2009-10-03 02:11:59 +00:00
Juanma Barranquero
c980f176c5 *** empty log message *** 2009-10-02 12:52:17 +00:00
Eli Zaretskii
120283bd23 Fix arch-tag. 2009-10-02 12:39:29 +00:00
Miles Bader
3999968a73 Add arch tagline 2009-10-02 10:53:34 +00:00
Glenn Morris
9bf6c65c2f Doc/message fixes. 2009-10-01 04:54:05 +00:00
Glenn Morris
2551831f20 Fix comment typo. 2009-10-01 04:48:12 +00:00
Glenn Morris
e2309735ba Fix comment typos. 2009-10-01 04:47:55 +00:00
Glenn Morris
8af8468f8b Fix comment typo. 2009-10-01 04:31:40 +00:00
Glenn Morris
8d0ef65698 Fix comment typo. 2009-10-01 04:24:04 +00:00
Glenn Morris
45af56db26 Fix comment typo. 2009-10-01 04:16:13 +00:00
Glenn Morris
a785b776a7 Doc/message fixes. 2009-10-01 04:10:10 +00:00
Glenn Morris
0b253b1251 Fix comment typo. 2009-10-01 04:08:46 +00:00
Glenn Morris
8bea2dbd72 Fix comment typo. 2009-10-01 04:01:50 +00:00
Glenn Morris
2f10955c58 Doc/message fixes. 2009-10-01 03:08:03 +00:00
Glenn Morris
bd2afec2e6 Doc/message fixes. 2009-10-01 02:39:07 +00:00
Glenn Morris
57b0083abb (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
(semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
2009-10-01 02:19:38 +00:00
Juanma Barranquero
0376249de8 * cedet/semantic/wisent/javat-wy.el (wisent-java-tags-wy--keyword-table):
Use \000 instead of literal ^@.
2009-10-01 01:06:18 +00:00
Juanma Barranquero
9a589407d8 * cedet/srecode/expandproto.el: Fix provide statement. 2009-09-30 17:04:27 +00:00
Chong Yidong
722ff82f44 * emacs-lisp/eieio.el (boolean-p): Deleted.
* cedet/ede/srecode.el: Fix provide statement.
2009-09-30 15:29:50 +00:00
Glenn Morris
8240628d21 (ede-proj-target-makefile-miscelaneous): Fix doc typo. 2009-09-30 07:59:42 +00:00
Glenn Morris
7ec19ac46c (ede-aux-source): Fix doc typo. 2009-09-30 07:58:46 +00:00
Glenn Morris
a1f1d102db Fix comment typos.
(ede-proj-target-makefile-miscelaneous, ede-misc-source): Fix doc typos.
2009-09-30 07:57:57 +00:00
Glenn Morris
d16d4acd04 Fix comment typos.
(semantic-mrub-completing-read, semantic-mrub-switch-tags): Fix doc typos.
2009-09-30 07:55:35 +00:00
Glenn Morris
40f9bf9437 (data-debug-new-buffer, data-debug-insert-thing): Remove unneeded
declarations (one broken).
(semanticdb-enable-gnu-global-databases): Fix prompt typo.
2009-09-30 07:50:48 +00:00