comparison src/ChangeLog @ 63154:ef765645a5cf

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 08 Jun 2005 23:04:27 +0000
parents fdbda2a9a6bf
children 8bc48f52ea6b
comparison
equal deleted inserted replaced
63153:286783f742e6 63154:ef765645a5cf
1 2005-06-09 Kim F. Storm <storm@cua.dk>
2
3 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
4 in REUSE list if non-nil; free them if equal to evaporate.
5 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
6 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
7 (restore_search_regs): Rename from restore_match_data. Uses changed.
8 (unwind_set_match_data): New function.
9 (record_unwind_save_match_data): New function like save-match-data.
10
11 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
12 (record_unwind_save_match_data): Add prototype.
13 (restore_search_regs): Rename from restore_match_data.
14
15 * composite.c (compose_chars_in_text):
16 * eval.c (do_autoload):
17 * macmenu.c (set_frame_menubar):
18 * process.c (read_process_output, exec_sentinel):
19 * xmenu.c (set_frame_menubar):
20 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
21 * w32menu.c (set_frame_menubar):
22 Use record_unwind_save_match_data.
23
1 2005-06-08 Richard M. Stallman <rms@gnu.org> 24 2005-06-08 Richard M. Stallman <rms@gnu.org>
2 25
3 * xdisp.c (get_next_display_element): Alter previous change: 26 * xdisp.c (get_next_display_element): Alter previous change:
4 Distinguish Vshow_nonbreak_escape = t or not t. 27 Distinguish Vshow_nonbreak_escape = t or not t.
5 For t, use escape_glyph once again, as before previous change. 28 For t, use escape_glyph once again, as before previous change.
12 35
13 2005-06-07 Masatake YAMATO <jet@gyve.org> 36 2005-06-07 Masatake YAMATO <jet@gyve.org>
14 37
15 * xdisp.c (note_mode_line_or_margin_highlight): Check 38 * xdisp.c (note_mode_line_or_margin_highlight): Check
16 the overlapping of re-rendering area to avoid flickering. 39 the overlapping of re-rendering area to avoid flickering.
17 (note_mouse_highlight): Call clear_mouse_face if PART 40 (note_mouse_highlight): Call clear_mouse_face if PART
18 is not ON_MODE_LINE nor ON_HEADER_LINE. 41 is not ON_MODE_LINE nor ON_HEADER_LINE.
19 42
20 2005-06-07 Kim F. Storm <storm@cua.dk> 43 2005-06-07 Kim F. Storm <storm@cua.dk>
21 44
22 * process.c: Improve commentary for adaptive read buffering. 45 * process.c: Improve commentary for adaptive read buffering.