aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog102
1 files changed, 102 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6eeb4fc09f5..8736a6f156a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,105 @@
12005-06-08 Steven Tamm <steventamm@mac.com>
2
3 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
4 used by gcc4 on intel mac.
5
62005-06-09 Kim F. Storm <storm@cua.dk>
7
8 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
9 in REUSE list if non-nil; free them if equal to evaporate.
10 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
11 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
12 (restore_search_regs): Rename from restore_match_data. Uses changed.
13 (unwind_set_match_data): New function.
14 (record_unwind_save_match_data): New function like save-match-data.
15
16 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
17 (record_unwind_save_match_data): Add prototype.
18 (restore_search_regs): Rename from restore_match_data.
19
20 * composite.c (compose_chars_in_text):
21 * eval.c (do_autoload):
22 * macmenu.c (set_frame_menubar):
23 * process.c (read_process_output, exec_sentinel):
24 * xmenu.c (set_frame_menubar):
25 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
26 * w32menu.c (set_frame_menubar):
27 Use record_unwind_save_match_data.
28
292005-06-08 Richard M. Stallman <rms@gnu.org>
30
31 * xdisp.c (get_next_display_element): Alter previous change:
32 Distinguish Vshow_nonbreak_escape = t or not t.
33 For t, use escape_glyph once again, as before previous change.
34 Use space or hyphen for display, instead of the non-ASCII char.
35 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
36
37 * process.c (Fstart_process): Don't touch command_channel_p slot.
38
39 * process.h (struct process): Delete command_channel_p.
40
412005-06-07 Masatake YAMATO <jet@gyve.org>
42
43 * xdisp.c (note_mode_line_or_margin_highlight): Check
44 the overlapping of re-rendering area to avoid flickering.
45 (note_mouse_highlight): Call clear_mouse_face if PART
46 is not ON_MODE_LINE nor ON_HEADER_LINE.
47
482005-06-07 Kim F. Storm <storm@cua.dk>
49
50 * process.c: Improve commentary for adaptive read buffering.
51
522005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
55 if available.
56
572005-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
58
59 * macmenu.c (menu_quit_handler, install_menu_quit_handler): New
60 functions for popping down menus on C-g.
61 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
62
63 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
64 non-static.
65
66 * config.in: Added HAVE_CANCELMENUTRACKING
67
682005-06-06 Eli Zaretskii <eliz@gnu.org>
69
70 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove
71 macros.
72
73 * unexw32.c (RVA_TO_PTR): Moved here from w32heap.h.
74
75 * w32proc.c (RVA_TO_PTR): New macro.
76
77 * w32heap.c (RVA_TO_PTR): No need to #undef now.
78
79 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
80 Depend on w32heap.h.
81
822005-06-06 Luc Teirlinck <teirllm@auburn.edu>
83
84 * keyboard.c (command_loop_1): Update Vthis_original_command.
85
862005-06-06 Richard M. Stallman <rms@gnu.org>
87
88 * xmenu.c (popup_get_selection): Undo previous change.
89
902005-06-06 Juri Linkov <juri@jurta.org>
91
92 * xdisp.c (Qno_break_space): New variable.
93 (syms_of_xdisp): Initialize it.
94 (get_next_display_element): Add no-break space and soft hypen
95 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
96 Use `no-break-space' face for no-break spaces.
97
982005-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
99
100 * window.c (delete_window): Handle the case where a h/vchild has
101 a h/vchild.
102
12005-06-05 Eli Zaretskii <eliz@gnu.org> 1032005-06-05 Eli Zaretskii <eliz@gnu.org>
2 104
3 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the 105 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the