log src/xdisp.c @ 108596:cd5442b2826b

age author description
2010-05-15 Eli Zaretskii Implement bidi-sensitive movement with arrow keys.
2010-05-14 Eli Zaretskii Rename bidi_get_next_char_visually to bidi_move_to_visually_next.
2010-05-14 Eli Zaretskii Fix comments from revno 100276.
2010-05-14 Kenichi Handa merge trunk
2010-05-14 Kenichi Handa Fix bidi-composition interaction.
2010-05-11 Eli Zaretskii xdisp.c (init_iterator): Fix comment from last change.
2010-05-10 Eli Zaretskii Fix a crash when visiting image files in bidi mode.
2010-05-03 Chong Yidong Add optional arg to delete-file to force deletion (Bug#6070).
2010-05-01 Eli Zaretskii Fix display of R2L lines and cursor motion in bidi buffers.
2010-05-01 Eli Zaretskii Fix cursor positioning in partial width windows on TTY.
2010-05-01 Eli Zaretskii Fix display of truncated R2L lines on a TTY.
2010-05-01 Eli Zaretskii Fix display of R2L continued lines in partial-width windows on a TTY.
2010-05-01 Eli Zaretskii Refactor code that determines row->start and row->end.
2010-04-27 Eli Zaretskii Fix a crash when a display string is continued to the next line.
2010-04-25 Eli Zaretskii Start fixing cursor positioning in bidi buffers with display properties.
2010-04-25 Eli Zaretskii Fix crash with bidi display on the last empty line (bug#6030).
2010-04-25 Eli Zaretskii Move code that bidi-iterates out of display property to a separate function.
2010-04-25 Eli Zaretskii Fix crash with bidi display on the last empty line (bug#6030).
2010-04-24 Eli Zaretskii Fix cursor motion at end of line that ends in a composed character.
2010-04-24 Eli Zaretskii Fix cursor motion at end of line that ends with a composite character.
2010-04-23 Eli Zaretskii Fix display of composed characters from L2R scripts in bidi buffers. (Bug#5977)
2010-04-23 Eli Zaretskii Fix display of composed characters from L2R scripts in bidi buffers.
2010-04-23 Eli Zaretskii xdisp.c (pop_it): Fix last change.
2010-04-23 Eli Zaretskii Support `display' text properties and overlays.
2010-04-20 Jan D. Gtk tool bars can be text, icons with text or just icons.
2010-04-20 Eli Zaretskii Implement GUI display of R2L lines, fix TTY display of R2L lines.
2010-04-20 Eli Zaretskii Fix R2L paragraph display on TTY.
2010-04-17 Eli Zaretskii Fix cursor positioning at end of R2L line on TTY frames.
2010-04-17 Eli Zaretskii Mirror continuation indicators for R2L lines; fix face extension on TTY.
2010-04-17 Eli Zaretskii Fix two crashes with display of R2L lines in GUI sessions.
2010-04-17 Eli Zaretskii Continue work on R2L paragraphs in GUI sessions.
2010-04-10 Eli Zaretskii Implement cursor on the left fringe for R2L lines.
2010-04-10 Eli Zaretskii Initial implementation of display of R2L paragraphs in GUI sessions.
2010-04-20 Stefan Monnier Make variable forwarding explicit rather the using special values.
2010-04-19 Eli Zaretskii Improve commentary regarding redisplay.
2010-04-05 Chong Yidong Fix crash on NextStep terminal (Bug#5837)
2010-04-19 Eli Zaretskii Fix crashes in GC in "emacs -nw".
2010-04-17 Chong Yidong Fix crash on NextStep terminal (Bug#5837)
2010-04-16 Eli Zaretskii Fix bug #5943: C-e in a truncated line doesn't auto-hscroll.
2010-04-15 Dan Nicolaescu * xdisp.c (message): Do not use NO_ARG_ARRAY.
2010-04-10 YAMAMOTO Mitsuharu Don't abort try_window with fonts change when showing tooltip (Bug#2423).
2010-04-08 Eli Zaretskii Fix bug#5856: don't dereference glyphs beyond end of glyph_row.
2010-04-04 Eli Zaretskii Improve commentary of handle_stop_backwards.
2010-04-02 Eli Zaretskii xdisp.c (set_cursor_from_row): Improve comments.
2010-04-01 Eli Zaretskii Fix bug #5816.
2010-03-31 Eli Zaretskii Fix highlight of trailing whitespace is right-to-left lines.
2010-03-31 Stefan Monnier Get rid of the direct_output optimizations.
2010-03-31 Stefan Monnier Merge from emacs-23 branch
2010-03-30 Jan D. xdisp.c (note_mouse_highlight): Don't do highlight if pointer is invisible (Bug#5766).
2010-03-29 Chong Yidong Clean up unneeded ns_set_icon_type calls.
2010-03-24 Chong Yidong * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2010-03-30 Eli Zaretskii Restore original behavior of move_it_in_display_line_to when !bidi_p.
2010-03-30 Dan Nicolaescu * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
2010-03-29 Eli Zaretskii Support MS-Windows build and reversed rows in GUI frames; add initial docs.
2010-03-28 Eli Zaretskii Fix glyph_row reversed_p flag in empty lines between paragraphs.
2010-03-20 Eli Zaretskii Finish work on cursor motion in continuation lines.
2010-03-13 Eli Zaretskii Continue work on cursor movement in continued lines.
2010-03-06 Eli Zaretskii Continue debugging continuation lines.
2010-02-27 Eli Zaretskii Merge frome mainline.
2010-02-20 Eli Zaretskii Continue work on continuation lines.