summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (back-to-indentation): Simplify.Stefan Monnier2003-05-131-33/+63
| | | | | | | | | | | | | (undo-equiv-table, undo-in-region, undo-no-redo): New vars. (undo): Use them to implement the no-redo form of undo. (undo-only): New fun. (shell-command): Don't require `shell' since shell-mode is autoloaded. (insert-buffer): Simplify. (completion-setup-function): Use minibufferp. (event-apply-alt-modifier, event-apply-super-modifier) (event-apply-hyper-modifier, event-apply-shift-modifier) (event-apply-control-modifier, event-apply-meta-modifier): Fix docstring to show the proper key sequence.
* (uniquify-after-kill-buffer-p): Set default to t.Stefan Monnier2003-05-131-3/+3
| | | | | (uniquify-ignore-buffers-re): Revert to nil now that uniquify is more careful about preserving buffer names.
* (menu-bar-options-menu) <cua-mode>: Use menu-bar-make-mm-toggle.Stefan Monnier2003-05-131-17/+4
|
* (file-relative-name): Remove dead code.Stefan Monnier2003-05-131-7/+5
| | | | Make sure \n in a filename does not confuse us.
* (describe-variable): Mention permanent local status.Stefan Monnier2003-05-131-2/+5
|
* (comint-carriage-motion, comint-output-filter):Stefan Monnier2003-05-131-6/+6
| | | | | Bind inhibit-read-only rather than buffer-read-only. (comint-truncate-buffer): Bind inhibit-read-only.
* (cvs-make-cvs-buffer): Add the tag info.Stefan Monnier2003-05-131-7/+14
| | | | (cvs-mode): Prevent pilot-error.
* Add :link to commentary sectionRajesh Vaidheeswarran2003-05-132-2/+9
|
* (vc-mcvs-registered, vc-mcvs-root): Check if file-name-directory returns nil.Stefan Monnier2003-05-131-7/+10
|
* (gdb-invalidate-assembler): Update assembler bufferNick Roberts2003-05-121-5/+84
| | | | | | | | | correctly when frame changes. (gdb-info-threads-custom, gdb-threads-buffer-name) (gdb-display-threads-buffer, gdb-frame-threads-buffer) (gdb-threads-mode-map, gdb-threads-mode, gdb-get-thread-number) (gdb-threads-select, gdb-threads-mouse-select): New functions and variable for a buffer that provides a selectable threads list.
* *** empty log message ***Nick Roberts2003-05-121-0/+10
|
* (cvs-minor-current-files): Move before first use.Stefan Monnier2003-05-121-9/+7
| | | | | | | | (defun-cvs-mode): Remove unused var `restdoc'. (cvs-edit-log-revision, ediff-after-quit-hook-internal): Declare. (cvs-mode-diff-backup): Remove unused var `filter'. (cvs-mode-run): Remove unused var `cvs-buf'. (cvs-mode-do): Remove unused arg `parse'.
* (cvs-parse-table): `New directory' messages include the full path.Stefan Monnier2003-05-121-2/+2
|
* (cvs-retrieve-revision): Make sure HEAD gets you the head of the branch.Stefan Monnier2003-05-121-3/+9
|
* (sgml-namespace-re): New const.Stefan Monnier2003-05-121-2/+14
| | | | | (sgml-namespace-face): New face. (sgml-font-lock-keywords-1): Use them.
* *** empty log message ***Stefan Monnier2003-05-121-0/+9
|
* (vc-mcvs-command): Filter output of `status'.Stefan Monnier2003-05-111-43/+54
| | | | | | | | (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff): Change dir so that the filtered output of `mcvs makes sense. (vc-mcvs-mode-line-string): Handle the case where CVS is desync'd. (vc-mcvs-diff-tree): Don't bother with the local-diff code. (vc-mcvs-create-snapshot): Use `branch' and `switch'.
* (info-lookup-make-completions): Allow colons in index entries by looking for ":Juanma Barranquero2003-05-112-2/+7
| | | | " to terminate, as per latest info.el.
* *** empty log message ***Stefan Monnier2003-05-111-0/+50
|
* (comment-indent): Try to align to adjacent comments.Stefan Monnier2003-05-101-11/+32
| | | | | | (comment-with-narrowing): Actually use the arguments. (comment-valid-prefix-p): Rename from comment-valid-prefix and fix to actually use its argument.
* (uniquify-rationalize-file-buffer-names): Thinko.Stefan Monnier2003-05-101-2/+2
|
* (tex-mode-syntax-table): ~ is not whitespace.Stefan Monnier2003-05-101-12/+20
| | | | | (tex-guess-mode): Add `renewcommand'. (tex-mode): Move the autoload so we get the correct docstring and usage.
* (uniquify-rationalize-file-buffer-names):Stefan Monnier2003-05-101-4/+22
| | | | | Refresh the dirname in the case that rename-buffer was skipped. (uniquify-buffer-file-name): Return a dirname with no trailing slash.
* Fix typo in comment.Juanma Barranquero2003-05-101-1/+1
|
* (message-buffer-naming-style): Fix typo.Juanma Barranquero2003-05-102-1/+5
|
* (fancy-splash-default-action): Fix docstring.Juanma Barranquero2003-05-091-1/+4
|
* (smtpmail-send-queued-mail): Use point-at-bol instead of forward-line.Juanma Barranquero2003-05-092-1/+10
|
* Remove annoying $Id$ tag.Stefan Monnier2003-05-096-6/+0
|
* (comment-indent): Be more careful when insertingStefan Monnier2003-05-091-2/+2
| | | | the space, and insert it before setting `begpos'.
* (vc-mcvs-stay-local): Remove unused var.Stefan Monnier2003-05-091-11/+14
| | | | | | | | | (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff) (vc-mcvs-diff-tree, vc-mcvs-annotate-command) (vc-mcvs-make-version-backups-p): Use vc-stay-local-p. (vc-mcvs-checkin): Disallow commits to a numbered rev. (vc-mcvs-repository-hostname): New function. (vc-mcvs-stay-local-p): Remove.
* (vc-svn-rename-file): New fun.Stefan Monnier2003-05-091-108/+22
| | | | | | | | | | | | (vc-svn-diff): Correctly check svn's return status. (vc-svn-state, vc-svn-dir-state, vc-svn-print-log, vc-svn-diff) (vc-svn-diff-tree): Use vc-stay-local-p. (vc-svn-register-switches, vc-svn-diff-switches, vc-svn-header) (vc-svn-use-edit): Fix the :version property. (vc-svn-stay-local): Remove unused var. (vc-svn-mode-line-string): Remove, use the default instead. (vc-svn-repository-hostname): New fun taken from vc-svn-stay-local-p. (vc-svn-stay-local-p): Remove.
* New backend functions `delete-file' and `repository-hostname'.Stefan Monnier2003-05-091-21/+113
| | | | | | | | | | | | | (vc-stay-local): New var. Mostly taken from vc-cvs-stay-local. (vc-stay-local-p): New fun. Adapted from vc-cvs-stay-local-p. (vc-diff-switches-list): Revert to the Emacs-21.[123] semantics. Mark as obsolete. (vc-delete-file): New command. (vc-default-rename-file): New function. (vc-rename-file): Use it. Be careful to disallow renaming if the file is locked or out-of-date. (vc-ensure-vc-buffer, vc-next-action-on-file, vc-insert-headers) (vc-cancel-version, vc-annotate): Use buffer-file-name variable.
* (cvs-mode-find-file): Fixed the last patch's logic.Sam Steingold2003-05-092-3/+8
|
* (vc-mcvs-stay-local): Remove unused var.Stefan Monnier2003-05-091-12/+0
|
* (vc-cvs-mode-line-string): Use vc-default-mode-line-string.Stefan Monnier2003-05-091-20/+21
| | | | (vc-cvs-delete-file, vc-cvs-rename-file): New functions.
* (vc-svn-rename-file): New fun.Stefan Monnier2003-05-091-11/+13
| | | | (vc-svn-diff): Correctly check svn's return status.
* Use the original buffer-name as `base' in place of theStefan Monnier2003-05-092-74/+42
| | | | | | | | | | | nondirectory part of the file name. (uniquify-rationalize-file-buffer-names): Split the `newbuffile' arg into `base' and `dirname'. Reuse old uniquify-items to avoid recomputing their base&dirname. (uniquify-buffer-file-name): Only return the directory part. (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names. (rename-buffer): Use the `newname' arg as base. (create-file-buffer): Split the file name into base and dirname.
* (smtpmail-send-queued-mail): Don't use kill-line.Juanma Barranquero2003-05-082-1/+5
|
* *** empty log message ***Stefan Monnier2003-05-081-8/+71
|
* (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff)Stefan Monnier2003-05-081-94/+44
| | | | | (vc-cvs-diff-tree, vc-cvs-checkout): Use vc-switches. (vc-cvs-revert): Undo patch committed 2003-05-08T20:08:12Z!monnier@iro.umontreal.ca.
* (vc-cvs-dired-state-info): Typo.Stefan Monnier2003-05-081-3/+26
|
* (diary-mail-entries): Use call-interactively.Glenn Morris2003-05-081-1/+1
|
* *** empty log message ***Glenn Morris2003-05-081-1/+1
|
* (uniquify-after-kill-buffer-p): Fix misleading docstring.Stefan Monnier2003-05-081-22/+47
| | | | | | | | | | (uniquify-make-item): Make `proposed' optional. (uniquify-rationalize-file-buffer-names): Don't compute the initial proposed name. (uniquify-buffer-file-name): Remove dead code. (uniquify-strip-common-suffix): New var. (uniquify-rationalize): Always recompute initial proposed name. Strip common suffix if requested.
* (diary-pull-attrs): Make `ret-attr', `attr' local.Glenn Morris2003-05-082-55/+72
| | | | | | | | | | | (list-diary-entries): Make `temp' local. (fancy-diary-display): Make `marks', `temp-face', `faceinfo' local. (diary-mail-entries): There is no fancy-diary-buffer if there are no diary entries. (mark-diary-entries): Make `temp' local. (mark-sexp-diary-entries): Make `marks' local, remove `temp'. (list-sexp-diary-entries): Make `temp' local. (add-to-diary-list): Make `prefix' local.
* (vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)Stefan Monnier2003-05-081-22/+8
| | | | (vc-rcs-find-version, vc-rcs-diff): Use vc-switches.
* (vc-sccs-register, vc-sccs-checkin)Stefan Monnier2003-05-081-27/+13
| | | | | (vc-sccs-find-version, vc-sccs-checkout, vc-sccs-diff): Use vc-switches. (vc-sccs-register): Remove unused var `|'.
* (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version)Stefan Monnier2003-05-081-72/+48
| | | | (vc-mcvs-checkout, vc-mcvs-diff, vc-mcvs-diff-tree): Use vc-switches.
* (vc-svn-dired-state-info): Use `added' for added files andStefan Monnier2003-05-081-74/+58
| | | | | | | | | | | | don't use `concat' unnecessarily. Remove impossible cases. (vc-svn-register, vc-svn-find-version, vc-svn-diff-tree): Use vc-switches. (vc-svn-checkin): Use vc-switches. Fix up regexp. (vc-svn-diff): Use vc-switches. Don't return 0 for newly added empty files. Don't use svn's return status. (vc-svn-parse-status): Recognize copied files as well. Use the last-modified revision for workfile-version.
* (vc-mcvs-read): Don't require `file' to exist.Stefan Monnier2003-05-081-5/+8
| | | | (vc-mcvs-diff): Don't return 0 for newly added empty files.