- 29 May, 2008 9 commits
-
-
Stefan Monnier authored
(icomplete-prospects-height): New var. (icomplete-completions): Use it.
-
Jason Rumney authored
'raster' specified.
-
Kenichi Handa authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
and w32-unregister-hot-key.
-
Stefan Monnier authored
(tar-header-block-tokenize): Set it when useful. Drop "GNUtar " magic value, which even GNU Tar doesn't know about. (tar-header-data-end): New function. (tar-summarize-buffer): Use it. (tar-next-line): Fix goal column for long usernames. (tar-expunge-internal): Use header-start. (tar-rename-entry): Handle ustar-style long names. (tar-alter-one-field): Add optional `descriptor' argument. (tar-subfile-save-buffer): Use it.
-
Kenichi Handa authored
-
Juanma Barranquero authored
-
Kenichi Handa authored
-
- 28 May, 2008 20 commits
-
-
Stefan Monnier authored
variable section is not properly terminated.
-
Stefan Monnier authored
Move the duplicate-generation outside of the caching so it also works for identical entries.
-
Stefan Monnier authored
(tar-mode): Use write-region-annotate-functions rather than write-contents-functions. (tar-extract): Remove unused var `pos'. (tar-subfile-save-buffer): Remove unused var `following-descs'. (tar-mode-write-file): Remove. (tar-write-region-annotate): New function.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
* shadowfile.el (shadow-copy-file): * arc-mode.el (archive-*-write-file-member): * files.el (diff-buffer-with-file): * subr.el (with-temp-file): Pass nil to write-region. * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
-
Jason Rumney authored
-
Stefan Monnier authored
-
Stefan Monnier authored
calling build_annotations. * lisp/files.el (basic-save-buffer-2): Pass nil rather than (point-min) to write-region.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
foundry and family. (font_delete_unmatched): Don't check spacing. (font_list_entities): Add spacing to the spec to list fonts.
-
Kenichi Handa authored
(ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(syms_of_coding) <coding-system-for-read, coding-system-for-write>: <latin-extra-code-table>: Fix typos in docstrings. (syms_of_coding) <coding-system-alist>: Doc fix. (syms_of_coding) <translation-table-for-input>: Reflow docstring.
-
Juanma Barranquero authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(encode_coding_object): When the dst_object is a buffer and is different from src_object, move gap to PT.
-
Glenn Morris authored
implementations of echo.
-
- 27 May, 2008 11 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
Stefan Monnier authored
Don't assume selection-coding-system is always defined.
-
Stefan Monnier authored
(tar-setf): Remove. (tar-header): Use defstruct. Add `data-start' field. (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header. (tar-desc-data-start): Remove (now called tar-header-data-start). (tar-roundup-512): New fun. (tar-header-block-tokenize): Receive a buffer position rather than a string. Handle @longLink here, be more careful about it. Create a marker for data-start. (tar-summarize-buffer): Don't handle @LongLink here any more. (tar-expunge-internal, tar-subfile-save-buffer): Don't update data-start on the following entries any more. (tar-chown-entry, tar-chgrp-entry): Use read-number.
-
Stefan Monnier authored
(tar-header-offset): Remove. (tar-parse-info, tar-header-offset, tar-file-name-coding-system): Not permanent any more. (tar-data-buffer): New var. (tar-data-swapped-p, tar-change-major-mode-hook) (tar-mode-kill-buffer-hook): New funs. (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert) (tar-extract, tar-copy, tar-expunge-internal, tar-expunge) (tar-clear-modification-flags, tar-alter-one-field) (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file): Change accordingly.
-
Stefan Monnier authored
-
Stefan Monnier authored
Compute it differently.
-
Stefan Monnier authored
-
Juanma Barranquero authored
into "else if () ... else ...".
-
Jason Rumney authored
-
Dan Nicolaescu authored
(vc-dir-resynch-file): ... this. Update callers. Use vc-string-prefix-p. Ignore directory args. (vc-string-prefix-p): CSE. (vc-resynch-buffer): Restore conditional. * vc-hooks.el (vc-after-save): Improve test. (vc-mode-line): Fix indentation.
-