comparison src/ChangeLog @ 63551:48de3601d94c

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Jun 2005 14:10:09 +0000
parents 3e5fbe221332
children f3ed2587aecc
comparison
equal deleted inserted replaced
63550:0691dbaf122b 63551:48de3601d94c
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
8 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
9
10 * dispnew.c (spec_glyph_lookup_face): New function.
11 (build_frame_matrix_from_leaf_window): Use it.
12
13 * dispextern.h (spec_glyph_lookup_face): Add declaration.
14
15 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
16
17 2005-06-12 Richard M. Stallman <rms@gnu.org>
18
19 * keyboard.c (read_char): After catching a longjmp,
20 call restore_getcjmp.
21
1 2005-06-17 Juanma Barranquero <lekktu@gmail.com> 22 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
2 23
3 * xselect.c (lisp_data_to_selection_data): Fix spelling. 24 * xselect.c (lisp_data_to_selection_data): Fix spelling.
4 25
5 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 26 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
103 124
104 2005-06-10 Masatake YAMATO <jet@gyve.org> 125 2005-06-10 Masatake YAMATO <jet@gyve.org>
105 126
106 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face 127 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
107 when mouse_face is not given. 128 when mouse_face is not given.
108 Remove unnecessary tabs.
109 129
110 2005-06-09 Luc Teirlinck <teirllm@auburn.edu> 130 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
111 131
112 * window.c (Fselect_window): Adapt call to Fselect_frame. 132 * window.c (Fselect_window): Adapt call to Fselect_frame.
113 133