Commit graph

49081 commits

Author SHA1 Message Date
Chong Yidong
602a8d7e4f lisp/cedet/semantic/mru-bookmark.el: New file. 2009-09-21 02:26:07 +00:00
Chong Yidong
b82525f29a * menu-bar.el: Remove ediff-misc from Tools menu.
* cedet/semantic.el (semantic-init-hook)
(semantic-init-mode-hook, semantic-init-db-hook): Rename
from *-hooks, to follow hook naming conventions.
(semantic-submode-list, semantic-default-submodes): New vars.
(semantic-mode): New mode.
(semantic-parser-working-message): Add ellipses to parse message.

* cedet/semantic/bovine/c.el:
* cedet/semantic/bovine/make.el:
* cedet/semantic/bovine/scm.el:
* cedet/semantic/wisent/java-tags.el:
* cedet/semantic/wisent/javascript.el: Don't set hooks directly.
This is now done in semantic-mode.

* cedet/semantic/decorate/mode.el (global-semantic-decoration-mode):
Autoload.

* cedet/srecode/compile.el:
* cedet/srecode/insert.el:
* cedet/srecode/mode.el: Fix require statements.
2009-09-21 02:14:58 +00:00
Chong Yidong
826608a5fd Update commentary. 2009-09-20 22:18:36 +00:00
Chong Yidong
35eefe7383 * cedet/cedet.el: Require srecode. 2009-09-20 22:16:15 +00:00
Chong Yidong
0f008bd310 * cedet/ede/system.el: Add local vars for autoloading.
(ede-vc-project-directory): Autoload.
2009-09-20 22:08:24 +00:00
Chong Yidong
447a30f365 lisp/cedet/ede/pmake.el (ede-proj-makefile-create): Require
ede/srecode.
lisp/cedet/ede/srecode.el: New file.
2009-09-20 22:05:17 +00:00
Chong Yidong
6564b17767 * cedet/srecode/compile.el (srecode-compile-split-code)
(srecode-compile-parse-inserter): Fix compiler warning.
2009-09-20 21:48:30 +00:00
Chong Yidong
4d902e6f13 lisp/cedet/srecode.el:
lisp/cedet/srecode/*.el:
test/cedet/srecode-tests.el: New files

lisp/files.el (auto-mode-alist): Use srecode-template-mode for .srt files.
lisp/cedet/semantic/bovine/scm.el: Add local vars section for autoloading.
2009-09-20 21:06:41 +00:00
Dan Nicolaescu
4096c5f2f0 (vc-do-command): Return the process object in
the asynchronous case.  Use when instead of if.  Do not run
vc-exec-after to display a message if not enabled.
2009-09-20 19:55:36 +00:00
Dan Nicolaescu
0e172cc2c1 (vc-git-dir-extra-headers): Add keymap and mouse-face
properties to the stash strings.
(vc-git-stash-list): Return a list of strings.
(vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
(vc-git-stash-show-at-point): New functions.
(vc-git-stash-map): New keymap.
2009-09-20 19:51:35 +00:00
Dan Nicolaescu
09c0132341 (ctl-x-r-map): Define the keys here instead of using autoload. 2009-09-20 18:22:37 +00:00
Chong Yidong
70702e9b0e * cedet/ede/speedbar.el (ede-speedbar-file-setup): Add autoload. 2009-09-20 15:43:17 +00:00
Chong Yidong
acc332318e * cedet/ede.el, cedet/ede/*.el: New files.
* cedet/cedet.el: Require ede.

* cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
  Require semantic/idle.
2009-09-20 15:06:05 +00:00
Stefan Monnier
e3f36d034a (bookmark-write-file): Avoid calling `pp' with large
list, to workaround performance problem (bug#4485).
2009-09-20 14:54:17 +00:00
Chong Yidong
48bcb95a90 * progmodes/autoconf.el: Provide autoconf as well. 2009-09-20 14:22:30 +00:00
Nick Roberts
1dd4f2c411 (gud-sentinel): Revert indavertant change. 2009-09-20 05:40:50 +00:00
Nick Roberts
2f5fc4d700 *** empty log message *** 2009-09-20 05:37:49 +00:00
Chong Yidong
00999a2ef0 * files.el (auto-mode-alist): Use emacs-lisp-mode for Project.ede.
* cedet/semantic/bovine/gcc.el (semantic-gcc-test-output-parser)
(semantic-gcc-test-output-parser-this-machine):
* cedet/semantic/symref/filter.el (semantic-symref-test-count-hits-in-tag):
* cedet/semantic/db-global.el (semanticdb-test-gnu-global):
* cedet/semantic/tag-write.el (semantic-tag-write-test)
(semantic-tag-write-list-test):
* cedet/semantic/lex-spp.el (semantic-lex-spp-write-test)
(semantic-lex-spp-write-utest):
* cedet/semantic/lex.el (semantic-lex-test-region)
(semantic-lex-test-full-depth):
* cedet/semantic/idle.el (semantic-idle-pnf-test):
* cedet/semantic/fw.el (semantic-test-data-cache)
(semantic-test-throw-on-input):
* cedet/semantic/format.el (semantic-test-all-format-tag-functions):
* cedet/semantic/complete.el (semantic-complete-test):
* cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-run-tests)
(semanticdb-ebrowse-dump): Test functions moved to
semantic-tests.el in the test/ directory.

* cedet/semantic/db-ref.el (semanticdb-ref-test): Doc fix.
2009-09-20 03:44:02 +00:00
Daiki Ueno
0d19d15134 Fix the last commit. 2009-09-20 02:16:52 +00:00
Daiki Ueno
b0f5fd2efd (epa-file-cache-passphrase-for-symmetric-encryption):
Document that this option is not recommended to use.
2009-09-20 02:01:09 +00:00
Glenn Morris
547c692190 (calc-graph-lookup): Avoid assignment to free variable `var'.
Delete trailing whitespace.
2009-09-19 21:22:45 +00:00
Glenn Morris
f3445fab9f (var): Define for compiler.
Delete trailing whitespace.
2009-09-19 21:11:40 +00:00
Glenn Morris
a9c83b2f0c (line): Define for compiler. 2009-09-19 20:58:19 +00:00
Chong Yidong
e2045997ee * emacs-lisp/advice.el (ad-get-argument, ad-set-argument): Doc
fix (Bug#3932).
2009-09-19 20:06:54 +00:00
Chong Yidong
24aedbcaed * subr.el (baud-rate): Remove long-obsolete function (Bug#4372). 2009-09-19 19:54:36 +00:00
Chong Yidong
327dd27aa7 * time-stamp.el (time-stamp-month-dd-yyyy)
(time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
(time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
(time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
(time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Remove
functions that have been obsolete since 1995 (Bug#4436).
2009-09-19 19:43:37 +00:00
Chong Yidong
946c009b51 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
indent buffer only if called interactively (Bug#4452).
2009-09-19 19:35:15 +00:00
Chong Yidong
1eac105a70 Synch to Eric M. Ludlam's upstream CEDET repository.
* cedet/semantic/db.el (semanticdb-get-buffer): Wrap find-file in
save-match-data.

* cedet/semantic/db-global.el (semanticdb-test-gnu-global): Wrap
find-file in save-match-data.

* cedet/semantic/util.el (semantic-file-tag-table)
(semantic-recursive-find-nonterminal-by-name): Wrap find-file in
save-match-data.

* cedet/semantic/tag.el (semantic-tag-buffer): Wrap find-file in
save-match-data.

* cedet/semantic/tag-file.el (semantic-go-to-tag): Wrap the "goto"
part with save-match-data.

* cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
Save match data around calling the major mode to enable.

* cedet/semantic/format.el (semantic-format-tag-short-doc-default):
Wrap find-file in save-match-data.

* cedet/semantic/fw.el (semantic-find-file-noselect): Wrap
find-file in save-match-data
2009-09-19 17:25:30 +00:00
Juanma Barranquero
3e70541aed This fixes bug#4197 (merged to bug#865, though not identical).
* server.el (server-auth-dir): Add docstring note about FAT32.
  (server-ensure-safe-dir): Accept FAT32 directories as "safe",
  but warn against using them.
2009-09-19 14:56:04 +00:00
Nick Roberts
d443acd9b1 (gdb-var-update-handler-1): Include case of
older GDB where there is no has_more field.
2009-09-19 11:45:57 +00:00
Nick Roberts
9b94c32e39 *** empty log message *** 2009-09-19 11:45:10 +00:00
Glenn Morris
665906840a (pgg-pgp-encrypt-region): Add missing mapconcat separator. 2009-09-19 03:18:30 +00:00
Chong Yidong
9a1337f9c5 * files.el (auto-mode-alist): Change default for XML files to nXML
mode (Bug#4169).
2009-09-18 18:42:16 +00:00
Juanma Barranquero
e36ead7039 Update. 2009-09-18 16:59:36 +00:00
Juanma Barranquero
d75541671f * server.el (server-ensure-safe-dir): Pass 'integer
to `file-attributes', as suggested.
2009-09-18 16:55:21 +00:00
Stefan Monnier
35a3f9a4b4 (dired-query-alist): Remove spurious backslash.
(dired-query): Use read-key.
2009-09-18 15:35:23 +00:00
Adrian Robert
044f9b057d * cus-start.el (ns-use-qd-smoothing): Remove. 2009-09-18 15:33:26 +00:00
Glenn Morris
08cf18e4ad (top-level): Remove unnecessary progn. 2009-09-18 07:49:47 +00:00
Glenn Morris
3f527154d1 (speedbar-track-mouse): Fix typo in condition-case handler. 2009-09-18 07:48:56 +00:00
Glenn Morris
63348d2452 Fix typos in condition-case handlers. 2009-09-18 07:39:56 +00:00
Glenn Morris
770af4b440 (nxml-end-of-heading): Fix typo in condition-case handler. 2009-09-18 07:25:14 +00:00
Glenn Morris
07eae5c5e0 (js-end-of-defun): Remove malformed and unneeded let. 2009-09-18 07:16:49 +00:00
Glenn Morris
6726c25e2d (define-derived-mode): Fix paren typo in definition of abbrev table. 2009-09-18 07:14:43 +00:00
Glenn Morris
6188ea494d Fix typos in condition-case handlers. 2009-09-18 07:07:33 +00:00
Nick Roberts
eddbf5ff08 (gud-speedbar-item-info): Adjust for change to
gdb-var-list.
(gud-speedbar-buttons): Make node expandable if expression "has more"
children.
2009-09-18 02:01:26 +00:00
Nick Roberts
9bf3abe682 (gdb-frame-address): New variable.
(gdb-var-list): Add an element for has_more field.
(gdb-non-stop-handler): Enable pretty printing for STL containers.
(gdb-var-create-handler, gdb-var-list-children-handler-1)
(gdb-var-update-handler-1): Parse output of dynamic variable
objects (STL containers).
(gdb-var-delete-1): Pass var1 as an explicit second argument.
(gdb-get-field): Delete alias.  Use bindat-get-field directly.
2009-09-18 02:00:59 +00:00
Nick Roberts
ccb4c30c66 *** empty log message *** 2009-09-18 02:00:18 +00:00
Miles Bader
2c4c2e22c4 Add arch tagline 2009-09-17 23:49:15 +00:00
Juanma Barranquero
8686ac7162 The --quick command line option now ignores X resources and Registry settings.
* etc/NEWS: Mention new behavior of -Q and new variable `inhibit-x-resources'.

* lisp/startup.el (emacs-quick-startup): Remove variable and all uses.
  (command-line): Set `inhibit-x-resources' instead.
  (command-line-1): Use `inhibit-x-resources' instead.

* src/emacs.c (inhibit_x_resources): New variable.
  (main) [HAVE_NS]: Don't process --quick command line option.
  (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.

* src/lisp.h (inhibit_x_resources): Declare it extern.

* src/w32reg.c (x_get_string_resource):
* src/xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2009-09-17 23:04:41 +00:00
Chong Yidong
a69c67e84f * subr.el: Fix last change to avoid using the `unless' macro, which
breaks bootstrapping.
2009-09-17 20:47:48 +00:00