summaryrefslogtreecommitdiff
path: root/src/xselect.c
Commit message (Expand)AuthorAge
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * src/xdisp.c (prepare_menu_bars): Mark static.Stefan Monnier2013-11-05
* Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-29
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-10
* Don't overuse 'const' in types of locals.Paul Eggert2013-09-17
* Do not copy X event in handle_one_xevent except KeyPress case.Dmitry Antipov2013-09-16
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-13
* * xselect.c (x_send_client_event): Set send_event and serial, memsetJan Djärv2013-08-07
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-03
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-30
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-07
* Reorder conditions that are written backwardsAndreas Schwab2013-03-24
* * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argumentDmitry Antipov2013-03-24
* * composite.c (get_composition_id, fill_gstring_header):Dmitry Antipov2013-03-05
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-08
* * coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov2013-02-07
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-17
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-15
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-14
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-12
|/
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* * termhooks.h (TSET): Remove.Paul Eggert2012-08-17
* Use TSET for write access to Lisp_Object slots of struct terminal.Dmitry Antipov2012-08-09
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-03
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* Generalize run-time debugging checks.Dmitry Antipov2012-06-28
* Support higher-resolution time stamps.Paul Eggert2012-06-22
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-19
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Merge from trunk.Paul Eggert2012-05-25
|\
| * * src/xselect.c (x_convert_selection): Initialize a pointer.Chong Yidong2012-04-24
* | Merge from trunk.Paul Eggert2012-02-24
|\|
| * Reduce x-selection-timeout to 5s, and add a message for clipboard manager sav...Chong Yidong2012-02-25
| * Yet more syncing of xselect docs and argument specsGlenn Morris2012-02-11
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
| * Spelling fixes.Paul Eggert2011-12-14
* | Merge from trunk.Paul Eggert2011-12-10
|\|
| * Spelling fixes.Paul Eggert2011-12-05
* | Merge from trunk.Paul Eggert2011-11-18
|\|
| * Spelling fixes.Paul Eggert2011-11-14
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* * xselect.c: Relax test for outgoing X longs (Bug#9498).Paul Eggert2011-09-16
* * xselect.c: Use signed conversions more consistently (Bug#9498).Paul Eggert2011-09-14