summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* * 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:24Z!michael.albinus@gmx.deChong 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:02Z!lekktu@gmail.comGlenn 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:00Z!cyd@gnu.org 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:00Z!cyd@gnu.orgChong 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:02Z!rgm@gnu.orgGlenn 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
| |\ \ | | |/
| | * Fix bug #11261 with cursor movement in a continued line when header line is p...Eli Zaretskii2012-04-171-4/+17
| * | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-131-1/+9
| |\ \ | | |/
| | * Fix wording of comment in the last commit.Eli Zaretskii2012-04-091-1/+1
| | * Fix bug #11199 with killing a line at EOB that was bidi-reordered.Eli Zaretskii2012-04-091-1/+9
* | | Merge from trunk.Paul Eggert2012-04-091-54/+137
|\ \ \ | |/ /
| * | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-23/+23
| * | Fix bug #11094 with cursor display on display string after invisible text.Eli Zaretskii2012-04-091-6/+10
| |/
| * Fix bug #11063 with move_it_by_lines when there's a before-string at bol.Eli Zaretskii2012-03-311-1/+14
| * Remove an incorrect assertion on move_it_by_lines.Eli Zaretskii2012-03-311-1/+0
| * Fix cursor positioning in rows completely covered by display strings.Eli Zaretskii2012-03-311-5/+29
| * Fix bug #11068 with window display when default face was remapped.Eli Zaretskii2012-03-301-7/+17
| * * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6Andreas Schwab2012-03-241-1/+1
| * For line prefixes, use default face; don't inherit from previous line.Chong Yidong2012-03-221-3/+10
| * Fix bug #11035 with cursor positioning on overlay strings with newlines.Eli Zaretskii2012-03-181-2/+23
| * Fix computation of scroll-margin's character position in redisplay_window.Eli Zaretskii2012-03-021-1/+1
| * Fix typos in comments.Eli Zaretskii2012-03-021-2/+2
| * Fix bug #10902 with cursor positioning at EOB.Eli Zaretskii2012-03-021-2/+7
* | Merge from trunk.Paul Eggert2012-03-011-2/+15
|\ \ | |/
| * Fix bug #10903 with displaying an empty display string.Eli Zaretskii2012-02-291-2/+15
* | Merge from trunk.Paul Eggert2012-02-241-1/+4
|\ \ | |/
| * Avoid a risky corner case with invalid face ids.Chong Yidong2012-02-121-1/+4
* | Merge from trunk.Paul Eggert2012-02-101-4/+4
|\ \ | |/
| * Fix previous change for Bug#6988.Kenichi Handa2012-02-021-5/+1