diff options
author | 2008-01-26 09:11:45 +0000 | |
---|---|---|
committer | 2008-01-26 09:11:45 +0000 | |
commit | c9549d0569c4a8fe5304bf1c5ed81736e2b06a2c (patch) | |
tree | b2dde794aacdcd5b2140dd8189734a0236cfad98 /app-editors | |
parent | Happy new year 2008! (diff) | |
download | emacs-c9549d0569c4a8fe5304bf1c5ed81736e2b06a2c.tar.gz emacs-c9549d0569c4a8fe5304bf1c5ed81736e2b06a2c.tar.bz2 emacs-c9549d0569c4a8fe5304bf1c5ed81736e2b06a2c.zip |
Add info on incompatibilities with older versions
svn path=/xemacs-overlay/; revision=935
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xemacs/xemacs-21.5.28-r1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-editors/xemacs/xemacs-21.5.28-r1.ebuild b/app-editors/xemacs/xemacs-21.5.28-r1.ebuild index 644a5ec..dbfbe67 100644 --- a/app-editors/xemacs/xemacs-21.5.28-r1.ebuild +++ b/app-editors/xemacs/xemacs-21.5.28-r1.ebuild @@ -247,6 +247,12 @@ src_install() { pkg_postinst() { eselect emacs update --if-unset + + einfo "If you are upgrading from XEmacs 21.4 you should not the following" + einfo "incompatibilities:" + einfo "- Mule-UCS is no longer supported due to proper UTF-8 support in XEmacs 21.5" + einfo "- The X resource class has changed from Emacs to XEmacs," + einfo " settings in your .Xdefaults file should be updated accordingly." } pkg_postrm() { |