index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xselect.c
Age
Commit message (
Expand
)
Author
2022-04-07
* src/xselect.c (x_atom_to_symbol): Add XdndSelection.
Po Lu
2022-04-05
Add support for dragging text onto windows that don't support any DND protocol
Po Lu
2022-04-02
Fix crash when retrieving window property with invalid atom data
Po Lu
2022-03-18
Allow dragging files from Dired to other programs
Po Lu
2022-03-16
Add support for dragging text from Emacs to other programs
Po Lu
2022-03-07
Fix maximum selection size reporting
Po Lu
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-02-05
Update the MULTIPLE property with conversion outcomes
Vladimir Panteleev
2022-02-05
Do not delete the MULTIPLE property after reading it
Vladimir Panteleev
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-04-14
Don't error out when selection data is unavailable (bug#47642)
Juri Linkov
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-08-18
Fix buffer overflow in x-send-client-message
Kalle Olavi Niemitalo
2020-08-15
Fix GC bugs related to uninitialized vectors
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-09-23
Update some URLs
Paul Eggert
2019-07-08
Use fewer locks when accessing stdio
Paul Eggert
2019-07-07
* src/xselect.c: Fix comment.
Paul Eggert
2019-07-07
Remove printmax_t etc.
Paul Eggert
2019-02-27
DEFVAR_INT variables are now intmax_t
Paul Eggert
2019-01-15
Add portable dumper
Daniel Colascione
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-09
Add make_vector and make_nil_vector
Paul Eggert
2018-09-08
Fix documentation for conversion to bignums
Eli Zaretskii
2018-08-28
Fix Fnatnump typos
Paul Eggert
2018-08-27
Improve bignum support for system types
Paul Eggert
2018-08-09
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-19
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-29
unbind_to performance tuning
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-01-25
Replace QUIT with maybe_quit
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-11-19
Merge from origin/emacs-25
Paul Eggert
2016-11-05
Prefer comments /* like this */ in C code
Paul Eggert
2016-09-15
Prefer now-standard int width macros
Paul Eggert
2016-08-21
Fix interpretation of signed vs unsigned values when retrieving X
Noah Friedman
2016-08-21
Minor text-quoting-style fixes
Paul Eggert
2016-03-27
Rename C names to match Lisp symbols better
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-08
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-10-11
Introduce x_uncatch_errors_after_check to reduce XSync calls.
Ken Raeburn
2015-09-16
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-10
Prefer NUMBERP to spelling it out
Paul Eggert
[next]