| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | 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 |
|\ |
|