diff options
| author | Paul Eggert | 2011-08-15 12:19:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-15 12:19:54 -0700 |
| commit | b24809631adbdbc48a0d140b54ff98689fc6c8d8 (patch) | |
| tree | d3f77d37003d2d11b9ccc63325d506c652cfb125 /src/ChangeLog | |
| parent | c881564470ef15bf3f1908c1ee9eb4c3e92953fd (diff) | |
| parent | 3ebec5517ea32d0c9d1954f0ea806b4fb256f12e (diff) | |
| download | emacs-b24809631adbdbc48a0d140b54ff98689fc6c8d8.tar.gz emacs-b24809631adbdbc48a0d140b54ff98689fc6c8d8.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 29 |
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 | ||
| 412 | 2011-08-15 Paul Eggert <eggert@cs.ucla.edu> | ||
| 413 | |||
| 414 | * bidi.c (bidi_initialize): Remove unused local. | ||
| 415 | |||
| 416 | 2011-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 | |||
| 412 | 2011-08-14 Kenichi Handa <handa@m17n.org> | 441 | 2011-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 |