| | 1 | 2006-05-18 Kenichi Handa <handa@m17n.org> |
|---|
| | 2 | |
|---|
| | 3 | * callproc.c (Fcall_process): Reject encoding arguments by |
|---|
| | 4 | ascii-incompatible coding systems (e.g. utf-16). |
|---|
| | 5 | |
|---|
| | 6 | * coding.c (Qascii_incompatible): New variable. |
|---|
| | 7 | (syms_of_coding): Setup Qascii_incompatible. |
|---|
| | 8 | (setup_coding_system): Be sure to initialize coding->common_flags. |
|---|
| | 9 | Check `ascii-incompatible' property of the coding system. |
|---|
| | 10 | |
|---|
| | 11 | * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro. |
|---|
| | 12 | |
|---|
| | 13 | 2006-05-18 Kim F. Storm <storm@cua.dk> |
|---|
| | 14 | |
|---|
| | 15 | * xdisp.c (display_tool_bar_line): Restore entire tool-bar geometry when |
|---|
| | 16 | backtracking in case last image doesn't fit on line. |
|---|
| | 17 | |
|---|
| | 18 | 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) |
|---|
| | 19 | |
|---|
| | 20 | * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by more than |
|---|
| | 21 | height of one frame default line. |
|---|
| | 22 | |
|---|
| | 23 | 2006-05-16 Kim F. Storm <storm@cua.dk> |
|---|
| | 24 | |
|---|
| | 25 | * xterm.c (handle_one_xevent): Check that f is not NULL before |
|---|
| | 26 | calling x_kill_gs_process. |
|---|
| | 27 | |
|---|
| | 28 | 2006-05-14 Richard Stallman <rms@gnu.org> |
|---|
| | 29 | |
|---|
| | 30 | * textprop.c (Fnext_single_char_property_change) |
|---|
| | 31 | (Fprevious_single_char_property_change): Don't allow returning |
|---|
| | 32 | value beyond LIMIT in any cases. |
|---|
| | 33 | (Fnext_char_property_change, Fprevious_char_property_change): Doc fix. |
|---|
| | 34 | |
|---|
| | 35 | * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV. |
|---|
| | 36 | |
|---|
| | 37 | 2006-05-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
|---|
| | 38 | |
|---|
| | 39 | * xterm.c (handle_one_xevent): Check that f is not NULL before |
|---|
| | 40 | calling _XEditResCheckMessages. |
|---|
| | 41 | |
|---|
| | 42 | 2006-05-14 Kim F. Storm <storm@cua.dk> |
|---|
| | 43 | |
|---|
| | 44 | * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change. |
|---|
| | 45 | |
|---|
| | 46 | 2006-05-13 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 47 | |
|---|
| | 48 | * frame.c (x_set_border_width): Fix error message to say "frame", |
|---|
| | 49 | not "window". |
|---|
| | 50 | |
|---|
| | 51 | * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc. |
|---|
| | 52 | |
|---|