diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-03-06 02:50:16 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-03-06 02:50:16 +0000 |
commit | 0c36fd6a8681e5ac54354ecd6a4a2bf41cb693f5 (patch) | |
tree | 9481124182401326edecbcc2930ca42546586aca /sys-devel/gettext/files | |
parent | Change the order for configuration file so that it's loaded after SSL. Fixes ... (diff) | |
download | historical-0c36fd6a8681e5ac54354ecd6a4a2bf41cb693f5.tar.gz historical-0c36fd6a8681e5ac54354ecd6a4a2bf41cb693f5.tar.bz2 historical-0c36fd6a8681e5ac54354ecd6a4a2bf41cb693f5.zip |
Enchanced 50po-mode-gentoo.el to support the detection of coding system via PO specific protocols (as described in the manual); Resolves Bug #122417.
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'sys-devel/gettext/files')
-rw-r--r-- | sys-devel/gettext/files/50po-mode-gentoo.el | 8 | ||||
-rw-r--r-- | sys-devel/gettext/files/digest-gettext-0.14.5 | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-devel/gettext/files/50po-mode-gentoo.el b/sys-devel/gettext/files/50po-mode-gentoo.el index 22a12f5fbb0e..bb8278408179 100644 --- a/sys-devel/gettext/files/50po-mode-gentoo.el +++ b/sys-devel/gettext/files/50po-mode-gentoo.el @@ -1,8 +1,8 @@ ;; site-file configuration for po-mode -;; po-mode -(setq auto-mode-alist (append '(("\\.po$" . po-mode)) auto-mode-alist)) - -(autoload 'po-mode "po-mode" ".po file editting mode" t) +(autoload 'po-mode "po-mode" "Major mode for translators to edit PO files" t) +(autoload 'po-find-file-coding-system "po-compat") +(add-to-list 'auto-mode-alist '("\\.po\\'\\|\\.po\\." . po-mode)) +(modify-coding-system-alist 'file "\\.po\\'\\|\\.po\\." 'po-find-file-coding-system) diff --git a/sys-devel/gettext/files/digest-gettext-0.14.5 b/sys-devel/gettext/files/digest-gettext-0.14.5 index 457f67f7a9d9..5ed78c61410f 100644 --- a/sys-devel/gettext/files/digest-gettext-0.14.5 +++ b/sys-devel/gettext/files/digest-gettext-0.14.5 @@ -1 +1,3 @@ MD5 e2f6581626a22a0de66dce1d81d00de3 gettext-0.14.5.tar.gz 7105715 +RMD160 d31c8e49671f00623ce1e6f73716a5abcd1c7ec2 gettext-0.14.5.tar.gz 7105715 +SHA256 a8aea89f4c187f5ba57d39e68f47a4c7f4752bdd0642fe89e3e941d6378907ab gettext-0.14.5.tar.gz 7105715 |