| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup changes following fix for bug #11832. | Eli Zaretskii | 2012-07-08 | 1 | -0/+66 |
* | Fix bug #11813 with invalid font for buffer name on the modeline. | Eli Zaretskii | 2012-07-08 | 1 | -1/+1 |
* | * xdisp.c (display_line): Avoid warning about implicit declaration | Andreas Schwab | 2012-07-07 | 1 | -0/+2 |
* | Fix bug #11832 with truncated lines when fringes are disabled on GUI frames. | Eli Zaretskii | 2012-07-07 | 1 | -54/+185 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -15/+13 |
* | Avoid long futile looping on a TTY under huge values of hscroll. | Eli Zaretskii | 2012-07-05 | 1 | -2/+15 |
* | Revert hscroll and min_hscroll to ptrdiff_t. | Eli Zaretskii | 2012-07-05 | 1 | -1/+1 |
* | Fix bug #11857 with messed up display for insanely large hscroll values. | Eli Zaretskii | 2012-07-05 | 1 | -3/+22 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
* | Undo change in xdisp.c in 2012-06-29T11:48:08Z!dmantipov@yandex.ru. | Eli Zaretskii | 2012-06-29 | 1 | -2/+2 |
* | * lisp/fringe.el (fringe-mode): Doc fix. | Dmitry Antipov | 2012-06-29 | 1 | -2/+2 |
* | * window.h (struct window): Change type of 'hscroll', | Dmitry Antipov | 2012-06-28 | 1 | -48/+49 |
* | * configure.in: Add glyphs category to --enable-checking option. | Dmitry Antipov | 2012-06-28 | 1 | -27/+27 |
* | Generalize run-time debugging checks. | Dmitry Antipov | 2012-06-28 | 1 | -160/+160 |
* | Use sprintf return value instead of invoking strlen on result. | Paul Eggert | 2012-06-25 | 1 | -3/+1 |
* | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -8/+10 |
* | * xdisp.c (x_consider_frame_title): Revert last change. | Chong Yidong | 2012-06-22 | 1 | -0/+6 |
* | Preserve tty top-frames under various window-changing operations. | Chong Yidong | 2012-06-19 | 1 | -19/+43 |
* | Optimization to avoid redisplaying hidden terminal frames. | Chong Yidong | 2012-06-17 | 1 | -0/+6 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
* | Fix bug #11720 with cursor positioning in outline-mode and Org buffers. | Eli Zaretskii | 2012-06-16 | 1 | -6/+3 |
* | Fix bug #11653 with a crash when more than 16 overlay strings are loaded. | Eli Zaretskii | 2012-06-16 | 1 | -2/+4 |
* | Fix bug #11653 with cursor positioning in a row that has only strings. | Eli Zaretskii | 2012-06-16 | 1 | -0/+16 |
* | * xdisp.c (vmessage): Treat frame message as multibyte. | Paul Eggert | 2012-06-08 | 1 | -1/+1 |
* | * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall. | Paul Eggert | 2012-06-03 | 1 | -2/+2 |
* | tool-bar-style doc fixes | Glenn Morris | 2012-06-03 | 1 | -2/+4 |
* | Make mode line help-echo visible for unibyte buffers. | Chong Yidong | 2012-06-03 | 1 | -4/+4 |
* | * xdisp.c (note_mode_line_or_margin_highlight): Fix last change. | Chong Yidong | 2012-06-03 | 1 | -1/+1 |
* | Implement default help-echo for mode line. | Chong Yidong | 2012-06-03 | 1 | -23/+60 |
* | For a 'struct window', replace some Lisp_Object fields to | Dmitry Antipov | 2012-06-01 | 1 | -32/+30 |
* | Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.de | Chong Yidong | 2012-05-31 | 1 | -1/+1 |
|\ |
|
| * | Fix bug #11587 with a crash in an Info buffer under linum-mode. | Eli Zaretskii | 2012-05-30 | 1 | -1/+1 |
* | | Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.com | Glenn Morris | 2012-05-26 | 1 | -1/+11 |
|\ \
| |/ |
|
| * | A better fix for bug #11464 with pos-visible-in-window-p and R2L text. | Eli Zaretskii | 2012-05-19 | 1 | -2/+12 |
| * | Fix the changes in 2012-04-22T13:58:00Z!cyd@gnu.org for bug #11464. | Eli Zaretskii | 2012-05-15 | 1 | -1/+1 |
* | | Support mouse highlight on w32 text-mode frames. | Eli Zaretskii | 2012-05-26 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -24/+139 |
|\ \ |
|
| * \ | Merge from emacs-24; up to 2012-04-22T13:58:00Z!cyd@gnu.org | Chong Yidong | 2012-05-14 | 1 | -7/+91 |
| |\ \
| | |/ |
|
| | * | Fix bug #11464 with pos-visible-in-window-p and R2L text in L2R paragraph. | Eli Zaretskii | 2012-05-13 | 1 | -1/+26 |
| | * | Fix bug #11417 with infloop when left-fringe/right-fringe spec is used on TTY. | Eli Zaretskii | 2012-05-13 | 1 | -5/+64 |
| | * | Fix display when left-fringe/right-fringe display spec is invalid. | Eli Zaretskii | 2012-05-11 | 1 | -3/+3 |
| * | | Remove unused function hourglass_started. | Paul Eggert | 2012-05-10 | 1 | -8/+0 |
| * | | Fix up display of the *Minibuf-0* buffer in the mini window. | Jérémy Compostella | 2012-05-07 | 1 | -3/+15 |
| * | | Merge from emacs-24; up to 2012-04-16T19:06:02Z!rgm@gnu.org | Glenn Morris | 2012-05-02 | 1 | -1/+13 |
| |\ \
| | |/ |
|
| | * | Fix bug #11367 with assertion violation during vertical motion in egg.el. | Eli Zaretskii | 2012-04-29 | 1 | -1/+13 |
| * | | Merge changes from emacs-24 branch | Chong Yidong | 2012-04-27 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | Avoid assertion violation when scrolling minibuffer windows. | Eli Zaretskii | 2012-04-23 | 1 | -0/+5 |
| * | | Allow word wrap together with whitespace-mode (bug #11341) | Eli Zaretskii | 2012-04-26 | 1 | -5/+15 |
* | | | Merge from trunk. | Paul Eggert | 2012-04-21 | 1 | -5/+26 |
|\ \ \
| |/ / |
|
| * | | Merge from emacs-24 branch | Chong Yidong | 2012-04-20 | 1 | -4/+17 |
| |\ \
| | |/ |
|