summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Moved stuff to other files.Edward M. Reingold1995-09-211-277/+32
|
* Many functions moved to other files, some rewritten. See ChangeLog entry.Edward M. Reingold1995-09-211-953/+263
|
* (substitute-key-definition): Do recursively scanRichard M. Stallman1995-09-181-2/+6
| | | | where KEYMAP has nothing at all.
* (C-down-mouse-1): Use buffer menu, not font menu.Richard M. Stallman1995-09-181-12/+125
| | | | (S-down-mouse-1): Put font menu here.
* (find-alternate-file): Kill any preexisting ` **lose**' buf.Richard M. Stallman1995-09-171-0/+2
|
* (indent-for-tab-command): Get the prefix argRichard M. Stallman1995-09-141-3/+5
| | | | and pass it along to indent-line-function if it isn't nil.
* (vc-fetch-master-properties): Call "cvs status" in the rightAndré Spiegel1995-09-141-5/+9
| | | | | | directory, passing only the nondirectory part of the file name. (vc-find-cvs-master): Bind `mtime' locally instead of using it as a free variable.
* (dired-up-directory): Add optional argument `other-window' to obviateErik Naggum1995-09-122-29/+7
| | | | the need to redefine it in dired-x.el.
* (auto-mode-alist): .pl is now Perl.Richard M. Stallman1995-09-121-1/+1
|
* (hexl-current-address): New arg VALIDATE.Richard M. Stallman1995-09-101-13/+35
| | | | | Handle point values in the ASCII text section and in the addresses. (hexl-insert-char): Handle point located in the ASCII text.
* (center-line): New arg NLINES.Richard M. Stallman1995-09-101-13/+25
| | | | Do nothing for lines that are too wide.
* (setenv): Call set-time-zone-rule when setting TZ.Richard M. Stallman1995-09-101-0/+2
|
* (vc-dired-mode): Now a major mode derived from dired-mode.André Spiegel1995-09-081-52/+62
| | | | | | | | | | (vc-directory): Take DIRNAME as an argument. Ask for it in the minibuffer. Don't kill pre-existing vc-dired buffers (dired now re-uses the right one). (vc-file-tree-walk): New argument DIRNAME. Updated all callers. (vc-dired-update): New function. `g' in vc-dired-mode calls it. (vc-dired-reformat-line): Handle different ls -l formats.
* (vc-locking-user): Fixed wrong parentheses.André Spiegel1995-09-081-2/+2
|
* (dired-internal-noselect): Set dired-directory when refreshing a bufferAndré Spiegel1995-09-081-16/+22
| | | | | | | that displays a list of files. (dired-find-buffer-nocreate): Handle the case when dired-directory is a list. (dired-sort-other): Don't set mode-name if we are not in dired-mode.
* Rename all register-name args to `register'.Richard M. Stallman1995-09-081-43/+47
|
* (ange-ftp-gwp-filter): Go to process buffer before getting text from it.Richard M. Stallman1995-09-061-2/+4
|
* (Info-suffix-list): Add .inf to MSDOS list.Richard M. Stallman1995-09-061-4/+12
| | | | | | | | (info-insert-file-contents): Use info-insert-file-contents-1 to set FULLNAME. Use call-process-region to run the decode program. (Info-find-node): Use info-insert-file-contents-1. (info-insert-file-contents-1) [MSDOS]: Don't use the dot in SUFFIX if FILENAME already has one.
* (gud-filter): Save up text that arrives while processing previous text.Richard M. Stallman1995-09-061-20/+44
|
* (rmail-summary-construct-io-menu): Use all of FILES.Richard M. Stallman1995-09-061-4/+8
| | | | Also disable the menu instead of not displaying it, if FILES is empty.
* (mail-interactive-insert-alias): Call mail-abbrev-expand-hook.Richard M. Stallman1995-09-041-1/+2
|
* (dired-internal-noselect): New arg MODE.Richard M. Stallman1995-09-031-6/+14
| | | | | If it's non-nil, switch to that nil. (dired-find-buffer-nocreate): New arg MODE.
* (auto-mode-alist): Handle .f90 files.Richard M. Stallman1995-09-021-0/+1
|
* (sendmail-send-it): Use user-mail-address.Richard M. Stallman1995-08-311-1/+1
|
* (ange-ftp-vms-sans-version): Accept extra args.Richard M. Stallman1995-08-311-1/+1
|
* (kill-new): Compute 2nd arg to interprogram-cut-function based on REPLACE.Richard M. Stallman1995-08-301-1/+1
|
* (list-directory): Set default-directory.Richard M. Stallman1995-08-301-0/+1
|
* (dired-byte-compile): Report failure if output file is not created.Richard M. Stallman1995-08-291-0/+2
|
* (function-key-map): Consistently map CLEAR to C-l.Richard M. Stallman1995-08-291-4/+4
|
* (wordstar-center-line): Renamed from center-line.Richard M. Stallman1995-08-291-10/+10
| | | | | (wordstar-center-region): Renamed from center-region. (wordstar-center-paragraph): Renamed from center-paragraph.
* (vc-dired-update-line): Don't use dired-do-redisplay.André Spiegel1995-08-291-38/+62
| | | | | | | | | | | | (vc-next-action-dired): Adjust default-directory before calling vc-next-action-on-file. (vc-next-action-on-file): Handle CVS merge in vc-dired-mode correctly. (vc-next-action): Ask for a check-in comment if there are "added" CVS files. Don't special-case single files in vc-dired-mode. (vc-file-clear-masterprops): Typo fix. (vc-latest-on-branch-p): Always true for CVS. (vc-directory): Header change. Do display the buffer, even if no locked/registered files were found.
* (vc-utc-string): New function.André Spiegel1995-08-291-30/+51
| | | | | | | | | | (vc-find-cvs-master): Use it to compare mtime and checkout time. (vc-locking-user): CVS case: *only* use checkout time. (vc-find-cvs-master): Don't attempt to find the RCS master file. Throw the full name of CVS/Entries. (vc-name): Doc change (special CVS case). (vc-after-save): Handle the case when a file is saved in the very second in which it was checked out.
* (recover-session-finish): Catch erorr in recover-file.Richard M. Stallman1995-08-281-1/+5
|
* (basic-save-buffer): Doc fix.Richard M. Stallman1995-08-281-1/+5
| | | | (after-save-hook): Add defvar.
* (executable-set-magic): Use make-local-hook for after-save-hook.Richard M. Stallman1995-08-281-2/+2
|
* (makefile-font-lock-keywords): Highlight lines withRichard M. Stallman1995-08-281-5/+7
| | | | tab followed by #, and initial spaces preceding tabs--not all initial spaces.
* Fix typo in global-map define.Richard M. Stallman1995-08-281-1/+1
|
* (rassoc): Definition deleted.Richard M. Stallman1995-08-271-2/+0
|
* (mail-mode-syntax-table): defvar deleted.Richard M. Stallman1995-08-271-3/+0
|
* Load cl only during compilation.Richard M. Stallman1995-08-271-20/+72
| | | | | (edmacro-mismatch, edmacro-subseq): New functions. Use them instead of mismatch and subseq.
* (hide-ifdef-hiding): Delete duplicate defvar.Richard M. Stallman1995-08-271-3/+0
|
* (m2-execute-monitor-command): Renamed from execute-monitor-command.Richard M. Stallman1995-08-271-2/+2
|
* (refer-every): Renamed from every.Richard M. Stallman1995-08-271-8/+8
| | | | | (refer-convert-string-to-list-of-strings): Renamed from convert-string-to-list-of-strings.
* (eventp): Duplicate definition deleted.Richard M. Stallman1995-08-261-9/+0
|
* Doc fixes.Richard M. Stallman1995-08-261-19/+13
| | | | (caar, cdar): Deleted--use (car (car ...)).
* (ada-spec-suffix): Definition deleted.Richard M. Stallman1995-08-261-8/+2
| | | | | | (ada-make-filename-from-adaname): Delete autoload. (ff-special-constructs): Load ada-mode before referring to ada-spec-suffix and ada-make-filename-from-adaname.
* (abs): Function definition deleted.Richard M. Stallman1995-08-261-25/+20
| | | | | | | | | (goto-beginning-of-buffer): Macro deleted. Use goto-char. (goto-end-of-buffer): Macro deleted. Use goto-char. (maxint): Macro deleted. (life-increment): Renamed from increment. (life-initialized): New variable. (life): Do (random t) only once and only when `life' is called.
* (Info-default-directory-list): Duplicate defvar deleted.Richard M. Stallman1995-08-261-5/+0
|
* (rebuild-mail-abbrevs): FILE defaults to visited file.Richard M. Stallman1995-08-251-1/+3
|
* (vc-fetch-master-properties): Count cvs status "Needs Patch" asAndré Spiegel1995-08-251-2/+7
| | | | | `needs-checkout'. (vc-after-save): Clear the cvs status.