| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (jka-compr-info-file-magic-bytes): New function. | Richard M. Stallman | 1999-12-25 | 1 | -95/+124 |
| | | | | | | | | | | | (jka-compr-compression-info-list): Add new elt to each vector. (jka-compr-write-region): Don't compress the data if it is already compressed. (jka-compr-really-do-compress): New variable. (jka-compr-insert-file-contents): Set jka-compr-really-do-compress if visiting. (jka-compr-write-region): Set jka-compr-really-do-compress if visiting. Test it when deciding to compress. | ||||
| * | Use make-temp-file. | Stefan Monnier | 1999-10-15 | 1 | -40/+2 |
| | | |||||
| * | Copyright update. | Dave Love | 1999-08-16 | 1 | -1/+1 |
| | | |||||
| * | (auto-compression-mode): New variable for customization. | Dave Love | 1999-08-16 | 1 | -0/+13 |
| | | |||||
| * | (jka-compr-insert-file-contents): Fix previous | Dave Love | 1999-04-12 | 1 | -3/+1 |
| | | | | | change to use jka-compr-byte-compiler-base-file-name. | ||||
| * | (jka-compr-insert-file-contents): | Richard M. Stallman | 1999-04-08 | 1 | -1/+5 |
| | | | | | | Use auto-coding-alist-lookup to check for files that should not have eol conversion, in the unibyte case. | ||||
| * | (jka-compr-insert-file-contents): | Richard M. Stallman | 1999-04-06 | 1 | -1/+1 |
| | | | | | Use raw-text-unix when we want no conversion. | ||||
| * | (jka-compr-compression-info-list): Remove "-c" from | Dave Love | 1998-09-29 | 1 | -2/+5 |
| | | | | | bzip2 args. | ||||
| * | (jka-compr-insert-file-contents): Replace incorrect | Richard M. Stallman | 1998-07-13 | 1 | -10/+4 |
| | | | | | inline code with call to find-operation-coding-system. | ||||
| * | (jka-compr-insert-file-contents): Don't run | Richard M. Stallman | 1998-06-14 | 1 | -12/+16 |
| | | | | | after-insert-file-functions, since caller does that. | ||||
| * | (jka-compr-write-region): Ensure | Karl Heuer | 1998-06-05 | 1 | -2/+11 |
| | | | | | | `last-coding-system-used' is updated, so that basic-save-buffer sees the right value. | ||||
| * | (jka-compr-compression-info-list): Add elts for bzip. | Richard M. Stallman | 1998-05-23 | 1 | -2/+2 |
| | | |||||
| * | (jka-compr-temp-name-template): Use temporary-file-directory. | Richard M. Stallman | 1998-05-16 | 1 | -1/+1 |
| | | |||||
| * | (jka-compr-temp-name-template): Use system-tmp-directory | Richard M. Stallman | 1998-05-16 | 1 | -5/+1 |
| | | |||||
| * | (jka-compr-use-shell) [ms-dos, windows-nt]: Do not use a shell. | Richard M. Stallman | 1998-04-17 | 1 | -3/+6 |
| | | | | | | (jka-compr-temp-name-template) [ms-dos, windows-nt]: Check common locations for tmp directory. | ||||
| * | (jka-compr-compression-info-list): Fix previous change: | Richard M. Stallman | 1998-02-14 | 1 | -1/+1 |
| | | | | | clear "append" flag for bzip. | ||||
| * | (jka-compr-compression-info-list): Handle bzip. | Richard M. Stallman | 1998-02-08 | 1 | -1/+5 |
| | | |||||
| * | (jka-compr-insert-file-contents): | Richard M. Stallman | 1997-12-21 | 1 | -0/+4 |
| | | | | | If enable-multibyte-characters is nil, decode as raw-text. | ||||
| * | (jka-compr-inhibit): New variable. | Karl Heuer | 1997-10-23 | 1 | -1/+6 |
| | | | | | (jka-compr-handler): Obey jka-compr-inhibit. | ||||
| * | (jka-compr-added-to-file-coding-system-alist): New var. | Richard M. Stallman | 1997-07-27 | 1 | -3/+40 |
| | | | | | | | | (jka-compr-insert-file-contents): Set coding-system-for-read according to file name after removing compression suffix. (jka-compr-install): Add elemets to file-coding-system-alist. (jka-compr-uninstall): Remove elements from file-coding-system-alist. | ||||
| * | Fix previous changes. | Kenichi Handa | 1997-07-22 | 1 | -23/+34 |
| | | |||||
| * | (jka-compr-insert-file-contents): Bind coding-system-for-read. | Richard M. Stallman | 1997-07-20 | 1 | -8/+14 |
| | | | | | | | | (jka-compr-write-region): Bind coding-system-for-write. Set buffer-file-type if dos or nt. (jka-compr-call-process): Bind coding-system-for-read and coding-system-for-write. | ||||
| * | Comment change. | Richard M. Stallman | 1997-05-27 | 1 | -0/+1 |
| | | |||||
| * | (jka-compr-temp-name-template): Fix editing error. | Richard M. Stallman | 1997-04-13 | 1 | -0/+1 |
| | | |||||
| * | Add defgroup's; use defcustom for user vars. | Richard M. Stallman | 1997-04-12 | 1 | -9/+34 |
| | | |||||
| * | (jka-compr-error): Use with-current-buffer. | Richard M. Stallman | 1997-01-27 | 1 | -34/+24 |
| | | | | | | (jka-compr-call-process, jka-compr-file-local-copy) (jka-compr-write-region): Use with-current-buffer. | ||||
| * | (jka-compr-temp-name-template): Initialize using TMPDIR. | Richard M. Stallman | 1996-12-07 | 1 | -1/+2 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1996-04-26 | 1 | -1/+1 |
| | | |||||
| * | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -75/+76 |
| | | |||||
| * | (auto-compression-mode): Add `interactive'. | Richard M. Stallman | 1995-12-31 | 1 | -6/+10 |
| | | | | | | Put \-newline in doc string. (toggle-auto-compression): New arg MESSAGE. Don't use interactive-p. | ||||
| * | (auto-compression-mode): This is now a stub function | Richard M. Stallman | 1995-12-29 | 1 | -3/+12 |
| | | | | | | | that calls toggle-auto-compression, and is put bodily into loaddefs.el. (toggle-auto-compression): Renamed from auto-compression-mode. Not autloaded. | ||||
| * | (auto-compression-mode): Make arg optional. | Richard M. Stallman | 1995-11-11 | 1 | -1/+17 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1995-10-30 | 1 | -1/+2 |
| | | |||||
| * | (auto-compression-mode): Add autoload cookie. | Richard M. Stallman | 1995-09-24 | 1 | -3/+4 |
| | | | | | | Renamed from toggle-auto-compression. (toggle-auto-compression): Define as alias. | ||||
| * | (jka-compr-byte-compiler-base-file-name): New function. | Richard M. Stallman | 1995-08-22 | 1 | -0/+9 |
| | | | | | Use it to handle byte-compiler-base-file-name operation. | ||||
| * | (jka-compr-load): Bind load-force-doc-strings. | Richard M. Stallman | 1995-08-02 | 1 | -1/+2 |
| | | |||||
| * | (jka-compr-write-region): Handle the append | Richard M. Stallman | 1995-05-01 | 1 | -35/+15 |
| | | | | | | | argument correctly when the can-append flag is false. (jka-compr-write-region): Make temp-buffer name unique to this fn. (jka-compr-file-local-copy): Ditto. | ||||
| * | (jka-compr-insert-file-contents): When visiting, | Richard M. Stallman | 1995-04-29 | 1 | -7/+12 |
| | | | | | bind buffer-file-name to nil temporarily. | ||||
| * | (jka-compr-install): Doc fix. | Richard M. Stallman | 1995-04-08 | 1 | -2/+13 |
| | | | | | | (jka-compr-uninstall): Delete entries that jka-compr-install added to inhibit-first-line-modes-suffixes. | ||||
| * | (jka-compr-install): Add items to inhibit-first-line-modes-suffixes. | Richard M. Stallman | 1995-04-02 | 1 | -8/+15 |
| | | |||||
| * | (jka-compr-mode-compression-info-list): Add .tgz extension. | Richard M. Stallman | 1994-10-12 | 1 | -25/+13 |
| | | | | | | | (jka-compr-mode-alist-additions): New variable. (jka-compr-install): Append jka...additions to auto-mode-alist. (jka-compr-uninstall): Remove jka-...-additions from auto-mode-alist. | ||||
| * | Comment change. | Richard M. Stallman | 1994-09-25 | 1 | -7/+0 |
| | | |||||
| * | (jka-compr-compression-info-list): Expand regular | Richard M. Stallman | 1994-09-16 | 1 | -13/+23 |
| | | | | | | | | | | | | expressions to include backup files with version numbers. (jka-compr-insert-file-contents): Run the functions in after-insert-file-functions after the buffer-file-name has been set, not before. (jka-compr-insert-file-contents): Properly handle the 'replace' argument for compressed files. | ||||
| * | (jka-compr-insert-file-contents): Run the | Richard M. Stallman | 1994-08-23 | 1 | -2/+9 |
| | | | | | after-insert-file-functions. | ||||
| * | (jka-compr-partial-uncompress): Handle the case where | Richard M. Stallman | 1994-06-26 | 1 | -3/+4 |
| | | | | | LEN reaches to or past the end of the data. | ||||
| * | Use plists to record handlers. | Richard M. Stallman | 1994-06-20 | 1 | -72/+31 |
| | | | | | | | | | | | | | (jka-compr-insert-file-contents): Don't leave buffer locked. Call the standard function, and file-local-copy, using jka-compr-run-real-handler. (jka-compr-file-local-copy): Call file-local-copy using jka-compr-run-real-handler. (jka-compr-write-region): Likewise. (jka-compr-load): Don't alter file-name-handler-alist. Do bind inhibit-file-name-handlers and inhibit-file-name-operation. (jka-compr-handler): Don't alter file-name-handler-alist. | ||||
| * | (jka-compr-op-table, jka-compr-file-name-handler-entry): Move defvars. | Richard M. Stallman | 1994-05-22 | 1 | -10/+8 |
| | | |||||
| * | (jka-compr-compression-info-list): Doc fix. | Richard M. Stallman | 1994-05-22 | 1 | -8/+10 |
| | | |||||
| * | Doc fixes. | Richard M. Stallman | 1994-04-24 | 1 | -9/+21 |
| | | | | | | | (jka-compr-run-real-handler): New function. jka-compr-handler): Call it, to reinvoke the Emacs primitive using the new inhibit protocol. | ||||
| * | (jka-compr-handler): Save match data. | Karl Heuer | 1994-04-11 | 1 | -2/+4 |
| | | |||||