summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Cleanup intervals.Dmitry Antipov2012-08-081-3/+3
* Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov2012-08-071-2/+2
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-279/+278
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-59/+59
* Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-061-2/+2
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-337/+336
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-62/+62
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-1/+1
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-11/+10
* Fix fallout from 2012-08-01T05:11:36Z!dmantipov@yandex.ru that introduced WVAR.Eli Zaretskii2012-08-011-2/+2
* Use INTERNAL_FIELD for processes.Dmitry Antipov2012-08-011-4/+4
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-328/+332
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-62/+65
* * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.Paul Eggert2012-07-301-1/+1
* Convert safe_call to use variable number of arguments.Dmitry Antipov2012-07-301-17/+15
* Fix --without-x build.Eli Zaretskii2012-07-281-1/+5
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-2/+2
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-8/+8
* Fix display of tooltips damaged by enhancements for bug #11832.Eli Zaretskii2012-07-241-13/+18
* Fix bs-show when the right fringe is off.Eli Zaretskii2012-07-131-4/+9
* * xdisp.c (produce_special_glyphs): Now static.Paul Eggert2012-07-121-1/+2
* Improve fix for bug #11832 with truncated/continued lines w/o margins.Eli Zaretskii2012-07-121-39/+48
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-4/+4
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-6/+4
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-4/+4
* Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-2/+2
* Cleanup changes following fix for bug #11832.Eli Zaretskii2012-07-081-0/+66
* Fix bug #11813 with invalid font for buffer name on the modeline.Eli Zaretskii2012-07-081-1/+1
* * xdisp.c (display_line): Avoid warning about implicit declarationAndreas Schwab2012-07-071-0/+2
* Fix bug #11832 with truncated lines when fringes are disabled on GUI frames.Eli Zaretskii2012-07-071-54/+185
* More xmalloc and related cleanup.Paul Eggert2012-07-051-15/+13
* Avoid long futile looping on a TTY under huge values of hscroll.Eli Zaretskii2012-07-051-2/+15
* Revert hscroll and min_hscroll to ptrdiff_t.Eli Zaretskii2012-07-051-1/+1
* Fix bug #11857 with messed up display for insanely large hscroll values.Eli Zaretskii2012-07-051-3/+22
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* Undo change in xdisp.c in 2012-06-29T11:48:08Z!dmantipov@yandex.ru.Eli Zaretskii2012-06-291-2/+2
* * lisp/fringe.el (fringe-mode): Doc fix.Dmitry Antipov2012-06-291-2/+2
* * window.h (struct window): Change type of 'hscroll',Dmitry Antipov2012-06-281-48/+49
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-27/+27
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-160/+160
* Use sprintf return value instead of invoking strlen on result.Paul Eggert2012-06-251-3/+1
* Support higher-resolution time stamps.Paul Eggert2012-06-221-8/+10
* * xdisp.c (x_consider_frame_title): Revert last change.Chong Yidong2012-06-221-0/+6
* Preserve tty top-frames under various window-changing operations.Chong Yidong2012-06-191-19/+43
* Optimization to avoid redisplaying hidden terminal frames.Chong Yidong2012-06-171-0/+6
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Fix bug #11720 with cursor positioning in outline-mode and Org buffers.Eli Zaretskii2012-06-161-6/+3
* Fix bug #11653 with a crash when more than 16 overlay strings are loaded.Eli Zaretskii2012-06-161-2/+4