aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-30 23:19:52 -0700
committerPaul Eggert2012-09-30 23:19:52 -0700
commit05584c31090df82f831f2998939fd423f036e86d (patch)
tree1f4ab704433ef74b1ede5fe0db70fa48de324bc9 /src/ChangeLog
parent8eba2b3583f7ea70e308c6ddebbec57f9c0bea3c (diff)
downloademacs-05584c31090df82f831f2998939fd423f036e86d.tar.gz
emacs-05584c31090df82f831f2998939fd423f036e86d.zip
* bidi.c: Tune.
(bidi_copy_it): Do the whole copy with a single memcpy. (bidi_char_at_pos): Merge the two STRING_CHAR calls into one.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9ad044a570a..b8471445479 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12012-10-01 Paul Eggert <eggert@cs.ucla.edu> 12012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * bidi.c: Tune.
4 (bidi_copy_it): Do the whole copy with a single memcpy.
5 (bidi_char_at_pos): Merge the two STRING_CHAR calls into one.
6
3 Revert the FOLLOW-SYMLINKS change for file-attributes. 7 Revert the FOLLOW-SYMLINKS change for file-attributes.
4 Doing it right would require several changes to Tramp, and there's 8 Doing it right would require several changes to Tramp, and there's
5 not enough time to get that tested before the freeze today. 9 not enough time to get that tested before the freeze today.