summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (emerge-temp-file-prefix): Use temporary-file-directory.Richard M. Stallman1998-05-161-2/+2
|
* (ediff-temp-file-prefix): Use temporary-file-directory.Richard M. Stallman1998-05-161-4/+2
|
* (browse-url-temp-dir): Use temporary-file-directory.Richard M. Stallman1998-05-161-1/+1
|
* (archive-tmpdir): Use temporary-file-directory.Richard M. Stallman1998-05-161-1/+1
|
* (ange-ftp-tmp-name-template): Use temporary-file-directory.Richard M. Stallman1998-05-161-1/+1
|
* (dired-mark-subdir-files): Doc fix.Richard M. Stallman1998-05-161-1/+3
|
* (ps-file-end): Put Trailer and Pages before EndDoc.Richard M. Stallman1998-05-161-11/+11
| | | | (ps-print-control-characters): Doc fix.
* (vc-update-change-log): Use system-tmp-directory.Richard M. Stallman1998-05-161-6/+2
|
* (c-macro-expansion): Use system-tmp-directory.Richard M. Stallman1998-05-161-4/+1
|
* (jka-compr-temp-name-template): Use system-tmp-directoryRichard M. Stallman1998-05-161-5/+1
|
* (emerge-temp-file-prefix): Use system-tmp-directory.Richard M. Stallman1998-05-161-10/+1
|
* (ediff-temp-file-prefix): Use system-tmp-directory.Richard M. Stallman1998-05-161-13/+3
|
* (browse-url-temp-dir): Use system-tmp-directory.Richard M. Stallman1998-05-161-2/+1
|
* (archive-tmpdir): Use system-tmp-directory.Richard M. Stallman1998-05-161-1/+1
|
* (ange-ftp-tmp-name-template): Use system-tmp-directory.Richard M. Stallman1998-05-161-4/+2
|
* (system-tmp-directory): New variable.Richard M. Stallman1998-05-161-0/+11
| | | | | (recover-session-finish): Unmark the current line so that the file being used for recovery will not get deleted.
* (set-auto-coding): Exclude \n when matching the coding system name.Richard M. Stallman1998-05-151-1/+1
|
* (define-mail-alias): Compensate for not resetting the match data whenRichard M. Stallman1998-05-151-4/+8
| | | | string-match fails.
* (ange-ftp-start-process): Handle Windows ftp client.Richard M. Stallman1998-05-151-1/+17
|
* (setup-8-bit-environment):Richard M. Stallman1998-05-151-1/+8
| | | | | After loading latin-N, reset the standard case table and each buffer's case table.
* (byte-decompile-bytecode-1):Richard M. Stallman1998-05-151-1/+3
| | | | Cope with an out-of-range constvec index.
* Doc fix.Richard M. Stallman1998-05-151-1/+1
|
* Initial revisionRichard M. Stallman1998-05-151-0/+67
|
* Load dos-vars along with dos-fns.Richard M. Stallman1998-05-151-0/+1
|
* (dos-ps-printer, dos-printer, msdos-shells):Richard M. Stallman1998-05-151-38/+6
| | | | | Defcustoms replaced with defvars. (dos-fns): defgroup deleted.
* (type-break-mode): Don't alter global-mode-string.Richard M. Stallman1998-05-151-6/+6
| | | | Instead, add an element to minor-mode-alist.
* (convenience): New group.Richard M. Stallman1998-05-151-0/+4
|
* (Info-find-node): Use info-file-exists-pRichard M. Stallman1998-05-151-4/+8
| | | | | (info-insert-file-contents): Use info-file-exists-p. (info-file-exists-p): New function.
* Add binding for C-x z to vi-dot here.Richard M. Stallman1998-05-141-0/+2
|
* Fix mispelling.Edward M. Reingold1998-05-141-1/+1
|
* (archive-tmpdir): Make the prefix of the temporaryEli Zaretskii1998-05-141-55/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory absolute. (file-name-invalid-regexp): New variable. (archive-zip-case-fiddle): Doc fix. (archive-remote): Make it permanent-local. (archive-member-coding-system): New variable. (archive-mode): Don't use write-contents-hooks for remote archives. Archives whose names are illegal for the current filesystem are marked read-only. (archive-summarize): Optional argument SHUT-UP makes it silent. All callers changed. (archive-unique-fname): New function. (archive-maybe-copy): Use it. (archive-maybe-copy, archive-write-file): Bind coding-system-for-write to no-conversion. (archive-maybe-update, archive-mode-revert): Bind coding-system-for-read to no-conversion. (archive-maybe-update): Remain at the same line in the archive listing, after updating the archive. Print the buffer name of the archive to be saved. (archive-extract): Mark archive members whose names are invalid as read-only. Don't set buffer-file-type. Remove the write-contents hook for remote archives. Warn about read-only archives inside other archives. (archive-write-file-member): Handle remote archives. Restore value of last-coding-system-used. (archive-*-write-file-member): Handle archives inside other archives. Save the value of last-coding-system-used. (archive-write-file): New optional variable FILE: where to write the archive; defaults to buffer-file-name, for remote archives. (archive-zip-summarize, archive-zip-chmod-entry): Support VFAT type of host filesystem. (archive-zip-summarize): Don't fiddle letter case of mixed-case file names.
* (ad-handle-definition, defadvice): Fix error messages.Richard M. Stallman1998-05-141-5/+5
|
* (describe-key-briefly): When INSERT, put cmd name in `...'.Richard M. Stallman1998-05-141-1/+1
|
* (locale-translation-file-name): New variable.Richard M. Stallman1998-05-141-0/+14
| | | | (command-line): Use it to decode locale aliases.
* (disassemble-1): Reference bytecode string as unibyte.Richard M. Stallman1998-05-141-1/+1
|
* (format-alist): Use -f when running recode.Richard M. Stallman1998-05-131-5/+5
|
* (byte-compile-insert-header): Fix prev chg.Richard M. Stallman1998-05-131-2/+2
|
* (type-break-mode-line-message-mode): Doc fix. Fix some messages.Richard M. Stallman1998-05-131-18/+18
| | | | (type-break-mode): Doc fix.
* (byte-compile-from-buffer):Richard M. Stallman1998-05-131-37/+63
| | | | | | | Insert the output file header after compiling all the input. (byte-compile-output-file-form): Major cleanup. If output file contains multibyte chars, insist on Emacs 20 when loading.
* (ispell-dictionary-alist-1): Doc fix.Richard M. Stallman1998-05-121-2/+2
| | | | (ispell-dictionary-alist-2): Doc fix.
* (rmail-decode-babyl-format):Richard M. Stallman1998-05-121-29/+79
| | | | | | | | | | | | | | | Set save-buffer-coding-system instead of buffer-file-coding-system. Decode the whole Babyl text at once, not message by message. Don't alter global value of rmail-file-coding-system. (rmail-show-message): Set buffer-file-coding-system from X-Coding-System header field. (rmail-convert-to-babyl-format): Record X-Coding-System header for each message that was converted. (rmail-variables): Make local binding for save-buffer-coding-system, and set it from buffer-file-coding-system if not already non-nil. (rmail-ignored-headers): Ignore X-Coding-System header. Ignore Return-Path, Errors-To, X-Attribution, X-Disclaimer.
* (after-insert-file-set-buffer-file-coding-system):Richard M. Stallman1998-05-121-4/+6
| | | | Don't make buffer unibyte unless we seem to be visiting a file.
* (smtpmail-via-smtp): Speciy process coding system.Richard M. Stallman1998-05-121-0/+1
|
* Add separators to Holidays menu.Edward M. Reingold1998-05-121-1/+4
|
* (calendar-mode-map): Rename `holidays' menu to `Holidays'.Richard M. Stallman1998-05-121-7/+7
| | | | | (cal-menu-update): Similar renamings; change the arg to easy-menu-change also. Change some item names.
* (easy-menu-change): Add autoload cookie.Richard M. Stallman1998-05-111-0/+1
|
* (tar-subfile-mode): Call auto-save-mode with -1.Dave Love1998-05-111-1/+1
|
* Minor fix to earlier changes today.Edward M. Reingold1998-05-111-1/+12
|
* On exiting, don't signal error when user changes mind.Edward M. Reingold1998-05-111-5/+4
|
* Made holiday button on menu bar related to current calendar display.Edward M. Reingold1998-05-112-15/+48
|