summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* (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
* (vc-dired-update-line): Don't use dired-do-redisplay.André Spiegel1995-08-291-38/+62
* (vc-utc-string): New function.André Spiegel1995-08-291-30/+51
* (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
* (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
* 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
* (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
* (eventp): Duplicate definition deleted.Richard M. Stallman1995-08-261-9/+0
* Doc fixes.Richard M. Stallman1995-08-261-19/+13
* (ada-spec-suffix): Definition deleted.Richard M. Stallman1995-08-261-8/+2
* (abs): Function definition deleted.Richard M. Stallman1995-08-261-25/+20
* (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
* (vc-directory): Kill existing vc-dired buffers for this directory.André Spiegel1995-08-251-83/+231
* (next-file): Advance next-file-list before finding the file named in itsRoland McGrath1995-08-251-4/+7
* (describe-function): Show file name for autoloaded fns.Richard M. Stallman1995-08-251-10/+11
* (mouse-avoidance-mode): Use post-command-idle-hook. Use remove-hook.Richard M. Stallman1995-08-251-9/+6
* (what-line): Print narrowed linenum with full buffer num.Richard M. Stallman1995-08-251-6/+15
* (makefile-mode-syntax-table): "]" is a close-paren.Richard M. Stallman1995-08-241-1/+1
* (makefile-add-log-defun): Avoid error at eob.Richard M. Stallman1995-08-241-1/+1
* Doc fixes.Richard M. Stallman1995-08-231-29/+27
* (2C-mode): Use make-local-hook and add-hook.Richard M. Stallman1995-08-221-2/+2
* (icomplete-minibuffer-setup): Use make-local-hookRichard M. Stallman1995-08-221-17/+15
* (ediff-profile): Use make-local-hook and add and remove hooks locally.Richard M. Stallman1995-08-221-6/+6
* (basic-save-buffer): Call vc-after-save.Richard M. Stallman1995-08-221-0/+2
* (auto-mode-alist): Turn on use of makefile-mode.Richard M. Stallman1995-08-221-2/+2
* (byte-compiler-base-file-name): New function.Richard M. Stallman1995-08-221-4/+15
* (Info-suffix-list): For MS-DOS, use gunzip as the only uncompressor,Richard M. Stallman1995-08-221-12/+39
* Removed the comment that said we assume strict locking.André Spiegel1995-08-221-3/+2
* (vc-simple-command): New function.André Spiegel1995-08-221-117/+148
* (tcl-hilit): New function from "Chris Alfeld" <calfeld@math.utah.edu>Tom Tromey1995-08-221-3/+26
* (insert-kbd-macro): Express vector char modifiers withRichard M. Stallman1995-08-221-28/+31
* (jka-compr-byte-compiler-base-file-name): New function.Richard M. Stallman1995-08-221-0/+9
* (compilation-exit-message-function): New variable.Roland McGrath1995-08-211-9/+32
* Use post-command-idle-hook.Richard M. Stallman1995-08-211-5/+3
* (vc-latest-on-branch-p): Under CVS, handle the case when the file isAndré Spiegel1995-08-211-11/+21