summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Improve display of glyph matrix by dump-glyph-matrix.Eli Zaretskii2013-01-051-22/+43
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* Fix bug #13277 with TTY cursor positioning in a line with overlay arrow.Eli Zaretskii2012-12-271-1/+6
* Fix assertion violations when clicking on Info bread-crumbs.Eli Zaretskii2012-11-241-1/+3
* Fix cursor display when several display strings follow each other.Eli Zaretskii2012-11-231-1/+1
* More fixes for bug #12878 with MS-Windows MSVC build.Eli Zaretskii2012-11-191-2/+4
* Fix bug #12867 with crashes due to large field width in mode-line format.Eli Zaretskii2012-11-121-5/+11
* Fix bug #12811 with scrolling under scroll-up/down-aggressively.Eli Zaretskii2012-11-061-16/+24
* Fix bidi initialization in init_from_display_pos.Eli Zaretskii2012-11-031-0/+38
* Port to OpenBSD 5.1.Paul Eggert2012-10-201-3/+2
* xdisp.c (reseat_1): Make the information stored in it->cmp_it invalidate.Kenichi Handa2012-10-171-0/+2
* * xdisp.c (start_hourglass): Call w32_note_current_window whenDaniel Colascione2012-10-081-2/+3
* Merge from trunkDaniel Colascione2012-10-071-85/+89
|\
| * * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.Paul Eggert2012-10-011-1/+1
| * Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-21/+21
| * Support atimers and CPU profiler via profile.c on MS-Windows.Eli Zaretskii2012-09-301-5/+4
| * * src/lisp.h (struct backtrace): Remove indirection for `function' field.Stefan Monnier2012-09-281-2/+2
| * Rename "Automatic Redisplay" entry in Lisp backtrace.Eli Zaretskii2012-09-281-4/+4
| * Merge profiler branchStefan Monnier2012-09-261-4/+16
| |\
| | * Try to let it compile on other platformsStefan Monnier2012-09-241-1/+1
| | * Rewrite sampler to use Elisp hash-tables.Stefan Monnier2012-09-241-3/+15
| * | Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-14/+0
| * | Simplify and avoid signal-handling races.Paul Eggert2012-09-231-21/+22
| * | Fix bug #10159 with crashes in auto-complete package.Eli Zaretskii2012-09-221-0/+1
| * | Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.deChong Yidong2012-09-211-19/+24
| |\ \
| | * | Fix a typo that caused crashes in redisplay.Eli Zaretskii2012-09-121-1/+1
| | * | Fix bug #12403 with garbled display under non-zero scroll-margin.Eli Zaretskii2012-09-121-18/+23
* | | | Merge from trunkDaniel Colascione2012-09-171-57/+50
|\ \ \ \ | |/ / /
| * | | Remove configure's --without-sync-input option.Paul Eggert2012-09-161-6/+0
| * | | Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
| * | | In Fformat_mode_line always save/restore current buffer. (Bug#12387)Martin Rudalics2012-09-141-4/+2
| * | | * src/eval.c: Add `inhibit-debugger'.Stefan Monnier2012-09-111-16/+3
| * | | Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-2/+2
| * | | Fix wrong overhang display for gstring compositions (Bug#12364).YAMAMOTO Mitsuharu2012-09-111-2/+4
| * | | * xdisp.c (Qinhibit_debug_on_message): Now static.Paul Eggert2012-09-101-1/+1
| * | | * xdisp.c (set_message): Simplify and reindent last change.Paul Eggert2012-09-041-6/+6
| * | | Implement `debug-on-message'.Lars Ingebrigtsen2012-09-041-1/+21
| * | | Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-24/+24
| * | | Revert changes prompted only by gcc -Wjump-misses-init.Paul Eggert2012-09-031-2/+1
| * | | Fix minor problems found by static checking.Paul Eggert2012-09-031-1/+2
| * | | * emacs.c, eval.c: Use bool for boolean.Paul Eggert2012-09-021-16/+9
* | | | Implement cygw32Daniel Colascione2012-09-171-3/+3
|/ / /
* | | Fix usage of set_buffer_internal.Dmitry Antipov2012-08-281-2/+1
* | | * dispnew.c: Use bool for boolean.Paul Eggert2012-08-271-6/+6
* | | Spelling fixes.Paul Eggert2012-08-261-1/+1
| |/ |/|
* | * alloc.c: Use bool for booleans.Paul Eggert2012-08-211-3/+2
* | * xdisp.c (handle_invisible_prop): Make it a bit fasterPaul Eggert2012-08-191-3/+3
* | * src/xdisp.c (handle_invisible_prop): Fix ellipses at overlay string ends.Chong Yidong2012-08-201-11/+10
* | Make display strings obey buffer-invisibility-spec.Chong Yidong2012-08-181-15/+32
* | * buffer.h (BSET): Remove.Paul Eggert2012-08-171-8/+8