log src/xdisp.c @ 109703:f702fa9eb85e

age author description
2010-06-25 Chong Yidong Fix after-string and image interaction bug (Bug#1336).
2010-07-08 Dan Nicolaescu Convert DEFUNs to standard C.
2010-07-08 Dan Nicolaescu Remove alternative K&R declarations.
2010-07-07 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-07 Juanma Barranquero Fix whitespace to follow coding guidelines.
2010-07-05 Juanma Barranquero Convert most remaining function definitions to standard C.
2010-07-02 Jan D Remove __P and P_ from .c and .m files and definition of P_
2010-06-20 Eli Zaretskii Avoid recentering when lines differ in their height.
2010-06-19 Eli Zaretskii xdisp.c (try_scrolling): Fix last change.
2010-06-19 Eli Zaretskii Fix occasional recentering under scroll-conservatively.
2010-05-29 Eli Zaretskii Finish debugging of cursor motion in bidi-reordered lines.
2010-05-28 Eli Zaretskii Prevent unnecessary scrolling in bidi-reordered buffers.
2010-05-27 Chong Yidong Fix redisplay crash (Bug#6177).
2010-05-25 Kenichi Handa merge trunk
2010-05-25 Kenichi Handa Fix bidi-composition interaction in backward scanning..
2010-05-22 Eli Zaretskii Redesign bidi-aware edge positions of glyph rows, fix bug #6036.
2010-05-21 Chong Yidong Improve image cache clearing logic (Bug#6230).
2010-05-27 Chong Yidong * xdisp.c (redisplay_window): After redisplay, check if point is
2010-05-22 Eli Zaretskii Handle lines truncated on right.
2010-05-22 Eli Zaretskii Test and debug find_row_edges on TTY display.
2010-05-19 Eli Zaretskii Completed initial debugging and testing of reimplemented cursor motion.
2010-05-18 Eli Zaretskii Initial reimplementation of calculating line edge positions in bidi lines.
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)