Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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 | |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -12/+11 | |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -8/+5 | |
* | * configure.in: Add glyphs category to --enable-checking option. | Dmitry Antipov | 2012-06-28 | 1 | -13/+11 | |
* | Generalize run-time debugging checks. | Dmitry Antipov | 2012-06-28 | 1 | -45/+45 | |
* | * configure.in (AC_CHECK_FUNCS): Detect library functions | Dmitry Antipov | 2012-06-25 | 1 | -1/+2 | |
* | Implement wave-style variant of underlining. | Alp Aker | 2012-06-16 | 1 | -17/+108 | |
* | Add support for italic text on ttys. | Chong Yidong | 2012-06-10 | 1 | -10/+17 | |
* | * xfaces.c (face_for_overlay_string): Handle face remapping. | Chong Yidong | 2012-06-09 | 1 | -7/+7 | |
* | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -19/+21 | |
|\ | ||||||
| * | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 1 | -2/+2 | |
| * | Updates to Display chapter of Lisp manual. | Chong Yidong | 2012-03-21 | 1 | -17/+19 | |
* | | Merge from trunk. | Paul Eggert | 2012-02-10 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Comment fix. | Glenn Morris | 2012-02-06 | 1 | -1/+1 | |
* | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 | |
* | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Spelling fixes. | Paul Eggert | 2011-11-26 | 1 | -2/+2 | |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -2/+2 | |
| * | Fix typos. | Juanma Barranquero | 2011-11-12 | 1 | -1/+1 | |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -24/+28 | |
|/ | ||||||
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -2/+2 | |
* | * xfaces.c (x_update_menu_appearance): Don't overrun buffer | Paul Eggert | 2011-08-29 | 1 | -14/+21 | |
* | Merge from trunk. | Paul Eggert | 2011-08-19 | 1 | -3/+12 | |
|\ | ||||||
| * | Avoid a crash in mouse-highlight of Speedbar frames. | Eli Zaretskii | 2011-08-19 | 1 | -3/+12 | |
* | | Merge from trunk. | Paul Eggert | 2011-08-14 | 1 | -57/+81 | |
|\ \ | |/ | ||||||
| * | Follow variable naming convention | Andreas Schwab | 2011-08-14 | 1 | -6/+6 | |
| * | Whitespace cleanup | Andreas Schwab | 2011-08-14 | 1 | -52/+76 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge from trunk. | Paul Eggert | 2011-08-13 | 1 | -1/+1 | |
|\ \ \ | | |/ | ||||||
| | * | * xfaces.c (Qframe_set_background_mode): Now static. | Paul Eggert | 2011-08-13 | 1 | -1/+1 | |
| |/ | ||||||
* | | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -24/+7 | |
* | | Merge from trunk. | Paul Eggert | 2011-07-28 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Merge from trunk. | Paul Eggert | 2011-07-27 | 1 | -1/+2 | |
| |\ | ||||||
| | * | Fix crash at startup under XASSERTS. | Eli Zaretskii | 2011-07-24 | 1 | -1/+2 | |
* | | | * xfaces.c: Integer and memory overflow fixes. | Paul Eggert | 2011-07-28 | 1 | -3/+11 | |
|/ / | ||||||
* | | * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug. | Paul Eggert | 2011-07-12 | 1 | -4/+6 | |
|/ | ||||||
* | Protoize | Andreas Schwab | 2011-07-10 | 1 | -7/+3 | |
* | Fix how custom themes handle faces, so the multi-tty/multi-frame case works. | Chong Yidong | 2011-07-03 | 1 | -0/+12 | |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -143/+72 | |
* | GLYPH_DEBUG fixes | Paul Eggert | 2011-06-22 | 1 | -15/+15 | |
* | * dispextern.h (struct face.stipple): | Paul Eggert | 2011-06-21 | 1 | -3/+4 | |
* | Use ptrdiff_t, not int, for overlay counts. | Paul Eggert | 2011-06-21 | 1 | -1/+1 | |
* | Fixes for GLYPH_DEBUG. | Chong Yidong | 2011-06-18 | 1 | -24/+3 | |
* | GLYPH_CODE_FACE returns EMACS_INT, not int. | Paul Eggert | 2011-06-12 | 1 | -1/+2 | |
* | [ChangeLog] | Paul Eggert | 2011-05-28 | 1 | -19/+19 | |
* | Merge from mainline. | Paul Eggert | 2011-04-25 | 1 | -1/+1 | |
|\ | ||||||
| * | Repair the MSDOS build following latest changes. | Eli Zaretskii | 2011-04-24 | 1 | -1/+1 | |
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |