Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos. | Juanma Barranquero | 2011-11-20 | 13 | -22/+27 |
* | Standardize on VIRT_ADDR_VARIES behavior. | Paul Eggert | 2011-11-19 | 9 | -54/+25 |
|\ | |||||
| * | Merge from trunk. | Paul Eggert | 2011-11-19 | 88 | -395/+577 |
| |\ | |/ |/| | |||||
* | | Spelling fixes. | Paul Eggert | 2011-11-19 | 29 | -58/+56 |
* | | Fix bug #10075 with cursor drawing in an hscrolled window. | Eli Zaretskii | 2011-11-19 | 3 | -15/+107 |
* | | * window.c (Fwindow_combination_limit): Make first arg non-optional | Chong Yidong | 2011-11-19 | 2 | -5/+7 |
* | | Spelling fixes. | Paul Eggert | 2011-11-19 | 19 | -22/+22 |
* | | Revert last commit. | Eli Zaretskii | 2011-11-19 | 4 | -12/+1 |
* | | Fix minor problems found by static checking. | Paul Eggert | 2011-11-18 | 4 | -1/+12 |
* | | * src/keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs. | Dmitry Antipov | 2011-11-18 | 2 | -2/+6 |
* | | * src/intervals.c: Fix grafting over the whole buffer. | Stefan Monnier | 2011-11-18 | 4 | -65/+53 |
* | | Add assertion for hash values of rows. | Eli Zaretskii | 2011-11-18 | 2 | -0/+2 |
* | | Fix another crash due to incorrect hash value of glyph rows, bug #10035. | Eli Zaretskii | 2011-11-18 | 4 | -25/+59 |
* | | Work around GTK bug crashing emacs GTK builds. | Tassilo Horn | 2011-11-18 | 2 | -0/+12 |
* | | Spelling fixes. | Paul Eggert | 2011-11-18 | 2 | -2/+2 |
* | | Spelling fixes. | Paul Eggert | 2011-11-17 | 8 | -9/+9 |
* | | Fix typos. | Juanma Barranquero | 2011-11-17 | 2 | -1/+5 |
* | | Rename window-splits to window-combination-resize. | Martin Rudalics | 2011-11-17 | 2 | -9/+20 |
* | | Spelling fixes. | Paul Eggert | 2011-11-17 | 11 | -14/+14 |
* | | Fix typos. | Juanma Barranquero | 2011-11-16 | 7 | -12/+11 |
* | | Fix typos. | Juanma Barranquero | 2011-11-16 | 4 | -7/+11 |
* | | Rename window-nest to window-combination-limit. | Martin Rudalics | 2011-11-16 | 3 | -44/+60 |
* | | Fix typos. | Juanma Barranquero | 2011-11-15 | 6 | -8/+12 |
* | | Spelling fixes. | Paul Eggert | 2011-11-14 | 17 | -21/+19 |
* | | Fix typos. | Juanma Barranquero | 2011-11-15 | 3 | -10/+10 |
* | | Spelling fixes. | Paul Eggert | 2011-11-14 | 14 | -14/+14 |
* | | Fix typos. | Juanma Barranquero | 2011-11-14 | 13 | -19/+19 |
* | | Spelling fixes. | Paul Eggert | 2011-11-14 | 13 | -23/+19 |
* | | Fix bug #10035 with assertion violation in row_equal_p. | Eli Zaretskii | 2011-11-14 | 2 | -4/+17 |
* | | Fix bug#10044 | Juanma Barranquero | 2011-11-14 | 2 | -2/+7 |
* | | Spelling fixes. | Paul Eggert | 2011-11-13 | 8 | -9/+9 |
| * | Merge from trunk. | Paul Eggert | 2011-11-13 | 19 | -93/+108 |
| |\ | |/ |/| | |||||
* | | Spelling fixes. | Paul Eggert | 2011-11-12 | 1 | -4/+4 |
* | | Allow building temacs with a larger heap on MS-Windows. | Eli Zaretskii | 2011-11-12 | 2 | -1/+9 |
* | | Verify glyph row's hash values. | Eli Zaretskii | 2011-11-12 | 2 | -0/+26 |
* | | dispnew.c (scrolling_window): Fix index usage. | Eli Zaretskii | 2011-11-12 | 2 | -4/+9 |
* | | Don't handle splits status. | Martin Rudalics | 2011-11-12 | 3 | -68/+15 |
* | | Fix more typos. | Juanma Barranquero | 2011-11-12 | 2 | -2/+2 |
* | | Fix typos. | Juanma Barranquero | 2011-11-12 | 4 | -6/+6 |
* | | * xfns.c (unwind_create_frame): | Jan Djärv | 2011-11-11 | 4 | -3/+10 |
* | | Spelling fixes. | Paul Eggert | 2011-11-11 | 2 | -3/+3 |
* | | * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext. | Dmitry Antipov | 2011-11-11 | 2 | -1/+4 |
* | | callproc.c (Fcall_process): Set the member dst_multibyte of process_coding. | Kenichi Handa | 2011-11-11 | 2 | -0/+8 |
* | | merge trunk | Kenichi Handa | 2011-11-11 | 13 | -133/+219 |
|\ \ | |||||
* | | | xdisp.c (fill_composite_glyph_string): Always set s->face, to avoid a crash (... | Kenichi Handa | 2011-11-11 | 2 | -0/+11 |
| | * | Standardize on VIRT_ADDR_VARIES behavior; otherwise, valgrind | Paul Eggert | 2011-11-10 | 9 | -54/+24 |
| |/ | |||||
| * | Disallow calling window-inside-edges and related functions on internal windows. | Chong Yidong | 2011-11-09 | 2 | -9/+14 |
| * | Spelling fixes. | Paul Eggert | 2011-11-08 | 2 | -2/+2 |
| * | * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926). | Paul Eggert | 2011-11-08 | 2 | -0/+6 |
| * | Avoid some portability problems by eschewing 'extern inline' functions. | Paul Eggert | 2011-11-08 | 4 | -28/+43 |