2008-09-25 Martin Rudalics <rudalics@gmx.at> * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable. (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.