2008-09-27 Daiki Ueno <ueno@unixuser.org> * epg.el (epg-wait-for-status): Check if there is no pending status. Reported by Ted Romer <ted@romerfamily.com>.
2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org> * informat.el (Info-split-threshold): New variable. (Info-split): Use it. * textmodes/texinfmt.el (texinfo-format-buffer): Use Info-split-threshold to decide whether to split Info files.
(latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped parens specially only if latex-handle-escaped-parens is non-nil. (latex-indent-within-escaped-parens): New option. (latex-find-indent): Bind latex-handle-escaped-parens to latex-indent-within-escaped-parens. Do not treat escaped parens specially when this is nil. (Bug#954)
2008-09-25 Chong Yidong <cyd@stupidchicken.com> * vc.el (vc-mark-resolved): Move message here from vc-default-mark-resolved. (vc-default-mark-resolved): Change to an alias for ignore.
2008-09-24 Stephen Berman <stephen.berman@gmx.net> * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address from raising a wrong-type-argument error.
2008-09-24 Martin Rudalics <rudalics@gmx.at> * help-fns.el (describe-function-1, describe-variable): Print relative file name in help buffer. * faces.el (describe-face): Print relative file name in help buffer.2008-09-23 Romain Francoise <romain@orebokech.com> * subr.el (with-output-to-string): Make sure that the temporary buffer gets killed.