| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| |\ |
|
| | * | Fix more GCC strict-aliasing warnings. | Chong Yidong | 2011-04-08 | 1 | -37/+39 |
| * | | * xselect.c (x_get_local_selection, x_handle_property_notify): | Paul Eggert | 2011-04-01 | 1 | -7/+3 |
| * | | * xselect.c (x_check_property_data): Return correct size (Bug#8335). | Paul Eggert | 2011-03-23 | 1 | -4/+6 |
| * | | * xselect.c (x_own_selection, Fx_disown_selection_internal): Rename locals | Paul Eggert | 2011-03-09 | 1 | -7/+6 |
| * | | * xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used. | Paul Eggert | 2011-03-09 | 1 | -1/+0 |
| * | | * xselect.c (x_disown_buffer_selections): Remove; not used. | Paul Eggert | 2011-03-09 | 1 | -20/+0 |
| * | | Make globals.h a generated header | Tom Tromey | 2011-02-08 | 1 | -0/+14 |
| * | | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -3/+3 |
| * | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| * | | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -4/+4 |
| * | | Fix X11 compilation failure. | Paul Eggert | 2011-01-19 | 1 | -15/+0 |
| * | | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -17/+4 |
| * | | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
| |\ \ |
|
| | * | | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
| * | | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
| |\ \ \
| |/ / |
|
| | * | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| | |\ \
| | |/ |
|
| | | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -2/+1 |
| |/ / |
|
| * | | Fix last cons in set_wm_state, remove unused variables. | Jan D | 2010-11-14 | 1 | -5/+0 |
| * | | Fix Atoms and Lisp_Object mixup and related bugs. | Jan D | 2010-11-13 | 1 | -2/+4 |
| * | | Apply XAtom revork patches from Julien Danjou. | Jan Djärv | 2010-11-12 | 1 | -4/+13 |
| * | | Removed cut-buffer code. | Jan Djärv | 2010-09-02 | 1 | -243/+0 |
| * | | Don't define QPRIMARY twice. | Jan Djärv | 2010-08-16 | 1 | -1/+1 |
| * | | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 2010-08-11 | 1 | -1/+2 |
| * | | Change `select-active-region' mechanics. | Chong Yidong | 2010-08-07 | 1 | -1/+1 |
| * | | Adapt mouse-3 behavior to recent selection changes (Bug#6701). | Chong Yidong | 2010-07-31 | 1 | -7/+5 |
| * | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -3/+6 |
| * | | Convert old-style definitions | Andreas Schwab | 2010-07-12 | 1 | -42/+18 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -23/+11 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -4/+4 |
| * | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -98/+39 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -38/+38 |
| |/ |
|
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| * | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -27/+27 |
| * | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
| * | Remove useless if-before-xfree tests. | Jim Meyering | 2009-06-29 | 1 | -2/+1 |
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| * | Fix last fix. | Chong Yidong | 2008-12-03 | 1 | -6/+4 |
| * | (Fx_get_cut_buffer_internal): Fix memory leak. | Chong Yidong | 2008-12-03 | 1 | -1/+8 |
| * | (x_get_foreign_selection): Return nil if desired selection could not | Chong Yidong | 2008-08-20 | 1 | -1/+1 |
| * | * s/ms-w32.h (MULTI_KBOARD): Remove. | Dan Nicolaescu | 2008-07-31 | 1 | -2/+0 |
| * | (Fx_rotate_cut_buffers_internal): Doc fix. | Chong Yidong | 2008-07-22 | 1 | -2/+2 |
| * | * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix. | Juanma Barranquero | 2008-06-25 | 1 | -1/+1 |