| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a few ``MS-DOG''s overlooked in the previous commit. | Reuben Thomas | 2014-08-07 | 1 | -1/+1 |
* | 2014-07-19 Kenichi Handa <handa@gnu.org> | Kenichi Handa | 2014-07-20 | 1 | -1/+1 |
* | Minor fixups related to usage of the 'long' type. | Paul Eggert | 2014-07-07 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.org | Glenn Morris | 2014-07-02 | 1 | -13/+3 |
|\ |
|
| * | * xfaces.c (init_frame_faces): Always realize basic faces (#Bug17889). | Dmitry Antipov | 2014-07-01 | 1 | -13/+3 |
* | | * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member. | Dmitry Antipov | 2014-06-10 | 1 | -1/+0 |
* | | * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ... | Dmitry Antipov | 2014-06-10 | 1 | -6/+6 |
* | | If a C name must be extern on some platforms, make it extern on all. | Paul Eggert | 2014-06-08 | 1 | -3/+0 |
* | | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. | Paul Eggert | 2014-04-05 | 1 | -9/+5 |
* | | Rename EARRAYSIZE to ARRAYELTS | Daniel Colascione | 2014-04-03 | 1 | -1/+1 |
* | | Clean up array size calculations | Daniel Colascione | 2014-04-03 | 1 | -1/+1 |
|/ |
|
* | Improve window dividers code. | Martin Rudalics | 2014-02-04 | 1 | -0/+8 |
* | * xfaces.c (free_frame_faces): Adjust comment. | Dmitry Antipov | 2014-01-28 | 1 | -1/+2 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * gnutls.c (gnutls_audit_log_function): Only declare and define if | Jan Djärv | 2013-11-30 | 1 | -2/+2 |
* | Support resizing frames and windows pixelwise. | Martin Rudalics | 2013-11-30 | 1 | -0/+3 |
* | * lisp/faces.el (describe-face): Add distant-foreground. | Jan Djärv | 2013-11-08 | 1 | -4/+2 |
* | *.[chm]: Number every assignment to windows_or_buffers_changed. | Stefan Monnier | 2013-11-05 | 1 | -7/+7 |
* | Integer-related fixes for term.c etc. | Paul Eggert | 2013-11-05 | 1 | -19/+7 |
* | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -15/+15 |
* | * xfaces.c (realize_default_face): Set DISTANT_FOREGROUND to unspecified_fg. | Jan Djärv | 2013-11-02 | 1 | -1/+1 |
* | * xfaces.c (check_lface_attrs, realize_default_face): Add | Jan Djärv | 2013-11-02 | 1 | -0/+6 |
* | Add :distant-foreground to faces. | Jan Djärv | 2013-11-01 | 1 | -29/+81 |
* | Add pre-redisplay-function and rectangular region | Stefan Monnier | 2013-10-29 | 1 | -42/+2 |
* | Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'. | Dmitry Antipov | 2013-10-29 | 1 | -4/+4 |
* | * xterm.h (struct x_output): For 'black_relief' and 'white_relief' | Dmitry Antipov | 2013-10-29 | 1 | -7/+7 |
* | * dispextern.h, image.c (x_bitmap_height, x_bitmap_width): Now static. | Paul Eggert | 2013-10-28 | 1 | -16/+4 |
* | * dispextern.h (struct face): Use bitfields for 'underline_type' | Dmitry Antipov | 2013-10-28 | 1 | -5/+8 |
* | Make some functions static in non-Microsoft builds. | Paul Eggert | 2013-10-16 | 1 | -0/+3 |
* | * xfaces.c (PT_PER_INCH): Remove unused macro. | Dmitry Antipov | 2013-10-14 | 1 | -5/+0 |
* | Fix bug #15565 with assertion violations in x_free_gc. | Eli Zaretskii | 2013-10-09 | 1 | -2/+2 |
* | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -15/+15 |
* | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -8/+4 |
* | * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER. | Dmitry Antipov | 2013-09-05 | 1 | -3/+0 |
* | Make --without-x compatible with --enable-gcc-warnings. | Dmitry Antipov | 2013-09-05 | 1 | -16/+20 |
* | Fix minor problems found by static checking. | Paul Eggert | 2013-08-26 | 1 | -1/+0 |
* | * font.c (clear_font_cache): New function, stripped from... | Dmitry Antipov | 2013-08-13 | 1 | -6/+4 |
* | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -2/+2 |
* | Avoid redundant Lisp_Object <-> struct frame conversions in font API. | Dmitry Antipov | 2013-08-01 | 1 | -6/+3 |
* | * xfaces.c (make_face_cache): For struct face_cache, prefer | Dmitry Antipov | 2013-07-30 | 1 | -9/+6 |
* | * fringe.c (draw_window_fringes, update_window_fringes) | Dmitry Antipov | 2013-07-30 | 1 | -12/+13 |
* | Fix some minor file descriptor leaks and related glitches. | Paul Eggert | 2013-07-19 | 1 | -12/+8 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -18/+11 |
* | Use emacs_open more consistently when opening files. | Paul Eggert | 2013-07-05 | 1 | -2/+2 |
* | Remove duplicate #include directives. | Paul Eggert | 2013-07-05 | 1 | -1/+0 |
* | 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 |