| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer 'x_display_info *' to 'Display *' in X selection code. | Dmitry Antipov | 2014-07-18 | 1 | -85/+74 |
* | Minor fixups related to usage of the 'long' type. | Paul Eggert | 2014-07-07 | 1 | -5/+5 |
* | * font.h (struct font_driver): Remove get_outline and free_outline; | Dmitry Antipov | 2014-07-04 | 1 | -12/+4 |
* | * xmenu.c (mouse_position_for_popup): | Dmitry Antipov | 2014-06-22 | 1 | -38/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * src/xdisp.c (prepare_menu_bars): Mark static. | Stefan Monnier | 2013-11-05 | 1 | -1/+0 |
* | Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'. | Dmitry Antipov | 2013-10-29 | 1 | -1/+1 |
* | * keyboard.c (last_event_timestamp): Remove. For X selection and | Dmitry Antipov | 2013-10-10 | 1 | -3/+3 |
* | Don't overuse 'const' in types of locals. | Paul Eggert | 2013-09-17 | 1 | -3/+3 |
* | Do not copy X event in handle_one_xevent except KeyPress case. | Dmitry Antipov | 2013-09-16 | 1 | -3/+3 |
* | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -10/+10 |
* | * xselect.c (x_send_client_event): Set send_event and serial, memset | Jan Djärv | 2013-08-07 | 1 | -4/+6 |
* | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -2/+2 |
* | * fringe.c (draw_window_fringes, update_window_fringes) | Dmitry Antipov | 2013-07-30 | 1 | -7/+7 |
* | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -41/+12 |
* | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -4/+4 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -2/+2 |
* | * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argument | Dmitry Antipov | 2013-03-24 | 1 | -1/+1 |
* | * composite.c (get_composition_id, fill_gstring_header): | Dmitry Antipov | 2013-03-05 | 1 | -1/+1 |
* | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -6/+6 |
* | * coding.c (Fdefine_coding_system_internal): Use AREF where | Dmitry Antipov | 2013-02-07 | 1 | -4/+3 |
* | * lisp.h (toplevel): Add comment about using Lisp_Save_Value | Dmitry Antipov | 2013-01-17 | 1 | -1/+1 |
* | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction | Dmitry Antipov | 2013-01-15 | 1 | -1/+1 |
* | Make Lisp_Save_Value more versatile storage for up to four objects. | Dmitry Antipov | 2013-01-14 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | Simplify by using FOR_EACH_FRAME here and there. | Dmitry Antipov | 2012-11-12 | 1 | -11/+10 |
|/ |
|
* | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -50/+50 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -3/+3 |
* | * termhooks.h (TSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -4/+5 |
* | Use TSET for write access to Lisp_Object slots of struct terminal. | Dmitry Antipov | 2012-08-09 | 1 | -4/+4 |
* | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -5/+5 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -17/+28 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -15/+10 |
* | 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 |
|\ \
| |/ |
|