index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
term
/
x-win.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide 'term/name in lisp/term files.
...
Glenn Morris
2016-02-15
1
-0
/
+1
*
Update copyright year to 2016
...
Paul Eggert
2016-01-01
1
-1
/
+1
*
* lisp/term/x-win.el (x-gtk-stock-map): Fix typo.
YAMAMOTO Mitsuharu
2015-12-24
1
-1
/
+1
*
* lisp/emacs-lisp/cl-generic.el: Add (major-mode MODE) context
...
Stefan Monnier
2015-10-29
1
-7
/
+7
*
; Remove extraneous "coding: utf-8" specifications in Elisp files
Dmitry Gutov
2015-09-29
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
...
Paul Eggert
2015-09-07
1
-2
/
+2
*
Use curved quotes in core elisp diagnostics
...
Paul Eggert
2015-08-16
1
-2
/
+2
*
Convert lisp/term/x-win.el to UTF-8
...
Paul Eggert
2015-08-16
1
-804
/
+796
*
Replace gui-method macros with cl-generic with &context
...
Stefan Monnier
2015-05-23
1
-14
/
+26
*
* lisp/term/x-win.el: Quieten --without-x compilation.
...
Glenn Morris
2015-05-10
1
-0
/
+11
*
Quieten --without-x compilation.
...
Glenn Morris
2015-05-08
1
-0
/
+1
*
Update copyright year to 2015
...
Paul Eggert
2015-01-01
1
-1
/
+1
*
* lisp/select.el: Use lexical-binding.
...
Stefan Monnier
2014-10-22
1
-3
/
+3
*
Get rid of backend-dependent selection-handling functions for kill/yank
...
Stefan Monnier
2014-10-21
1
-145
/
+4
*
Handle deprecated Gtk+ stuff for version <= 3.10
...
Jan Djärv
2014-10-18
1
-30
/
+33
*
* lisp/select.el (gui-selection-exists-p-alist): New method.
...
Stefan Monnier
2014-10-09
1
-0
/
+1
*
New gui-selection-value consolidating x-selection-value.
...
Stefan Monnier
2014-10-02
1
-62
/
+61
*
Consolidate management/ownership of selections.
...
Stefan Monnier
2014-10-01
1
-12
/
+9
*
Consolidate x-select-text.
...
Stefan Monnier
2014-10-01
1
-6
/
+18
*
Doc fix for x-win-suspend-error
...
Glenn Morris
2014-04-11
1
-0
/
+2
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Ignore XF86WakeUp
Daniel Colascione
2013-12-30
1
-0
/
+2
*
* term/x-win.el (x-select-enable-clipboard): Declare.
Glenn Morris
2013-09-17
1
-0
/
+2
*
lisp/*.el: Silence lexical-binding warnings.
Juanma Barranquero
2013-08-09
1
-1
/
+1
*
lisp/term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
Juanma Barranquero
2013-06-20
1
-7
/
+5
*
Do not set x-display-name until X connection is established.
...
Dmitry Antipov
2013-04-06
1
-2
/
+2
*
iso-2022-7bit commentary fixes
...
Paul Eggert
2013-03-18
1
-1
/
+6
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
Detect window-system from display name
Daniel Colascione
2012-09-17
1
-0
/
+5
*
* lisp/term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
...
Stefan Monnier
2012-08-10
1
-5
/
+2
*
* lisp/mouse.el (popup-menu-normalize-position): New function.
...
Masatake YAMATO
2012-08-10
1
-1
/
+1
*
* lisp/term/x-win.el (x-menu-bar-open): Use `frame-parameter'
...
Masatake YAMATO
2012-07-20
1
-5
/
+11
*
Fix application of menu-bar-mode etc. by X resources.
...
Chong Yidong
2012-04-27
1
-0
/
+1
*
Reduce x-selection-timeout to 5s, and add a message for clipboard manager sav...
...
Chong Yidong
2012-02-25
1
-5
/
+6
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-12-04
1
-1
/
+1
*
Fix typos.
Juanma Barranquero
2011-11-14
1
-2
/
+2
*
Convert some defvars to defcustoms.
...
Glenn Morris
2011-02-16
1
-7
/
+15
*
undo 2011-02-01T18:15:18Z!sds@gnu.org (purecopy-cons, purecopy-car) at Stefan...
Sam Steingold
2011-02-01
1
-1
/
+2
*
* lisp/subr.el (purecopy-cons, purecopy-car): Add shortcuts.
...
Sam Steingold
2011-02-01
1
-2
/
+1
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Don't use STRING as first choice when pasting PRIMARY (Bug#6802).
...
Jan Djärv
2010-10-31
1
-0
/
+7
*
|
Move some more shared x-, w32- things to common-win.
...
Glenn Morris
2010-10-24
1
-66
/
+1
*
|
Reduce duplicate definitions of x-select-enable-clipboard from 3 to 2.
...
Glenn Morris
2010-10-23
1
-11
/
+0
*
|
Make all copies of xw-defined-colors have identical docs.
...
Glenn Morris
2010-10-23
1
-1
/
+1
*
|
Make all 3 copies of x-select-enable-clipboard have the same doc.
...
Glenn Morris
2010-10-23
1
-2
/
+5
*
|
Define obsolete alias x-cut-buffer-or-selection-value.
...
Chong Yidong
2010-09-16
1
-0
/
+3
*
|
Remove cut buffer from documentation.
...
Jan Djärv
2010-09-02
1
-3
/
+1
[next]