aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-07-25 10:54:22 +0200
committerJoakim Verona2011-07-25 10:54:22 +0200
commit37d6e227b2e4460b36363e42a3de45c082233c74 (patch)
tree99ce5c28b62bd068319ab2c24a97adf764c9a2e2 /src/ChangeLog
parentb60646c64ead035bff3e5ba925f768f36964f661 (diff)
parent0f0a88b94cce778a7903196b07a0d70657fb4dc0 (diff)
downloademacs-37d6e227b2e4460b36363e42a3de45c082233c74.tar.gz
emacs-37d6e227b2e4460b36363e42a3de45c082233c74.zip
upstream merge. cleanup
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog46
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 @@
12011-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
62011-07-23 Paul Eggert <eggert@cs.ucla.edu>
7
8 * xml.c (parse_region): Remove unused local
9 that was recently introduced.
10
112011-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
232011-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
282011-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
12011-07-22 Eli Zaretskii <eliz@gnu.org> 472011-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