aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-10-13 00:03:41 -0700
committerPaul Eggert2011-10-13 00:03:41 -0700
commit7ebd31ee0740d85527a498100d1f14dad5e0350f (patch)
treee2ca3fcb527b8a6cf62846ad764c9f1c22d27855 /src/ChangeLog
parentd83cf4ccb94a5d4ea15980d76f7b16ee19909200 (diff)
parent2be4956d356f48ae65127679994a6ef6fa208914 (diff)
downloademacs-7ebd31ee0740d85527a498100d1f14dad5e0350f.tar.gz
emacs-7ebd31ee0740d85527a498100d1f14dad5e0350f.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9bcbc92f5a4..e22eab5f072 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-10-12 Paul Eggert <eggert@cs.ucla.edu> 12011-10-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix integer width and related bugs. 3 Fix integer width and related bugs.
4 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 4 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
@@ -789,6 +789,16 @@
789 789
7902011-10-12 Eli Zaretskii <eliz@gnu.org> 7902011-10-12 Eli Zaretskii <eliz@gnu.org>
791 791
792 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
793 display string and the previous row comes from the same string and
794 is empty. (Bug#9739) (Bug#9738)
795
7962011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 * doc.c (get_doc_string): Encode file name (bug#9735).
799
8002011-10-12 Eli Zaretskii <eliz@gnu.org>
801
792 * bidi.c (bidi_level_of_next_char): 802 * bidi.c (bidi_level_of_next_char):
793 * xdisp.c (get_visually_first_element): Remove old incorrect 803 * xdisp.c (get_visually_first_element): Remove old incorrect
794 comments regarding the Unicode Line Separator character. 804 comments regarding the Unicode Line Separator character.