comparison src/ChangeLog @ 85143:bccebab2430e

* frame.c (Fframe_with_environment): Remove. (syms_of_frame) <Sframe_with_environment>: Don't declare. * lisp.h (Fframe_with_environment): Don't declare.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 10 Oct 2007 20:01:26 +0000
parents 340d84058e53
children c37307b0bf01
comparison
equal deleted inserted replaced
85142:740ac1a0736b 85143:bccebab2430e
1 2007-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
1 2007-10-10 Juanma Barranquero <lekktu@gmail.com> 7 2007-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)
4 (last_known_column_modified): Make static. 10 (last_known_column_modified): Make static.
5 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring. 11 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
11 2007-10-08 Martin Rudalics <rudalics@gmx.at> 17 2007-10-08 Martin Rudalics <rudalics@gmx.at>
12 18
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.
26 * xdisp.c (syms_of_xdisp): In doc-string of 31 * xdisp.c (syms_of_xdisp): In doc-string of
27 mouse-autoselect-window mention focus-follows-mouse. 32 mouse-autoselect-window mention focus-follows-mouse.
47 52
48 * w32fns.c (globals_of_w32fns): Init common controls. 53 * w32fns.c (globals_of_w32fns): Init common controls.
49 54
50 2007-10-08 Richard Stallman <rms@gnu.org> 55 2007-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
54 2007-10-08 Richard Stallman <rms@gnu.org> 59 2007-10-08 Richard Stallman <rms@gnu.org>
55 60
56 * buffer.c (Foverlays_at): Doc fix. 61 * buffer.c (Foverlays_at): Doc fix.
57 62
303 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c: 308 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
304 Don't define `abs', since it's defined in lisp.h. 309 Don't define `abs', since it's defined in lisp.h.
305 310
306 2007-09-22 Eli Zaretskii <eliz@gnu.org> 311 2007-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".
313 [WINDOWSNT]: No need to protect from NAME arg being null. 317 [WINDOWSNT]: No need to protect from NAME arg being null.
314 318