| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Generalize run-time debugging checks. | Dmitry Antipov | 2012-06-28 | 1 | -1/+1 |
* | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -10/+12 |
* | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -9/+8 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
* | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -0/+1 |
|\ |
|
| * | * src/xselect.c (x_convert_selection): Initialize a pointer. | Chong Yidong | 2012-04-24 | 1 | -0/+1 |
* | | Merge from trunk. | Paul Eggert | 2012-02-24 | 1 | -13/+34 |
|\ \
| |/ |
|
| * | Reduce x-selection-timeout to 5s, and add a message for clipboard manager sav... | Chong Yidong | 2012-02-25 | 1 | -5/+11 |
| * | Yet more syncing of xselect docs and argument specs | Glenn Morris | 2012-02-11 | 1 | -8/+23 |
* | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-12-14 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-12-05 | 1 | -4/+4 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -15/+13 |
|/ |
|
* | * xselect.c: Relax test for outgoing X longs (Bug#9498). | Paul Eggert | 2011-09-16 | 1 | -11/+28 |
* | * xselect.c: Use signed conversions more consistently (Bug#9498). | Paul Eggert | 2011-09-14 | 1 | -4/+4 |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -10/+15 |
* | Simplify previous changes. | Paul Eggert | 2011-08-16 | 1 | -9/+3 |
* | Adjust further in response to jan.h.d's comments. | Paul Eggert | 2011-08-05 | 1 | -24/+31 |
* | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -18/+6 |
* | * xselect.c: Integer and memory overflow issues. | Paul Eggert | 2011-07-28 | 1 | -121/+186 |
* | Merge from trunk. | Paul Eggert | 2011-07-12 | 1 | -4/+7 |
|\ |
|
| * | Fix execution of x selection hooks. | Johan Bockgård | 2011-07-13 | 1 | -4/+7 |
* | | * xselect.c: Integer signedness and overflow fixes. | Paul Eggert | 2011-07-06 | 1 | -2/+5 |
|/ |
|
* | * xselect.c (Fx_get_atom_name): Avoid need for strlen. | Paul Eggert | 2011-06-20 | 1 | -1/+1 |
* | Check for overflow when converting integer to cons and back. | Paul Eggert | 2011-06-06 | 1 | -52/+36 |
* | * src/xselect.c (x_get_foreign_selection): Reduce scope of x_catch_errors (Bu... | Chong Yidong | 2011-06-04 | 1 | -16/+3 |
* | Handle errors when saving to clipboard manager (Bug#8779). | Chong Yidong | 2011-06-04 | 1 | -9/+48 |
* | Minor fixes prompted by GCC 4.6.0 warnings. | Paul Eggert | 2011-05-28 | 1 | -2/+2 |
* | Move clipboard-manager functionality out of hooks. | Chong Yidong | 2011-05-28 | 1 | -44/+43 |
* | * src/xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup. | Stefan Monnier | 2011-05-27 | 1 | -2/+4 |
* | * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings. | Paul Eggert | 2011-05-27 | 1 | -7/+6 |
* | Support X clipboard managers. | Chong Yidong | 2011-05-27 | 1 | -303/+351 |
* | src/xselect.c (x_handle_selection_request): Fix typo in last change. | Chong Yidong | 2011-05-26 | 1 | -5/+5 |
* | * src/xselect.c: ICCCM-compliant handling of MULTIPLE targets. | Chong Yidong | 2011-05-26 | 1 | -343/+311 |
* | Remove var mistakenly introduced in 2011-05-22T19:46:47Z!cyd@stupidchicken.com. | Chong Yidong | 2011-05-22 | 1 | -19/+12 |
* | * xselect.c (QSAVE_TARGETS): New static var, to fix build failure. | Paul Eggert | 2011-05-22 | 1 | -1/+1 |
* | * src/xselect.c (syms_of_xselect): Include character.h; use DEFSYM. | Chong Yidong | 2011-05-22 | 1 | -32/+20 |
* | * xselect.c (x_own_selection): Remove needless cast to unsigned long. | Paul Eggert | 2011-05-12 | 1 | -1/+1 |
* | * xselect.c (last_event_timestamp): Remove duplicate decl. | Paul Eggert | 2011-05-12 | 1 | -4/+0 |
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -8/+8 |
* | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -8/+8 |
* | Avoid 0 flag with %p printf format. | Paul Eggert | 2011-04-18 | 1 | -3/+3 |
* | * xfns.c (Fx_window_property): Simplify a bit, | Paul Eggert | 2011-04-18 | 1 | -2/+2 |
* | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 1 | -5/+5 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -4/+4 |
* | Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu. | Glenn Morris | 2011-04-09 | 1 | -37/+39 |
|\ |
|