mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
woman-locale.
This commit is contained in:
parent
a7e65ac436
commit
3cf86f002f
3
etc/NEWS
3
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
|
||||
|
||||
|
@ -21,6 +21,14 @@
|
||||
|
||||
2008-02-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user