aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* (search_buffer): Set search regs for all success with an empty string.Richard M. Stallman1998-05-151-6/+13
| | | | (set_search_regs): Clear out all regs except 0.
* (define-mail-alias): Compensate for not resetting the match data whenRichard M. Stallman1998-05-151-4/+8
| | | | string-match fails.
* (signal_quit): Add prototype.Richard M. Stallman1998-05-151-0/+2
|
* (sys_select): Always wait on interrupt_handle, so thatRichard M. Stallman1998-05-151-2/+22
| | | | user can break out of `accept-process-input' (for instance) by typing C-g.
* (w32_wnd_proc): Call signal_quit when C-g is received.Richard M. Stallman1998-05-151-1/+4
|
* (interrupt_handle): New variable.Richard M. Stallman1998-05-151-0/+22
| | | | | | | | (init_crit): Initialize it. (delete_crit): Cleanup on exit. (signal_quit): New function. Signal any threads that are blocked on a "system" call (provided they have been specially written to check for this), so the call can fail with EINTR as on Unix.
* (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.
* Renamed "struct buffer" to "struct termcap_buffer" toRichard M. Stallman1998-05-151-4/+4
| | | | avoid confusing the MSVC debugger.
* (install-arch-indep): Fix previous change.Richard M. Stallman1998-05-151-2/+2
|
* 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
|
* (w32_ring_bell): Flash window correctly.Geoff Voelker1998-05-141-1/+11
|
* (install-arch-indep): Don't alter site-lisp/subdirs.el if it exists.Richard M. Stallman1998-05-141-8/+14
|
* (locale-translation-file-name): New variable.Richard M. Stallman1998-05-141-0/+14
| | | | (command-line): Use it to decode locale aliases.
* (Finsert_file_contents): Don't check non-regularRichard M. Stallman1998-05-141-5/+9
| | | | files for a coding: specification.
* (disassemble-1): Reference bytecode string as unibyte.Richard M. Stallman1998-05-141-1/+1
|
* (init_environment): Set TMPDIR to an existingEli Zaretskii1998-05-131-0/+32
| | | | directory. Abort if none of the usual places is available.
* (Finsert_file_contents): Check that a -*- coding: -*- specRichard M. Stallman1998-05-131-8/+85
| | | | or a local variables list exists, before Vset_auto_coding_function.
* (skip_chars): When fetching char after \,Richard M. Stallman1998-05-131-3/+7
| | | | don't fail to set c_leading_code.
* (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.
* (Fminibuffer_complete_word): Fix the string-comparison loop.Richard M. Stallman1998-05-131-3/+3
|
* (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.
* (install-arch-indep): Put `-' on commands to createRichard M. Stallman1998-05-121-2/+2
| | | | subdirs.el in site-lisp dirs.
* (get_doc_string): New arg UNIBYTERichard M. Stallman1998-05-121-10/+17
| | | | | Maybe use make_unibyte_string. All callers changed. (read_doc_string): Specify 1 for UNIBYTE.
* (Finsert_file_contents): Don't use the fast replace codeRichard M. Stallman1998-05-121-5/+8
| | | | | | if coding needs eol conversion. (Finsert_file_contents) [DOS_NT]: When setting buffer_file_type, if code conversion is needed, file is not binary.
* (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.
* (parse_menu_item): Argument inmenubar < 0 now meansRichard M. Stallman1998-05-121-8/+31
| | | | | | parsing a keyboard menu item. (read_char_minibuf_menu_prompt): Use `parse_menu_item' to understand new menu item format.
* (stat, get_long_basename): Fail if filename contains anyRichard M. Stallman1998-05-121-2/+6
| | | | characters that are illegal in file names.
* (Fall_completions, Ftry_completion): Compare char sizes, not STRING_BYTES.Richard M. Stallman1998-05-121-2/+2
|
* (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
|