aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0a1d11f58f6..5954254d149 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -409,6 +409,35 @@
409 (gs_load): Use printmax_t to print the widest integers possible. 409 (gs_load): Use printmax_t to print the widest integers possible.
410 Check for integer overflow when computing image height and width. 410 Check for integer overflow when computing image height and width.
411 411
4122011-08-15 Paul Eggert <eggert@cs.ucla.edu>
413
414 * bidi.c (bidi_initialize): Remove unused local.
415
4162011-08-15 Eli Zaretskii <eliz@gnu.org>
417
418 * biditype.h: File removed.
419
420 * bidimirror.h: File removed.
421
422 * deps.mk (bidi.o): Remove biditype.h and
423 bidimirror.h.
424
425 * makefile.w32-in ($(BLD)/bidi.$(O)): Remove biditype.h and
426 bidimirror.h.
427
428 * dispextern.h: Fix a typo in the comment to bidi_type_t.
429
430 * chartab.c: Improve commentary for the uniprop_table API.
431
432 * bidi.c (bidi_paragraph_init): Support zero value of
433 bidi_ignore_explicit_marks_for_paragraph_level.
434 (bidi_initialize): Use uniprop_table instead of including
435 biditype.h and bidimirror.h.
436
437 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
438 coordinates of the iterator when restoring from ppos_it.
439 (Bug#9296)
440
4122011-08-14 Kenichi Handa <handa@m17n.org> 4412011-08-14 Kenichi Handa <handa@m17n.org>
413 442
414 * process.c (create_process): Call setup_process_coding_systems 443 * process.c (create_process): Call setup_process_coding_systems