summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (log-view-vc-backend): Declare for compiler.Dan Nicolaescu2009-10-052-4/+16
| | | | | (vc-hg-outgoing-mode, vc-hg-incoming-mode): Set log-view-vc-backend so that diff can work.
* (log-view-diff): Use vc-diff-internal instead ofDan Nicolaescu2009-10-052-6/+13
| | | | | vc-version-diff. (vc-diff-internal): Autoload this instead of vc-version-diff.
* (eval-expression): Doc fix.Eli Zaretskii2009-10-052-4/+7
|
* (cwarn-mode): Doc fix.Eli Zaretskii2009-10-052-0/+6
|
* * net/tramp.el (tramp-verbose): Fix docstring.Michael Albinus2009-10-052-31/+94
| | | | | | | | | | | | | | (tramp-methods): Add recursive option to `tramp-copy-args'. Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2", "scp1_old", "scp2_old", "rsync", "rsyncc". (tramp-default-method): Check also for `auth-source-user-or-password'. (tramp-file-name-handler-alist, tramp-file-name-for-operation): Add handler for `copy-directory'. (tramp-handle-copy-directory): New defun. (tramp-do-copy-or-rename-file-out-of-band): Handle directory case. (tramp-handle-start-file-process): Raise an error when PROGRAM is nil. Optimize sent command.
* * files.el (directory-files-no-dot-files-regexp): New defconst.Michael Albinus2009-10-052-25/+20
| | | | | (delete-directory): Use it. (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
* (diary-show-all-entries): Re-fit the calendar window if necessary.Stefan Monnier2009-10-052-35/+41
|
* (calendar-basic-setup): Don't call switch-to-buffer in a dedicated window.Stefan Monnier2009-10-052-1/+7
|
* * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,Karl Fogel2009-10-052-62/+59
| | | | | | | | | | | | | don't do anything related to relocating, just return nil. (bookmark-error-no-filename): New error. (bookmark-default-handler): Signal `bookmark-error-no-filename' if bookmark has no file. Don't even attempt to handle things that are not files; the whole point of custom handlers is to keep that knowledge elsewhere anyway. Tighten some comments. (bookmark-file-or-variation-thereof): Remove now-unused function. (bookmark-location): Doc string fix. (Bug#4250)
* * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,Karl Fogel2009-10-052-15/+28
| | | | | | don't use a file dialog, because they usually don't know how to read a directory target from the user. (Bug#4230) Also, make sure the prompt can display directories as well as files.
* Fix doc.Vinicius Jose Latorre2009-10-051-0/+5
|
* * bookmark.el (bookmark-set, bookmark-buffer-name): Improve doc strings.Karl Fogel2009-10-052-8/+15
| | | | (Bug#1193)
* * bookmark.elKarl Fogel2009-10-052-70/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (bookmark-get-bookmark, bookmark-get-bookmark-record, bookmark-set-name, bookmark-prop-get, bookmark-prop-set, bookmark-get-annotation, bookmark-set-annotation, bookmark-get-filename, bookmark-set-filename, bookmark-get-position, bookmark-set-position, bookmark-get-front-context-string, bookmark-set-front-context-string, bookmark-get-rear-context-string, bookmark-set-rear-context-string, bookmark-location, bookmark-jump, bookmark-jump-other-window, bookmark-handle-bookmark, bookmark-relocate, bookmark-insert-location, bookmark-rename, bookmark-insert, bookmark-delete, bookmark-time-to-save-p, bookmark-edit-annotation-mode, bookmark-edit-annotation): Improve doc strings to say whether bookmark can be a string or a record or both, and make other consistency and clarity fixes. (bookmark-get-handler, bookmark--jump-via, bookmark-write-file, bookmark-default-annotation-text, bookmark-yank-word, bookmark-maybe-load-default-file, bookmark-maybe-sort-alist, bookmark-import-new-list, bookmark-maybe-rename, bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames, bookmark-bmenu-bookmark): Give these doc strings. (bookmark-bmenu-check-position): Give this a doc string, but also add a FIXME comment about how the function may be pointless. (bookmark-default-handler): Rework doc string and change a parameter name, to clarify that this takes a bookmark record not a bookmark name. (bookmark-set): Change a parameter name to indicate its meaning, and improve the doc string a bit. (Bug#4188)
* (bookmark-alist): Document the new `handler' element in the param alist.Karl Fogel2009-10-042-5/+16
| | | | | (bookmark-make-record-function): Adjust documentation for above. (Bug#4193)
* (Info-bookmark-make-record): Document this function.Karl Fogel2009-10-042-2/+10
| | | | | (Info-bookmark-jump): Document with a doc string, not just a comment. (Bug#4061)
* * cedet/semantic.el (semantic-mode): Parse all existing buffers whenChong Yidong2009-10-042-1/+5
| | | | enabled.
* * cedet/semantic.el (semantic-new-buffer-setup-functions): NewChong Yidong2009-10-043-22/+43
| | | | | | | | | | 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.
* * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.Chong Yidong2009-10-043-17/+19
| | | | | | | * 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.
* * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.Chong Yidong2009-10-042-1/+7
| | | | (ede-proj-makefile-insert-variables): Require ede/pmake.
* * dired-aux.el (dired-copy-file-recursive): Use it.Michael Albinus2009-10-042-45/+7
|
* * files.el (copy-directory): New defun.Michael Albinus2009-10-041-2/+69
|
* * cedet/ede/makefile-edit.el (makefile-beginning-of-command)Juanma Barranquero2009-10-043-5/+12
| | | | | | (makefile-end-of-command): * cedet/srecode/srt-mode.el (semantic-beginning-of-context) (semantic-end-of-context): Fix previous change. Doc fixes.
* Fix typos in comments.Juanma Barranquero2009-10-0410-11/+11
|
* * files-x.el (modify-dir-local-variable)Juanma Barranquero2009-10-048-17/+30
| | | | | | | | | | | | | | (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.
* * org.el (org-directory, org-map-entries):Juanma Barranquero2009-10-043-5/+10
| | | | * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
* * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.Juanma Barranquero2009-10-042-1/+5
|
* *** empty log message ***Juanma Barranquero2009-10-041-1/+1
|
* * recentf.el (recentf-unload-function): New function.Juanma Barranquero2009-10-042-2/+12
|
* * cedet/semantic/db-file.el (semanticdb-default-save-directory):Chong Yidong2009-10-044-3/+10
| | | | | | * 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.
* (window-full-height-p): Add doc string.Glenn Morris2009-10-042-0/+8
|
* Martin Rudalics <rudalics at gmx.at>Glenn Morris2009-10-042-0/+10
| | | | (window-full-height-p): New function. (Bug#4543)
* Fix last change.Chong Yidong2009-10-032-2/+2
|
* * cedet/ede.el (ede-project-placeholder-cache-file): Default to a fileChong Yidong2009-10-032-1/+3
| | | | in user-emacs-directory.
* * cedet/srecode/map.el (srecode-map-save-file): Default to a file inChong Yidong2009-10-032-1/+4
| | | | user-emacs-directory.
* * cedet/semantic.el (semantic-mode): Use js-mode-hook for Javascript hook.Chong Yidong2009-10-032-2/+3
|
* * cedet/srecode/insert.el: Require srecode/args.Chong Yidong2009-10-033-1/+7
| | | | | * cedet/srecode/args.el: Require srecode/dictionary instead of srecode/insert.
* * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.Chong Yidong2009-10-0312-59/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Remove commented out code.Dan Nicolaescu2009-10-032-32/+8
| | | | | (vc-derived-from-dir-mode): Remove, unused. (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
* *** empty log message ***Michael Albinus2009-10-032-1/+8
|
* (calendar-basic-setup): Handle the case where the frame is wide.Glenn Morris2009-10-032-2/+46
| | | | (calendar-generate-window): Test for shrinkability rather than width.
* (data-debug-insert-tag-list): Comment out declaration, currently false.Glenn Morris2009-10-032-1/+4
|
* (rmail-generate-viewer-buffer): Be more careful about reusing existingGlenn Morris2009-10-032-5/+18
| | | | | buffers, in case we happen to visit two files with the same basename. (Bug#4593)
* (WINS_BASIC): Fix last change.Eli Zaretskii2009-10-022-2/+0
|
* (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.Eli Zaretskii2009-10-022-1/+4
|
* (WINS_BASIC): Add eieio.Eli Zaretskii2009-10-022-0/+10
|
* (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.Eli Zaretskii2009-10-021-1/+9
| | | | | (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in subdirs of cedet as well.
* Fix typos.Juanma Barranquero2009-10-021-3/+3
|
* (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).Eli Zaretskii2009-10-021-1/+1
|
* * help-fns.el (help-function-arglist): Don't check advertised-signature-table.Stefan Monnier2009-10-023-14/+27
| | | | | | (describe-function-1): Do it here instead so it also applies to subrs. * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Obey advertised-signature-table.
* *** empty log message ***Michael Albinus2009-10-021-0/+14
|