diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0b06e5bf2c0..e537848ea41 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,49 @@ | |||
| 1 | 2011-07-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil' | ||
| 4 | for attrs[LFACE_FONTSET_INDEX]. | ||
| 5 | |||
| 6 | 2011-07-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 7 | |||
| 8 | * xml.c (parse_region): Remove unused local | ||
| 9 | that was recently introduced. | ||
| 10 | |||
| 11 | 2011-07-23 Eli Zaretskii <eliz@gnu.org> | ||
| 12 | |||
| 13 | * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in | ||
| 14 | 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca. | ||
| 15 | |||
| 16 | * xdisp.c (move_it_in_display_line_to): Record the best matching | ||
| 17 | position for TO_CHARPOS while scanning the line, and restore it on | ||
| 18 | exit if none of the characters scanned was an exact match. Fixes | ||
| 19 | vertical-motion and pos-visible-in-window-p under bidi redisplay | ||
| 20 | when exact match is impossible due to invisible text, and the | ||
| 21 | lines are truncated. | ||
| 22 | |||
| 23 | 2011-07-23 Jan Djärv <jan.h.d@swipnet.se> | ||
| 24 | |||
| 25 | * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask | ||
| 26 | for OSX >= 10.7. | ||
| 27 | |||
| 28 | 2011-07-22 Eli Zaretskii <eliz@gnu.org> | ||
| 29 | |||
| 30 | Fix a significant slow-down of cursor motion with C-n, C-p, | ||
| 31 | C-f/C-b, and C-v/M-v that couldn't keep up with keyboard | ||
| 32 | auto-repeat under bidi redisplay in fontified buffers. | ||
| 33 | * xdisp.c (compute_stop_pos_backwards): New function. | ||
| 34 | (next_element_from_buffer): Call compute_stop_pos_backwards to | ||
| 35 | find a suitable prev_stop when we find ourselves before | ||
| 36 | base_level_stop. | ||
| 37 | (reseat): Don't look for prev_stop, as that could mean a very long | ||
| 38 | run. | ||
| 39 | <cached_disp_pos, cached_disp_buffer, cached_disp_modiff> | ||
| 40 | <cached_disp_overlay_modiff>: Cache for last found display string | ||
| 41 | position. | ||
| 42 | (compute_display_string_pos): Return the cached position if asked | ||
| 43 | about the same buffer in the same area of character positions, and | ||
| 44 | the buffer wasn't changed since the time the display string | ||
| 45 | position was cached. | ||
| 46 | |||
| 1 | 2011-07-22 Eli Zaretskii <eliz@gnu.org> | 47 | 2011-07-22 Eli Zaretskii <eliz@gnu.org> |
| 2 | 48 | ||
| 3 | * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object | 49 | * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object |