Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (jka-compr-partial-uncompress, jka-compr-call-process): Rebind | Chong Yidong | 2007-01-29 | 1 | -39/+41 |
| | | | | default-directory if it is invalid. Suggested by Chris Moore. | ||||
* | (jka-compr-shell): Doc fix. | Juanma Barranquero | 2007-01-27 | 1 | -14/+3 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update copyright years. | Glenn Morris | 2006-12-05 | 1 | -1/+1 |
| | |||||
* | (jka-compr-uninstall): Replace `mapcar' with `mapc'. | Luc Teirlinck | 2006-02-27 | 1 | -9/+9 |
| | | | | | | | Update `load-file-rep-suffixes' instead of `load-suffixes'. Use jka-compr-compression-info-list--internal, jka-compr-mode-alist-additions--internal and jka-compr-load-suffixes--internal. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Require 'jka-cmpr-hook. | Stefan Monnier | 2005-11-11 | 1 | -44/+12 |
| | | | | | | | | | | | | | (jka-compr-info-compress-message, jka-compr-info-compress-program) (jka-compr-info-compress-args, jka-compr-info-uncompress-message) (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args) (jka-compr-info-can-append, jka-compr-info-strip-extension) (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info) (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook. (jka-compr-uninstall): Remove entries from jka-compr-added-to-file-coding-system-alist after they are used. (jka-compr-error): Remove unused var `curbuf'. (jka-compr-file-local-copy): Remove unused var `notfound'. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (jka-compr-insert-file-contents): | Richard M. Stallman | 2005-06-25 | 1 | -0/+10 |
| | | | | Special handling if cannot find the uncompression program. | ||||
* | (jka-compr-uninstall): Add autoload cookie. | Eli Zaretskii | 2005-05-06 | 1 | -1/+1 |
| | |||||
* | Many functions and vars moved to jka-compr-hook.el. | Richard M. Stallman | 2005-04-30 | 1 | -234/+2 |
| | | | | | | | (jka-compr-handler): Add autoload. `put' calls moved to jka-compr-hook.el. (compression, jka-compr): defgroups moved to jka-compr-hook.el. (jka-compr-inhibit): Autoload. | ||||
* | (jka-compr-compression-info-list): Fix custom type. | Richard M. Stallman | 2005-04-17 | 1 | -2/+6 |
| | |||||
* | (jka-compr-really-do-compress): Make variable buffer-local. | Richard M. Stallman | 2005-03-21 | 1 | -1/+4 |
| | |||||
* | (jka-compr-compression-info-list): Add tbz and dz. | Juri Linkov | 2004-03-23 | 1 | -6/+21 |
| | | | | | | | (jka-compr-mode-alist-additions): Add tbz. (jka-compr-write-region): Add error message for undefined compress-program. (jka-compr-insert-file-contents): Add message for undefined compress-program. (jka-compr-write-region): Remove redundant var bindings. | ||||
* | * progmodes/idlwave.el (idlwave-make-tags): | Eli Zaretskii | 2004-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * textmodes/flyspell.el (flyspell-large-region):. * progmodes/make-mode.el (makefile-query-by-make-minus-q): * emulation/viper-util.el (viper-glob-unix-files): * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): * man.el (Man-init-defvars): * jka-compr.el (jka-compr-call-process): * files.el (get-free-disk-space,insert-directory): * ediff-ptch.el (ediff-test-patch-utility): * ediff-diff.el (ediff-test-utility): * dired-aux.el (dired-check-process): * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to test the return value of call-process, because it can be a string. | ||||
* | (jka-compr-insert-file-contents): Avoid error when | Andreas Schwab | 2003-12-25 | 1 | -4/+5 |
| | | | | file not found. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (jka-compr-insert-file-contents): | Richard M. Stallman | 2003-05-28 | 1 | -4/+1 |
| | | | | When REPLACE, delete the proper range of text. | ||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -17/+17 |
| | |||||
* | (jka-compr-insert-file-contents): Call | Kenichi Handa | 2003-01-24 | 1 | -1/+1 |
| | | | | docode-coding-inserted-region. | ||||
* | (jka-compr-insert-file-contents): Fix typo in last change. | Andreas Schwab | 2003-01-22 | 1 | -2/+2 |
| | |||||
* | (jka-compr-insert-file-contents): Read a process | Kenichi Handa | 2003-01-22 | 1 | -15/+7 |
| | | | | | output without decoding. Decode the result by decode-coding-region-as-inserted-from-file. | ||||
* | (jka-compr-handler): Add safe-magic property. | Richard M. Stallman | 2002-09-01 | 1 | -0/+1 |
| | |||||
* | Fix a typo in a comment. | Eli Zaretskii | 2002-06-09 | 1 | -1/+1 |
| | |||||
* | (jka-compr-write-region): If START = nil, use whole buf. | Richard M. Stallman | 2002-01-01 | 1 | -0/+4 |
| | |||||
* | (jka-compr-partial-uncompress): Use null-device instead of a literal | Eli Zaretskii | 2001-12-21 | 1 | -2/+3 |
| | | | | /dev/null. Reported by Jens Schmidt <schmidt@mathematik.uni-kl.de>. | ||||
* | (jka-compr-partial-uncompress): Fix previous change. | Richard M. Stallman | 2001-11-15 | 1 | -1/+1 |
| | |||||
* | (jka-compr-partial-uncompress): Support an alternative of not using dd. | Richard M. Stallman | 2001-11-06 | 1 | -32/+44 |
| | | | | | | (jka-compr-dd-program): Use defcustom to define this. (jka-compr-load-suffixes): Use defcustom. (jka-compr-mode-alist-additions): Use defcustom. | ||||
* | (jka-compr-load-suffixes): New var. | Stefan Monnier | 2001-10-12 | 1 | -6/+22 |
| | | | | | (jka-compr-install): Add its content to load-suffixes. (jka-compr-uninstall): Remove its content from load-suffixes. | ||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel JanÃk | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | (jka-compr-partial-uncompress): Don't use `concat' for numbers. | Kenichi Handa | 2000-12-20 | 1 | -1/+1 |
| | |||||
* | (jka-compr-compression-info-list): Fix :type. | Dave Love | 2000-12-07 | 1 | -1/+2 |
| | |||||
* | (auto-compression-mode): Drop unneeded positional args. | Stefan Monnier | 2000-11-03 | 1 | -1/+1 |
| | |||||
* | Doc fix. | Miles Bader | 2000-10-15 | 1 | -4/+4 |
| | |||||
* | Don't call `jka-compr-install' when loading (it will be done by the | Miles Bader | 2000-10-08 | 1 | -10/+12 |
| | | | | | | | definition of `auto-compression-mode' if necessary). Move code to uninstall existing file-name handler before definition of `auto-compression-mode'. | ||||
* | (auto-compression-mode): Move to the end of the file, because | Miles Bader | 2000-10-08 | 1 | -28/+30 |
| | | | | | | | `define-minor-mode' actually calls the mode-function if the associated variable is non-nil, which requires that all needed functions be already defined. (with-auto-compression-mode): Add autoload cookie. | ||||
* | (auto-compression-mode): Use define-minor-mode. | Stefan Monnier | 2000-09-29 | 1 | -56/+10 |
| | | | | | (toggle-auto-compression): Remove. (jka-compr-build-file-regexp): Remove useless grouping. | ||||
* | (with-auto-compression-mode): New macro. | Miles Bader | 2000-09-20 | 1 | -1/+16 |
| | |||||
* | (jka-compr-compression-info-list): Add `.z' | Gerd Moellmann | 2000-04-03 | 1 | -1/+1 |
| | | | | to extensions handled by gzip. | ||||
* | (jka-compr-load): Fix up load-history. | Dave Love | 2000-01-30 | 1 | -2/+7 |
| | |||||
* | (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. |