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
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
2015-08-26
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-25
format-message now curves ` and '
Paul Eggert
2015-08-18
Use new q ‘format’ flag when fixing quotes in C
Paul Eggert
2015-08-15
Fix quoting in Fformat calls
Paul Eggert
2015-06-23
Fix bug that munged selection info
Paul Eggert
2015-05-31
Remove unused DEFSYMs
Paul Eggert
2015-05-30
Don't misencode C-generated messages
Paul Eggert
2015-04-04
Close a timing hole in selections.
Jan D
2015-01-25
Count MANY function args more reliably
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-12-26
Use bool for boolean in xselect.c, xsettings.c
Paul Eggert
2014-10-14
Cleanup terminal handling code.
Dmitry Antipov
2014-10-02
Fix x-focus-frame bug with "Not an in-range integer".
Paul Eggert
2014-10-01
Consolidate x-select-text.
Stefan Monnier
2014-09-30
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-29
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-29
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-24
Fix local_cons etc. to not exhaust the stack when in a loop.
Paul Eggert
2014-09-16
If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.
Dmitry Antipov
2014-09-07
Adjust drag-and-drop fix when window is above top.
Paul Eggert
2014-09-07
* xselect.c (x_fill_property_data): Handle negative XCDR when data
Jan Djärv
2014-07-18
Prefer 'x_display_info *' to 'Display *' in X selection code.
Dmitry Antipov
2014-07-07
Minor fixups related to usage of the 'long' type.
Paul Eggert
2014-07-04
* font.h (struct font_driver): Remove get_outline and free_outline;
Dmitry Antipov
2014-06-22
* xmenu.c (mouse_position_for_popup):
Dmitry Antipov
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-11-05
* src/xdisp.c (prepare_menu_bars): Mark static.
Stefan Monnier
2013-10-29
Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.
Dmitry Antipov
2013-10-10
* keyboard.c (last_event_timestamp): Remove. For X selection and
Dmitry Antipov
2013-09-17
Don't overuse 'const' in types of locals.
Paul Eggert
2013-09-16
Do not copy X event in handle_one_xevent except KeyPress case.
Dmitry Antipov
2013-09-13
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
Dmitry Antipov
[prev]
[next]