aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ruGlenn Morris2012-11-031-0/+38
|\
| * Fix bidi initialization in init_from_display_pos.Eli Zaretskii2012-11-031-0/+38
* | Window-related stuff cleanup here and there.Dmitry Antipov2012-11-021-5/+3
|/
* 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
* | * window.h (WSET): Remove.Paul Eggert2012-08-171-74/+102
* | * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-4/+4
* | Revert and cleanup some recent overlay changes.Dmitry Antipov2012-08-141-2/+2
* | Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-8/+8
* | * src/xdisp.c (safe_eval_handler): Remove prototype. Receive args describingStefan Monnier2012-08-081-3/+3
* | Inline functions to examine and change buffer overlays.Dmitry Antipov2012-08-081-2/+2