aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup changes following fix for bug #11832.Eli Zaretskii2012-07-081-0/+66
* Fix bug #11813 with invalid font for buffer name on the modeline.Eli Zaretskii2012-07-081-1/+1
* * xdisp.c (display_line): Avoid warning about implicit declarationAndreas Schwab2012-07-071-0/+2
* Fix bug #11832 with truncated lines when fringes are disabled on GUI frames.Eli Zaretskii2012-07-071-54/+185
* More xmalloc and related cleanup.Paul Eggert2012-07-051-15/+13
* Avoid long futile looping on a TTY under huge values of hscroll.Eli Zaretskii2012-07-051-2/+15
* Revert hscroll and min_hscroll to ptrdiff_t.Eli Zaretskii2012-07-051-1/+1
* Fix bug #11857 with messed up display for insanely large hscroll values.Eli Zaretskii2012-07-051-3/+22
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* Undo change in xdisp.c in 2012-06-29T11:48:[email protected].Eli Zaretskii2012-06-291-2/+2
* * lisp/fringe.el (fringe-mode): Doc fix.Dmitry Antipov2012-06-291-2/+2
* * window.h (struct window): Change type of 'hscroll',Dmitry Antipov2012-06-281-48/+49
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-27/+27
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-160/+160
* Use sprintf return value instead of invoking strlen on result.Paul Eggert2012-06-251-3/+1
* Support higher-resolution time stamps.Paul Eggert2012-06-221-8/+10
* * xdisp.c (x_consider_frame_title): Revert last change.Chong Yidong2012-06-221-0/+6
* Preserve tty top-frames under various window-changing operations.Chong Yidong2012-06-191-19/+43
* Optimization to avoid redisplaying hidden terminal frames.Chong Yidong2012-06-171-0/+6
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Fix bug #11720 with cursor positioning in outline-mode and Org buffers.Eli Zaretskii2012-06-161-6/+3
* Fix bug #11653 with a crash when more than 16 overlay strings are loaded.Eli Zaretskii2012-06-161-2/+4
* Fix bug #11653 with cursor positioning in a row that has only strings.Eli Zaretskii2012-06-161-0/+16
* * xdisp.c (vmessage): Treat frame message as multibyte.Paul Eggert2012-06-081-1/+1
* * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.Paul Eggert2012-06-031-2/+2
* tool-bar-style doc fixesGlenn Morris2012-06-031-2/+4
* Make mode line help-echo visible for unibyte buffers.Chong Yidong2012-06-031-4/+4
* * xdisp.c (note_mode_line_or_margin_highlight): Fix last change.Chong Yidong2012-06-031-1/+1
* Implement default help-echo for mode line.Chong Yidong2012-06-031-23/+60
* For a 'struct window', replace some Lisp_Object fields toDmitry Antipov2012-06-011-32/+30
* Merge from emacs-24; up to 2012-04-24T21:47:[email protected]Chong Yidong2012-05-311-1/+1
|\
| * Fix bug #11587 with a crash in an Info buffer under linum-mode.Eli Zaretskii2012-05-301-1/+1
* | Merge from emacs-24; up to 2012-04-24T08:35:[email protected]Glenn Morris2012-05-261-1/+11
|\|
| * A better fix for bug #11464 with pos-visible-in-window-p and R2L text.Eli Zaretskii2012-05-191-2/+12
| * Fix the changes in 2012-04-22T13:58:[email protected] for bug #11464.Eli Zaretskii2012-05-151-1/+1
* | Support mouse highlight on w32 text-mode frames.Eli Zaretskii2012-05-261-1/+1
* | Merge from trunk.Paul Eggert2012-05-251-24/+139
|\ \
| * | Merge from emacs-24; up to 2012-04-22T13:58:[email protected]Chong Yidong2012-05-141-7/+91
| |\|
| | * Fix bug #11464 with pos-visible-in-window-p and R2L text in L2R paragraph.Eli Zaretskii2012-05-131-1/+26
| | * Fix bug #11417 with infloop when left-fringe/right-fringe spec is used on TTY.Eli Zaretskii2012-05-131-5/+64
| | * Fix display when left-fringe/right-fringe display spec is invalid.Eli Zaretskii2012-05-111-3/+3
| * | Remove unused function hourglass_started.Paul Eggert2012-05-101-8/+0
| * | Fix up display of the *Minibuf-0* buffer in the mini window.Jérémy Compostella2012-05-071-3/+15
| * | Merge from emacs-24; up to 2012-04-16T19:06:[email protected]Glenn Morris2012-05-021-1/+13
| |\|
| | * Fix bug #11367 with assertion violation during vertical motion in egg.el.Eli Zaretskii2012-04-291-1/+13
| * | Merge changes from emacs-24 branchChong Yidong2012-04-271-0/+5
| |\|
| | * Avoid assertion violation when scrolling minibuffer windows.Eli Zaretskii2012-04-231-0/+5
| * | Allow word wrap together with whitespace-mode (bug #11341)Eli Zaretskii2012-04-261-5/+15
* | | Merge from trunk.Paul Eggert2012-04-211-5/+26
|\| |
| * | Merge from emacs-24 branchChong Yidong2012-04-201-4/+17
| |\|