aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 385fb503af3..995ab26e2c1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * frame.c (Fframe_with_environment): Remove.
4 (syms_of_frame) <Sframe_with_environment>: Don't declare.
5 * lisp.h (Fframe_with_environment): Don't declare.
6
12007-10-10 Juanma Barranquero <lekktu@gmail.com> 72007-10-10 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * indent.c (indent_tabs_mode, last_known_column) 9 * indent.c (indent_tabs_mode, last_known_column)
@@ -13,13 +19,12 @@
13 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input 19 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
14 when there's an unread command event. 20 when there's an unread command event.
15 21
16 * frame.c (focus_follows_mouse): Moved here from frame.el to allow 22 * frame.c (focus_follows_mouse): Move here from frame.el to allow
17 window autoselection act appropriately when leaving selected frame. 23 window autoselection act appropriately when leaving selected frame.
18 (syms_of_frame): Initialize focus_follows_mouse. 24 (syms_of_frame): Initialize focus_follows_mouse.
19 * frame.h (focus_follows_mouse): Extern it. 25 * frame.h (focus_follows_mouse): Extern it.
20 * macterm.c (XTread_socket): When focus_follows_mouse is nil 26 * macterm.c (XTread_socket): When focus_follows_mouse is nil
21 make SELECT_WINDOW_EVENT only if we don't leave the selected 27 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
22 frame.
23 * msdos.c (dos_rawgetc): Likewise. 28 * msdos.c (dos_rawgetc): Likewise.
24 * w32term.c (w32_read_socket): Likewise. 29 * w32term.c (w32_read_socket): Likewise.
25 * xterm.c (handle_one_xevent): Likewise. 30 * xterm.c (handle_one_xevent): Likewise.
@@ -49,7 +54,7 @@
49 54
502007-10-08 Richard Stallman <rms@gnu.org> 552007-10-08 Richard Stallman <rms@gnu.org>
51 56
52 * image.c (our_memory_buffer): Renamed from omfib_buffer. 57 * image.c (our_memory_buffer): Rename from omfib_buffer.
53 58
542007-10-08 Richard Stallman <rms@gnu.org> 592007-10-08 Richard Stallman <rms@gnu.org>
55 60
@@ -305,8 +310,7 @@
305 310
3062007-09-22 Eli Zaretskii <eliz@gnu.org> 3112007-09-22 Eli Zaretskii <eliz@gnu.org>
307 312
308 * term.c (DEV_TTY): New macro. Provide a definition for 313 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
309 MS-Windows.
310 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero. 314 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
311 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty) 315 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
312 (init_tty): Use DEV_TTY instead of "/dev/tty". 316 (init_tty): Use DEV_TTY instead of "/dev/tty".