]> code.delx.au - gnu-emacs/history - src/xdisp.c
Update copyright year to 2015
[gnu-emacs] / src / xdisp.c
2015-01-01 Paul EggertUpdate copyright year to 2015
2014-12-30 Eli ZaretskiiFix a typo in a comment in the previous commit.
2014-12-30 Eli ZaretskiiFix the pixel coordinates returned by pos-visible-in...
2014-12-25 Eli ZaretskiiFix rendering of composed caharacters on the mode line...
2014-12-10 Eli ZaretskiiSupport overflow-newline-into-fringe together with...
2014-11-27 Eli ZaretskiiFix bug #19201 with after-strings not being displayed.
2014-11-03 Eli ZaretskiiFix minor issues with functions that dump glyph matrices.
2014-10-30 Jan Djärv* nsfns.m (ns_set_doc_edited): Do all logic (check...
2014-10-22 YAMAMOTO Mitsuharu* xdisp.c (erase_phys_cursor): Fix confusion between...
2014-10-22 YAMAMOTO Mitsuharu* xdisp.c (draw_glyphs): Set clipping to highlight...
2014-10-20 Stefan Monnier* src/xdisp.c (redisplay_window): Re-run pre-redisplay...
2014-10-02 Eli ZaretskiiFix bug #18584 with assertion violations while scrolling.
2014-09-30 Paul EggertSpelling fix.
2014-09-29 Eli ZaretskiiFix bug #18545 with lack of scrolling a window when...
2014-09-18 Eli ZaretskiiFix bug #18490 with redisplay of other windows showing...
2014-09-15 Eli ZaretskiiFix display of R2L lines in partial-width windows.
2014-09-09 Eli Zaretskiisrc/xdisp.c (pos_visible_p): Don't assign a boolean...
2014-09-09 Eli ZaretskiiFix the row number mistakenly reported by pos_visible_p...
2014-08-31 Eli ZaretskiiFix cursor display on the fringe of R2L screen lines.
2014-08-18 Eli Zaretskiisrc/xdisp.c (handle_stop): Improve commentary.
2014-08-17 Eli ZaretskiiAvoid inflooping in redisplay caused by hscrolled R2L...
2014-08-01 Eli ZaretskiiFix display of R2L lines when the last character fits...
2014-07-29 Eli ZaretskiiFix hscroll of R2L lines that begin with a TAB or anoth...
2014-07-28 Eli ZaretskiiFix another part of bug #18035 with redisplay of line...
2014-07-17 Eli ZaretskiiFix assertion violation when restoring hscrolled window...
2014-07-17 Eli ZaretskiiFix part of bug #18035 with overlay strings on invisibl...
2014-07-16 Eli ZaretskiiFix bug #18036 with infloop in redisplay with huge...
2014-07-13 Eli ZaretskiiFix bug #17986 with infloop in redisplay when default...
2014-07-12 Eli ZaretskiiAttempt to fix bug #17962 with SIGSEGV in display_line.
2014-07-08 Eli ZaretskiiFix bug #17969 with vertical-motion through continuatio...
2014-07-05 Eli Zaretskiisrc/xdisp.c (pos_visible_p): Fix inaccurate comment.
2014-07-05 Eli ZaretskiiFix bug #17944 with pos-visible-in-window-p when there...
2014-07-05 Eli ZaretskiiA better fix for bug #17942.
2014-07-05 Eli ZaretskiiFix bug #17942 with pos-visible-in-window-p and image...
2014-07-04 Eli ZaretskiiFix bug #17905 with display of point in partially visib...
2014-07-01 Eli ZaretskiiFix bug #17892 with mode/header line and display margins.
2014-06-16 Eli ZaretskiiA better fix for bug #17777 with visual-order cursor...
2014-06-15 Paul EggertSpelling fix.
2014-06-14 Eli ZaretskiiFix bug #17777 with keyboard macros and visual-order...
2014-06-14 Eli Zaretskiisrc/xdisp.c: Enhance commentary.
2014-06-11 Eli ZaretskiiFix bug #17744 with cursor motion near overlay string...
2014-05-25 Eli ZaretskiiFix bug #17585 with incorrect vertical motion when...
2014-05-24 Paul Eggert* xdisp.c (safe__call1, safe__eval): Now static.
2014-05-24 Eli ZaretskiiFix last commits in xdisp.c, which caused a crash at...
2014-05-24 Stefan Monnier* src/xdisp.c: Bind inhibit-quit during pre-redisplay...
2014-05-21 Eli ZaretskiiFix bug #17539 with infinite recursion during scroll...
2014-04-18 Eli ZaretskiiFix bug #17288 with inserting left truncation glyph...
2014-04-17 Eli ZaretskiiFix bug #17281 with infloop in line-pixel-height.
2014-04-12 Eli ZaretskiiFix bug #17244 with line-move-visual when display strin...
2014-03-23 Eli ZaretskiiFix bug #17047 with cursor motion when invisible text...
2014-03-20 Stefan Monnier* src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged...
2014-03-17 Bill WohlerMerge from mh-e; up to 2012-01-03T19:41:14Z!larsi@gnus...
2014-03-09 Martin RudalicsUpdate docs for window dividers and `window-text-pixel...
2014-03-08 Eli Zaretskiisrc/xdisp.c (Fmove_point_visually): Fix previous change.
2014-03-08 Eli ZaretskiiFix more failures of visual-order cursor movement under...
2014-03-07 Eli ZaretskiiFix bug #16961 with visual-order cursor movement and...
2014-02-28 Martin RudalicsDon't show drag cursor when modeline can't be dragged...
2014-02-27 Martin RudalicsMore fixes for mouse glyph calculations (Bug#16647).
2014-02-27 Eli ZaretskiiFix bug #16870 with 'box' face in display strings.
2014-02-26 Martin RudalicsFixes around Bug#16647.
2014-02-24 Daniel ColascioneFix event race
2014-02-24 Bill WohlerMerge from trunk; up to 2014-02-23T23:41:17Z!lekktu...
2014-02-21 Paul EggertPacify GCC when configuring with --enable-gcc-warnings.
2014-02-20 Eli ZaretskiiFix excessive calls to bidi_shelve_cache reported in...
2014-02-20 Eli ZaretskiiFix assertion violation in redisplay.
2014-02-20 Eli ZaretskiiFix bug #16819 with dereferencing invalid face pointer.
2014-02-19 Eli ZaretskiiFix bug #16806 with horizontal scrolling of images...
2014-02-08 Lars Ingebrigtsen* doc/lispref/keymaps.texi (Menu Bar): Minor clarification.
2014-02-07 Martin RudalicsConstrain window box sizes (Bug#16649).
2014-02-05 Martin RudalicsFix last fix of note_mouse_highlight
2014-02-05 Paul EggertSpelling fix.
2014-02-05 Martin RudalicsFix cursor appearance in note_mouse_highlight (Bug...
2014-02-04 Martin RudalicsImprove window dividers code.
2014-01-29 Kenichi Handamerge trunk
2014-01-28 Martin RudalicsFix Fwindow_text_pixel_size and fit-frame-to-buffer.
2014-01-25 Stefan Monnier* src/eval.c (Fsignal): Fix `debug' handling to match...
2014-01-24 Dmitry Antipov* xdisp.c (reseat_1, Fcurrent_bidi_paragraph_direction...
2014-01-13 Daniel ColascioneCorrectly handle reaching the end of the interval tree...
2014-01-13 Martin RudalicsFix bug when resizing mini window (Bug#16424).
2014-01-13 Daniel ColascioneMake GTK+ menus work correctly with the Unity global...
2014-01-11 Kenichi Handamerge trunk
2014-01-11 Eli ZaretskiiFix bug #16347 with updating redisplay of company-mode...
2014-01-11 Eli Zaretskiisrc/xdisp.c (try_window_id): Update commentary.
2014-01-11 Martin RudalicsFix handling of internal borders (Bug#16348).
2014-01-06 Eli ZaretskiiFix bug #16129 with slow and incorrect redisplay in...
2014-01-01 Eli ZaretskiiFix bug #16265 with buffer caches when modifying text...
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-31 Kenichi Handamerge trunk
2013-12-31 Martin RudalicsSome more fixes following pixelwise resize changes...
2013-12-23 Eli ZaretskiiLast portion of fix for bug #16051 with redisplay loops.
2013-12-23 Eli ZaretskiiFix most of bug #16051 with redisplay loops when resizi...
2013-12-19 Eli ZaretskiiFix last commit for TTYs.
2013-12-19 Eli ZaretskiiFix bug #16192 with highlight of display margins when...
2013-12-16 Eli ZaretskiiFix compilation errors introduced by changes in extend_...
2013-12-16 Eli ZaretskiiA better fix for bug #16148 and related issues.
2013-12-16 Eli ZaretskiiFix bug #16165 with memory corruption by extend_face_to...
2013-12-15 Eli ZaretskiiFix bug #16151 with background of display margins.
2013-12-15 Paul EggertUse bool for boolean (GLYPH_DEBUG case).
2013-12-14 Paul EggertUse bool for boolean, focusing on headers.
2013-12-14 Eli ZaretskiiFix bug #16148 with visual-mode cursor motion and white...
next