* term/internal.el: Remove coding: cookie and no-byte-compile flag. (IT-character-translations, cjk-codepages-alist): Remove variables. (IT-display-table-setup, dos-cpNNN-setup): Remove functions. (IT-unicode-translations): Remove charset and base elements. Add translations for Latin-1 characters. (IT-setup-unicode-display): Accept a CODING argument. Don't use base and chset elements of IT-unicode-translations. Don't wrap translation in "{...}". Set up translations only for characters for which unencodable-char-position returns non-nil. (dos-codepage-setup): Don't use special-case codepages in cjk-codepages-alist.
* files.el (locate-dominating-file): Wrap directory-files with condition-case, instead of calling file-directory-p, which stats the directory one more time.
2008-09-30 Jay Belanger <jay.p.belanger@gmail.com> * calc/calc-units.el (math-standard-units): Add entries used to display the the values in the units buffer. (math-build-units-table): Add entries to the units table to be used to display the values in the units buffer. (math-build-units-table-buffer): Use the display entry of the units table when non-nil. (calc-define-unit): Add option to enter display value of unit.
2008-09-29 Michael Albinus <michael.albinus@gmx.de> * files.el (file-remote-p): Precise doc string; IDENTIFICATION can also be `localname'. * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
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.