log src/xdisp.c @ 111041:41b4a4c75ab9

age author description
2010-08-31 Kenichi Handa Fix handling of 8-bit characters in a display table.
2010-08-26 Kenichi Handa xdisp.c (compute_stop_pos): Pay attention to bidi scan direction on calling composition_compute_stop_pos.
2010-08-21 Eli Zaretskii xdisp.c: Fix typo in a comment in note_tool_bar_highlight.
2010-08-20 Eli Zaretskii xdisp.c: Add commentary about iterator geometry in R2L paragraphs.
2010-08-14 Eli Zaretskii Fix cursor drawing on stretch glyphs in R2L lines.
2010-08-14 Eli Zaretskii Fix current-bidi-paragraph-direction within whitespace chars.
2010-08-08 Dan Nicolaescu Use const char* instead of char*.
2010-08-08 Eli Zaretskii Fix overlay arrow display (bug #6699).
2010-08-06 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
2010-08-06 Eli Zaretskii xdisp.c (display_line): Fix a typo in a comment.
2010-08-05 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
2010-07-29 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
2010-07-28 Jan D. Add tool bar style text-image-horiz (text to the left of the image).
2010-07-27 Dan Nicolaescu Use const, move declarations to header files.
2010-07-14 Jan D Fix menu bar activation with click for Motif/Lesstif.
2010-07-13 Eli Zaretskii Remove more "#ifdef subprocesses".
2010-07-12 Andreas Schwab Convert old-style definitions
2010-07-12 Dan Nicolaescu Convert more function definitions to standard C.
2010-07-11 Andreas Schwab Constify functions taking char *
2010-07-11 Ken Raeburn Make doprnt and related functions ANSI C compliant, with prototypes.
2010-07-10 Chong Yidong Merge changes from emacs-23 branch.
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)
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.
2010-02-13 Eli Zaretskii Continue work on continuation lines. Some progress with cursor motion.
2010-02-06 Eli Zaretskii Start working on cursor movement in continuation lines.
2010-01-30 Eli Zaretskii Fix fallout from changes to managing glyph row reversed_p flag.
2010-01-25 Eli Zaretskii Finish and debug display of invisible text.
2010-01-23 Eli Zaretskii Merger from mainline.
2010-01-16 Eli Zaretskii Start working on invisible text. For now, just untested source changes.
2010-01-16 Eli Zaretskii Merge from mainline.
2010-01-16 Eli Zaretskii Merge from mainline.
2010-01-09 Eli Zaretskii Recompute prev_stop and base_level_stop when the iterator is
2010-01-09 Eli Zaretskii Merge from mainline.
2010-01-03 Eli Zaretskii Update Copyright years.
2010-01-02 Eli Zaretskii Continue working on handling of properties in bidi iteration.
2010-01-01 Eli Zaretskii Retrospective commit from 2009-12-26.
2010-01-01 Eli Zaretskii Retrospective commit from 2009-12-12.
2010-01-01 Eli Zaretskii Retrospective commit from 2009-11-21.
2010-01-01 Eli Zaretskii Retrospective commit from 2009-11-14.
2010-01-01 Eli Zaretskii Retrospective commit from 2009-10-31.