aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2003-05-17 21:19:55 +0000
committerStefan Monnier2003-05-17 21:19:55 +0000
commit14d87dc9edddc9429c6d8ebc5a2226c5ab5fdcc9 (patch)
treeeb75125bdab1c42b23d67068fecd4cbe9a965a5e /src/ChangeLog
parentf1321dc307e63c17ce838e0b32e2708fd351f1df (diff)
downloademacs-14d87dc9edddc9429c6d8ebc5a2226c5ab5fdcc9.tar.gz
emacs-14d87dc9edddc9429c6d8ebc5a2226c5ab5fdcc9.zip
(Fselect_window): Add optional `norecord' arg.
(select_window_1): Fold into Fselect_window. (select_window_norecord): New function. (temp_output_buffer_show): Use it. Preserve current buffer. (delete_window, Fother_window, Fset_window_configuration): Pass nil as new arg to Fselect_window.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog41
1 files changed, 37 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f507196c38c..c6c89a01cc0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,41 @@
12003-05-17 Stefan Monnier <monnier@cs.yale.edu>
2
3 * window.c (Fselect_window): Add optional `norecord' arg.
4 (select_window_1): Fold into Fselect_window.
5 (select_window_norecord): New function.
6 (temp_output_buffer_show): Use it. Preserve current buffer.
7
8 * window.h (Fselect_window): Update declaration.
9
10 * window.c (delete_window, Fother_window, Fset_window_configuration):
11 * minibuf.c (read_minibuf):
12 * macterm.c (x_new_focus_frame):
13 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
14 * callint.c (Fcall_interactively):
15 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
16
17 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
18
12003-05-17 David Kastrup <dak@gnu.org> 192003-05-17 David Kastrup <dak@gnu.org>
2 20
3 * process.c (read_process_output): Back out change from 2003-03-09. 21 * process.c (read_process_output): Back out change from 2003-03-09.
4 22
232003-05-17 Stefan Monnier <monnier@cs.yale.edu>
24
25 * editfns.c (get_pos_property): Don't assume that `object' = nil.
26
27 * textprop.c (text_property_stickiness): New arg `buffer'.
28
29 * intervals.h (text_property_stickiness): New arg `buffer'.
30 (get_pos_property): Declare.
31
32 * intervals.c (get_local_map): Use get_pos_property, to obey
33 stickiness and empty overlays.
34 (create_root_interval, graft_intervals_into_buffer): Use BEG.
35 (merge_properties, intervals_equal, merge_properties_sticky):
36 Use XCAR, XCDR.
37 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
38
52003-05-17 Richard M. Stallman <rms@gnu.org> 392003-05-17 Richard M. Stallman <rms@gnu.org>
6 40
7 * minibuf.c (read_minibuf): If buffer is empty, record the default 41 * minibuf.c (read_minibuf): If buffer is empty, record the default
@@ -36,11 +70,10 @@
36 70
37 * alloc.c (Fgarbage_collect): Cast pointers into specpdl 71 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
38 to avoid GCC warning. 72 to avoid GCC warning.
39 73
402003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org> (tiny change) 742003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org> (tiny change)
41 75
42 * fileio.c (Fdelete_file): Handle symlinks pointing to 76 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
43 directories.
44 77
452003-05-15 Stefan Monnier <monnier@cs.yale.edu> 782003-05-15 Stefan Monnier <monnier@cs.yale.edu>
46 79
@@ -66,7 +99,7 @@
66 * bytecode.c: Include window.h. 99 * bytecode.c: Include window.h.
67 * emacs.c: Include window.h. 100 * emacs.c: Include window.h.
68 101
69 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char keys. 102 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
70 (keyremap): Add `parent' field. 103 (keyremap): Add `parent' field.
71 (keyremap_step): Use it. Remove `parent' argument. 104 (keyremap_step): Use it. Remove `parent' argument.
72 (read_key_sequence): Setup and use the new `parent' field. 105 (read_key_sequence): Setup and use the new `parent' field.