aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog28
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 @@
12005-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
192005-06-12 Richard M. Stallman <rms@gnu.org>
20
21 * keyboard.c (read_char): After catching a longjmp,
22 call restore_getcjmp.
23
242005-06-17 Juanma Barranquero <lekktu@gmail.com>
25
26 * xselect.c (lisp_data_to_selection_data): Fix spelling.
27
12005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 282005-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
1062005-06-09 Luc Teirlinck <teirllm@auburn.edu> 1322005-06-09 Luc Teirlinck <teirllm@auburn.edu>
107 133