Simplify and avoid signal-handling races.
[bpt/emacs.git] / src / xdisp.c
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-22 Eli ZaretskiiFix bug #10159 with crashes in auto-complete package.
2012-09-22 Kenichi Handamerge trunk
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-16 Paul EggertRemove configure's --without-sync-input option.
2012-09-16 Kenichi Handamerge trunk
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-14 Martin RudalicsIn Fformat_mode_line always save/restore current buffer...
2012-09-12 Eli ZaretskiiFix a typo that caused crashes in redisplay.
2012-09-12 Eli ZaretskiiFix bug #12403 with garbled display under non-zero...
2012-09-12 Stefan Monnier* src/eval.c: Add `inhibit-debugger'.
2012-09-11 Dmitry AntipovConvenient macro to check whether the buffer is live.
2012-09-11 YAMAMOTO MitsuharuFix wrong overhang display for gstring compositions...
2012-09-11 Paul Eggert* xdisp.c (Qinhibit_debug_on_message): Now static.
2012-09-06 Kenichi Handamerge trunk
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-05 Paul Eggert* xdisp.c (set_message): Simplify and reindent last...
2012-09-04 Lars IngebrigtsenImplement `debug-on-message'.
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-03 Paul EggertRevert changes prompted only by gcc -Wjump-misses-init.
2012-09-03 Paul EggertFix minor problems found by static checking.
2012-09-02 Paul Eggert* emacs.c, eval.c: Use bool for boolean.
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Kenichi Handamerge trunk
2012-08-28 Dmitry AntipovFix usage of set_buffer_internal.
2012-08-28 Paul Eggert* dispnew.c: Use bool for boolean.
2012-08-26 Paul EggertSpelling fixes.
2012-08-22 Kenichi Handamerge trunk
2012-08-21 Paul Eggert* alloc.c: Use bool for booleans.
2012-08-19 Paul Eggert* xdisp.c (handle_invisible_prop): Make it a bit faster
2012-08-19 Chong Yidong* src/xdisp.c (handle_invisible_prop): Fix ellipses...
2012-08-18 Chong YidongMake display strings obey buffer-invisibility-spec.
2012-08-18 Paul Eggert* buffer.h (BSET): Remove.
2012-08-18 Paul Eggert* window.h (WSET): Remove.
2012-08-17 Paul Eggert* frame.h (FSET): Remove (Bug#12215).
2012-08-16 Kenichi Handamerge trunk
2012-08-14 Dmitry AntipovRevert and cleanup some recent overlay changes.
2012-08-13 Dmitry AntipovUse BSET for write access to Lisp_Object members of...
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-08 Stefan Monnier* src/xdisp.c (safe_eval_handler): Remove prototype...
2012-08-08 Dmitry AntipovInline functions to examine and change buffer overlays.
2012-08-08 Dmitry AntipovCleanup intervals.
2012-08-07 Dmitry AntipovDrop PGET and revert read access to Lisp_Objects slots...
2012-08-07 Dmitry AntipovDrop WGET and revert read access to Lisp_Objects slots...
2012-08-07 Dmitry AntipovDrop FGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-05 Dmitry AntipovGeneralize common compile-time constants.
2012-08-03 Paul EggertRemove unnecessary casts involving pointers.
2012-08-01 Eli ZaretskiiFix fallout from 2012-08-01T05:11:36Z!dmantipov@yandex...
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for processes.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for windows.
2012-07-31 Dmitry AntipovGeneralize INTERNAL_FIELD between buffers, keyboards...
2012-07-30 Paul Eggert* lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
2012-07-30 Dmitry AntipovConvert safe_call to use variable number of arguments.
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-28 Eli ZaretskiiFix --without-x build.
2012-07-27 Eli ZaretskiiFix failure to compile on Windows due to 2012-07-27T06...
2012-07-27 Dmitry AntipovUtility function to make a list from specified amount...
2012-07-24 Eli ZaretskiiFix display of tooltips damaged by enhancements for...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-13 Eli ZaretskiiFix bs-show when the right fringe is off.
2012-07-13 Paul Eggert* xdisp.c (produce_special_glyphs): Now static.
2012-07-12 Eli ZaretskiiImprove fix for bug #11832 with truncated/continued...
2012-07-10 Paul EggertEMACS_TIME simplification (Bug#11875).
2012-07-10 Paul EggertSimplify by avoiding confusing use of strncpy etc.
2012-07-10 Dmitry AntipovOptimize pure C strings initialization.
2012-07-09 Dmitry AntipovUse make_formatted_string to avoid double length calcul...
2012-07-08 Eli ZaretskiiCleanup changes following fix for bug #11832.
2012-07-08 Eli ZaretskiiFix bug #11813 with invalid font for buffer name on...
2012-07-07 Andreas Schwab* xdisp.c (display_line): Avoid warning about implicit...
2012-07-07 Eli ZaretskiiFix bug #11832 with truncated lines when fringes are...
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-05 Eli ZaretskiiAvoid long futile looping on a TTY under huge values...
2012-07-05 Eli ZaretskiiRevert hscroll and min_hscroll to ptrdiff_t.
2012-07-05 Eli ZaretskiiFix bug #11857 with messed up display for insanely...
2012-07-05 Dmitry AntipovCleanup xmalloc.
2012-06-29 Eli ZaretskiiUndo change in xdisp.c in 2012-06-29T11:48:08Z!dmantipo...
2012-06-29 Dmitry Antipov* lisp/fringe.el (fringe-mode): Doc fix.
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-28 Dmitry Antipov* window.h (struct window): Change type of 'hscroll',
2012-06-28 Dmitry Antipov* configure.in: Add glyphs category to --enable-checkin...
2012-06-28 Dmitry AntipovGeneralize run-time debugging checks.
2012-06-26 Paul EggertUse sprintf return value instead of invoking strlen...
2012-06-22 Paul EggertSupport higher-resolution time stamps.
2012-06-22 Chong Yidong* xdisp.c (x_consider_frame_title): Revert last change.
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-19 Chong YidongPreserve tty top-frames under various window-changing...
2012-06-17 Chong YidongOptimization to avoid redisplaying hidden terminal...
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-16 Andreas Schwab* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
2012-06-16 Eli ZaretskiiFix bug #11720 with cursor positioning in outline-mode...
2012-06-16 Eli ZaretskiiFix bug #11653 with a crash when more than 16 overlay...
2012-06-16 Eli ZaretskiiFix bug #11653 with cursor positioning in a row that...
next