1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 22:20:52 -08:00
Commit graph

16932 commits

Author SHA1 Message Date
Stefan Monnier
cf88559514 (vc-resynch-window): Don't revert a buffer which has no associated file.
(vc-resynch-buffer): Use vc-dir-buffers.
2009-10-01 03:32:25 +00:00
Glenn Morris
2f10955c58 Doc/message fixes. 2009-10-01 03:08:03 +00:00
Glenn Morris
9ffe3f52fe Doc/message fixes. 2009-10-01 02:50:00 +00:00
Glenn Morris
bd2afec2e6 Doc/message fixes. 2009-10-01 02:39:07 +00:00
Glenn Morris
9515cdccc0 (vc-cvs-parse-entry): Be more careful with the match-data. (Bug#4555). 2009-10-01 02:23:29 +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
Glenn Morris
b15c31c722 Remove unused declarations. 2009-10-01 02:17:38 +00:00
Glenn Morris
a4d2c321a5 (declare-function): Doc fix. 2009-10-01 02:03: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
Glenn Morris
494f4fc70c (elint-init-form): Report declarations where the filename is not a string. 2009-09-30 07:24:35 +00:00
Glenn Morris
1fc28a2c9d (authors-ignored-files): Add "js2-mode.el". 2009-09-30 02:27:10 +00:00
Chong Yidong
561580e91b * files.el (safe-local-eval-forms): Fix typo. 2009-09-29 23:57:17 +00:00
Stefan Monnier
dcbbecd42f * vc-hooks.el (vc-dir-buffers): New var.
(vc-state-refresh): New function.
(vc-state): Use it.
(vc-after-save): Always ask the backend to recompute the new state.
Always call vc-dir if necessary, using vc-dir-buffers.
* vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
Use vc-dir-buffers.
(vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
(vc-dir-prepare-status-buffer, vc-dir-update)
(vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
Don't call expand-file-name on default-directory.
2009-09-29 13:07:50 +00:00
Glenn Morris
d037e45a86 Relicense under GPLv3+. 2009-09-29 07:31:22 +00:00
Glenn Morris
ae7155155b (check-declare-verify): Add basic defmethod and defclass, and
define-overloadable-function.
2009-09-29 04:12:46 +00:00
Glenn Morris
8360fce0aa (check-declare-locate): Remove pointless file-name-nondirectory call
preventing location of cedet files.
(check-declare-verify): Use literal search rather than re-search.
2009-09-29 03:37:03 +00:00
Juanma Barranquero
d88444f292 * speedbar.el (speedbar-item-delete):
* calc/calc-prog.el (calc-kbd-if):
* language/hanja-util.el (hanja-init-load): Fix typos in messages.

* epa.el (epa-key-list-mode-map):
* hi-lock.el (hi-lock-menu): Fix typos in menus.

* progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
(hs-show-hook): Fix typo in docstring.
2009-09-29 02:26:20 +00:00
Glenn Morris
5da62d41f9 (lisptagsfiles4): New.
(AUTOGENEL): Add cedet loaddefs files.
(TAGS, TAGS-LISP): Use $lisptagsfiles4.
(update-elclist, compile-always, backup-compiled-files)
(bootstrap-clean): Add yet another directory level.
(update-elclist): Use LC_COLLATE rather than COLLATE.
(ELCFILES): Update, via `make update-elclist'.
2009-09-29 02:17:00 +00:00
Juanma Barranquero
48267264f7 *** empty log message *** 2009-09-29 01:01:43 +00:00
Andreas Schwab
2c4cd0b0bf (lisptagsfiles3): Define.
(TAGS TAGS-LISP): Use it.
(update-elclist): Add third directory level to look for elc files.
(compile-always): Likewise.
(backup-compiled-files): Likewise.
(bootstrap-clean): Likewise.
(ELCFILES): Update.
2009-09-28 20:18:39 +00:00
Chong Yidong
a2533e4762 * Makefile.in (ELCFILES): Add CEDET files. 2009-09-28 15:24:24 +00:00
Chong Yidong
b90caf50d0 CEDET (development tools) package merged.
* cedet/*.el:
* cedet/ede/*.el:
* cedet/semantic/*.el:
* cedet/srecode/*.el: New files.
2009-09-28 15:15:00 +00:00
Katsumi Yamaoka
ffa894dbde Synch with Gnus trunk.
2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>

 * net/imap.el (imap-interactive-login): Better messages.
 (imap-open): Fix bug with renamed buffer on reconnect.
 (imap-authenticate): Add buffer-local imap-last-authenticator variable
 for easier debugging and cleaner code.  On successful (guessed based on
 server capabilities) secondary authentication, set imap-state
 correctly.
 (imap-last-authenticator): Define imap-last-authenticator as a variable
 to avoid warnings.
2009-09-28 12:09:13 +00:00
Michael Albinus
eefbedb1de * Makefile.in (ELCFILES): Add net/tramp-imap.elc. 2009-09-28 12:02:53 +00:00
Chong Yidong
66635e2f07 Correct last ChangeLog entry. 2009-09-28 04:33:42 +00:00
Vinicius Jose Latorre
748e3d67c4 Fix doc string. 2009-09-28 01:57:33 +00:00
Chong Yidong
e608e7bedc * emacs-lisp/eieio-datadebug.el: New file. 2009-09-28 01:41:23 +00:00
Chong Yidong
7b232be923 * cedet/mode-local.el: New file. 2009-09-28 01:39:27 +00:00
Chong Yidong
666fd2cc65 * cedet/cedet-cscope.el:
* cedet/cedet-files.el:
* cedet/cedet-global.el:
* cedet/cedet-idutils.el:
* cedet/data-debug.el:
* cedet/inversion.el:
* cedet/pulse.el: New files.
2009-09-28 01:28:41 +00:00
Chong Yidong
6dd12ef230 * emacs-lisp/chart.el:
* emacs-lisp/eieio-base.el:
* emacs-lisp/eieio-comp.el:
* emacs-lisp/eieio-custom.el:
* emacs-lisp/eieio-opt.el:
* emacs-lisp/eieio-speedbar.el:
* emacs-lisp/eieio.el: New files.
2009-09-28 00:49:54 +00:00
Chong Yidong
15120dec6b * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
menu.

* ediff-hook.el: Move menu-bar-ediff-misc-menu into
menu-bar-ediff-menu.

* emacs-lisp/lisp-mode.el: Add doc-string-elt property to
define-overloadable-function.

* progmodes/autoconf.el: Provide autoconf as well, so that this
file can be `require'd.

* emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.

* emacs-lisp/autoload.el (generated-autoload-feature)
(generated-autoload-load-name): New vars.
(autoload-rubric, autoload-generate-file-autoloads): Use them.
(make-autoload): Recognize define-overloadable-function and
defclass forms (for EIEIO).

* Makefile.in (update-subdirs): Exclude cedet directory.
2009-09-27 23:25:03 +00:00
Chong Yidong
a2095e2edb * cedet/ede/system.el (ede-upload-html-documentation)
(ede-upload-distribution, ede-edit-web-page)
(ede-web-browse-home): Autoload.

* cedet/ede/proj-elisp.el: Add autoload for
semantic-ede-proj-target-grammar.

* cedet/semantic.el (navigate-menu): Show menu items only if
semantic-mode is enabled.

* cedet/ede.el: Remove comments.

* cedet/cedet.el (cedet-menu-map): Minor doc fix.

* cedet/semantic/grammar.el:
* cedet/semantic/grammar-wy.el:
* cedet/semantic/ede-grammar.el: New files.

* cedet/semantic/db-mode.el (global-semanticdb-minor-mode): Define
using define-minor-mode, so that the usual mode variable exists.
2009-09-27 21:35:46 +00:00
Chong Yidong
715f35a55d * cedet/ede.el (global-ede-mode-map): Move menu to
global-ede-mode-map.
(ede-minor-mode, global-ede-mode): Use define-minor-mode.

* cedet/semantic.el (semantic-mode-map): Use cedet-menu-map.

* cedet/cedet.el (cedet-menu-map): New var.  Don't require
Semantic etc.
2009-09-27 17:50:53 +00:00
Adrian Robert
135abf91cd * term/ns-win.el: Don't set the region face background. (Bug#4381)
* faces.el: Default light-background background for region face to
	ns_selection_color under NS.
2009-09-27 16:11:10 +00:00
Teodor Zlatanov
3d9942648d * net/imap-hash.el: New library, see NEWS.
* Makefile.in (ELCFILES): Add imap-hash.el.

* NEWS: Mention new library imap-hash.el
2009-09-27 14:47:50 +00:00
Chong Yidong
78f9c78d2d * cedet/semantic/symref/list.el: Require semantic/complete.
(semantic-symref-symbol): Use
semantic-complete-read-tag-buffer-deep.

* cedet/semantic/ia.el (semantic-ia-complete-symbol-menu): Remove.
(semantic-ia-complete-symbol): Use semantic-complete-symbol.
2009-09-27 03:59:51 +00:00
Chong Yidong
8bf997efee * cedet/semantic/idle.el (semantic-idle-scheduler-work-timer):
Change timeout to 1.  Doc fix.

* cedet/semantic/edit.el (semantic-change-hooks): Add
semantic-edits-change-function-handle-changes directly.

* cedet/semantic/util.el (semantic--completion-cache): Move to
semantic.el.
(semantic-symbol-start): Remove unneeded function.

* cedet/semantic.el (semantic--completion-cache): Move here from
semantic/util.el
(semantic-clear-toplevel-cache, semantic--set-buffer-cache)
(semantic-fetch-tags): Reset semantic--completion-cache.
(semantic-force-refresh): New function
(semantic-mode-map): New variable.

* cedet/semantic/senator.el: New file.

* cedet/ede.el: Fix autoload.
(ede-customize-forms-menu): Handle null projects.
2009-09-27 03:36:58 +00:00
Stefan Monnier
ce9a0ccb72 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
* isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
* help-macro.el (make-help-screen): Avoid using an ambiguous function
definition where the docstring could be taken for the return value.
2009-09-27 00:27:21 +00:00
Glenn Morris
a92cdd49b1 (rmail-mime-show-images, rmail-mime-bulk-handler):
Add option to only show images below a certain size.
(rmail-mime-multipart-handler): Remove unnecessary save-match-data and
save-excursion calls.
2009-09-26 19:20:48 +00:00
Chong Yidong
eb1ac101af * cedet/srecode/mode.el (srecode-menu-bar): Use
semantic-menu-item.
2009-09-26 19:17:02 +00:00
Chong Yidong
b733e9bc68 * cedet/semantic/edit.el
(semantic-edits-incremental-reparse-failed-hook): Rename from
semantic-edits-incremental-reparse-failed-hooks.
(semantic-edits-incremental-fail): Use new var name.

* cedet/semantic/util-modes.el
(semantic-show-parser-state-mode-setup): Use new hook names.
2009-09-26 18:30:17 +00:00
Chong Yidong
7cf918c6f2 * cedet/semantic/util-modes.el
(semantic-show-parser-state-mode-setup): Use new hook names.
2009-09-26 18:23:56 +00:00
Chong Yidong
29e1a603c0 * cedet/semantic/lex.el (semantic-lex-reset-hooks): Doc fix.
* cedet/semantic/idle.el
(semantic-before-idle-scheduler-reparse-hook)
(semantic-after-idle-scheduler-reparse-hook): Rename from *-hooks.
Make old name an obsolete alias.

* cedet/semantic/edit.el (semantic-after-partial-cache-change-hook)
(semantic-change-hooks, semantic-edits-new-change-hooks)
(semantic-edits-delete-change-hooks)
(semantic-edits-move-change-hook)
(semantic-edits-reparse-change-hooks)
(semantic-edits-incremental-reparse-failed-hooks): Doc fixes.

* cedet/semantic/debug.el (semantic-debug-mode): Rename hook
symbols.

* cedet/semantic/db-mode.el (semanticdb-mode-hook): Rename from
semanticdb-mode-hooks.
(global-semanticdb-minor-mode): Use the new name.
(semanticdb-hooks): Use semantic-init-db-hook instead of obsolete
alias semantic-init-db-hooks.

* cedet/semantic/db-global.el (semanticdb-enable-gnu-global-databases):
Use semantic-init-hook instead of obsolete alias
semantic-init-hooks.

* cedet/semantic/db-file.el (semanticdb-save-database-hook):
Rename from semanticdb-save-database-hooks.  Make old name an
obsolete alias.

* cedet/semantic/decorate/mode.el
(semantic-decorate-pending-decoration-hook): Rename from
semantic-decorate-pending-decoration-hooks.  Make old name an
obsolete alias.

* cedet/srecode/map.el (srecode-map-validate-file-for-mode): Use
semantic-init-hook instead of obsolete alias semantic-init-hooks.

* cedet/semantic/fw.el (semantic-find-file-noselect): Use
semantic-init-hook instead of obsolete alias semantic-init-hooks.

* cedet/ede/project-am.el (project-am-with-makefile-current): Use
semantic-init-hook instead of obsolete alias semantic-init-hooks.

* cedet/semantic/util.el (semantic-describe-buffer): Use
semantic-init-hook and semantic-init-db-hook instead of obsolete
aliases.

* cedet/semantic/util-modes.el (semantic-mode-line-update)
(semantic-toggle-minor-mode-globally): Use semantic-init-hook
instead of obsolete alias semantic-init-hooks.


Synch to Eric M. Ludlam's upstream CEDET repository:

* cedet/semantic/bovine/c.el (semantic-c-parse-token-hack-depth):
New var.
(semantic-c-parse-lexical-token): Save match data when setting up
the secondary parse buffer.  Allow recursion.  Protect against
initializing the major mode from throwing errors, ie user hooks.

* cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
Protect installing a major mode from throwing errors.
2009-09-26 17:47:11 +00:00