| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -5/+5 |
* | Consistently use platform-specific function to detect window system. | Dmitry Antipov | 2013-04-05 | 1 | -3/+1 |
* | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -6/+6 |
* | * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argument | Dmitry Antipov | 2013-03-24 | 1 | -8/+9 |
* | * frame.h (struct frame): Drop resx and resy because the same data is | Dmitry Antipov | 2013-03-20 | 1 | -2/+2 |
* | Spelling fixes. | Paul Eggert | 2013-03-18 | 1 | -1/+1 |
* | * composite.c (fill_gstring_header): Remove useless prototype. | Dmitry Antipov | 2013-02-15 | 1 | -1/+1 |
* | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -1/+1 |
* | * lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): | Juri Linkov | 2013-01-09 | 1 | -0/+2 |
* | 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 |
* | | Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ru | Glenn Morris | 2012-11-16 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Fixes related to face underlining | Glenn Morris | 2012-11-14 | 1 | -0/+8 |
* | | Simplify by using FOR_EACH_FRAME here and there. | Dmitry Antipov | 2012-11-12 | 1 | -9/+6 |
* | | * src/xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic) | Stefan Monnier | 2012-11-08 | 1 | -17/+0 |
* | | Widely used frame validity and checking functions. | Dmitry Antipov | 2012-11-06 | 1 | -78/+20 |
|/ |
|
* | Make unused variable font-list-limit obsolete, and move it out of C. | Chong Yidong | 2012-10-23 | 1 | -8/+0 |
* | Port to OpenBSD 5.1. | Paul Eggert | 2012-10-20 | 1 | -11/+17 |
* | Merge from trunk | Daniel Colascione | 2012-10-07 | 1 | -51/+51 |
|\ |
|
| * | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -19/+19 |
| * | image.c, indent.c: Use bool for booleans. | Paul Eggert | 2012-09-24 | 1 | -7/+7 |
| * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -25/+25 |
* | | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -55/+17 |
|\ \
| |/ |
|
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | Prefer assignment to memcpy when either will do. | Paul Eggert | 2012-09-11 | 1 | -1/+1 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -13/+13 |
| * | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 1 | -40/+3 |
* | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -9/+9 |
|/ |
|
* | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 1 | -12/+8 |
* | Avoid direct writes to contents member of struct Lisp_Vector. | Dmitry Antipov | 2012-08-21 | 1 | -5/+4 |
* | * frame.h (FSET): Remove (Bug#12215). | Paul Eggert | 2012-08-17 | 1 | -1/+1 |
* | Allow face-remapping using :font, and use it in mouse-appearance-menu. | Chong Yidong | 2012-08-17 | 1 | -18/+33 |
* | Use ASCII tests for character types. | Paul Eggert | 2012-08-16 | 1 | -2/+2 |
* | Extract better font information from the GTK >= 3.2 font chooser. | Chong Yidong | 2012-08-15 | 1 | -3/+3 |
* | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -6/+6 |
* | Drop FGET and revert read access to Lisp_Objects slots of struct frame. | Dmitry Antipov | 2012-08-07 | 1 | -9/+8 |
* | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -6/+6 |
* | Separate read and write access to Lisp_Object slots of struct frame. | Dmitry Antipov | 2012-08-06 | 1 | -9/+9 |
* | Generalize common compile-time constants. | Dmitry Antipov | 2012-08-05 | 1 | -2/+2 |
* | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -2/+4 |
* | * xfaces.c (face_for_overlay_string): Remove unused local. | Paul Eggert | 2012-08-02 | 1 | -2/+0 |
* | * xfaces.c: Don't assume buffer size fits in 'int'. | Paul Eggert | 2012-08-02 | 1 | -2/+2 |
* | * xfaces.c (face_at_buffer_position): Remove unused local. | Paul Eggert | 2012-08-02 | 1 | -2/+0 |
* | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -55/+55 |
* | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -6/+6 |
* | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov | 2012-07-31 | 1 | -8/+9 |
* | Convert safe_call to use variable number of arguments. | Dmitry Antipov | 2012-07-30 | 1 | -5/+1 |
* | Optimize pure C strings initialization. | Dmitry Antipov | 2012-07-10 | 1 | -1/+1 |
* | Improve static checking when configured --with-ns. | Paul Eggert | 2012-07-07 | 1 | -3/+1 |
* | Use c_strcasecmp for ASCII case-insensitive comparison. | Paul Eggert | 2012-07-06 | 1 | -24/+0 |