summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-061-8/+8
* * xdisp.c: conform to C89 pointer rulesPaul Eggert2011-02-051-29/+31
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-2/+2
* * src/xdisp.c (safe_eval_handler): Distinguish symbols and strings.Stefan Monnier2011-01-271-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Merge from emacs-23.Glenn Morris2011-01-241-0/+9
|\
| * * xdisp.c (handle_fontified_prop): Be careful with font-lock changingStefan Monnier2011-01-241-0/+9
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-7/+6
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-294/+68
* | * xdisp.c (emacs_scroll_step): Rename from scroll_step.Tom Tromey2011-01-181-15/+15
* | Fix bug#7750.Glenn Morris2011-01-071-5/+1
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-18/+21
|\ \ | |/
| * More fallout from fixing bug #7587.Eli Zaretskii2010-12-251-5/+7
| * Fix change that fixed bug #7587.Eli Zaretskii2010-12-171-1/+1
| * * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic faces (Bug...Chong Yidong2010-12-161-17/+17
* | Implement tool-bar separators for non-GTK tool-bars.Chong Yidong2010-12-201-6/+2
* | Support for menu separators in the GTK tool-bar.Chong Yidong2010-12-171-0/+4
* | Merge from emacs-23Stefan Monnier2010-12-131-15/+18
|\ \ | |/
| * Code cleanup in xdisp.c regarding string_char_and_length.Eli Zaretskii2010-12-111-26/+9
| * Fix crash with invisible text and overlays (Bug#7016).Chong Yidong2010-12-061-3/+7
| * Avoid infloop when scrolling conservatively (Bug#7537).Chong Yidong2010-12-041-1/+5
| * Backport 2010-04-10T10:52:30Z!mituharu@math.s.chiba-u.ac.jp from trunkChong Yidong2010-11-041-6/+8
* | Force left-to-right paragraph direction in echo area and prog-mode buffers.Eli Zaretskii2010-11-261-0/+2
* | Fix bug #7474 with cursor positioning in overlay strings.Eli Zaretskii2010-11-251-1/+1
* | Fix bug #6687 with cursor positioning after before-string from overlays.Eli Zaretskii2010-11-191-5/+5
* | Fix bug #7417 with cursor positioning on empty lines.Eli Zaretskii2010-11-171-0/+10
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-2/+5
* | Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.comChong Yidong2010-11-161-5/+2
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-2/+5
* | Fix and document display of glyphless characters.Eli Zaretskii2010-11-131-14/+14
* | * src/xdisp.c (note_mode_line_or_margin_highlight): InitializeJan D2010-11-071-3/+1
* | xdisp.c: Add commentary about character compositions in bidirectional text.Eli Zaretskii2010-11-061-1/+31
* | Unify mouse-highlight code for all GUI and TTY sessions.Eli Zaretskii2010-11-061-236/+305
|\ \
| * | Cleanup -Wall warnings.Eli Zaretskii2010-11-051-12/+6
| * | Fix unified mouse highlight after compiling on Unix.Eli Zaretskii2010-11-051-2/+2
| * | Cleanup fallout from redesigning mouse highlight.Eli Zaretskii2010-11-051-5/+3
| * | Finish coding mouse highlight redesigned for portability.Eli Zaretskii2010-11-011-26/+38
| * | Start redesigning portable mouse highlight. Not compiled.Eli Zaretskii2010-10-311-186/+200
| * | Unify mouse highlight code of MSDOS and GUI sessions.Eli Zaretskii2010-10-301-19/+70
* | | Handle glyphless characters on tty.Kenichi Handa2010-11-011-7/+7
* | | Implement various display methods for glyphless characters.Kenichi Handa2010-10-291-24/+419
|/ /
* | * src/xdisp.c (syms_of_xdisp) <hourglass-delay>: Sync doc with Lisp.Glenn Morris2010-10-231-2/+1
* | * src/xdisp.c (syms_of_xdisp) <display-hourglass>: Sync doc with Lisp.Glenn Morris2010-10-231-1/+3
* | Sync docs of C and Lisp version of auto-hscroll-mode.Glenn Morris2010-10-231-7/+7
* | Implement mouse highlight for bidi-reordered lines.Eli Zaretskii2010-10-231-230/+720
|\ \
| * | Fix support for R2L lines. Tested with reordered text.Eli Zaretskii2010-10-231-34/+58
| * | The range [STARTPOS..ENDPOS] is inclusive in strings.Eli Zaretskii2010-10-231-5/+10
| * | Tested with L2R rows and mouse highlight on a single line.Eli Zaretskii2010-10-231-3/+8
| * | Finished work on mouse highlight that comes from display strings.Eli Zaretskii2010-10-161-11/+96