diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 46cab9c1cba..12e52237e9b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2005-06-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (get_next_display_element): Reverse | ||
| 4 | test of Vshow_nonbreak_escape. | ||
| 5 | |||
| 6 | * term.c (produce_special_glyphs): Use spec_glyph_lookup_face. | ||
| 7 | (Ftty_no_underline): New function. | ||
| 8 | (syms_of_term): defsubr it. | ||
| 9 | |||
| 10 | * keyboard.c (read_char): Call restore_getcjmp after jump occurs. | ||
| 11 | |||
| 12 | * dispnew.c (spec_glyph_lookup_face): New function. | ||
| 13 | (build_frame_matrix_from_leaf_window): Use it. | ||
| 14 | |||
| 15 | * dispextern.h (spec_glyph_lookup_face): Add declaration. | ||
| 16 | |||
| 17 | * buffer.c (syms_of_buffer) <cursor-type>: Doc fix. | ||
| 18 | |||
| 19 | 2005-06-12 Richard M. Stallman <rms@gnu.org> | ||
| 20 | |||
| 21 | * keyboard.c (read_char): After catching a longjmp, | ||
| 22 | call restore_getcjmp. | ||
| 23 | |||
| 24 | 2005-06-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 25 | |||
| 26 | * xselect.c (lisp_data_to_selection_data): Fix spelling. | ||
| 27 | |||
| 1 | 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 28 | 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 29 | ||
| 3 | * macterm.c (mac_compute_glyph_string_overhangs): Don't set | 30 | * macterm.c (mac_compute_glyph_string_overhangs): Don't set |
| @@ -101,7 +128,6 @@ | |||
| 101 | 128 | ||
| 102 | * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face | 129 | * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face |
| 103 | when mouse_face is not given. | 130 | when mouse_face is not given. |
| 104 | Remove unnecessary tabs. | ||
| 105 | 131 | ||
| 106 | 2005-06-09 Luc Teirlinck <teirllm@auburn.edu> | 132 | 2005-06-09 Luc Teirlinck <teirllm@auburn.edu> |
| 107 | 133 | ||