Location: lg@xxxxxxxxxxxxxx http://arch.xwem.org/2005/
Revision: xwem--main--2.2--patch-9
Archive: lg@xxxxxxxxxxxxxx
Creator: Zajcev Evgeny <lg@xxxxxxxx>
Date: Sat Apr 30 01:12:59 MSD 2005
Standard-date: 2005-04-29 21:12:59 GMT
Modified-files: extra/xwem-keytt.el lisp/xwem-frame.el
New-patches: lg@xxxxxxxxxxxxxx/xwem--main--2.2--patch-9
Summary: keytt support for mozilla, xwem-frame-background removed
Keywords: xwem-keytt, xwem-frame-background
* extra/xwem-keytt.el (xwem-keytt-firefox-keymap): [addon] Also matched
mozilla as well as firefox.
* lisp/xwem-frame.el (xwem-frame-background): [rem] Not longer used. Use
`xwem-frame-default-properties' to specify background colour.
* added files
{arch}/xwem/xwem--main/xwem--main--2.2/lg@xxxxxxxxxxxxxx/patch-log/patch-9
* modified files
--- orig/extra/xwem-keytt.el
+++ mod/extra/xwem-keytt.el
@@ -152,10 +152,11 @@
(define-key xwem-keytt-gv-keymap (kbd "C-g") (kbd "<self-insert> N")) ; unmark
page
-;; FIREFOX
+;; FIREFOX and MOZILLA
(defvar xwem-keytt-firefox-keymap (make-sparse-keymap
'xwem-keytt-firefox-keymap)
"Keytt keymap for firefox commands.")
-(xwem-keytt-add-keymap '((application "firefox")) xwem-keytt-firefox-keymap t)
+(xwem-keytt-add-keymap '((or (application "firefox")
+ (application "mozilla")))
xwem-keytt-firefox-keymap t)
(xwem-keytt-define-universal-argument-commands xwem-keytt-firefox-keymap)
(define-key xwem-keytt-firefox-keymap (kbd "C-x C-f") (kbd "<self-insert>
C-l")) ; open url
--- orig/lisp/xwem-frame.el
+++ mod/lisp/xwem-frame.el
@@ -47,11 +47,6 @@
:prefix "xwem-face-"
:group 'xwem)
-(defcustom xwem-frame-background "gray60"
- "*Frame background color."
- :type 'color
- :group 'xwem-frame)
-
(defcustom xwem-frame-cursor-shape '(X-XC-top_left_arrow)
"*Cursors shape which will be used when pointer is over xwem frame."
:type (xwem-cursor-shape-choice)
|