# HG changeset patch # User Stefan Monnier # Date 1131682982 0 # Node ID 2fc24a2b40a54795c2356f0bd84912ad435492ec # Parent 97261130eb5be8a35170d939e739280d28b8d38b *** empty log message *** diff -r 97261130eb5b -r 2fc24a2b40a5 lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 11 04:22:44 2005 +0000 +++ b/lisp/ChangeLog Fri Nov 11 04:23:02 2005 +0000 @@ -1,3 +1,20 @@ +2005-11-10 Stefan Monnier + + * jka-cmpr-hook.el (jka-compr-install): Use push and dolist. + Add jka-compr-load-suffixes to load-suffixes. + + * jka-compr.el: Require 'jka-cmpr-hook. + (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'. + 2005-11-10 Romain Francoise * apropos.el (apropos-calc-scores): Use `apropos-pattern'. @@ -7,6 +24,26 @@ * progmodes/gud.el (gud-menu-map): Move parentheses. (gdb): New command gud-pv. +2005-11-10 Stefan Monnier + + * tar-mode.el: Remove spurious or unnecessary leading stars + in docstrings. + (tar-header-block-tokenize): Also obey default-file-name-coding-system. + (tar-parse-octal-integer-safe): Use mapc. + (tar-header-block-summarize): Remove unused var `ck'. + (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't + cleared before. Obey default-enable-multibyte-characters. + Use mapconcat. Simplify setting of tar-header-offset. + (tar-mode-map): Move initialization inside delcaration. + (tar-flag-deleted): Use `abs'. + (tar-expunge-internal): Remove unused var `line'. + (tar-expunge-internal): Don't hardcode point-min==1. + (tar-expunge): Widen while doing set-buffer-multibyte. + (tar-rename-entry): Use file-name-coding-system. + (tar-alter-one-field): Don't hardcode point-min==1. + (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings. + (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code. + 2005-11-10 Masatake YAMATO * add-log.el (add-log-current-defun): Handle class::method @@ -23,10 +60,18 @@ string to `Man-arguments' if it is nil. Suggested by Reiner Steib . +2005-11-09 Stefan Monnier + + * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the + commenting conventions. + + * cus-dep.el (custom-make-dependencies): Simplify. + Better follow the commenting conventions. + 2005-11-09 Richard M. Stallman - * apropos.el (apropos-pattern): Renamed from apropos-regexp. - (apropos-orig-pattern): Renamed from apropos-orig-regexp. + * apropos.el (apropos-pattern): Rename from apropos-regexp. + (apropos-orig-pattern): Rename from apropos-orig-regexp. All uses changed. (apropos-rewrite-regexp): Doc fix. (apropos-variable, apropos-command, apropos, apropos-value):