aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix many doubled-word typosU. Ser2011-05-101-2/+2
* * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.Paul Eggert2011-04-291-8/+8
* Prefer intptr_t/uintptr_t for integers the same widths as pointers.Paul Eggert2011-04-291-8/+13
* Merge from mainline.Paul Eggert2011-04-251-19/+8
|\
| * Minor cleanup in src/xdisp.c.Eli Zaretskii2011-04-241-4/+4
| * Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-231-15/+3
| * Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-0/+1
| |\
| | * * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).Chong Yidong2011-04-131-0/+1
| | * Backport fix for Bug#8219 from trunk.Chong Yidong2011-03-191-2/+2
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* | | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-5/+5
* | | Merge from mainline.Paul Eggert2011-04-181-14/+30
|\ \ \ | |/ /
| * | Allow glyphless-char-display to distinguish between X and text terminals.Chong Yidong2011-04-181-14/+30
* | | Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-3/+3
|/ /
* | Minor redisplay cleanups.Chong Yidong2011-04-171-2/+0
* | * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).Paul Eggert2011-04-161-1/+1
* | * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized var.Paul Eggert2011-04-161-1/+1
* | * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern ifPaul Eggert2011-04-151-1/+4
* | Merge from mainline.Paul Eggert2011-04-141-6/+16
|\ \
| * \ Fix bug #8487 with invisible text at EOB under bidi.Eli Zaretskii2011-04-131-1/+1
| |\ \
| | * | Fix bug #8487 with invisible property near EOB under bidi.Eli Zaretskii2011-04-131-1/+1
| * | | Fix bug #8468 with redisplay and scroll-margin > 0.Eli Zaretskii2011-04-111-1/+8
| |\ \ \ | | |/ /
| | * | Fix bug #8468 with redisplay when scroll-margin > 0.Eli Zaretskii2011-04-111-1/+8
| * | | * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.Paul Eggert2011-04-101-4/+7
* | | | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-6/+6
* | | | * xdisp.c (draw_row_with_mouse_face): Now static.Paul Eggert2011-04-131-1/+1
* | | | * keyboard.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-10/+7
* | | | * xdisp.c: Make symbols static if they're not exported.Paul Eggert2011-04-111-75/+26
* | | | alloc.c: Import and export fewer symbols, and remove unused items.Paul Eggert2011-04-101-1/+1
* | | | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-29/+34
* | | | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-6/+6
|/ / /
* | | * xdisp.c (message_nolog): Bring this back, inside "#if 0".Paul Eggert2011-04-091-0/+18
* | | * xdisp.c (vmessage): Use a better test for character truncation.Paul Eggert2011-04-091-6/+7
* | | Merge from mainline.Paul Eggert2011-04-091-10/+12
|\ \ \
| * | | Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-091-10/+12
* | | | error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-4/+12
* | | | * xdisp.c, lisp.h (message_nolog): Remove; unused.Paul Eggert2011-04-061-16/+0
|/ / /
* | | * xdisp.c (vmessage): Mark as a printf-like function.Paul Eggert2011-04-051-0/+1
* | | src/xdisp.c: Remove some unused parameters.Juanma Barranquero2011-04-031-25/+21
* | | src/xdisp.c (redisplay_internal): Fix prototype.Juanma Barranquero2011-03-311-2/+2
* | | Fix bug #6671 with recentering and other scrolling problems.Eli Zaretskii2011-03-311-26/+114
|\ \ \ | |/ /
| * | Documentation parts of the scroll fix.Eli Zaretskii2011-03-301-1/+8
| * | Fix off-by-one in scroll down aggressively.Eli Zaretskii2011-03-291-1/+2
| * | Fix failures in try_scrolling when scrolling back.Eli Zaretskii2011-03-281-4/+7
| * | Fix scrolling back with scroll-down-aggressively.Eli Zaretskii2011-03-271-9/+21
| * | Fix scrolling with scroll-*-aggressively.Eli Zaretskii2011-03-271-1/+10
| * | Fix bug #6671 with point position in the window when scrolling far away.Eli Zaretskii2011-03-261-7/+62
| * | Don't scroll more than 100 lines in try_scrolling.Eli Zaretskii2011-03-261-10/+11
* | | src/xdisp.c: Remove unused parameters.Juanma Barranquero2011-03-311-32/+26
* | | Merge from mainline.Paul Eggert2011-03-291-41/+35
|\ \ \