summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-07-14 12:48:45 +0000
committerUlrich Müller <ulm@gentoo.org>2007-07-14 12:48:45 +0000
commit5382079c1aba95aa24b0fd0c5b89fc31fa8669ea (patch)
tree7670d03785f7d59ddeeeac448323720bf4cf6447 /app-editors/emacs/files
parentAdd a note about the origin of the patch. (diff)
downloademacs-5382079c1aba95aa24b0fd0c5b89fc31fa8669ea.tar.gz
emacs-5382079c1aba95aa24b0fd0c5b89fc31fa8669ea.tar.bz2
emacs-5382079c1aba95aa24b0fd0c5b89fc31fa8669ea.zip
Add a comment.
svn path=/emacs-overlay/; revision=593
Diffstat (limited to 'app-editors/emacs/files')
-rw-r--r--app-editors/emacs/files/emacs-22.1-xembed.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-editors/emacs/files/emacs-22.1-xembed.patch b/app-editors/emacs/files/emacs-22.1-xembed.patch
index abcba8a..b4fec7f 100644
--- a/app-editors/emacs/files/emacs-22.1-xembed.patch
+++ b/app-editors/emacs/files/emacs-22.1-xembed.patch
@@ -1,6 +1,19 @@
XEmbed support, patches by Timo Savola <timo.savola@iki.fi>
http://timo.stc.cx/tmp/emacs/
+This combines the following patches:
+1. parent-id.patch
+ Adds --parent-id command-line option
+2. parent-fix.patch
+ Don't override the explicitly set parent window
+3. xembed.patch
+ XEmbed protocol support for Xlib, X-toolkit and GTK versions
+4. xembed-xsetoffset.patch
+ Don't attempt to move embedded X windows
+5. xembed-border.patch
+ Fixes issues with the Xlib and X-toolkit versions by disabling border
+ width option
+
diff -Nur emacs-22.1-orig/lisp/startup.el emacs-22.1/lisp/startup.el
--- emacs-22.1-orig/lisp/startup.el 2007-05-14 16:56:29.000000000 +0200
+++ emacs-22.1/lisp/startup.el 2007-07-14 03:13:43.000000000 +0200