From: Glenn Morris Date: Fri, 8 Feb 2008 20:44:48 +0000 (+0000) Subject: woman-locale. X-Git-Tag: emacs-pretest-23.0.90~8070 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3cf86f002f859be7d6c9b30bed88b1152f58726d;p=emacs.git woman-locale. --- diff --git a/etc/NEWS b/etc/NEWS index 54c680bb797..c316b9cfb34 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -432,6 +432,9 @@ saving changes. *** The pcmpl-unix package supports hostname completion for ssh and scp. +*** WoMan tries to add locale-specific manual page directories to the +search path. This can be disabled by setting `woman-locale' to nil. + * Changes in Emacs 23.1 on non-free operating systems diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5bb3f728bdd..e6247412fbe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -21,6 +21,14 @@ 2008-02-08 Glenn Morris + * woman.el (woman-locale): New defcustom. + (woman-expand-locale, woman-manpath-add-locales): New functions. + (woman-manpath): Call woman-manpath-add-locales. Bump :version. + + * international/mule-cmds.el (locale-translate): New function, + with old code extracted from set-locale-environment. + (set-locale-environment): Use locale-translate. Set woman-locale. + * cus-start.el (selection-coding-system): Remove, since it's now defined in select.el rather than in xselect.c. * select.el (selection-coding-system): Make it a defcustom, and